## ---------------------------------------- ## ## GnuCOBOL 2.0 test suite: GnuCOBOL Tests. ## ## ---------------------------------------- ## testsuite: command line was: $ ./testsuite ## ---------- ## ## ChangeLog. ## ## ---------- ## | | 2016-11-06 Simon 'sf-mensch/human' Sobisch | | * configure.ac: limit PATCH_LEVEL to numeric, max 8 digits | * configure.ac: use AS_HELP_STRING for all options | | 2016-11-05 Simon 'sf-mensch/human' Sobisch | | * Bootstrap up to libtool 2.4.6 / automake 1.15 | ## --------- ## ## Platform. ## ## --------- ## hostname = milo.local uname -m = x86_64 uname -r = 16.3.0 uname -s = Darwin uname -v = Darwin Kernel Version 16.3.0: Sun Oct 23 14:50:01 PDT 2016; root:xnu-3789.30.76~4/RELEASE_X86_64 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 16.3.0: Sun Oct 23 14:50:01 PDT 2016; root:xnu-3789.30.76~4/RELEASE_X86_64 Kernel configured for up to 4 processors. 2 processors are physically available. 4 processors are logically available. Processor type: i486 (Intel 80486) Processors active: 0 1 2 3 Primary memory available: 16.00 gigabytes Default processor set: 426 tasks, 1803 threads, 4 processors Load average: 2.94, Mach factor: 1.06 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests PATH: /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/cobc PATH: /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/bin PATH: /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/libcob/.libs PATH: /Users/harald/bin PATH: /opt/pkg/bin PATH: /opt/pkg/sbin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/sbin PATH: /sbin PATH: /opt/X11/bin PATH: /usr/local/sbin PATH: /usr/local/plan9/bin testsuite: atconfig: | # Configurable variable values for building test suites. | # Generated by ./config.status. | # Copyright (C) 2012 Free Software Foundation, Inc. | | # The test suite will define top_srcdir=/../.. etc. | at_testdir='tests' | abs_builddir='/Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests' | at_srcdir='.' | abs_srcdir='/Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests' | at_top_srcdir='..' | abs_top_srcdir='/Users/harald/src/gnucobol/branches/gnu-cobol-2.0' | at_top_build_prefix='../' | abs_top_builddir='/Users/harald/src/gnucobol/branches/gnu-cobol-2.0' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/bin/sh'} testsuite: atlocal: | # | # atlocal gnucobol/tests | # | # Copyright (C) 2003-2012, 2014-2016 Free Software Foundation, Inc. | # Written by Keisuke Nishida, Roger While, Simon Sobisch | # | # This file is part of GnuCOBOL. | # | # The GnuCOBOL compiler 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. | # | # GnuCOBOL 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 GnuCOBOL. If not, see . | | # CC="clang" | COB_BIGENDIAN="no" | COB_HAS_ISAM="yes" | COB_HAS_CURSES="yes" | COB_HAS_UTC_OFFSET="yes" | COBC="${abs_top_builddir}/cobc/cobc" | COBCRUN="${abs_top_builddir}/bin/cobcrun" | | TEMPLATE="${abs_srcdir}/testsuite.src" | | FLAGS="-debug -Wall ${COBOL_FLAGS}" | COMPILE="${COBC} -x ${FLAGS}" | COMPILE_ONLY="${COBC} -fsyntax-only ${FLAGS}" | COMPILE_MODULE="${COBC} -m ${FLAGS}" | | OBJECT_EXT="o" | | PATHSEP=":" | | # Helper script to unify listings (repleace version, date, time) | UNIFY_LISTING="${abs_srcdir}/listings-sed.sh" | | # unset all environment variables that are used in libcob for runtime configuration | for cobenv in $($COBCRUN --runtime-conf | grep COB_ | cut -d: -f2); do unset $cobenv; done | | # For running the testsuite in Cygwin with non-Cygwin binaries we need a wrapper function | _return_path () { | echo "$1" | } | | PATH="${abs_top_builddir}/cobc:${abs_top_builddir}/bin:${abs_top_builddir}/libcob/.libs:${PATH}" | export PATH | export COB_CFLAGS="-I${abs_top_srcdir} -I${abs_top_srcdir}/libcob -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -pipe" | export COB_LDFLAGS="-L${abs_top_builddir}/libcob/.libs -L/opt/pkg/lib" | export COB_LIBS="-L${abs_top_builddir}/libcob/.libs -lcob -lm -lgmp -L/opt/pkg/lib -lintl -liconv -lc -R/opt/pkg/lib -Wl,-framework -Wl,CoreFoundation -lncursesw -ldb-4.8" | export COB_CONFIG_DIR="${abs_top_srcdir}/config" | export COB_RUNTIME_CONFIG="${COB_CONFIG_DIR}/runtime_empty.cfg" | export COB_COPY_DIR="${abs_top_srcdir}/copy" | export LD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$LD_LIBRARY_PATH" | export DYLD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$DYLD_LIBRARY_PATH" | export SHLIB_PATH="${abs_top_builddir}/libcob/.libs:$SHLIB_PATH" | export LIBPATH="${abs_top_builddir}/libcob/.libs:$LIBPATH" | export COB_LIBRARY_PATH="${abs_top_builddir}/extras:$COB_LIBRARY_PATH" | export COB_UNIX_LF=YES | export COB_HAS_ISAM | if test "$MSYSTEM" = "MINGW32"; then | # running MSYS builds as not-visible child processes result in | # "Redirection is not supported" | COB_HAS_CURSES="no" | # Fix for testcases were cobc translates path to win32 equivalents | PATHSEP=";" | fi | export COB_HAS_CURSES | export COB_HAS_UTC_OFFSET | export LC_ALL=C ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./testsuite.at:23: /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/cobc/cobc --version cobc (GnuCOBOL) 2.0.0 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Keisuke Nishida, Roger While, Ron Norman, Simon Sobisch, Edward Hart Built Nov 07 2016 17:16:04 Packaged Nov 05 2016 15:27:33 UTC C version "4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)" ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Mon Nov 7 17:17:08 CET 2016 1. Compiler outputs (used_binaries.at:21): ok (0m0.253s 0m0.142s) 2. Source file not found (used_binaries.at:46): ok (0m0.021s 0m0.016s) 3. Compiler help and information (used_binaries.at:55): ok (0m0.137s 0m0.092s) 4. Using full path for cobc (used_binaries.at:68): ok (0m0.099s 0m0.047s) 9. cobcrun -M DSO entry multiple arguments (used_binaries.at:272): ok (0m0.188s 0m0.071s) 13. Invalid cobc option (used_binaries.at:369): ok (0m0.065s 0m0.046s) 14. cobc with standard configuration file (configuration.at:22): ok (0m0.026s 0m0.017s) 15. cobc dialect features for all -std (configuration.at:43): ok (0m0.271s 0m0.169s) 16. cobc with configuration file via -std (configuration.at:87): ok (0m0.034s 0m0.022s) 17. cobc with standard configuration file via -conf (configuration.at:108): ok (0m0.034s 0m0.022s) 18. cobc with own configuration file via -conf (configuration.at:129): ok (0m0.048s 0m0.030s) 19. cobc configuration: recursive include (configuration.at:158): ok (0m0.028s 0m0.020s) 20. cobc with -std and -conf (configuration.at:196): ok (0m0.035s 0m0.017s) 21. cobc compiler flag on command line (configuration.at:223): ok (0m0.023s 0m0.015s) 22. cobc compiler flag on command line (priority) (configuration.at:242): ok (0m0.063s 0m0.041s) 23. cobc configuration: entries (configuration.at:275): ok (0m0.064s 0m0.047s) 24. cobc configuration: conf missing (configuration.at:308): ok (0m0.076s 0m0.060s) 25. cobc configuration: conf optional (configuration.at:336): ok (0m0.062s 0m0.046s) 26. cobc configuration: incomplete (configuration.at:372): ok (0m0.027s 0m0.022s) 27. runtime configuration (configuration.at:446): ok (0m0.082s 0m0.063s) 28. runtime configuration file (configuration.at:465): ok (0m0.124s 0m0.085s) 29. runtime configuration: recursive include (configuration.at:500): ok (0m0.025s 0m0.018s) 30. runtime configuration: environment priority (configuration.at:529): ok (0m0.027s 0m0.019s) 31. runtime configuration: entries (configuration.at:542): ok (0m0.027s 0m0.021s) 32. runtime configuration: conf missing (configuration.at:623): ok (0m0.063s 0m0.045s) 33. runtime configuration: conf optional (configuration.at:652): ok (0m0.023s 0m0.017s) 34. COB_CONFIG_DIR test (configuration.at:665): ok (0m0.025s 0m0.019s) 35. COPY: within comment (syn_copy.at:21): ok (0m0.049s 0m0.033s) 36. COPY: file not found (syn_copy.at:49): ok (0m0.027s 0m0.019s) 37. COPY: replacement order (syn_copy.at:69): ok (0m0.113s 0m0.048s) 38. COPY: separators (syn_copy.at:96): ok (0m0.098s 0m0.045s) 39. COPY: partial replacement (syn_copy.at:125): ok (0m0.114s 0m0.049s) 40. COPY: LEADING replacement (syn_copy.at:154): ok (0m0.114s 0m0.053s) 41. COPY: TRAILING replacement (syn_copy.at:183): ok (0m0.118s 0m0.055s) 42. COPY: recursive replacement (syn_copy.at:212): ok (0m0.112s 0m0.049s) 43. COPY: fixed/free format (syn_copy.at:241): ok (0m0.104s 0m0.048s) 44. Invalid PROGRAM-ID (syn_definition.at:25): ok (0m0.027s 0m0.019s) 45. Invalid PROGRAM-ID type clause (1) (syn_definition.at:41): ok (0m0.026s 0m0.019s) 46. invalid PROGRAM-ID type clause (2) (syn_definition.at:57): ok (0m0.026s 0m0.017s) 47. INITIAL/RECURSIVE before COMMON (syn_definition.at:74): ok (0m0.024s 0m0.017s) 48. Undefined data name (syn_definition.at:106): ok (0m0.027s 0m0.019s) 49. Undefined group name (syn_definition.at:124): ok (0m0.026s 0m0.019s) 50. Undefined data name in group (syn_definition.at:145): ok (0m0.027s 0m0.018s) 51. Reference not a group name (syn_definition.at:168): ok (0m0.027s 0m0.019s) 52. Incomplete 01 definition (syn_definition.at:192): ok (0m0.026s 0m0.018s) 53. Same labels in different sections (syn_definition.at:212): ok (0m0.024s 0m0.017s) 54. Redefinition of 01 items (syn_definition.at:237): ok (0m0.026s 0m0.017s) 55. Redefinition of 01 and 02 items (syn_definition.at:256): ok (0m0.028s 0m0.020s) 56. Redefinition of 02 items (syn_definition.at:275): ok (0m0.026s 0m0.018s) 57. Redefinition of 77 items (syn_definition.at:295): ok (0m0.026s 0m0.018s) 58. Redefinition of 01 and 77 items (syn_definition.at:314): ok (0m0.026s 0m0.018s) 59. Redefinition of 88 items (syn_definition.at:333): ok (0m0.028s 0m0.021s) 60. Redefinition of program-name by other programs (syn_definition.at:354): ok (0m0.050s 0m0.035s) 61. Redefinition of program-name within program (syn_definition.at:420): ok (0m0.051s 0m0.036s) 62. Redefinition of function-prototype name (syn_definition.at:450): ok (0m0.026s 0m0.018s) 63. Data item with same name as program-name (syn_definition.at:473): ok (0m0.026s 0m0.018s) 64. Ambiguous reference to 02 items (syn_definition.at:500): ok (0m0.026s 0m0.018s) 65. Ambiguous reference to 02 and 03 items (syn_definition.at:526): ok (0m0.027s 0m0.019s) 66. Ambiguous reference with qualification (syn_definition.at:551): ok (0m0.027s 0m0.018s) 67. Unique reference with ambiguous qualifiers (syn_definition.at:580): ok (0m0.024s 0m0.017s) 68. Undefined procedure name (syn_definition.at:616): ok (0m0.026s 0m0.017s) 69. Redefinition of section names (syn_definition.at:636): ok (0m0.026s 0m0.018s) 70. Redefinition of section and paragraph names (syn_definition.at:656): ok (0m0.027s 0m0.019s) 71. Redefinition of paragraph names (syn_definition.at:676): ok (0m0.025s 0m0.017s) 72. Ambiguous reference to paragraph name (syn_definition.at:701): ok (0m0.027s 0m0.019s) 73. Non-matching level numbers (extension) (syn_definition.at:726): ok (0m0.027s 0m0.019s) 74. CALL BY VALUE alphanumeric item (extension) (syn_definition.at:749): ok (0m0.026s 0m0.018s) 75. Duplicate identification division header (syn_definition.at:771): ok (0m0.027s 0m0.019s) 76. Invalid environment division order (syn_definition.at:786): ok (0m0.026s 0m0.019s) 77. Function without END FUNCTION (syn_definition.at:813): ok (0m0.028s 0m0.020s) 78. Nested programs without END PROGRAM (syn_definition.at:827): ok (0m0.027s 0m0.020s) 79. Nested programs not in procedure division (syn_definition.at:849): ok (0m0.030s 0m0.022s) 80. Screen section starts with 78-level (syn_definition.at:868): ok (0m0.026s 0m0.018s) 81. Invalid PICTURE strings (syn_definition.at:884): ok (0m0.063s 0m0.043s) 82. PICTURE strings invalid with BLANK WHEN ZERO (syn_definition.at:1112): ok (0m0.029s 0m0.022s) 83. PICTURE strings invalid with USAGE (syn_definition.at:1134): ok (0m0.026s 0m0.019s) 84. Alphabet definition (syn_definition.at:1154): ok (0m0.054s 0m0.038s) 85. RENAMES item (syn_definition.at:1198): ok (0m0.030s 0m0.019s) 86. RENAMES of 01-, 66- and 77-level items (syn_definition.at:1265): ok (0m0.067s 0m0.040s) 87. Non-numeric subscript (syn_subscripts.at:23): ok (0m0.028s 0m0.019s) 88. Subscript range check (syn_subscripts.at:49): ok (0m0.030s 0m0.022s) 89. Subscript bounds with ODO (lower) (syn_subscripts.at:89): ok (0m0.027s 0m0.020s) 90. Subscript bounds with ODO (upper) (syn_subscripts.at:112): ok (0m0.031s 0m0.023s) 91. Subscripted item requires OCCURS clause (syn_subscripts.at:138): ok (0m0.027s 0m0.019s) 92. Number of subscripts (syn_subscripts.at:163): ok (0m0.059s 0m0.043s) 93. OCCURS with level 01 and 77 (syn_occurs.at:28): ok (0m0.048s 0m0.029s) 94. OCCURS with level 66 (syn_occurs.at:53): ok (0m0.027s 0m0.018s) 95. OCCURS with level 88 (syn_occurs.at:72): ok (0m0.029s 0m0.020s) 96. OCCURS with variable-occurrence data item (syn_occurs.at:91): ok (0m0.049s 0m0.033s) 97. Nested OCCURS clause (syn_occurs.at:149): ok (0m0.023s 0m0.016s) 98. OCCURS DEPENDING with wrong size (syn_occurs.at:186): ok (0m0.026s 0m0.018s) 99. OCCURS DEPENDING followed by another field (syn_occurs.at:222): ok (0m0.048s 0m0.032s) 100. OCCURS with unmatched DEPENDING / TO phrases (syn_occurs.at:263): ok (0m0.077s 0m0.049s) 101. OCCURS size check (syn_occurs.at:297): ok (0m0.049s 0m0.032s) 102. REDEFINES: not following entry-name (syn_redefines.at:28): ok (0m0.027s 0m0.020s) 103. REDEFINES: level 02 by 01 (syn_redefines.at:49): ok (0m0.026s 0m0.018s) 104. REDEFINES: level 03 by 02 (syn_redefines.at:70): ok (0m0.028s 0m0.019s) 105. REDEFINES: level 66 (syn_redefines.at:92): ok (0m0.025s 0m0.018s) 106. REDEFINES: level 88 (syn_redefines.at:114): ok (0m0.026s 0m0.019s) 107. REDEFINES: lower level number (syn_redefines.at:143): ok (0m0.026s 0m0.020s) 108. REDEFINES: with OCCURS (syn_redefines.at:169): ok (0m0.027s 0m0.019s) 109. REDEFINES: with subscript (syn_redefines.at:190): ok (0m0.026s 0m0.019s) 110. REDEFINES: with variable occurrence (syn_redefines.at:212): ok (0m0.027s 0m0.019s) 111. REDEFINES: with qualification (syn_redefines.at:247): ok (0m0.029s 0m0.022s) 112. REDEFINES: multiple redefinition (syn_redefines.at:273): ok (0m0.052s 0m0.033s) 113. REDEFINES: size exceeds (syn_redefines.at:301): ok (0m0.027s 0m0.019s) 114. REDEFINES: with VALUE (syn_redefines.at:334): ok (0m0.031s 0m0.023s) 115. REDEFINES: with intervention (syn_redefines.at:362): ok (0m0.029s 0m0.021s) 116. REDEFINES: within REDEFINES (syn_redefines.at:391): ok (0m0.027s 0m0.019s) 117. REDEFINES: non-referenced ambiguous item (syn_redefines.at:411): ok (0m0.029s 0m0.021s) 118. Numeric item (integer) (syn_value.at:43): ok (0m0.028s 0m0.020s) 119. Numeric item (non-integer) (syn_value.at:69): ok (0m0.026s 0m0.018s) 120. Numeric item with picture P (syn_value.at:92): ok (0m0.029s 0m0.020s) 121. Signed numeric literal (syn_value.at:124): ok (0m0.028s 0m0.020s) 122. Alphabetic item (syn_value.at:150): ok (0m0.029s 0m0.021s) 123. Alphanumeric item (syn_value.at:176): ok (0m0.029s 0m0.020s) 124. Alphanumeric group item (syn_value.at:198): ok (0m0.028s 0m0.019s) 125. Numeric-edited item (syn_value.at:233): ok (0m0.029s 0m0.020s) 126. Alphanumeric-edited item (syn_value.at:258): ok (0m0.029s 0m0.021s) 127. Implicit picture from value (syn_value.at:326): ok (0m0.047s 0m0.032s) 128. ASSIGN to device-name (syn_file.at:22): ok (0m0.087s 0m0.048s) 129. ASSIGN to printer-name (syn_file.at:89): ok (0m0.082s 0m0.044s) 130. SELECT without ASSIGN (syn_file.at:156): ok (0m0.027s 0m0.018s) 131. START on SEQUENTIAL file (syn_file.at:184): ok (0m0.027s 0m0.019s) 132. key items (syn_file.at:214): ok (0m0.025s 0m0.018s) 133. variable record length (syn_file.at:266): ok (0m0.103s 0m0.070s) 134. variable record length DEPENDING item (syn_file.at:370): ok (0m0.053s 0m0.038s) 135. DECLARATIVES invalid procedure reference (1) (syn_file.at:452): ok (0m0.027s 0m0.018s) 136. DECLARATIVES invalid procedure reference (2) (syn_file.at:492): ok (0m0.092s 0m0.062s) 137. DECLARATIVES invalid procedure reference (3) (syn_file.at:557): ok (0m0.028s 0m0.019s) 138. RECORDING MODE (syn_file.at:598): ok (0m0.028s 0m0.019s) 139. CODE-SET clause (syn_file.at:627): ok (0m0.026s 0m0.019s) 140. CODE-SET FOR clause (syn_file.at:663): ok (0m0.026s 0m0.018s) 141. REPORT SECTION clause numbers (syn_reportwriter.at:23): ok (0m0.027s 0m0.018s) 142. Ambiguous AND/OR (syn_misc.at:22): ok (0m0.028s 0m0.019s) 143. invalid expression (syn_misc.at:48): ok (0m0.027s 0m0.018s) 144. Missing headers (syn_misc.at:145): ok (0m0.048s 0m0.033s) 145. INITIALIZE constant (syn_misc.at:194): ok (0m0.025s 0m0.017s) 146. CLASS duplicate values (syn_misc.at:221): ok (0m0.027s 0m0.018s) 147. INSPECT invalid size (syn_misc.at:256): ok (0m0.027s 0m0.019s) 148. INSPECT invalid target (syn_misc.at:285): ok (0m0.026s 0m0.018s) 149. INSPECT missing keyword (syn_misc.at:308): ok (0m0.025s 0m0.017s) 150. INSPECT repeated keywords (syn_misc.at:329): ok (0m0.026s 0m0.018s) 151. INSPECT incomplete clause (syn_misc.at:361): ok (0m0.028s 0m0.019s) 152. INSPECT multiple BEFORE/AFTER clauses (syn_misc.at:383): ok (0m0.027s 0m0.019s) 153. Maximum data size (syn_misc.at:406): ok (0m0.027s 0m0.020s) 154. Unreachable statement (syn_misc.at:435): ok (0m0.027s 0m0.019s) 155. CRT STATUS (syn_misc.at:477): ok (0m0.048s 0m0.033s) 156. CURRENCY SIGN (syn_misc.at:519): ok (0m0.189s 0m0.121s) 157. SWITCHES (syn_misc.at:635): ok (0m0.050s 0m0.032s) 158. Unexpected mnemonic-name location (syn_misc.at:762): ok (0m0.026s 0m0.018s) 159. Wrong device for mnemonic-name (syn_misc.at:789): ok (0m0.026s 0m0.018s) 160. Missing mnemonic-name declaration (syn_misc.at:814): ok (0m0.028s 0m0.020s) 161. Unknown device in dialect (syn_misc.at:835): ok (0m0.047s 0m0.032s) 162. ACCEPT WITH ( NO ) UPDATE / DEFAULT (syn_misc.at:865): ok (0m0.026s 0m0.018s) 163. ACCEPT WITH AUTO / TAB (syn_misc.at:890): ok (0m0.024s 0m0.017s) 164. ACCEPT WITH SIZE (syn_misc.at:915): ok (0m0.024s 0m0.018s) 165. DISPLAY WITH SIZE (syn_misc.at:939): ok (0m0.024s 0m0.016s) 166. Source text after program-text area (syn_misc.at:961): ok (0m0.028s 0m0.020s) 167. Line overflow in Fixed-form / Free-form (syn_misc.at:982): ok (0m0.076s 0m0.050s) 168. Continuation Indicator - too many lines (syn_misc.at:1030): ok (0m0.196s 0m0.039s) 169. Continuation of COBOL words (syn_misc.at:1587): ok (0m0.056s 0m0.035s) 170. Literal too long (syn_misc.at:1608): ok (0m0.243s 0m0.127s) 171. Line and floating comments (syn_misc.at:1858): ok (0m0.554s 0m0.276s) 172. word length (syn_misc.at:2019): ok (0m0.162s 0m0.106s) 173. Floating-point literals (syn_misc.at:2135): ok (0m0.053s 0m0.037s) 174. X literals (syn_misc.at:2240): ok (0m0.026s 0m0.017s) 175. national literals (syn_misc.at:2267): ok (0m0.050s 0m0.032s) 176. NX literals (syn_misc.at:2297): ok (0m0.051s 0m0.035s) 177. Binary literals (syn_misc.at:2335): ok (0m0.064s 0m0.039s) 178. Binary-hexadecimal literals (syn_misc.at:2371): ok (0m0.049s 0m0.033s) 179. ACUCOBOL literals (syn_misc.at:2400): ok (0m0.059s 0m0.036s) 180. Adding/removing reserved words (syn_misc.at:2461): ok (0m0.027s 0m0.019s) 181. Adding aliases (syn_misc.at:2488): ok (0m0.088s 0m0.057s) 182. Complete specified word list (syn_misc.at:2522): ok (0m0.081s 0m0.044s) 183. ANY LENGTH item as BY VALUE formal parameter (syn_misc.at:2543): ok (0m0.030s 0m0.023s) 184. Swapped SOURCE- and OBJECT-COMPUTER (syn_misc.at:2566): ok (0m0.030s 0m0.023s) 185. NOT ON EXCEPTION phrases before ON EXCEPTION (syn_misc.at:2585): ok (0m0.054s 0m0.038s) 186. Wrong dialect hints (syn_misc.at:2648): ok (0m0.030s 0m0.021s) 187. Redundant periods (syn_misc.at:2672): ok (0m0.030s 0m0.022s) 188. STRING / UNSTRING with invalid syntax (syn_misc.at:2702): ok (0m0.027s 0m0.018s) 189. Use of program-prototypes (syn_misc.at:2767): ok (0m0.027s 0m0.019s) 190. Invalid INSPECT/TRANSFORM operands (syn_misc.at:2794): ok (0m0.029s 0m0.020s) 191. SIGN clause checks (syn_misc.at:2838): ok (0m0.027s 0m0.019s) 192. MOVE SPACE TO numeric or numeric-edited item (syn_move.at:37): ok (0m0.027s 0m0.019s) 193. MOVE ZERO TO alphabetic item (syn_move.at:63): ok (0m0.025s 0m0.018s) 194. MOVE alphabetic TO x (syn_move.at:89): ok (0m0.027s 0m0.020s) 195. MOVE alphanumeric TO x (syn_move.at:119): ok (0m0.026s 0m0.018s) 196. MOVE alphanumeric-edited TO x (syn_move.at:146): ok (0m0.030s 0m0.022s) 197. MOVE numeric (integer) TO x (syn_move.at:176): ok (0m0.026s 0m0.019s) 198. MOVE numeric (non-integer) TO x (syn_move.at:205): ok (0m0.030s 0m0.022s) 199. MOVE numeric-edited TO x (syn_move.at:236): ok (0m0.028s 0m0.020s) 200. CORRESPONDING - Operands must be groups (syn_move.at:271): ok (0m0.027s 0m0.019s) 201. CORRESPONDING - Target has no matching items (syn_move.at:300): ok (0m0.027s 0m0.020s) 202. MOVE: misc (syn_move.at:327): ok (0m0.026s 0m0.019s) 203. MOVE: Overlapping (syn_move.at:350): ok (0m0.323s 0m0.128s) 204. Category check of Format 1 (syn_multiply.at:28): ok (0m0.028s 0m0.019s) 205. Category check of Format 2 (syn_multiply.at:67): ok (0m0.027s 0m0.018s) 206. Category check of literals (syn_multiply.at:108): ok (0m0.027s 0m0.019s) 207. Flexible ACCEPT/DISPLAY syntax (syn_screen.at:24): ok (0m0.027s 0m0.019s) 208. Duplicate ACCEPT/DISPLAY clauses (syn_screen.at:92): ok (0m0.026s 0m0.018s) 209. AT clause (syn_screen.at:121): ok (0m0.026s 0m0.018s) 210. ACCEPT/DISPLAY extensions detection (syn_screen.at:165): ok (0m0.026s 0m0.018s) 211. FROM clause (syn_screen.at:211): ok (0m0.024s 0m0.017s) 212. SCREEN SECTION clause numbers (syn_screen.at:237): ok (0m0.026s 0m0.018s) 213. Screen clauses (syn_screen.at:265): ok (0m0.026s 0m0.019s) 214. ACCEPT ON EXCEPTION/ESCAPE (syn_screen.at:291): ok (0m0.024s 0m0.018s) 215. Referencing 88-level (syn_screen.at:321): ok (0m0.027s 0m0.018s) 216. Conflicting screen clauses (syn_screen.at:351): ok (0m0.053s 0m0.038s) 217. Redundant screen clauses (syn_screen.at:412): ok (0m0.025s 0m0.017s) 218. Screen item OCCURS w-/wo relative LINE/COL (syn_screen.at:445): ok (0m0.074s 0m0.051s) 219. VALUE clause missing (syn_screen.at:496): ok (0m0.028s 0m0.020s) 220. SET: misc (syn_set.at:24): ok (0m0.028s 0m0.020s) 221. ANY LENGTH as function RETURNING item (syn_functions.at:22): ok (0m0.026s 0m0.019s) 222. REPOSITORY INTRINSIC phrase (syn_functions.at:46): ok (0m0.025s 0m0.018s) 223. REPOSITORY FUNCTION phrase (syn_functions.at:69): ok (0m0.025s 0m0.018s) 224. Redundant REPOSITORY entries (syn_functions.at:117): ok (0m0.028s 0m0.020s) 225. Missing prototype/definition (syn_functions.at:155): ok (0m0.025s 0m0.018s) 226. Function definition inside program (syn_functions.at:186): ok (0m0.028s 0m0.020s) 227. Intrinsic functions: number of arguments (syn_functions.at:207): ok (0m0.026s 0m0.019s) 228. Intrinsic functions: reference modification (syn_functions.at:247): ok (0m0.027s 0m0.019s) 229. Intrinsic functions: Parameter type (syn_functions.at:295): ok (0m0.026s 0m0.018s) 230. invalid formatted date/time args (syn_functions.at:318): ok (0m0.027s 0m0.019s) 231. invalid formats w/ DECIMAL-POINT IS COMMA (syn_functions.at:399): ok (0m0.026s 0m0.018s) 232. Specified offset and SYSTEM-OFFSET (syn_functions.at:433): ok (0m0.028s 0m0.020s) 233. COPY within comment (listings.at:21): ok (0m0.073s 0m0.054s) 234. COPY replacement order (listings.at:103): ok (0m0.089s 0m0.065s) 235. COPY separators (listings.at:201): ok (0m0.038s 0m0.027s) 236. COPY partial replacement (listings.at:265): ok (0m0.038s 0m0.029s) 237. COPY LEADING replacement (listings.at:333): ok (0m0.038s 0m0.027s) 238. COPY TRAILING replacement (listings.at:401): ok (0m0.038s 0m0.027s) 239. COPY recursive replacement (listings.at:470): ok (0m0.041s 0m0.030s) 240. Eject page (listings.at:534): ok (0m0.137s 0m0.098s) 241. Wide listing (listings.at:766): ok (0m0.068s 0m0.047s) 242. Two source files (listings.at:856): ok (0m0.037s 0m0.027s) 243. Error/Warning messages (listings.at:930): ok (0m0.240s 0m0.170s) 244. Symbols: simple (listings.at:1224): ok (0m0.107s 0m0.078s) 245. Symbols: pointer (listings.at:1386): ok (0m0.140s 0m0.072s) 246. Symbols: mutliple programs/functions (listings.at:1669): ok (0m0.035s 0m0.023s) 247. Symbols: OCCURS/REDEFINES (listings.at:1789): ok (0m0.044s 0m0.025s) 248. Conditional compilation (listings.at:1899): ok (0m0.037s 0m0.026s) 249. LISTING ON/OFF (listings.at:1962): ok (0m0.037s 0m0.026s) 250. File descriptions (listings.at:2046): ok (0m0.039s 0m0.027s) 251. Invalid PICTURE strings (listings.at:2377): ok (0m0.047s 0m0.035s) 252. Variable format (listings.at:2646): ok (0m0.042s 0m0.033s) 253. DISPLAY literals (run_fundamental.at:23): ok (0m0.132s 0m0.058s) 254. DISPLAY literals, DECIMAL-POINT is COMMA (run_fundamental.at:85): ok (0m0.115s 0m0.050s) 256. DISPLAY data items with VALUE clause (run_fundamental.at:167): ok (0m0.116s 0m0.052s) 257. DISPLAY data items with MOVE statement (run_fundamental.at:214): ok (0m0.108s 0m0.056s) 258. MOVE to edited item (1) (run_fundamental.at:268): ok (0m0.114s 0m0.052s) 259. MOVE to edited item (2) (run_fundamental.at:317): ok (0m0.129s 0m0.056s) 260. Move to item with simple and floating insertion (run_fundamental.at:366): ok (0m0.108s 0m0.054s) 261. MOVE to JUSTIFIED item (run_fundamental.at:396): ok (0m0.112s 0m0.048s) 262. MOVE integer literal to alphanumeric (run_fundamental.at:441): ok (0m0.109s 0m0.048s) 263. Check for equality of FLOAT-SHORT / FLOAT-LONG (run_fundamental.at:466): ok (0m0.104s 0m0.046s) 265. ALPHABETIC test (run_fundamental.at:654): ok (0m0.096s 0m0.045s) 266. ALPHABETIC-UPPER test (run_fundamental.at:686): ok (0m0.108s 0m0.046s) 267. ALPHABETIC-LOWER test (run_fundamental.at:718): ok (0m0.096s 0m0.043s) 268. GLOBAL at same level (run_fundamental.at:750): ok (0m0.106s 0m0.047s) 269. GLOBAL at lower level (run_fundamental.at:799): ok (0m0.111s 0m0.050s) 270. GLOBAL CONSTANT (run_fundamental.at:848): ok (0m0.115s 0m0.052s) 271. Contained program visibility (1) (run_fundamental.at:933): ok (0m0.111s 0m0.051s) 272. Contained program visibility (2) (run_fundamental.at:988): ok (0m0.115s 0m0.050s) 273. Contained program visibility (3) (run_fundamental.at:1041): ok (0m0.109s 0m0.050s) 274. Contained program visibility (4) (run_fundamental.at:1092): ok (0m0.115s 0m0.052s) 275. CALL/CANCEL with program-prototype-name (run_fundamental.at:1147): ok (0m0.126s 0m0.051s) 276. START RELATIVE (1) (run_fundamental.at:1219): ok (0m0.108s 0m0.046s) 277. START RELATIVE (2) (run_fundamental.at:1268): ok (0m0.114s 0m0.049s) 278. GLOBAL FD (1) (run_fundamental.at:1345): ok (0m0.102s 0m0.045s) 279. GLOBAL FD (2) (run_fundamental.at:1395): ok (0m0.111s 0m0.046s) 280. GLOBAL FD (3) (run_fundamental.at:1445): ok (0m0.116s 0m0.048s) 281. GLOBAL FD (4) (run_fundamental.at:1495): ok (0m0.119s 0m0.048s) 282. CANCEL test (1) (run_fundamental.at:1545): ok (0m0.112s 0m0.050s) 285. Separate sign positions (1) (run_fundamental.at:1655): ok (0m0.098s 0m0.049s) 286. Separate sign positions (2) (run_fundamental.at:1679): ok (0m0.119s 0m0.053s) 287. Context sensitive words (1) (run_fundamental.at:1711): ok (0m0.114s 0m0.051s) 288. Context sensitive words (2) (run_fundamental.at:1734): ok (0m0.115s 0m0.051s) 289. Context sensitive words (3) (run_fundamental.at:1758): ok (0m0.114s 0m0.050s) 290. Context sensitive words (4) (run_fundamental.at:1782): ok (0m0.103s 0m0.050s) 291. Context sensitive words (5) (run_fundamental.at:1807): ok (0m0.095s 0m0.045s) 292. Context sensitive words (6) (run_fundamental.at:1830): ok (0m0.101s 0m0.047s) 293. Context sensitive words (7) (run_fundamental.at:1853): ok (0m0.114s 0m0.053s) 294. ROUNDED AWAY-FROM-ZERO (run_fundamental.at:1880): ok (0m0.115s 0m0.051s) 295. ROUNDED NEAREST-AWAY-FROM-ZERO (run_fundamental.at:1943): ok (0m0.104s 0m0.050s) 296. ROUNDED NEAREST-EVEN (run_fundamental.at:2006): ok (0m0.103s 0m0.049s) 297. ROUNDED NEAREST-TOWARD-ZERO (run_fundamental.at:2069): ok (0m0.118s 0m0.050s) 298. ROUNDED TOWARD-GREATER (run_fundamental.at:2132): ok (0m0.124s 0m0.051s) 299. ROUNDED TOWARD-LESSER (run_fundamental.at:2195): ok (0m0.120s 0m0.051s) 300. ROUNDED TRUNCATION (run_fundamental.at:2258): ok (0m0.117s 0m0.050s) 301. Numeric operations (1) (run_fundamental.at:2321): ok (0m0.110s 0m0.048s) 302. Numeric operations (2) (run_fundamental.at:2365): ok (0m0.138s 0m0.052s) 303. Numeric operations (3) (run_fundamental.at:2671): ok (0m0.125s 0m0.051s) 304. Numeric operations (4) (run_fundamental.at:2977): ok (0m0.131s 0m0.052s) 305. Numeric operations (5) (run_fundamental.at:3283): ok (0m0.124s 0m0.050s) 307. Numeric operations (7) (run_fundamental.at:3658): ok (0m0.115s 0m0.050s) 308. ADD CORRESPONDING (run_fundamental.at:3952): ok (0m0.107s 0m0.045s) 309. ADD CORRESPONDING no match (run_fundamental.at:4000): ok (0m0.111s 0m0.049s) 310. Subscript out of bounds (1) (run_subscripts.at:26): ok (0m0.113s 0m0.048s) 311. Subscript out of bounds (2) (run_subscripts.at:51): ok (0m0.105s 0m0.049s) 312. Value of DEPENDING ON N out of bounds (lower) (run_subscripts.at:76): ok (0m0.099s 0m0.045s) 313. Value of DEPENDING ON N out of bounds (upper) (run_subscripts.at:101): ok (0m0.100s 0m0.044s) 314. Subscript bounds with ODO (run_subscripts.at:126): ok (0m0.102s 0m0.048s) 315. Subscript by arithmetic expression (run_subscripts.at:151): ok (0m0.106s 0m0.048s) 316. length of ODO w/- reference modification (run_subscripts.at:182): ok (0m0.105s 0m0.047s) 317. SEARCH ALL with OCCURS DEPENDING ON (run_subscripts.at:238): ok (0m0.110s 0m0.051s) 318. Static reference modification (run_refmod.at:25): ok (0m0.119s 0m0.052s) 319. Dynamic reference modification (run_refmod.at:56): ok (0m0.105s 0m0.049s) 320. Static out of bounds (run_refmod.at:92): ok (0m0.026s 0m0.019s) 321. Offset underflow (run_refmod.at:122): ok (0m0.102s 0m0.049s) 322. Offset overflow (run_refmod.at:145): ok (0m0.110s 0m0.051s) 323. Length underflow (run_refmod.at:168): ok (0m0.114s 0m0.049s) 324. Length overflow (run_refmod.at:191): ok (0m0.114s 0m0.049s) 325. ACCEPT FROM DATE/DAY (run_accept.at:23): ok (0m0.112s 0m0.053s) 326. ACCEPT OMITTED (simple) (run_accept.at:70): ok (0m0.122s 0m0.055s) 327. ACCEPT OMITTED (SCREEN) (run_accept.at:93): ok (0m0.109s 0m0.052s) 328. INITIALIZE group entry with OCCURS (run_initialize.at:27): ok (0m0.132s 0m0.061s) 329. INITIALIZE OCCURS with numeric edited (run_initialize.at:55): ok (0m0.134s 0m0.062s) 330. INITIALIZE complex group (1) (run_initialize.at:81): ok (0m0.123s 0m0.057s) 331. INITIALIZE complex group (2) (run_initialize.at:108): ok (0m0.115s 0m0.050s) 332. INITIALIZE with REDEFINES (run_initialize.at:135): ok (0m0.123s 0m0.053s) 333. INITIALIZE with FILLER (run_initialize.at:161): ok (0m0.130s 0m0.058s) 334. INITIALIZE of EXTERNAL data items (run_initialize.at:227): ok (0m0.117s 0m0.052s) 335. INITIALIZE with reference modification (run_initialize.at:277): ok (0m0.129s 0m0.058s) 336. Comma separator without space (run_misc.at:22): ok (0m0.132s 0m0.063s) 341. MOVE to itself (run_misc.at:217): ok (0m0.131s 0m0.061s) 342. MOVE with refmod (run_misc.at:243): ok (0m0.123s 0m0.057s) 343. MOVE with refmod (variable) (run_misc.at:267): ok (0m0.121s 0m0.052s) 344. MOVE with group refmod (run_misc.at:293): ok (0m0.109s 0m0.045s) 345. MOVE indexes (run_misc.at:318): ok (0m0.113s 0m0.045s) 347. MOVE Z'literal' (run_misc.at:379): ok (0m0.100s 0m0.048s) 348. Floating continuation indicator (run_misc.at:421): ok (0m0.107s 0m0.048s) 349. Fixed continuation indicator (run_misc.at:443): ok (0m0.102s 0m0.047s) 350. Concatenation operator (run_misc.at:485): ok (0m0.111s 0m0.050s) 351. SOURCE FIXED/FREE directives (run_misc.at:509): ok (0m0.109s 0m0.047s) 352. Level 01 subscripts (run_misc.at:546): ok (0m0.030s 0m0.018s) 353. Class check with reference modification (run_misc.at:568): ok (0m0.117s 0m0.050s) 354. Index and parenthesized expression (run_misc.at:592): ok (0m0.123s 0m0.055s) 355. Alphanumeric and binary numeric (run_misc.at:616): ok (0m0.108s 0m0.047s) 356. Dynamic call with static linking (run_misc.at:643): ok (0m0.201s 0m0.093s) 362. INSPECT: REPLACING LEADING ZEROS BY SPACES (run_misc.at:938): ok (0m0.115s 0m0.051s) 363. INSPECT: No repeat conversion check (run_misc.at:962): ok (0m0.107s 0m0.053s) 364. INSPECT: CONVERTING TO figurative constant (run_misc.at:986): ok (0m0.099s 0m0.045s) 365. INSPECT: CONVERTING NULL (run_misc.at:1010): ok (0m0.099s 0m0.048s) 366. INSPECT: CONVERTING TO NULL (run_misc.at:1034): ok (0m0.112s 0m0.048s) 367. INSPECT: REPLACING figurative constant (run_misc.at:1058): ok (0m0.101s 0m0.048s) 368. INSPECT: TALLYING BEFORE (run_misc.at:1082): ok (0m0.106s 0m0.049s) 369. INSPECT: TALLYING AFTER (run_misc.at:1117): ok (0m0.119s 0m0.055s) 370. INSPECT: REPLACING TRAILING ZEROS BY SPACES (run_misc.at:1152): ok (0m0.118s 0m0.050s) 371. INSPECT: REPLACING complex (run_misc.at:1176): ok (0m0.102s 0m0.047s) 372. SWITCHES (environment COB_SWITCH_n and SET) (run_misc.at:1202): ok (0m0.124s 0m0.053s) 373. Nested PERFORM (run_misc.at:1299): ok (0m0.106s 0m0.048s) 374. EXIT PERFORM (run_misc.at:1324): ok (0m0.108s 0m0.053s) 375. EXIT PERFORM CYCLE (run_misc.at:1349): ok (0m0.125s 0m0.057s) 376. EXIT PARAGRAPH (run_misc.at:1374): ok (0m0.130s 0m0.057s) 377. EXIT SECTION (run_misc.at:1406): ok (0m0.135s 0m0.064s) 378. PERFORM UNTIL EXIT (run_misc.at:1440): ok (0m0.127s 0m0.058s) 379. PERFORM inline (1) (run_misc.at:1471): ok (0m0.134s 0m0.063s) 380. PERFORM inline (2) (run_misc.at:1498): ok (0m0.112s 0m0.051s) 381. 88 with FILLER (run_misc.at:1523): ok (0m0.106s 0m0.046s) 382. Non-overflow after overflow (run_misc.at:1552): ok (0m0.099s 0m0.043s) 383. PERFORM ... CONTINUE (run_misc.at:1582): ok (0m0.025s 0m0.017s) 384. STRING with subscript reference (run_misc.at:1599): ok (0m0.108s 0m0.046s) 385. UNSTRING DELIMITED ALL LOW-VALUE (run_misc.at:1626): ok (0m0.115s 0m0.047s) 386. UNSTRING DELIMITED ALL SPACE-2 (run_misc.at:1661): ok (0m0.111s 0m0.050s) 387. UNSTRING DELIMITED POINTER (run_misc.at:1726): ok (0m0.107s 0m0.048s) 388. UNSTRING DELIMITER IN (run_misc.at:1780): ok (0m0.116s 0m0.048s) 389. SORT: table sort (run_misc.at:1822): ok (0m0.105s 0m0.046s) 390. SORT: table sort (2) (run_misc.at:1864): ok (0m0.120s 0m0.047s) 391. SORT: table sort (3) (run_misc.at:1989): skipped (run_misc.at:1990) 392. SORT: EBCDIC table sort (run_misc.at:2030): ok (0m0.117s 0m0.049s) 393. PIC ZZZ-, ZZZ+ (run_misc.at:2068): ok (0m0.115s 0m0.048s) 394. PERFORM type OSVS (run_misc.at:2121): ok (0m0.116s 0m0.053s) 398. Lookup ENTRY from main executable (run_misc.at:2305): ok (0m0.121s 0m0.055s) 400. 88 level with FALSE IS clause (run_misc.at:2373): ok (0m0.101s 0m0.046s) 401. ALLOCATE / FREE with BASED item (1) (run_misc.at:2401): ok (0m0.112s 0m0.047s) 403. ALLOCATE CHARACTERS INITIALIZED TO (run_misc.at:2475): ok (0m0.098s 0m0.047s) 404. Initialized value with defaultbyte (run_misc.at:2516): ok (0m0.104s 0m0.046s) 406. CALL in from C, cob_call_params explicitly set (run_misc.at:2580): ok (0m0.138s 0m0.062s) 407. CALL in from C, cob_call_params unknown (run_misc.at:2629): ok (0m0.141s 0m0.060s) 408. CALL in from C with init missing / implicit (run_misc.at:2676): ok (0m0.243s 0m0.109s) 409. CALL STATIC C from COBOL (run_misc.at:2726): ok (0m0.146s 0m0.060s) 412. access to BASED item without allocation (run_misc.at:2869): ok (0m0.206s 0m0.092s) 414. STOP RUN WITH NORMAL STATUS (run_misc.at:2952): ok (0m0.101s 0m0.048s) 415. STOP RUN WITH ERROR STATUS (run_misc.at:2970): ok (0m0.102s 0m0.047s) 416. DECLARATIVES procedure referencing (run_misc.at:2988): ok (0m0.118s 0m0.048s) 417. DECLARATIVES procedure referencing (multiple) (run_misc.at:3028): ok (0m0.112s 0m0.046s) 418. SYMBOLIC clause (run_misc.at:3072): ok (0m0.108s 0m0.047s) 419. OCCURS clause with 1 entry (run_misc.at:3109): ok (0m0.114s 0m0.047s) 420. Computing of different USAGEs w/o decimal point (run_misc.at:3158): ok (0m0.282s 0m0.090s) 421. Computing of different USAGEs w/- decimal point (run_misc.at:3666): ok (0m0.329s 0m0.105s) 423. ON EXCEPTION clause of DISPLAY (run_misc.at:4634): ok (0m0.106s 0m0.051s) 424. EC-SCREEN-LINE-NUMBER and -STARTING-COLUMN (run_misc.at:4659): ok (0m0.108s 0m0.046s) 425. LINE/COLUMN 0 exceptions (run_misc.at:4700): ok (0m0.119s 0m0.049s) 426. SET LAST EXCEPTION TO OFF (run_misc.at:4738): ok (0m0.110s 0m0.049s) 429. void PROCEDURE, main not allowed (run_misc.at:4831): ok (0m0.028s 0m0.019s) 430. void PROCEDURE not allowed for FUNCTION (run_misc.at:4849): ok (0m0.025s 0m0.017s) 432. CALL with program prototypes (run_misc.at:4995): ok (0m0.120s 0m0.052s) 433. PICTURE with constant-name (run_misc.at:5051): ok (0m0.104s 0m0.048s) 434. Quote marks in comment paragraphs (run_misc.at:5076): ok (0m0.208s 0m0.096s) 435. MOVE with -fbinary-truncate (run_misc.at:5101): ok (0m0.218s 0m0.094s) 436. READ INTO AT-END sequence (run_file.at:21): ok (0m0.111s 0m0.048s) 437. First READ on empty SEQUENTIAL INDEXED file (run_file.at:58): ok (0m0.108s 0m0.056s) 438. REWRITE a RELATIVE file with RANDOM access (run_file.at:98): ok (0m0.111s 0m0.049s) 439. SORT with SD, I/O SEQUENTIAL (run_file.at:165): ok (0m0.117s 0m0.050s) 440. SORT with SD, I/O LINE SEQUENTIAL (run_file.at:213): ok (0m0.109s 0m0.049s) 441. SORT with SD, I/O LINE SEQUENTIAL same file (run_file.at:270): ok (0m0.119s 0m0.051s) 442. SORT nonexistent file (run_file.at:327): ok (0m0.111s 0m0.051s) 443. ASSIGN with LOCAL-STORAGE item (run_file.at:362): ok (0m0.116s 0m0.053s) 444. ASSIGN with LOCAL-STORAGE item and INITIAL prog (run_file.at:398): ok (0m0.112s 0m0.050s) 445. RETURN-CODE moving (run_returncode.at:23): ok (0m0.109s 0m0.049s) 447. RETURN-CODE nested (run_returncode.at:101): ok (0m0.105s 0m0.048s) 448. FUNCTION ABS (run_functions.at:24): ok (0m0.120s 0m0.054s) 449. FUNCTION ACOS (run_functions.at:46): ok (0m0.114s 0m0.056s) 450. FUNCTION ANNUITY (run_functions.at:70): ok (0m0.101s 0m0.049s) 451. FUNCTION ASIN (run_functions.at:94): ok (0m0.115s 0m0.054s) 452. FUNCTION ATAN (run_functions.at:118): ok (0m0.113s 0m0.050s) 453. FUNCTION BYTE-LENGTH (run_functions.at:142): ok (0m0.107s 0m0.048s) 454. FUNCTION CHAR (run_functions.at:177): ok (0m0.117s 0m0.049s) 455. FUNCTION COMBINED-DATETIME (run_functions.at:215): ok (0m0.129s 0m0.057s) 456. FUNCTION CONCATENATE (run_functions.at:240): ok (0m0.127s 0m0.053s) 457. FUNCTION CONCATENATE with reference modding (run_functions.at:279): ok (0m0.103s 0m0.046s) 458. FUNCTION COS (run_functions.at:307): ok (0m0.103s 0m0.046s) 459. FUNCTION CURRENCY-SYMBOL (run_functions.at:331): ok (0m0.116s 0m0.049s) 460. FUNCTION CURRENT-DATE (run_functions.at:354): ok (0m0.116s 0m0.052s) 461. FUNCTION DATE-OF-INTEGER (run_functions.at:425): ok (0m0.116s 0m0.051s) 462. FUNCTION DATE-TO-YYYYMMDD (run_functions.at:450): ok (0m0.103s 0m0.050s) 463. FUNCTION DAY-OF-INTEGER (run_functions.at:475): ok (0m0.122s 0m0.057s) 464. FUNCTION DAY-TO-YYYYDDD (run_functions.at:500): ok (0m0.104s 0m0.046s) 465. FUNCTION E (run_functions.at:525): ok (0m0.117s 0m0.052s) 466. FUNCTION EXCEPTION-FILE (run_functions.at:549): ok (0m0.118s 0m0.055s) 467. FUNCTION EXCEPTION-LOCATION (run_functions.at:581): ok (0m0.105s 0m0.051s) 468. FUNCTION EXCEPTION-STATEMENT (run_functions.at:617): ok (0m0.108s 0m0.048s) 469. FUNCTION EXCEPTION-STATUS (run_functions.at:649): ok (0m0.110s 0m0.050s) 470. FUNCTION EXP (run_functions.at:681): ok (0m0.109s 0m0.045s) 471. FUNCTION EXP10 (run_functions.at:705): ok (0m0.093s 0m0.041s) 472. FUNCTION FACTORIAL (run_functions.at:730): ok (0m0.108s 0m0.046s) 473. FUNCTION FORMATTED-CURRENT-DATE (run_functions.at:755): ok (0m0.106s 0m0.044s) 474. FUNCTION FORMATTED-DATE (run_functions.at:783): ok (0m0.129s 0m0.058s) 475. FUNCTION FORMATTED-DATE with ref modding (run_functions.at:846): ok (0m0.116s 0m0.054s) 476. FUNCTION FORMATTED-DATETIME (run_functions.at:871): ok (0m0.102s 0m0.045s) 477. FUNCTION FORMATTED-DATETIME with ref modding (run_functions.at:928): ok (0m0.107s 0m0.047s) 478. FUNCTION FORMATTED-TIME (run_functions.at:954): ok (0m0.125s 0m0.049s) 479. FUNCTION FORMATTED-TIME DP.COMMA (run_functions.at:1041): ok (0m0.100s 0m0.046s) 480. FUNCTION FORMATTED-TIME with ref modding (run_functions.at:1072): ok (0m0.099s 0m0.047s) 481. FUNCTION FRACTION-PART (run_functions.at:1097): ok (0m0.100s 0m0.048s) 482. FUNCTION HIGHEST-ALGEBRAIC (run_functions.at:1128): ok (0m0.111s 0m0.046s) 483. FUNCTION INTEGER (run_functions.at:1196): ok (0m0.100s 0m0.044s) 484. FUNCTION INTEGER-OF-DATE (run_functions.at:1229): ok (0m0.096s 0m0.042s) 485. FUNCTION INTEGER-OF-DAY (run_functions.at:1254): ok (0m0.134s 0m0.061s) 486. FUNCTION INTEGER-OF-FORMATTED-DATE (run_functions.at:1279): ok (0m0.134s 0m0.058s) 487. FUNCTION INTEGER-PART (run_functions.at:1329): ok (0m0.104s 0m0.047s) 488. FUNCTION LENGTH (run_functions.at:1355): ok (0m0.108s 0m0.045s) 489. FUNCTION LOCALE-COMPARE (run_functions.at:1381): ok (0m0.105s 0m0.045s) 490. FUNCTION LOCALE-DATE (run_functions.at:1411): ok (0m0.104s 0m0.047s) 491. FUNCTION LOCALE-TIME (run_functions.at:1437): ok (0m0.099s 0m0.047s) 492. FUNCTION LOCALE-TIME-FROM-SECONDS (run_functions.at:1463): ok (0m0.107s 0m0.048s) 493. FUNCTION LOG (run_functions.at:1489): ok (0m0.101s 0m0.046s) 494. FUNCTION LOG10 (run_functions.at:1513): ok (0m0.099s 0m0.044s) 495. FUNCTION LOWER-CASE (run_functions.at:1537): ok (0m0.103s 0m0.044s) 496. FUNCTION LOWER-CASE with reference modding (run_functions.at:1565): ok (0m0.102s 0m0.046s) 497. FUNCTION LOWEST-ALGEBRAIC (run_functions.at:1591): ok (0m0.109s 0m0.047s) 498. FUNCTION MAX (run_functions.at:1644): ok (0m0.119s 0m0.051s) 499. FUNCTION MEAN (run_functions.at:1666): ok (0m0.105s 0m0.045s) 500. FUNCTION MEDIAN (run_functions.at:1688): ok (0m0.101s 0m0.046s) 501. FUNCTION MIDRANGE (run_functions.at:1710): ok (0m0.103s 0m0.046s) 502. FUNCTION MIN (run_functions.at:1732): ok (0m0.100s 0m0.052s) 503. FUNCTION MOD (run_functions.at:1754): ok (0m0.102s 0m0.049s) 505. FUNCTION MODULE-DATE (run_functions.at:1814): ok (0m0.098s 0m0.048s) 506. FUNCTION MODULE-FORMATTED-DATE (run_functions.at:1839): ok (0m0.120s 0m0.055s) 507. FUNCTION MODULE-ID (run_functions.at:1864): ok (0m0.101s 0m0.048s) 508. FUNCTION MODULE-PATH (run_functions.at:1885): ok (0m0.105s 0m0.048s) 509. FUNCTION MODULE-SOURCE (run_functions.at:1910): ok (0m0.104s 0m0.048s) 510. FUNCTION MODULE-TIME (run_functions.at:1931): ok (0m0.108s 0m0.049s) 511. FUNCTION MONETARY-DECIMAL-POINT (run_functions.at:1956): ok (0m0.112s 0m0.052s) 512. FUNCTION MONETARY-THOUSANDS-SEPARATOR (run_functions.at:1979): ok (0m0.116s 0m0.052s) 513. FUNCTION NUMERIC-DECIMAL-POINT (run_functions.at:2002): ok (0m0.104s 0m0.048s) 514. FUNCTION NUMERIC-THOUSANDS-SEPARATOR (run_functions.at:2025): ok (0m0.116s 0m0.051s) 515. FUNCTION NUMVAL (run_functions.at:2048): ok (0m0.108s 0m0.048s) 516. FUNCTION NUMVAL-C (run_functions.at:2079): ok (0m0.116s 0m0.049s) 517. FUNCTION NUMVAL-C DP.COMMA (run_functions.at:2110): ok (0m0.101s 0m0.045s) 518. FUNCTION NUMVAL-F (run_functions.at:2140): ok (0m0.102s 0m0.048s) 519. FUNCTION ORD (run_functions.at:2163): ok (0m0.107s 0m0.053s) 520. FUNCTION ORD-MAX (run_functions.at:2185): ok (0m0.107s 0m0.048s) 521. FUNCTION ORD-MIN (run_functions.at:2207): ok (0m0.102s 0m0.045s) 522. FUNCTION PI (run_functions.at:2229): ok (0m0.103s 0m0.047s) 523. FUNCTION PRESENT-VALUE (run_functions.at:2253): ok (0m0.108s 0m0.048s) 524. FUNCTION RANDOM (run_functions.at:2275): ok (0m0.098s 0m0.046s) 525. FUNCTION RANGE (run_functions.at:2299): ok (0m0.107s 0m0.048s) 526. FUNCTION REM (run_functions.at:2323): ok (0m0.109s 0m0.048s) 527. FUNCTION REVERSE (run_functions.at:2347): ok (0m0.121s 0m0.054s) 528. FUNCTION REVERSE with reference modding (run_functions.at:2372): ok (0m0.120s 0m0.052s) 529. FUNCTION SECONDS-FROM-FORMATTED-TIME (run_functions.at:2397): ok (0m0.113s 0m0.050s) 530. FUNCTION SECONDS-PAST-MIDNIGHT (run_functions.at:2464): ok (0m0.106s 0m0.050s) 531. FUNCTION SIGN (run_functions.at:2488): ok (0m0.104s 0m0.048s) 532. FUNCTION SIN (run_functions.at:2527): ok (0m0.099s 0m0.045s) 533. FUNCTION SQRT (run_functions.at:2551): ok (0m0.096s 0m0.045s) 534. FUNCTION STANDARD-DEVIATION (run_functions.at:2575): ok (0m0.108s 0m0.048s) 535. FUNCTION STORED-CHAR-LENGTH (run_functions.at:2599): ok (0m0.108s 0m0.049s) 536. FUNCTION SUBSTITUTE (run_functions.at:2625): ok (0m0.105s 0m0.049s) 537. FUNCTION SUBSTITUTE with reference modding (run_functions.at:2654): ok (0m0.111s 0m0.052s) 538. FUNCTION SUBSTITUTE-CASE (run_functions.at:2682): ok (0m0.107s 0m0.049s) 539. FUNCTION SUBSTITUTE-CASE with reference mod (run_functions.at:2709): ok (0m0.111s 0m0.051s) 540. FUNCTION SUM (run_functions.at:2737): ok (0m0.112s 0m0.050s) 541. FUNCTION TAN (run_functions.at:2761): ok (0m0.113s 0m0.054s) 542. FUNCTION TEST-DATE-YYYYMMDD (run_functions.at:2785): ok (0m0.110s 0m0.051s) 543. FUNCTION TEST-DAY-YYYYDDD (run_functions.at:2807): ok (0m0.117s 0m0.053s) 544. FUNCTION TEST-FORMATTED-DATETIME with dates (run_functions.at:2829): ok (0m0.126s 0m0.050s) 545. FUNCTION TEST-FORMATTED-DATETIME with times (run_functions.at:2956): ok (0m0.115s 0m0.048s) 546. FUNCTION TEST-FORMATTED-DATETIME with datetimes (run_functions.at:3037): ok (0m0.103s 0m0.047s) 547. FUNCTION TEST-FORMATTED-DATETIME DP.COMMA (run_functions.at:3084): ok (0m0.110s 0m0.051s) 548. FUNCTION TEST-NUMVAL (run_functions.at:3125): ok (0m0.115s 0m0.046s) 549. FUNCTION TEST-NUMVAL-C (run_functions.at:3223): ok (0m0.114s 0m0.048s) 550. FUNCTION TEST-NUMVAL-F (run_functions.at:3321): ok (0m0.112s 0m0.046s) 551. FUNCTION TRIM (run_functions.at:3419): ok (0m0.109s 0m0.048s) 552. FUNCTION TRIM with reference modding (run_functions.at:3445): ok (0m0.108s 0m0.048s) 553. FUNCTION TRIM zero length (run_functions.at:3471): ok (0m0.110s 0m0.051s) 554. FUNCTION UPPER-CASE (run_functions.at:3498): ok (0m0.106s 0m0.049s) 555. FUNCTION UPPER-CASE with reference modding (run_functions.at:3523): ok (0m0.109s 0m0.048s) 556. FUNCTION VARIANCE (run_functions.at:3548): ok (0m0.104s 0m0.047s) 557. FUNCTION WHEN-COMPILED (run_functions.at:3572): ok (0m0.103s 0m0.047s) 558. FUNCTION YEAR-TO-YYYY (run_functions.at:3598): ok (0m0.102s 0m0.047s) 559. Formatted funcs w/ invalid variable format (run_functions.at:3622): ok (0m0.110s 0m0.051s) 560. FORMATTED-(DATE)TIME with SYSTEM-OFFSET (run_functions.at:3724): ok (0m0.107s 0m0.046s) 561. Intrinsics without FUNCTION keyword (1) (run_functions.at:3764): ok (0m0.106s 0m0.048s) 562. Intrinsics without FUNCTION keyword (2) (run_functions.at:3785): ok (0m0.113s 0m0.049s) 563. User-Defined FUNCTION with/without parameter (run_functions.at:3808): ok (0m0.129s 0m0.054s) 565. Numeric Boolean literal (run_extensions.at:72): ok (0m0.123s 0m0.053s) 566. ACUCOBOL literal (run_extensions.at:102): ok (0m0.120s 0m0.052s) 567. Hexadecimal numeric literal (run_extensions.at:129): ok (0m0.129s 0m0.065s) 568. Semi-parenthesized condition (run_extensions.at:157): ok (0m0.137s 0m0.066s) 569. ADDRESS OF (run_extensions.at:177): ok (0m0.130s 0m0.059s) 570. LENGTH OF (run_extensions.at:227): ok (0m0.137s 0m0.059s) 571. WHEN-COMPILED (run_extensions.at:296): ok (0m0.122s 0m0.057s) 572. Complex OCCURS DEPENDING ON (1) (run_extensions.at:322): ok (0m0.132s 0m0.061s) 573. Complex OCCURS DEPENDING ON (2) (run_extensions.at:351): ok (0m0.142s 0m0.059s) 574. Complex OCCURS DEPENDING ON (3) (run_extensions.at:414): ok (0m0.124s 0m0.055s) 575. Complex OCCURS DEPENDING ON (4) (run_extensions.at:477): ok (0m0.134s 0m0.057s) 576. Complex OCCURS DEPENDING ON (5) (run_extensions.at:543): ok (0m0.123s 0m0.052s) 577. Complex OCCURS DEPENDING ON (6) (run_extensions.at:610): ok (0m0.115s 0m0.050s) 578. Complex OCCURS DEPENDING ON (7) (run_extensions.at:650): ok (0m0.132s 0m0.060s) 579. INITIALIZE level 01 (run_extensions.at:692): ok (0m0.137s 0m0.061s) 580. MOVE of non-integer to alphanumeric (run_extensions.at:744): ok (0m0.138s 0m0.062s) 585. Case-sensitive PROGRAM-ID (run_extensions.at:1029): ok (0m0.114s 0m0.046s) 586. PROGRAM-ID AS clause (run_extensions.at:1051): ok (0m0.105s 0m0.045s) 587. Quoted PROGRAM-ID (run_extensions.at:1073): ok (0m0.123s 0m0.050s) 588. ASSIGN clause (run_extensions.at:1097): ok (0m0.111s 0m0.049s) 589. ASSIGN clause IBM (run_extensions.at:1125): ok (0m0.127s 0m0.062s) 590. ASSIGN mapping (run_extensions.at:1153): ok (0m0.261s 0m0.132s) 591. ASSIGN expansion (run_extensions.at:1208): ok (0m0.126s 0m0.061s) 592. ASSIGN with COB_FILE_PATH (run_extensions.at:1234): ok (0m0.117s 0m0.052s) 594. TALLY (run_extensions.at:1318): ok (0m0.118s 0m0.051s) 596. PROCEDURE DIVISION CHAINING ... (run_extensions.at:1398): ok (0m0.105s 0m0.047s) 597. STOP RUN RETURNING/GIVING (run_extensions.at:1424): ok (0m0.420s 0m0.179s) 598. GOBACK/EXIT PROGRAM RETURNING/GIVING (run_extensions.at:1482): ok (0m0.204s 0m0.076s) 600. LINE SEQUENTIAL write (run_extensions.at:1577): ok (0m0.121s 0m0.052s) 601. LINE SEQUENTIAL read (run_extensions.at:1623): ok (0m0.113s 0m0.047s) 602. ASSIGN to KEYBOARD/DISPLAY (run_extensions.at:1690): ok (0m0.109s 0m0.050s) 604. Environment/Argument variable (run_extensions.at:1810): ok (0m0.113s 0m0.050s) 605. DECIMAL-POINT is COMMA (1) (run_extensions.at:1857): ok (0m0.115s 0m0.049s) 606. DECIMAL-POINT is COMMA (2) (run_extensions.at:1885): ok (0m0.097s 0m0.047s) 607. DECIMAL-POINT is COMMA (3) (run_extensions.at:1913): ok (0m0.112s 0m0.047s) 608. DECIMAL-POINT is COMMA (4) (run_extensions.at:1941): ok (0m0.108s 0m0.049s) 609. DECIMAL-POINT is COMMA (5) (run_extensions.at:1969): ok (0m0.121s 0m0.054s) 610. 78 Level (1) (run_extensions.at:2003): ok (0m0.106s 0m0.049s) 611. 78 Level (2) (run_extensions.at:2026): ok (0m0.101s 0m0.047s) 612. 78 Level (3) (run_extensions.at:2052): ok (0m0.101s 0m0.047s) 613. DEBUG (not active) (run_extensions.at:2076): ok (0m0.102s 0m0.046s) 614. DEBUG (fdebugging-line) (run_extensions.at:2099): ok (0m0.108s 0m0.048s) 615. DEBUG (obsolete WITH DEBUGGING MODE) (run_extensions.at:2122): ok (0m0.105s 0m0.046s) 616. DEBUG free format (not active) (run_extensions.at:2148): ok (0m0.114s 0m0.049s) 617. DEBUG free format (fdebugging-line) (run_extensions.at:2171): ok (0m0.133s 0m0.061s) 618. SWITCHES with non-standard names (run_extensions.at:2194): ok (0m0.107s 0m0.047s) 619. Larger REDEFINES lengths (run_extensions.at:2295): ok (0m0.120s 0m0.051s) 620. Obsolete 85 keywords (run_extensions.at:2380): ok (0m0.114s 0m0.049s) 624. System routine C$JUSTIFY (run_extensions.at:2534): ok (0m0.106s 0m0.045s) 625. System routine C$PRINTABLE (run_extensions.at:2559): ok (0m0.103s 0m0.045s) 626. System routine C$MAKEDIR (run_extensions.at:2588): ok (0m0.114s 0m0.052s) 627. System routine C$GETPID (run_extensions.at:2609): ok (0m0.105s 0m0.048s) 628. System routine C$TOUPPER (run_extensions.at:2634): ok (0m0.103s 0m0.046s) 629. System routine C$TOLOWER (run_extensions.at:2659): ok (0m0.101s 0m0.045s) 630. System routine CBL_OR (run_extensions.at:2684): ok (0m0.098s 0m0.046s) 631. System routine CBL_NOR (run_extensions.at:2711): ok (0m0.115s 0m0.048s) 632. System routine CBL_AND (run_extensions.at:2738): ok (0m0.106s 0m0.049s) 633. System routine CBL_XOR (run_extensions.at:2765): ok (0m0.113s 0m0.049s) 634. System routine CBL_IMP (run_extensions.at:2792): ok (0m0.103s 0m0.047s) 635. System routine CBL_NIMP (run_extensions.at:2819): ok (0m0.116s 0m0.051s) 636. System routine CBL_NOT (run_extensions.at:2846): ok (0m0.103s 0m0.048s) 637. System routine CBL_EQ (run_extensions.at:2872): ok (0m0.102s 0m0.047s) 639. System routine CBL_COPY_FILE (run_extensions.at:3336): ok (0m0.101s 0m0.049s) 641. System routines for directories (run_extensions.at:3491): ok (0m0.100s 0m0.047s) 642. System routines for files (run_extensions.at:3532): ok (0m0.218s 0m0.100s) 643. Conditional/define directives (1) (run_extensions.at:3646): ok (0m0.106s 0m0.050s) 644. Conditional/define directives (2) (run_extensions.at:3670): ok (0m0.115s 0m0.049s) 645. Conditional/define directives (3) (run_extensions.at:3695): ok (0m0.111s 0m0.052s) 646. Conditional/define directives (4) (run_extensions.at:3723): ok (0m0.111s 0m0.049s) 647. Conditional/define directives (5) (run_extensions.at:3749): ok (0m0.109s 0m0.046s) 648. Conditional/define directives (6) (run_extensions.at:3773): ok (0m0.194s 0m0.086s) 649. Conditional/define directives (7) (run_extensions.at:3797): ok (0m0.104s 0m0.042s) 650. Variable format (run_extensions.at:3817): ok (0m0.105s 0m0.048s) 657. BINARY: full-print (data_binary.at:1133): ok (0m0.141s 0m0.059s) 658. BINARY: 64bit unsigned compare (data_binary.at:1185): ok (0m0.130s 0m0.055s) 659. BINARY: 64bit unsigned arthimetic notrunc (data_binary.at:1210): ok (0m0.103s 0m0.048s) 660. BINARY: 64bit signed negative constant range (data_binary.at:1239): ok (0m0.115s 0m0.052s) 661. DISPLAY: Sign ASCII (data_display.at:21): ok (0m0.126s 0m0.054s) 662. DISPLAY: Sign ASCII (2) (data_display.at:80): ok (0m0.107s 0m0.050s) 663. DISPLAY: Sign EBCDIC (data_display.at:126): ok (0m0.118s 0m0.050s) 664. DISPLAY: unsigned (data_display.at:171): ok (0m0.124s 0m0.055s) 666. PACKED-DECIMAL display (data_packed.at:162): ok (0m0.110s 0m0.051s) 667. PACKED-DECIMAL move (data_packed.at:218): ok (0m0.107s 0m0.048s) 668. PACKED-DECIMAL arithmetic (1) (data_packed.at:276): ok (0m0.108s 0m0.045s) 669. PACKED-DECIMAL arithmetic (2) (data_packed.at:316): ok (0m0.107s 0m0.047s) 670. PACKED-DECIMAL numeric test (1) (data_packed.at:353): ok (0m0.125s 0m0.050s) 671. PACKED-DECIMAL numeric test (2) (data_packed.at:494): ok (0m0.112s 0m0.049s) 672. COMP-6 display (data_packed.at:607): ok (0m0.116s 0m0.051s) 673. COMP-6 move (data_packed.at:643): ok (0m0.111s 0m0.051s) 674. COMP-6 arithmetic (data_packed.at:689): ok (0m0.109s 0m0.051s) 675. COMP-6 numeric test (data_packed.at:720): ok (0m0.103s 0m0.048s) 676. POINTER: display (data_pointer.at:21): ok (0m0.201s 0m0.093s) testsuite: ending at: Mon Nov 7 17:20:01 CET 2016 testsuite: test suite duration: 0h 2m 53s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 675 tests were run, 58 failed (3 expected failures). 1 test was skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GnuCOBOL 2.0 test suite: GnuCOBOL Tests test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 5: used_binaries.at:88 cobcrun validation runmisc 6: used_binaries.at:128 cobcrun -M DSO entry argument runmisc 7: used_binaries.at:183 cobcrun -M directory/ default runmisc 8: used_binaries.at:221 cobcrun -M directory/dso alternate runmisc 10: used_binaries.at:307 Compile from stdin runmisc stdin 11: used_binaries.at:328 Run job after compilation runmisc job 12: used_binaries.at:347 Run job with optional arguments runmisc job 255: run_fundamental.at:124 Hexadecimal literal fundamental 264: run_fundamental.at:589 Overlapping MOVE fundamental 283: run_fundamental.at:1572 CANCEL test (2) fundamental 284: run_fundamental.at:1612 CANCEL test (3) fundamental 306: run_fundamental.at:3589 Numeric operations (6) fundamental add 337: run_misc.at:40 LOCAL-STORAGE (1) runmisc 338: run_misc.at:76 LOCAL-STORAGE (2) runmisc 339: run_misc.at:124 EXTERNAL data item runmisc 340: run_misc.at:166 EXTERNAL AS data item runmisc 346: run_misc.at:344 MOVE X'00' runmisc 357: run_misc.at:670 CALL m1. CALL m2. CALL m1. runmisc 358: run_misc.at:725 Recursive CALL of RECURSIVE program runmisc 359: run_misc.at:777 Recursive CALL of INITIAL program runmisc 360: run_misc.at:827 Multiple calls of INITIAL program runmisc call 361: run_misc.at:884 CALL binary literal parameter/LENGTH OF runmisc 395: run_misc.at:2158 Sticky LINKAGE runmisc 396: run_misc.at:2205 COB_PRE_LOAD test runmisc 397: run_misc.at:2231 COB_PRE_LOAD with entry points runmisc 399: run_misc.at:2347 COB_LOAD_CASE=UPPER test runmisc 402: run_misc.at:2428 ALLOCATE / FREE with BASED item (2) runmisc 405: run_misc.at:2541 CALL with OMITTED parameter runmisc 410: run_misc.at:2782 ANY LENGTH (1) runmisc 411: run_misc.at:2825 ANY LENGTH (2) runmisc 413: run_misc.at:2910 access to OPTIONAL LINKAGE item not passed runmisc 422: run_misc.at:4174 C/C++ reserved words/predefined identifiers runmisc 427: run_misc.at:4770 void PROCEDURE runmisc 428: run_misc.at:4800 void PROCEDURE, NOTHING return runmisc 431: run_misc.at:4867 READY TRACE / RESET TRACE runmisc -ftrace -ftraceall -fsource-location cob_physical_cancel cob_pre_load physical_cancel pre_load 446: run_returncode.at:49 RETURN-CODE passing returncode 504: run_functions.at:1780 FUNCTION MODULE-CALLER-ID functions 564: run_extensions.at:24 CALL BY CONTENT binary and literal extensions literals 581: run_extensions.at:834 CALL USING file-name extensions 582: run_extensions.at:878 CALL unusual PROGRAM-ID. extensions 583: run_extensions.at:942 CALL / GOBACK with LOCAL-STORAGE extensions 593: run_extensions.at:1262 NUMBER-OF-CALL-PARAMETERS extensions 599: run_extensions.at:1532 ENTRY extensions 621: run_extensions.at:2406 System routine C$CALLEDBY extensions 622: run_extensions.at:2452 System routine C$NARG extensions 623: run_extensions.at:2492 System routine C$PARAMSIZE extensions 638: run_extensions.at:2899 System routine CBL_OC_GETOPT extensions 640: run_extensions.at:3370 System routine CBL_OC_HOSTED 651: data_binary.at:23 BINARY: 2-4-8 big-endian binary 652: data_binary.at:205 BINARY: 2-4-8 native binary 653: data_binary.at:393 BINARY: 1-2-4-8 big-endian binary 654: data_binary.at:575 BINARY: 1-2-4-8 native binary 655: data_binary.at:763 BINARY: 1--8 big-endian binary 656: data_binary.at:945 BINARY: 1--8 native binary 665: data_packed.at:25 PACKED-DECIMAL dump packed Skipped tests: GnuCOBOL 2.0 test suite: GnuCOBOL Tests test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 391: run_misc.at:1989 SORT: table sort (3) runmisc ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 5. used_binaries.at:88: testing cobcrun validation ... ./used_binaries.at:121: $COMPILE_MODULE callee.cob --- /dev/null 2016-11-07 17:17:08.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/5/stderr 2016-11-07 17:17:10.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 5. used_binaries.at:88: 5. cobcrun validation (used_binaries.at:88): FAILED (used_binaries.at:121) # -*- compilation -*- 6. used_binaries.at:128: testing cobcrun -M DSO entry argument ... ./used_binaries.at:172: ${COMPILE_MODULE} callee.cob --- /dev/null 2016-11-07 17:17:08.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/6/stderr 2016-11-07 17:17:10.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 6. used_binaries.at:128: 6. cobcrun -M DSO entry argument (used_binaries.at:128): FAILED (used_binaries.at:172) # -*- compilation -*- 7. used_binaries.at:183: testing cobcrun -M directory/ default ... ./used_binaries.at:211: ${COMPILE_MODULE} callee.cob --- /dev/null 2016-11-07 17:17:08.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/7/stderr 2016-11-07 17:17:10.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 7. used_binaries.at:183: 7. cobcrun -M directory/ default (used_binaries.at:183): FAILED (used_binaries.at:211) # -*- compilation -*- 8. used_binaries.at:221: testing cobcrun -M directory/dso alternate ... ./used_binaries.at:262: ${COMPILE_MODULE} callee.cob --- /dev/null 2016-11-07 17:17:08.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/8/stderr 2016-11-07 17:17:11.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 8. used_binaries.at:221: 8. cobcrun -M directory/dso alternate (used_binaries.at:221): FAILED (used_binaries.at:262) # -*- compilation -*- 10. used_binaries.at:307: testing Compile from stdin ... ./used_binaries.at:319: cat prog.cob | $COMPILE - ./used_binaries.at:320: ./a.out ./used_binaries.at:322: cat prog.cob | $COMPILE_MODULE - --- /dev/null 2016-11-07 17:17:08.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/10/stderr 2016-11-07 17:17:11.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 10. used_binaries.at:307: 10. Compile from stdin (used_binaries.at:307): FAILED (used_binaries.at:322) # -*- compilation -*- 11. used_binaries.at:328: testing Run job after compilation ... ./used_binaries.at:341: $COMPILE -jd prog.cob ./used_binaries.at:342: $COMPILE_MODULE -jd prog.cob --- /dev/null 2016-11-07 17:17:08.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/11/stderr 2016-11-07 17:17:12.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 11. used_binaries.at:328: 11. Run job after compilation (used_binaries.at:328): FAILED (used_binaries.at:342) # -*- compilation -*- 12. used_binaries.at:347: testing Run job with optional arguments ... ./used_binaries.at:362: $COMPILE -j="job 123" prog.cob ./used_binaries.at:363: $COMPILE -jdg prog.cob ./used_binaries.at:364: $COMPILE_MODULE --job=job123 prog.cob --- /dev/null 2016-11-07 17:17:08.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/12/stderr 2016-11-07 17:17:12.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 12. used_binaries.at:347: 12. Run job with optional arguments (used_binaries.at:347): FAILED (used_binaries.at:364) # -*- compilation -*- 255. run_fundamental.at:124: testing Hexadecimal literal ... ./run_fundamental.at:157: $COMPILE_MODULE dump.c --- /dev/null 2016-11-07 17:17:55.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/255/stderr 2016-11-07 17:17:55.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 255. run_fundamental.at:124: 255. Hexadecimal literal (run_fundamental.at:124): FAILED (run_fundamental.at:157) # -*- compilation -*- 264. run_fundamental.at:589: testing Overlapping MOVE ... ./run_fundamental.at:645: $COMPILE_MODULE subprog.cob --- /dev/null 2016-11-07 17:17:56.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/264/stderr 2016-11-07 17:17:57.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 264. run_fundamental.at:589: 264. Overlapping MOVE (run_fundamental.at:589): FAILED (run_fundamental.at:645) # -*- compilation -*- 283. run_fundamental.at:1572: testing CANCEL test (2) ... ./run_fundamental.at:1600: $COMPILE prog.cob ./run_fundamental.at:1601: $COMPILE_MODULE prog2.cob --- /dev/null 2016-11-07 17:17:56.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/283/stderr 2016-11-07 17:18:03.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 283. run_fundamental.at:1572: 283. CANCEL test (2) (run_fundamental.at:1572): FAILED (run_fundamental.at:1601) # -*- compilation -*- 284. run_fundamental.at:1612: testing CANCEL test (3) ... ./run_fundamental.at:1647: $COMPILE prog.cob ./run_fundamental.at:1648: $COMPILE_MODULE prog2.cob --- /dev/null 2016-11-07 17:17:56.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/284/stderr 2016-11-07 17:18:03.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 284. run_fundamental.at:1612: 284. CANCEL test (3) (run_fundamental.at:1612): FAILED (run_fundamental.at:1648) # -*- compilation -*- 306. run_fundamental.at:3589: testing Numeric operations (6) ... ./run_fundamental.at:3651: $COMPILE_MODULE dump.c --- /dev/null 2016-11-07 17:17:56.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/306/stderr 2016-11-07 17:18:09.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 306. run_fundamental.at:3589: 306. Numeric operations (6) (run_fundamental.at:3589): FAILED (run_fundamental.at:3651) # -*- compilation -*- 337. run_misc.at:40: testing LOCAL-STORAGE (1) ... ./run_misc.at:69: $COMPILE_MODULE callee.cob --- /dev/null 2016-11-07 17:18:16.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/337/stderr 2016-11-07 17:18:18.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 337. run_misc.at:40: 337. LOCAL-STORAGE (1) (run_misc.at:40): FAILED (run_misc.at:69) # -*- compilation -*- 338. run_misc.at:76: testing LOCAL-STORAGE (2) ... ./run_misc.at:116: $COMPILE_MODULE callee2.cob --- /dev/null 2016-11-07 17:18:16.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/338/stderr 2016-11-07 17:18:18.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 338. run_misc.at:76: 338. LOCAL-STORAGE (2) (run_misc.at:76): FAILED (run_misc.at:116) # -*- compilation -*- 339. run_misc.at:124: testing EXTERNAL data item ... ./run_misc.at:159: $COMPILE_MODULE callee.cob --- /dev/null 2016-11-07 17:18:16.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/339/stderr 2016-11-07 17:18:19.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 339. run_misc.at:124: 339. EXTERNAL data item (run_misc.at:124): FAILED (run_misc.at:159) # -*- compilation -*- 340. run_misc.at:166: testing EXTERNAL AS data item ... ./run_misc.at:208: $COMPILE_MODULE callee.cob --- /dev/null 2016-11-07 17:18:16.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/340/stderr 2016-11-07 17:18:19.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 340. run_misc.at:166: 340. EXTERNAL AS data item (run_misc.at:166): FAILED (run_misc.at:208) # -*- compilation -*- 346. run_misc.at:344: testing MOVE X'00' ... ./run_misc.at:372: $COMPILE_MODULE dump.c --- /dev/null 2016-11-07 17:18:16.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/346/stderr 2016-11-07 17:18:21.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 346. run_misc.at:344: 346. MOVE X'00' (run_misc.at:344): FAILED (run_misc.at:372) # -*- compilation -*- 357. run_misc.at:670: testing CALL m1. CALL m2. CALL m1. ... ./run_misc.at:716: $COMPILE_MODULE m1.cob --- /dev/null 2016-11-07 17:18:16.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/357/stderr 2016-11-07 17:18:24.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 357. run_misc.at:670: 357. CALL m1. CALL m2. CALL m1. (run_misc.at:670): FAILED (run_misc.at:716) # -*- compilation -*- 358. run_misc.at:725: testing Recursive CALL of RECURSIVE program ... ./run_misc.at:769: $COMPILE -o caller caller.cob ./run_misc.at:770: $COMPILE_MODULE callee.cob --- /dev/null 2016-11-07 17:18:25.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/358/stderr 2016-11-07 17:18:25.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 358. run_misc.at:725: 358. Recursive CALL of RECURSIVE program (run_misc.at:725): FAILED (run_misc.at:770) # -*- compilation -*- 359. run_misc.at:777: testing Recursive CALL of INITIAL program ... ./run_misc.at:818: $COMPILE -o caller caller.cob ./run_misc.at:819: $COMPILE_MODULE callee.cob --- /dev/null 2016-11-07 17:18:25.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/359/stderr 2016-11-07 17:18:25.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 359. run_misc.at:777: 359. Recursive CALL of INITIAL program (run_misc.at:777): FAILED (run_misc.at:819) # -*- compilation -*- 360. run_misc.at:827: testing Multiple calls of INITIAL program ... ./run_misc.at:866: $COMPILE -o caller caller.cob ./run_misc.at:867: $COMPILE_MODULE callee.cob --- /dev/null 2016-11-07 17:18:25.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/360/stderr 2016-11-07 17:18:26.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 360. run_misc.at:827: 360. Multiple calls of INITIAL program (run_misc.at:827): FAILED (run_misc.at:867) # -*- compilation -*- 361. run_misc.at:884: testing CALL binary literal parameter/LENGTH OF ... ./run_misc.at:919: $COMPILE_MODULE dump.c --- /dev/null 2016-11-07 17:18:26.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/361/stderr 2016-11-07 17:18:26.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 361. run_misc.at:884: 361. CALL binary literal parameter/LENGTH OF (run_misc.at:884): FAILED (run_misc.at:919) # -*- compilation -*- 395. run_misc.at:2158: testing Sticky LINKAGE ... ./run_misc.at:2198: $COMPILE_MODULE -fsticky-linkage callee.cob --- /dev/null 2016-11-07 17:18:26.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/395/stderr 2016-11-07 17:18:35.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 395. run_misc.at:2158: 395. Sticky LINKAGE (run_misc.at:2158): FAILED (run_misc.at:2198) # -*- compilation -*- 396. run_misc.at:2205: testing COB_PRE_LOAD test ... ./run_misc.at:2224: $COMPILE_MODULE callee.cob --- /dev/null 2016-11-07 17:18:26.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/396/stderr 2016-11-07 17:18:36.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 396. run_misc.at:2205: 396. COB_PRE_LOAD test (run_misc.at:2205): FAILED (run_misc.at:2224) # -*- compilation -*- 397. run_misc.at:2231: testing COB_PRE_LOAD with entry points ... ./run_misc.at:2292: $COMPILE_MODULE prog.cob --- - 2016-11-07 17:18:36.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/397/stderr 2016-11-07 17:18:36.000000000 +0100 @@ -1,3 +1,5 @@ prog.cob: 13: warning: ENTRY is obsolete in GnuCOBOL prog.cob: 17: warning: ENTRY is obsolete in GnuCOBOL +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 397. run_misc.at:2231: 397. COB_PRE_LOAD with entry points (run_misc.at:2231): FAILED (run_misc.at:2292) # -*- compilation -*- 399. run_misc.at:2347: testing COB_LOAD_CASE=UPPER test ... ./run_misc.at:2366: $COMPILE_MODULE CALLEE.cob --- /dev/null 2016-11-07 17:18:26.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/399/stderr 2016-11-07 17:18:36.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 399. run_misc.at:2347: 399. COB_LOAD_CASE=UPPER test (run_misc.at:2347): FAILED (run_misc.at:2366) # -*- compilation -*- 402. run_misc.at:2428: testing ALLOCATE / FREE with BASED item (2) ... ./run_misc.at:2466: $COMPILE prog.cob ./run_misc.at:2467: ./prog ./run_misc.at:2469: $COMPILE_MODULE prog.cob --- /dev/null 2016-11-07 17:18:26.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/402/stderr 2016-11-07 17:18:38.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 402. run_misc.at:2428: 402. ALLOCATE / FREE with BASED item (2) (run_misc.at:2428): FAILED (run_misc.at:2469) # -*- compilation -*- 405. run_misc.at:2541: testing CALL with OMITTED parameter ... ./run_misc.at:2573: $COMPILE_MODULE callee.cob --- /dev/null 2016-11-07 17:18:26.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/405/stderr 2016-11-07 17:18:39.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 405. run_misc.at:2541: 405. CALL with OMITTED parameter (run_misc.at:2541): FAILED (run_misc.at:2573) # -*- compilation -*- 410. run_misc.at:2782: testing ANY LENGTH (1) ... ./run_misc.at:2818: $COMPILE_MODULE callee.cob --- /dev/null 2016-11-07 17:18:26.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/410/stderr 2016-11-07 17:18:41.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 410. run_misc.at:2782: 410. ANY LENGTH (1) (run_misc.at:2782): FAILED (run_misc.at:2818) # -*- compilation -*- 411. run_misc.at:2825: testing ANY LENGTH (2) ... ./run_misc.at:2862: $COMPILE_MODULE callee.cob --- /dev/null 2016-11-07 17:18:26.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/411/stderr 2016-11-07 17:18:41.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 411. run_misc.at:2825: 411. ANY LENGTH (2) (run_misc.at:2825): FAILED (run_misc.at:2862) # -*- compilation -*- 413. run_misc.at:2910: testing access to OPTIONAL LINKAGE item not passed ... ./run_misc.at:2942: $COMPILE caller.cob ./run_misc.at:2943: $COMPILE_MODULE callee.cob --- /dev/null 2016-11-07 17:18:26.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/413/stderr 2016-11-07 17:18:42.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 413. run_misc.at:2910: 413. access to OPTIONAL LINKAGE item not passed (run_misc.at:2910): FAILED (run_misc.at:2943) # -*- compilation -*- 422. run_misc.at:4174: testing C/C++ reserved words/predefined identifiers ... ./run_misc.at:4626: $COMPILE_MODULE callee.cob --- /dev/null 2016-11-07 17:18:26.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/422/stderr 2016-11-07 17:18:45.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 422. run_misc.at:4174: 422. C/C++ reserved words/predefined identifiers (run_misc.at:4174): FAILED (run_misc.at:4626) # -*- compilation -*- 427. run_misc.at:4770: testing void PROCEDURE ... ./run_misc.at:4792: $COMPILE_MODULE callee.cob --- /dev/null 2016-11-07 17:18:26.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/427/stderr 2016-11-07 17:18:46.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 427. run_misc.at:4770: 427. void PROCEDURE (run_misc.at:4770): FAILED (run_misc.at:4792) # -*- compilation -*- 428. run_misc.at:4800: testing void PROCEDURE, NOTHING return ... ./run_misc.at:4823: $COMPILE_MODULE callee.cob --- /dev/null 2016-11-07 17:18:26.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/428/stderr 2016-11-07 17:18:46.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 428. run_misc.at:4800: 428. void PROCEDURE, NOTHING return (run_misc.at:4800): FAILED (run_misc.at:4823) # -*- compilation -*- 431. run_misc.at:4867: testing READY TRACE / RESET TRACE ... ./run_misc.at:4945: $COBC -ftraceall callee1.cob --- /dev/null 2016-11-07 17:18:26.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/431/stderr 2016-11-07 17:18:47.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 431. run_misc.at:4867: 431. READY TRACE / RESET TRACE (run_misc.at:4867): FAILED (run_misc.at:4945) # -*- compilation -*- 446. run_returncode.at:49: testing RETURN-CODE passing ... ./run_returncode.at:94: $COMPILE_MODULE mod1.cob --- /dev/null 2016-11-07 17:18:26.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/446/stderr 2016-11-07 17:18:52.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 446. run_returncode.at:49: 446. RETURN-CODE passing (run_returncode.at:49): FAILED (run_returncode.at:94) # -*- compilation -*- 504. run_functions.at:1780: testing FUNCTION MODULE-CALLER-ID ... ./run_functions.at:1807: $COMPILE prog.cob ./run_functions.at:1808: $COMPILE_MODULE prog2.cob --- /dev/null 2016-11-07 17:18:56.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/504/stderr 2016-11-07 17:19:08.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 504. run_functions.at:1780: 504. FUNCTION MODULE-CALLER-ID (run_functions.at:1780): FAILED (run_functions.at:1808) # -*- compilation -*- 564. run_extensions.at:24: testing CALL BY CONTENT binary and literal ... ./run_extensions.at:61: $COMPILE_MODULE dump.c --- /dev/null 2016-11-07 17:19:25.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/564/stderr 2016-11-07 17:19:25.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 564. run_extensions.at:24: 564. CALL BY CONTENT binary and literal (run_extensions.at:24): FAILED (run_extensions.at:61) # -*- compilation -*- 581. run_extensions.at:834: testing CALL USING file-name ... ./run_extensions.at:871: $COMPILE_MODULE setfilename.c --- /dev/null 2016-11-07 17:19:27.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/581/stderr 2016-11-07 17:19:31.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 581. run_extensions.at:834: 581. CALL USING file-name (run_extensions.at:834): FAILED (run_extensions.at:871) # -*- compilation -*- 582. run_extensions.at:878: testing CALL unusual PROGRAM-ID. ... ./run_extensions.at:932: $COMPILE_MODULE address@hidden --- /dev/null 2016-11-07 17:19:27.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/582/stderr 2016-11-07 17:19:31.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 582. run_extensions.at:878: 582. CALL unusual PROGRAM-ID. (run_extensions.at:878): FAILED (run_extensions.at:932) # -*- compilation -*- 583. run_extensions.at:942: testing CALL / GOBACK with LOCAL-STORAGE ... ./run_extensions.at:982: $COMPILE prog_a.cob ./run_extensions.at:983: $COMPILE_MODULE prog_b.cob --- /dev/null 2016-11-07 17:19:27.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/583/stderr 2016-11-07 17:19:32.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 583. run_extensions.at:942: 583. CALL / GOBACK with LOCAL-STORAGE (run_extensions.at:942): FAILED (run_extensions.at:983) # -*- compilation -*- 593. run_extensions.at:1262: testing NUMBER-OF-CALL-PARAMETERS ... ./run_extensions.at:1304: $COMPILE caller.cob ./run_extensions.at:1305: $COMPILE_MODULE callee.cob --- /dev/null 2016-11-07 17:19:27.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/593/stderr 2016-11-07 17:19:35.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 593. run_extensions.at:1262: 593. NUMBER-OF-CALL-PARAMETERS (run_extensions.at:1262): FAILED (run_extensions.at:1305) # -*- compilation -*- 599. run_extensions.at:1532: testing ENTRY ... ./run_extensions.at:1565: $COMPILE caller.cob ./run_extensions.at:1566: $COMPILE_MODULE -std=mvs hello.cob --- /dev/null 2016-11-07 17:19:27.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/599/stderr 2016-11-07 17:19:38.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 599. run_extensions.at:1532: 599. ENTRY (run_extensions.at:1532): FAILED (run_extensions.at:1566) # -*- compilation -*- 621. run_extensions.at:2406: testing System routine C$CALLEDBY ... ./run_extensions.at:2445: $COMPILE caller.cob ./run_extensions.at:2446: $COMPILE_MODULE callee.cob --- /dev/null 2016-11-07 17:19:27.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/621/stderr 2016-11-07 17:19:44.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 621. run_extensions.at:2406: 621. System routine C$CALLEDBY (run_extensions.at:2406): FAILED (run_extensions.at:2446) # -*- compilation -*- 622. run_extensions.at:2452: testing System routine C$NARG ... ./run_extensions.at:2485: $COMPILE caller.cob ./run_extensions.at:2486: $COMPILE_MODULE callee.cob --- /dev/null 2016-11-07 17:19:27.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/622/stderr 2016-11-07 17:19:45.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 622. run_extensions.at:2452: 622. System routine C$NARG (run_extensions.at:2452): FAILED (run_extensions.at:2486) # -*- compilation -*- 623. run_extensions.at:2492: testing System routine C$PARAMSIZE ... ./run_extensions.at:2527: $COMPILE caller.cob ./run_extensions.at:2528: $COMPILE_MODULE callee.cob --- /dev/null 2016-11-07 17:19:27.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/623/stderr 2016-11-07 17:19:45.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 623. run_extensions.at:2492: 623. System routine C$PARAMSIZE (run_extensions.at:2492): FAILED (run_extensions.at:2528) # -*- compilation -*- 638. run_extensions.at:2899: testing System routine CBL_OC_GETOPT ... ./run_extensions.at:3316: $COMPILE prog.cob ./run_extensions.at:3317: ./prog --version --verbose -jkl ./run_extensions.at:3318: $COMPILE_MODULE prog2.cob --- /dev/null 2016-11-07 17:19:27.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/638/stderr 2016-11-07 17:19:49.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 638. run_extensions.at:2899: 638. System routine CBL_OC_GETOPT (run_extensions.at:2899): FAILED (run_extensions.at:3318) # -*- compilation -*- 640. run_extensions.at:3370: testing System routine CBL_OC_HOSTED ... ./run_extensions.at:3483: $COMPILE_MODULE test_errno.c --- /dev/null 2016-11-07 17:19:27.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/640/stderr 2016-11-07 17:19:50.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 640. run_extensions.at:3370: 640. System routine CBL_OC_HOSTED (run_extensions.at:3370): FAILED (run_extensions.at:3483) # -*- compilation -*- 651. data_binary.at:23: testing BINARY: 2-4-8 big-endian ... ./data_binary.at:43: $COMPILE_MODULE dump.c --- /dev/null 2016-11-07 17:19:27.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/651/stderr 2016-11-07 17:19:53.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 651. data_binary.at:23: 651. BINARY: 2-4-8 big-endian (data_binary.at:23): FAILED (data_binary.at:43) # -*- compilation -*- 652. data_binary.at:205: testing BINARY: 2-4-8 native ... ./data_binary.at:230: $COMPILE_MODULE dump.c --- /dev/null 2016-11-07 17:19:27.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/652/stderr 2016-11-07 17:19:53.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 652. data_binary.at:205: 652. BINARY: 2-4-8 native (data_binary.at:205): FAILED (data_binary.at:230) # -*- compilation -*- 653. data_binary.at:393: testing BINARY: 1-2-4-8 big-endian ... ./data_binary.at:413: $COMPILE_MODULE dump.c --- /dev/null 2016-11-07 17:19:27.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/653/stderr 2016-11-07 17:19:54.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 653. data_binary.at:393: 653. BINARY: 1-2-4-8 big-endian (data_binary.at:393): FAILED (data_binary.at:413) # -*- compilation -*- 654. data_binary.at:575: testing BINARY: 1-2-4-8 native ... ./data_binary.at:599: $COMPILE_MODULE dump.c --- /dev/null 2016-11-07 17:19:27.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/654/stderr 2016-11-07 17:19:54.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 654. data_binary.at:575: 654. BINARY: 1-2-4-8 native (data_binary.at:575): FAILED (data_binary.at:599) # -*- compilation -*- 655. data_binary.at:763: testing BINARY: 1--8 big-endian ... ./data_binary.at:783: $COMPILE_MODULE dump.c --- /dev/null 2016-11-07 17:19:27.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/655/stderr 2016-11-07 17:19:54.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 655. data_binary.at:763: 655. BINARY: 1--8 big-endian (data_binary.at:763): FAILED (data_binary.at:783) # -*- compilation -*- 656. data_binary.at:945: testing BINARY: 1--8 native ... ./data_binary.at:969: $COMPILE_MODULE dump.c --- /dev/null 2016-11-07 17:19:27.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/656/stderr 2016-11-07 17:19:54.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 656. data_binary.at:945: 656. BINARY: 1--8 native (data_binary.at:945): FAILED (data_binary.at:969) # -*- compilation -*- 665. data_packed.at:25: testing PACKED-DECIMAL dump ... ./data_packed.at:45: $COMPILE_MODULE dump.c --- /dev/null 2016-11-07 17:19:57.000000000 +0100 +++ /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/tests/testsuite.dir/at-groups/665/stderr 2016-11-07 17:19:57.000000000 +0100 @@ -0,0 +1,2 @@ +warning: unknown remark option '-R/opt/pkg/lib' [-Wunknown-warning-option] +1 warning generated. 665. data_packed.at:25: 665. PACKED-DECIMAL dump (data_packed.at:25): FAILED (data_packed.at:45) ## ------------- ## ## ../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 GnuCOBOL configure 2.0, which was | generated by GNU Autoconf 2.69. Invocation command line was | | $ ./configure CC=clang LDFLAGS=-L/opt/pkg/lib CPPFLAGS=-I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext --no-create --no-recursion | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = milo.local | uname -m = x86_64 | uname -r = 16.3.0 | uname -s = Darwin | uname -v = Darwin Kernel Version 16.3.0: Sun Oct 23 14:50:01 PDT 2016; root:xnu-3789.30.76~4/RELEASE_X86_64 | | /usr/bin/uname -p = i386 | /bin/uname -X = unknown | | /bin/arch = unknown | /usr/bin/arch -k = unknown | /usr/convex/getsysinfo = unknown | /usr/bin/hostinfo = Mach kernel version: | Darwin Kernel Version 16.3.0: Sun Oct 23 14:50:01 PDT 2016; root:xnu-3789.30.76~4/RELEASE_X86_64 | Kernel configured for up to 4 processors. | 2 processors are physically available. | 4 processors are logically available. | Processor type: i486 (Intel 80486) | Processors active: 0 1 2 3 | Primary memory available: 16.00 gigabytes | Default processor set: 417 tasks, 1798 threads, 4 processors | Load average: 2.76, Mach factor: 1.37 | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /Users/harald/bin | PATH: /opt/pkg/bin | PATH: /opt/pkg/sbin | PATH: /usr/local/bin | PATH: /usr/bin | PATH: /bin | PATH: /usr/sbin | PATH: /sbin | PATH: /opt/pkg/sbin | PATH: /opt/pkg/bin | PATH: /opt/X11/bin | PATH: /opt/bin | PATH: /usr/bin/mh | PATH: /usr/local/games | PATH: /usr/local/sbin | PATH: /usr/sbin | PATH: /sbin | PATH: /usr/local/plan9/bin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:2436: checking for a BSD-compatible install | configure:2504: result: /opt/pkg/bin/ginstall -c | configure:2515: checking whether build environment is sane | configure:2570: result: yes | configure:2721: checking for a thread-safe mkdir -p | configure:2760: result: /opt/pkg/bin/gmkdir -p | configure:2767: checking for gawk | configure:2783: found /opt/pkg/bin/gawk | configure:2794: result: gawk | configure:2805: checking whether make sets $(MAKE) | configure:2827: result: yes | configure:2856: checking whether make supports nested variables | configure:2873: result: yes | configure:3000: checking whether to enable maintainer-specific portions of Makefiles | configure:3009: result: no | configure:3270: checking for C compiler version | configure:3279: clang --version >&5 | Apple LLVM version 8.0.0 (clang-800.0.42.1) | Target: x86_64-apple-darwin16.3.0 | Thread model: posix | InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | configure:3290: $? = 0 | configure:3279: clang -v >&5 | Apple LLVM version 8.0.0 (clang-800.0.42.1) | Target: x86_64-apple-darwin16.3.0 | Thread model: posix | InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | configure:3290: $? = 0 | configure:3279: clang -V >&5 | clang: error: argument to '-V' is missing (expected 1 value) | clang: error: no input files | configure:3290: $? = 1 | configure:3279: clang -qversion >&5 | clang: error: unknown argument: '-qversion' | clang: error: no input files | configure:3290: $? = 1 | configure:3310: checking whether the C compiler works | configure:3332: clang -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:3336: $? = 0 | configure:3384: result: yes | configure:3387: checking for C compiler default output file name | configure:3389: result: a.out | configure:3395: checking for suffix of executables | configure:3402: clang -o conftest -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:3406: $? = 0 | configure:3428: result: | configure:3450: checking whether we are cross compiling | configure:3458: clang -o conftest -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:3462: $? = 0 | configure:3469: ./conftest | configure:3473: $? = 0 | configure:3488: result: no | configure:3493: checking for suffix of object files | configure:3515: clang -c -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:3519: $? = 0 | configure:3540: result: o | configure:3544: checking whether we are using the GNU C compiler | configure:3563: clang -c -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:3563: $? = 0 | configure:3572: result: yes | configure:3581: checking whether clang accepts -g | configure:3601: clang -c -g -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:3601: $? = 0 | configure:3642: result: yes | configure:3659: checking for clang option to accept ISO C89 | configure:3722: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:3722: $? = 0 | configure:3735: result: none needed | configure:3760: checking whether clang understands -c and -o together | configure:3782: clang -c conftest.c -o conftest2.o | configure:3785: $? = 0 | configure:3782: clang -c conftest.c -o conftest2.o | configure:3785: $? = 0 | configure:3797: result: yes | configure:3825: checking for style of include used by make | configure:3853: result: GNU | configure:3879: checking dependency style of clang | configure:3990: result: gcc3 | configure:4009: checking for clang option to accept ISO C99 | configure:4158: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4158: $? = 0 | configure:4171: result: none needed | configure:4279: checking for clang option to accept ISO Standard C | configure:4290: result: none needed | configure:4303: checking how to run the C preprocessor | configure:4334: clang -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:4334: $? = 0 | configure:4348: clang -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found | #include | ^ | 1 error generated. | configure:4348: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | /* end confdefs.h. */ | | #include | configure:4373: result: clang -E | configure:4393: clang -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:4393: $? = 0 | configure:4407: clang -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | conftest.c:13:10: fatal error: 'ac_nonexistent.h' file not found | #include | ^ | 1 error generated. | configure:4407: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | /* end confdefs.h. */ | | #include | configure:4438: checking for grep that handles long lines and -e | configure:4496: result: /opt/pkg/bin/ggrep | configure:4501: checking for egrep | configure:4563: result: /opt/pkg/bin/ggrep -E | configure:4568: checking for ANSI C header files | configure:4588: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4588: $? = 0 | configure:4661: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:4661: $? = 0 | configure:4661: ./conftest | configure:4661: $? = 0 | configure:4672: result: yes | configure:4685: checking for sys/types.h | configure:4685: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4685: $? = 0 | configure:4685: result: yes | configure:4685: checking for sys/stat.h | configure:4685: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4685: $? = 0 | configure:4685: result: yes | configure:4685: checking for stdlib.h | configure:4685: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4685: $? = 0 | configure:4685: result: yes | configure:4685: checking for string.h | configure:4685: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4685: $? = 0 | configure:4685: result: yes | configure:4685: checking for memory.h | configure:4685: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4685: $? = 0 | configure:4685: result: yes | configure:4685: checking for strings.h | configure:4685: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4685: $? = 0 | configure:4685: result: yes | configure:4685: checking for inttypes.h | configure:4685: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4685: $? = 0 | configure:4685: result: yes | configure:4685: checking for stdint.h | configure:4685: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4685: $? = 0 | configure:4685: result: yes | configure:4685: checking for unistd.h | configure:4685: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4685: $? = 0 | configure:4685: result: yes | configure:4698: checking minix/config.h usability | configure:4698: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | conftest.c:56:10: fatal error: 'minix/config.h' file not found | #include | ^ | 1 error generated. | configure:4698: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:4698: result: no | configure:4698: checking minix/config.h presence | configure:4698: clang -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | conftest.c:23:10: fatal error: 'minix/config.h' file not found | #include | ^ | 1 error generated. | configure:4698: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | /* end confdefs.h. */ | | #include | configure:4698: result: no | configure:4698: checking for minix/config.h | configure:4698: result: no | configure:4719: checking whether it is safe to define __EXTENSIONS__ | configure:4737: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:4737: $? = 0 | configure:4744: result: yes | configure:4788: checking build system type | configure:4802: result: x86_64-apple-darwin16.3.0 | configure:4822: checking host system type | configure:4835: result: x86_64-apple-darwin16.3.0 | configure:4876: checking how to print strings | configure:4903: result: printf | configure:4924: checking for a sed that does not truncate output | configure:4988: result: /opt/pkg/bin/gsed | configure:5006: checking for fgrep | configure:5068: result: /opt/pkg/bin/ggrep -F | configure:5103: checking for ld used by clang | configure:5170: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | configure:5177: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | configure:5192: result: no | configure:5204: checking for BSD- or MS-compatible name lister (nm) | configure:5258: result: /usr/bin/nm -B | configure:5388: checking the name lister (/usr/bin/nm -B) interface | configure:5395: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:5398: /usr/bin/nm -B "conftest.o" | configure:5401: output | 0000000000000204 S _some_variable | configure:5408: result: BSD nm | configure:5411: checking whether ln -s works | configure:5415: result: yes | configure:5423: checking the maximum length of command line arguments | configure:5554: result: 196608 | configure:5602: checking how to convert x86_64-apple-darwin16.3.0 file names to x86_64-apple-darwin16.3.0 format | configure:5642: result: func_convert_file_noop | configure:5649: checking how to convert x86_64-apple-darwin16.3.0 file names to toolchain format | configure:5669: result: func_convert_file_noop | configure:5676: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files | configure:5683: result: -r | configure:5757: checking for objdump | configure:5773: found /usr/bin/objdump | configure:5784: result: objdump | configure:5813: checking how to recognize dependent libraries | configure:6013: result: pass_all | configure:6098: checking for dlltool | configure:6128: result: no | configure:6155: checking how to associate runtime and link libraries | configure:6182: result: printf %s\n | configure:6242: checking for ar | configure:6258: found /usr/bin/ar | configure:6269: result: ar | configure:6306: checking for archiver @FILE support | configure:6323: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:6323: $? = 0 | configure:6326: ar cru libconftest.a @conftest.lst >&5 | ar: @conftest.lst: No such file or directory | configure:6329: $? = 1 | configure:6349: result: no | configure:6407: checking for strip | configure:6423: found /usr/bin/strip | configure:6434: result: strip | configure:6506: checking for ranlib | configure:6522: found /usr/bin/ranlib | configure:6533: result: ranlib | configure:6635: checking command to parse /usr/bin/nm -B output from clang object | configure:6788: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:6791: $? = 0 | configure:6795: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | configure:6798: $? = 0 | cannot find nm_test_var in conftest.nm | configure:6788: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:6791: $? = 0 | configure:6795: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | configure:6798: $? = 0 | configure:6864: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c conftstm.o >&5 | warning: (x86_64) could not find object file symbol for symbol _main | configure:6867: $? = 0 | configure:6905: result: ok | configure:6952: checking for sysroot | configure:6982: result: no | configure:6989: checking for a working dd | configure:7027: result: /bin/dd | configure:7031: checking how to truncate binary pipes | configure:7046: result: /bin/dd bs=4096 count=1 | configure:7375: checking for mt | configure:7405: result: no | configure:7425: checking if : is a manifest tool | configure:7431: : '-?' | configure:7439: result: no | configure:7495: checking for dsymutil | configure:7511: found /usr/bin/dsymutil | configure:7522: result: dsymutil | configure:7587: checking for nmedit | configure:7603: found /usr/bin/nmedit | configure:7614: result: nmedit | configure:7679: checking for lipo | configure:7695: found /usr/bin/lipo | configure:7706: result: lipo | configure:7771: checking for otool | configure:7787: found /usr/bin/otool | configure:7798: result: otool | configure:7863: checking for otool64 | configure:7893: result: no | configure:7938: checking for -single_module linker flag | clang -g -O2 -L/opt/pkg/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | configure:7971: result: yes | configure:7974: checking for -exported_symbols_list linker flag | configure:7994: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | configure:7994: $? = 0 | configure:8004: result: yes | configure:8007: checking for -force_load linker flag | clang -g -O2 -c -o conftest.o conftest.c | ar cru libconftest.a conftest.o | ranlib libconftest.a | clang -g -O2 -L/opt/pkg/lib -o conftest conftest.c -Wl,-force_load,./libconftest.a | configure:8039: result: yes | configure:8113: checking for dlfcn.h | configure:8113: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:8113: $? = 0 | configure:8113: result: yes | configure:8666: checking for objdir | configure:8681: result: .libs | configure:8945: checking if clang supports -fno-rtti -fno-exceptions | configure:8963: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -fno-rtti -fno-exceptions conftest.c >&5 | configure:8967: $? = 0 | configure:8980: result: yes | configure:9338: checking for clang option to produce PIC | configure:9345: result: -fno-common -DPIC | configure:9353: checking if clang PIC flag -fno-common -DPIC works | configure:9371: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -fno-common -DPIC -DPIC conftest.c >&5 | configure:9375: $? = 0 | configure:9388: result: yes | configure:9417: checking if clang static flag -static works | configure:9445: result: no | configure:9460: checking if clang supports -c -o file.o | configure:9481: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -o out/conftest2.o conftest.c >&5 | configure:9485: $? = 0 | configure:9507: result: yes | configure:9515: checking if clang supports -c -o file.o | configure:9562: result: yes | configure:9595: checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries | configure:10854: result: yes | configure:11094: checking dynamic linker characteristics | configure:11912: result: darwin16.3.0 dyld | configure:12034: checking how to hardcode library paths into programs | configure:12059: result: immediate | configure:12104: checking for dlopen in -ldl | configure:12129: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -ldl >&5 | configure:12129: $? = 0 | configure:12138: result: yes | configure:12361: checking whether a program can dlopen itself | configure:12441: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -DHAVE_DLFCN_H -L/opt/pkg/lib conftest.c -ldl >&5 | configure:12444: $? = 0 | configure:12462: result: yes | configure:12467: checking whether a statically linked program can dlopen itself | configure:12547: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -DHAVE_DLFCN_H -L/opt/pkg/lib conftest.c -ldl >&5 | configure:12550: $? = 0 | configure:12568: result: yes | configure:12607: checking whether stripping libraries is possible | configure:12621: result: yes | configure:12647: checking if libtool supports shared libraries | configure:12649: result: yes | configure:12652: checking whether to build shared libraries | configure:12677: result: yes | configure:12680: checking whether to build static libraries | configure:12684: result: yes | configure:12722: checking for egrep | configure:12784: result: /opt/pkg/bin/ggrep -E | configure:12793: checking whether ln -s works | configure:12797: result: yes | configure:12810: checking whether make sets $(MAKE) | configure:12832: result: yes | configure:12866: checking for ld used by clang | configure:12933: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | configure:12940: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | configure:12955: result: no | configure:12962: checking for shared library run path origin | configure:12975: result: done | configure:12997: checking for ANSI C header files | configure:13101: result: yes | configure:13113: checking for stdint.h | configure:13113: result: yes | configure:13113: checking for sys/types.h | configure:13113: result: yes | configure:13113: checking signal.h usability | configure:13113: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13113: $? = 0 | configure:13113: result: yes | configure:13113: checking signal.h presence | configure:13113: clang -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:13113: $? = 0 | configure:13113: result: yes | configure:13113: checking for signal.h | configure:13113: result: yes | configure:13113: checking fcntl.h usability | configure:13113: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13113: $? = 0 | configure:13113: result: yes | configure:13113: checking fcntl.h presence | configure:13113: clang -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:13113: $? = 0 | configure:13113: result: yes | configure:13113: checking for fcntl.h | configure:13113: result: yes | configure:13113: checking malloc.h usability | configure:13113: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | conftest.c:68:10: fatal error: 'malloc.h' file not found | #include | ^ | 1 error generated. | configure:13113: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:13113: result: no | configure:13113: checking malloc.h presence | configure:13113: clang -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | conftest.c:35:10: fatal error: 'malloc.h' file not found | #include | ^ | 1 error generated. | configure:13113: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | /* end confdefs.h. */ | | #include | configure:13113: result: no | configure:13113: checking for malloc.h | configure:13113: result: no | configure:13113: checking locale.h usability | configure:13113: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13113: $? = 0 | configure:13113: result: yes | configure:13113: checking locale.h presence | configure:13113: clang -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:13113: $? = 0 | configure:13113: result: yes | configure:13113: checking for locale.h | configure:13113: result: yes | configure:13113: checking stddef.h usability | configure:13113: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13113: $? = 0 | configure:13113: result: yes | configure:13113: checking stddef.h presence | configure:13113: clang -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:13113: $? = 0 | configure:13113: result: yes | configure:13113: checking for stddef.h | configure:13113: result: yes | configure:13113: checking wchar.h usability | configure:13113: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13113: $? = 0 | configure:13113: result: yes | configure:13113: checking wchar.h presence | configure:13113: clang -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:13113: $? = 0 | configure:13113: result: yes | configure:13113: checking for wchar.h | configure:13113: result: yes | configure:13113: checking for dlfcn.h | configure:13113: result: yes | configure:13113: checking sys/time.h usability | configure:13113: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13113: $? = 0 | configure:13113: result: yes | configure:13113: checking sys/time.h presence | configure:13113: clang -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:13113: $? = 0 | configure:13113: result: yes | configure:13113: checking for sys/time.h | configure:13113: result: yes | configure:13126: checking for an ANSI C-conforming const | configure:13192: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13192: $? = 0 | configure:13199: result: yes | configure:13207: checking whether byte ordering is bigendian | configure:13222: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13222: $? = 0 | configure:13267: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13267: $? = 0 | configure:13285: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | conftest.c:47:4: error: use of undeclared identifier 'not' | not big endian | ^ | 1 error generated. | configure:13285: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | #if BYTE_ORDER != BIG_ENDIAN | | not big endian | | #endif | | | | ; | | return 0; | | } | configure:13413: result: no | configure:13431: checking for size_t | configure:13431: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13431: $? = 0 | configure:13431: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | conftest.c:76:21: error: expected expression | if (sizeof ((size_t))) | ^ | 1 error generated. | configure:13431: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((size_t))) | | return 0; | | ; | | return 0; | | } | configure:13431: result: yes | configure:13442: checking whether struct tm is in sys/time.h or time.h | configure:13462: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13462: $? = 0 | configure:13469: result: time.h | configure:13477: checking for sig_atomic_t | configure:13477: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13477: $? = 0 | configure:13477: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | conftest.c:45:27: error: expected expression | if (sizeof ((sig_atomic_t))) | ^ | 1 error generated. | configure:13477: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | if (sizeof ((sig_atomic_t))) | | return 0; | | ; | | return 0; | | } | configure:13477: result: yes | configure:13491: checking for inline keyword | configure:13515: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13515: $? = 0 | configure:13523: result: __inline | configure:13531: checking for vprintf | configure:13531: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:65:6: warning: incompatible redeclaration of library function 'vprintf' [-Wincompatible-library-redeclaration] | char vprintf (); | ^ | conftest.c:65:6: note: 'vprintf' is a builtin with type 'int (const char *, struct __va_list_tag *)' | 1 warning generated. | configure:13531: $? = 0 | configure:13531: result: yes | configure:13537: checking for _doprnt | configure:13537: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | Undefined symbols for architecture x86_64: | "__doprnt", referenced from: | _main in conftest-5ebc7c.o | ld: symbol(s) not found for architecture x86_64 | clang: error: linker command failed with exit code 1 (use -v to see invocation) | configure:13537: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | /* end confdefs.h. */ | | /* Define _doprnt to an innocuous variant, in case declares _doprnt. | | For example, HP-UX 11i declares gettimeofday. */ | | #define _doprnt innocuous__doprnt | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char _doprnt (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef _doprnt | | | | /* 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 _doprnt (); | | /* 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__doprnt || defined __stub____doprnt | | choke me | | #endif | | | | int | | main () | | { | | return _doprnt (); | | ; | | return 0; | | } | configure:13537: result: no | configure:13554: checking for memmove | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:66:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration] | char memmove (); | ^ | conftest.c:66:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)' | 1 warning generated. | configure:13554: $? = 0 | configure:13554: result: yes | configure:13554: checking for memset | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:67:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration] | char memset (); | ^ | conftest.c:67:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)' | 1 warning generated. | configure:13554: $? = 0 | configure:13554: result: yes | configure:13554: checking for setlocale | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13554: $? = 0 | configure:13554: result: yes | configure:13554: checking for fcntl | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13554: $? = 0 | configure:13554: result: yes | configure:13554: checking for strerror | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:70:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] | char strerror (); | ^ | conftest.c:70:6: note: 'strerror' is a builtin with type 'char *(int)' | 1 warning generated. | configure:13554: $? = 0 | configure:13554: result: yes | configure:13554: checking for strcasecmp | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:71:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration] | char strcasecmp (); | ^ | conftest.c:71:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)' | 1 warning generated. | configure:13554: $? = 0 | configure:13554: result: yes | configure:13554: checking for strchr | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:72:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration] | char strchr (); | ^ | conftest.c:72:6: note: 'strchr' is a builtin with type 'char *(const char *, int)' | 1 warning generated. | configure:13554: $? = 0 | configure:13554: result: yes | configure:13554: checking for strrchr | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:73:6: warning: incompatible redeclaration of library function 'strrchr' [-Wincompatible-library-redeclaration] | char strrchr (); | ^ | conftest.c:73:6: note: 'strrchr' is a builtin with type 'char *(const char *, int)' | 1 warning generated. | configure:13554: $? = 0 | configure:13554: result: yes | configure:13554: checking for strdup | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:74:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration] | char strdup (); | ^ | conftest.c:74:6: note: 'strdup' is a builtin with type 'char *(const char *)' | 1 warning generated. | configure:13554: $? = 0 | configure:13554: result: yes | configure:13554: checking for strstr | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:75:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration] | char strstr (); | ^ | conftest.c:75:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)' | 1 warning generated. | configure:13554: $? = 0 | configure:13554: result: yes | configure:13554: checking for strtol | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13554: $? = 0 | configure:13554: result: yes | configure:13554: checking for gettimeofday | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13554: $? = 0 | configure:13554: result: yes | configure:13554: checking for localeconv | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13554: $? = 0 | configure:13554: result: yes | configure:13554: checking for readlink | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13554: $? = 0 | configure:13554: result: yes | configure:13554: checking for getexecname | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | Undefined symbols for architecture x86_64: | "_getexecname", referenced from: | _main in conftest-c45743.o | ld: symbol(s) not found for architecture x86_64 | clang: error: linker command failed with exit code 1 (use -v to see invocation) | configure:13554: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | /* end confdefs.h. */ | | /* Define getexecname to an innocuous variant, in case declares getexecname. | | For example, HP-UX 11i declares gettimeofday. */ | | #define getexecname innocuous_getexecname | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char getexecname (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef getexecname | | | | /* 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 getexecname (); | | /* 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_getexecname || defined __stub___getexecname | | choke me | | #endif | | | | int | | main () | | { | | return getexecname (); | | ; | | return 0; | | } | configure:13554: result: no | configure:13554: checking for canonicalize_file_name | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | Undefined symbols for architecture x86_64: | "_canonicalize_file_name", referenced from: | _main in conftest-1d44c6.o | ld: symbol(s) not found for architecture x86_64 | clang: error: linker command failed with exit code 1 (use -v to see invocation) | configure:13554: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | /* end confdefs.h. */ | | /* Define canonicalize_file_name to an innocuous variant, in case declares canonicalize_file_name. | | For example, HP-UX 11i declares gettimeofday. */ | | #define canonicalize_file_name innocuous_canonicalize_file_name | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char canonicalize_file_name (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef canonicalize_file_name | | | | /* 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 canonicalize_file_name (); | | /* 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_canonicalize_file_name || defined __stub___canonicalize_file_name | | choke me | | #endif | | | | int | | main () | | { | | return canonicalize_file_name (); | | ; | | return 0; | | } | configure:13554: result: no | configure:13554: checking for realpath | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13554: $? = 0 | configure:13554: result: yes | configure:13554: checking for strcoll | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13554: $? = 0 | configure:13554: result: yes | configure:13554: checking for strxfrm | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | conftest.c:82:6: warning: incompatible redeclaration of library function 'strxfrm' [-Wincompatible-library-redeclaration] | char strxfrm (); | ^ | conftest.c:82:6: note: 'strxfrm' is a builtin with type 'unsigned long (char *, const char *, unsigned long)' | 1 warning generated. | configure:13554: $? = 0 | configure:13554: result: yes | configure:13554: checking for setenv | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13554: $? = 0 | configure:13554: result: yes | configure:13554: checking for raise | configure:13554: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13554: $? = 0 | configure:13554: result: yes | configure:13565: checking for timezone variable access | configure:13578: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13578: $? = 0 | configure:13580: result: yes | configure:13589: checking for designated initializers | configure:13605: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:13605: $? = 0 | configure:13607: result: yes | configure:13643: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13643: $? = 0 | configure:13643: ./conftest | configure:13643: $? = 0 | configure:13673: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13673: $? = 0 | configure:13673: ./conftest | configure:13673: $? = 0 | configure:13703: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:13703: $? = 0 | configure:13703: ./conftest | configure:13703: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | | | #ifdef __INTEL_COMPILER | | return 0; | | #else | | return 1; | | #endif | | ; | | return 0; | | } | configure:14015: Checks for GMP ... | configure:14019: checking gmp.h usability | configure:14019: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:14019: $? = 0 | configure:14019: result: yes | configure:14019: checking gmp.h presence | configure:14019: clang -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:14019: $? = 0 | configure:14019: result: yes | configure:14019: checking for gmp.h | configure:14019: result: yes | configure:14032: checking for __gmpz_init in -lgmp | configure:14057: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lgmp >&5 | configure:14057: $? = 0 | configure:14066: result: yes | configure:14099: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lgmp >&5 | configure:14099: $? = 0 | configure:14099: ./conftest | configure:14099: $? = 0 | configure:14133: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lgmp >&5 | configure:14133: $? = 0 | configure:14133: ./conftest | configure:14133: $? = 0 | configure:14146: checking matching GMP version | configure:14152: result: yes (6.1) | configure:14164: checking for __gmp_get_memory_functions in -lgmp | configure:14189: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lgmp >&5 | configure:14189: $? = 0 | configure:14198: result: yes | configure:14208: checking for nanosleep | configure:14221: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:14221: $? = 0 | configure:14223: result: yes | configure:14338: checking for clock_gettime and CLOCK_REALTIME | configure:14351: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:14351: $? = 0 | configure:14353: result: yes | configure:14371: checking prototype for finite in | configure:14380: result: yes | configure:14411: checking for fdatasync | configure:14411: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:14411: $? = 0 | configure:14411: result: yes | configure:14411: checking for sigaction | configure:14411: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:14411: $? = 0 | configure:14411: result: yes | configure:14445: checking whether NLS is requested | configure:14454: result: yes | configure:14494: checking for msgfmt | configure: trying /opt/pkg/bin/msgfmt... | 0 translated messages. | configure:14526: result: /opt/pkg/bin/msgfmt | configure:14535: checking for gmsgfmt | configure:14566: result: /opt/pkg/bin/msgfmt | configure:14616: checking for xgettext | configure: trying /opt/pkg/bin/xgettext... | /opt/pkg/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C | configure:14648: result: /opt/pkg/bin/xgettext | configure:14693: checking for msgmerge | configure: trying /opt/pkg/bin/msgmerge... | configure:14724: result: /opt/pkg/bin/msgmerge | configure:15310: checking for CFPreferencesCopyAppValue | configure:15328: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | conftest.c:75:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull] | CFPreferencesCopyAppValue(NULL, NULL) | ~~~~ ^ | conftest.c:75:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull] | CFPreferencesCopyAppValue(NULL, NULL) | ~~~~^ | 2 warnings generated. | configure:15328: $? = 0 | configure:15337: result: yes | configure:15344: checking for CFLocaleCopyCurrent | configure:15362: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -Wl,-framework -Wl,CoreFoundation >&5 | configure:15362: $? = 0 | configure:15371: result: yes | configure:15420: checking for GNU gettext in libc | configure:15449: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | Undefined symbols for architecture x86_64: | "_libintl_bindtextdomain", referenced from: | _main in conftest-2c5948.o | "_libintl_gettext", referenced from: | _main in conftest-2c5948.o | ld: symbol(s) not found for architecture x86_64 | clang: error: linker command failed with exit code 1 (use -v to see invocation) | configure:15449: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | | #define HAVE_CFLOCALECOPYCURRENT 1 | | /* end confdefs.h. */ | | | | #include | | #ifndef __GNU_GETTEXT_SUPPORTED_REVISION | | extern int _nl_msg_cat_cntr; | | extern int *_nl_domain_bindings; | | #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings) | | #else | | #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0 | | #endif | | | | | | int | | main () | | { | | | | bindtextdomain ("", ""); | | return * gettext ("") + __GNU_GETTEXT_SYMBOL_EXPRESSION | | | | ; | | return 0; | | } | configure:15458: result: no | configure:15492: checking for iconv | configure:15516: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | Undefined symbols for architecture x86_64: | "_iconv", referenced from: | _main in conftest-d3e332.o | "_iconv_close", referenced from: | _main in conftest-d3e332.o | "_iconv_open", referenced from: | _main in conftest-d3e332.o | ld: symbol(s) not found for architecture x86_64 | clang: error: linker command failed with exit code 1 (use -v to see invocation) | configure:15516: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | | #define HAVE_CFLOCALECOPYCURRENT 1 | | /* end confdefs.h. */ | | | | #include | | #include | | | | int | | main () | | { | | iconv_t cd = iconv_open("",""); | | iconv(cd,NULL,NULL,NULL,NULL); | | iconv_close(cd); | | ; | | return 0; | | } | configure:15540: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -liconv >&5 | configure:15540: $? = 0 | configure:15550: result: yes | configure:15553: checking for working iconv | configure:15682: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -liconv >&5 | configure:15682: $? = 0 | configure:15682: ./conftest | configure:15682: $? = 0 | configure:15694: result: yes | configure:15709: checking how to link with libiconv | configure:15711: result: -liconv | configure:16183: checking for GNU gettext in libintl | configure:16220: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lintl -liconv -lc >&5 | configure:16220: $? = 0 | configure:16270: result: yes | configure:16305: checking whether to use NLS | configure:16307: result: yes | configure:16310: checking where the gettext function comes from | configure:16321: result: external libintl | configure:16329: checking how to link with libintl | configure:16331: result: -lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation | configure:16387: checking for nl_langinfo and CODESET | configure:16403: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c >&5 | configure:16403: $? = 0 | configure:16412: result: yes | configure:16422: Checks for curses ... | configure:16426: checking for initscr in -lncursesw | configure:16451: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:16451: $? = 0 | configure:16460: result: yes | configure:16474: checking ncursesw/ncurses.h usability | configure:16474: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:16474: $? = 0 | configure:16474: result: yes | configure:16474: checking ncursesw/ncurses.h presence | configure:16474: clang -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:16474: $? = 0 | configure:16474: result: yes | configure:16474: checking for ncursesw/ncurses.h | configure:16474: result: yes | configure:16806: checking for ncurses _nc_freeall function | configure:16820: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:16820: $? = 0 | configure:16822: result: yes | configure:16830: checking for ncurses use_legacy_coding function | configure:16844: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:16844: $? = 0 | configure:16846: result: yes | configure:16857: checking for curses color_set function | configure:16884: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:16884: $? = 0 | configure:16886: result: yes | configure:16898: Checks for Berkeley DB ... | configure:16903: checking db.h usability | configure:16903: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:16903: $? = 0 | configure:16903: result: yes | configure:16903: checking db.h presence | configure:16903: clang -E -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c | configure:16903: $? = 0 | configure:16903: result: yes | configure:16903: checking for db.h | configure:16903: result: yes | configure:16938: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:16938: $? = 0 | configure:16938: ./conftest | configure:16938: $? = 0 | configure:16950: checking for Berkeley DB db.h version >= 4.1 | configure:16959: result: yes (4.8) | configure:16969: checking for Berkeley DB library with version 4.8 | configure:16998: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw -ldb >&5 | ld: library not found for -ldb | clang: error: linker command failed with exit code 1 (use -v to see invocation) | configure:16998: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | | #define HAVE_CFLOCALECOPYCURRENT 1 | | #define HAVE_ICONV 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_LIBNCURSESW 1 | | #define HAVE_NCURSESW_NCURSES_H 1 | | #define WITH_CURSES "ncursesw" | | #define HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define HAVE_DB_H 1 | | /* end confdefs.h. */ | | #include | | #include | | int | | main () | | { | | | | int major, minor, patch; | | db_version (&major, &minor, &patch); | | if (major == DB_VERSION_MAJOR && minor == DB_VERSION_MINOR) { | | return 0; | | } | | return 1; | | ; | | return 0; | | } | configure:16998: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw -ldb-4.8 >&5 | configure:16998: $? = 0 | configure:16998: ./conftest | configure:16998: $? = 0 | configure:17012: result: yes | configure:17014: BDB library version 4.8 found as -ldb-4.8 | configure:17051: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:17051: $? = 0 | configure:17051: ./conftest | configure:17051: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | | #define HAVE_CFLOCALECOPYCURRENT 1 | | #define HAVE_ICONV 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_LIBNCURSESW 1 | | #define HAVE_NCURSESW_NCURSES_H 1 | | #define WITH_CURSES "ncursesw" | | #define HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | | | #ifdef _WIN32 | | return 0; | | #else | | return 1; | | #endif | | ; | | return 0; | | } | configure:17061: checking for dlopen in -lc | configure:17086: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lc -lncursesw >&5 | configure:17086: $? = 0 | configure:17095: result: yes | configure:17278: checking for dladdr in -lc | configure:17303: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lc -lncursesw >&5 | configure:17303: $? = 0 | configure:17312: result: yes | configure:17383: checking for working strftime | configure:17415: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:17415: $? = 0 | configure:17415: ./conftest | configure:17415: $? = 0 | configure:17417: result: yes | configure:17429: checking if size of long int = size of long long | configure:17452: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:17452: $? = 0 | configure:17452: ./conftest | configure:17452: $? = 0 | configure:17454: result: yes | configure:17465: checking if long is 32 bits | configure:17488: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:17488: $? = 0 | configure:17488: ./conftest | configure:17488: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GnuCOBOL" | | #define PACKAGE_TARNAME "gnu-cobol" | | #define PACKAGE_VERSION "2.0" | | #define PACKAGE_STRING "GnuCOBOL 2.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://www.opencobol.org" | | #define PACKAGE "gnu-cobol" | | #define VERSION "2.0" | | #define PATCH_LEVEL 0 | | #define MAX_CALL_FIELD_PARAMS 192 | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define STDC_HEADERS 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SIGNAL_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_LOCALE_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_WCHAR_H 1 | | #define HAVE_DLFCN_H 1 | | #define HAVE_SYS_TIME_H 1 | | #define HAVE_SIG_ATOMIC_T 1 | | #define COB_KEYWORD_INLINE __inline | | #define HAVE_VPRINTF 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_MEMSET 1 | | #define HAVE_SETLOCALE 1 | | #define HAVE_FCNTL 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRCASECMP 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRSTR 1 | | #define HAVE_STRTOL 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_LOCALECONV 1 | | #define HAVE_READLINK 1 | | #define HAVE_REALPATH 1 | | #define HAVE_STRCOLL 1 | | #define HAVE_STRXFRM 1 | | #define HAVE_SETENV 1 | | #define HAVE_RAISE 1 | | #define HAVE_TIMEZONE 1 | | #define HAVE_DESIGNATED_INITS 1 | | #define WITH_VARSEQ 0 | | #define HAVE_GMP_H 1 | | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | | #define HAVE_NANO_SLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SIGACTION 1 | | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | | #define HAVE_CFLOCALECOPYCURRENT 1 | | #define HAVE_ICONV 1 | | #define ENABLE_NLS 1 | | #define HAVE_GETTEXT 1 | | #define HAVE_DCGETTEXT 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_LIBNCURSESW 1 | | #define HAVE_NCURSESW_NCURSES_H 1 | | #define WITH_CURSES "ncursesw" | | #define HAVE_CURSES_FREEALL 1 | | #define HAVE_USE_LEGACY_CODING 1 | | #define HAVE_COLOR_SET 1 | | #define HAVE_DB_H 1 | | #define WITH_DB 1 | | #define USE_LIBDL 1 | | #define HAVE_DLADDR 1 | | #define COB_STRFTIME 1 | | #define COB_LI_IS_LL 1 | | /* end confdefs.h. */ | | | | int | | main () | | { | | | | if (sizeof (long) == 4) | | return 0; | | return 1; | | | | ; | | return 0; | | } | configure:17493: result: no | configure:17502: checking if pointer is longer than 32 bits | configure:17525: clang -o conftest -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -L/opt/pkg/lib conftest.c -lncursesw >&5 | configure:17525: $? = 0 | configure:17525: ./conftest | configure:17525: $? = 0 | configure:17527: result: yes | configure:17542: checking for gcc pointer sign option | configure:17555: clang -c -g -O2 -Wno-pointer-sign -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:17555: $? = 0 | configure:17557: result: yes | configure:17592: checking for aligned attribute | configure:17605: clang -c -g -O2 -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext conftest.c >&5 | configure:17605: $? = 0 | configure:17607: result: yes | configure:18057: checking that generated files are newer than configure | configure:18063: result: done | configure:18095: creating ./config.status | configure:20411: GnuCOBOL Configuration: | configure:20413: CC clang | configure:20415: CFLAGS -O2 -pipe | configure:20417: COB_CFLAGS -I/usr/local/include -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -pipe | configure:20419: LDFLAGS -L/opt/pkg/lib | configure:20421: COB_LDFLAGS -L/opt/pkg/lib | configure:20424: COBC_LIBS -L/opt/pkg/lib -lintl -liconv -lc -R/opt/pkg/lib -Wl,-framework -Wl,CoreFoundation | configure:20427: COB_LIBS -L/opt/pkg/lib -L${exec_prefix}/lib -lcob -lm -lgmp -L/opt/pkg/lib -lintl -liconv -lc -R/opt/pkg/lib -Wl,-framework -Wl,CoreFoundation -lncursesw -ldb-4.8 | configure:20429: COB_CONFIG_DIR ${datarootdir}/gnu-cobol/config | configure:20431: COB_COPY_DIR ${datarootdir}/gnu-cobol/copy | configure:20433: COB_LIBRARY_PATH ${exec_prefix}/lib/gnu-cobol | configure:20435: COB_MODULE_EXT dylib | configure:20437: COB_OBJECT_EXT o | configure:20439: COB_SHARED_OPT -bundle -flat_namespace -undefined suppress | configure:20441: COB_PIC_FLAGS -fno-common -DPIC | configure:20443: COB_EXPORT_DYN | configure:20446: COB_STRIP_CMD strip -x | configure:20450: Dynamic loading: System | configure:20456: Use gettext for international messages: yes | configure:20458: Use fcntl for file locking: yes | configure:20470: Use ncurses/pdcurses/curses for screen I/O: ncursesw | configure:20491: Use Berkeley DB for ISAM I/O: yes | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=x86_64-apple-darwin16.3.0 | ac_cv_c_bigendian=no | ac_cv_c_compiler_gnu=yes | ac_cv_c_const=yes | ac_cv_env_CC_set=set | ac_cv_env_CC_value=clang | ac_cv_env_CFLAGS_set= | ac_cv_env_CFLAGS_value= | ac_cv_env_CPPFLAGS_set=set | ac_cv_env_CPPFLAGS_value='-I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext' | ac_cv_env_CPP_set= | ac_cv_env_CPP_value= | ac_cv_env_LDFLAGS_set=set | ac_cv_env_LDFLAGS_value=-L/opt/pkg/lib | ac_cv_env_LIBS_set= | ac_cv_env_LIBS_value= | ac_cv_env_LT_SYS_LIBRARY_PATH_set= | ac_cv_env_LT_SYS_LIBRARY_PATH_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__doprnt=no | ac_cv_func_canonicalize_file_name=no | ac_cv_func_fcntl=yes | ac_cv_func_fdatasync=yes | ac_cv_func_getexecname=no | ac_cv_func_gettimeofday=yes | ac_cv_func_localeconv=yes | ac_cv_func_memmove=yes | ac_cv_func_memset=yes | ac_cv_func_raise=yes | ac_cv_func_readlink=yes | ac_cv_func_realpath=yes | ac_cv_func_setenv=yes | ac_cv_func_setlocale=yes | ac_cv_func_sigaction=yes | ac_cv_func_strcasecmp=yes | ac_cv_func_strchr=yes | ac_cv_func_strcoll=yes | ac_cv_func_strdup=yes | ac_cv_func_strerror=yes | ac_cv_func_strrchr=yes | ac_cv_func_strstr=yes | ac_cv_func_strtol=yes | ac_cv_func_strxfrm=yes | ac_cv_func_vprintf=yes | ac_cv_header_db_h=yes | ac_cv_header_dlfcn_h=yes | ac_cv_header_fcntl_h=yes | ac_cv_header_gmp_h=yes | ac_cv_header_inttypes_h=yes | ac_cv_header_locale_h=yes | ac_cv_header_malloc_h=no | ac_cv_header_memory_h=yes | ac_cv_header_minix_config_h=no | ac_cv_header_ncursesw_ncurses_h=yes | ac_cv_header_signal_h=yes | ac_cv_header_stdc=yes | ac_cv_header_stddef_h=yes | ac_cv_header_stdint_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_header_wchar_h=yes | ac_cv_host=x86_64-apple-darwin16.3.0 | ac_cv_lib_c_dladdr=yes | ac_cv_lib_c_dlopen=yes | ac_cv_lib_dl_dlopen=yes | ac_cv_lib_gmp___gmp_get_memory_functions=yes | ac_cv_lib_gmp___gmpz_init=yes | ac_cv_lib_ncursesw_initscr=yes | ac_cv_objext=o | ac_cv_path_EGREP='/opt/pkg/bin/ggrep -E' | ac_cv_path_FGREP='/opt/pkg/bin/ggrep -F' | ac_cv_path_GMSGFMT=/opt/pkg/bin/msgfmt | ac_cv_path_GREP=/opt/pkg/bin/ggrep | ac_cv_path_MSGFMT=/opt/pkg/bin/msgfmt | ac_cv_path_MSGMERGE=/opt/pkg/bin/msgmerge | ac_cv_path_SED=/opt/pkg/bin/gsed | ac_cv_path_XGETTEXT=/opt/pkg/bin/xgettext | ac_cv_path_install='/opt/pkg/bin/ginstall -c' | ac_cv_path_lt_DD=/bin/dd | ac_cv_path_mkdir=/opt/pkg/bin/gmkdir | ac_cv_prog_AWK=gawk | ac_cv_prog_CPP='clang -E' | ac_cv_prog_ac_ct_AR=ar | ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | ac_cv_prog_ac_ct_LIPO=lipo | ac_cv_prog_ac_ct_NMEDIT=nmedit | ac_cv_prog_ac_ct_OBJDUMP=objdump | ac_cv_prog_ac_ct_OTOOL=otool | ac_cv_prog_ac_ct_RANLIB=ranlib | ac_cv_prog_ac_ct_STRIP=strip | ac_cv_prog_cc_c89= | ac_cv_prog_cc_c99= | ac_cv_prog_cc_g=yes | ac_cv_prog_cc_stdc= | ac_cv_prog_make_make_set=yes | ac_cv_safe_to_define___extensions__=yes | ac_cv_struct_tm=time.h | ac_cv_type_sig_atomic_t=yes | ac_cv_type_size_t=yes | acl_cv_hardcode_direct=no | acl_cv_hardcode_libdir_flag_spec= | acl_cv_hardcode_libdir_separator= | acl_cv_hardcode_minus_L=no | acl_cv_libext=a | acl_cv_libname_spec='lib$name' | acl_cv_library_names_spec='$libname$shrext' | acl_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | acl_cv_prog_gnu_ld=no | acl_cv_rpath=done | acl_cv_shlibext=dylib | acl_cv_wl=-Wl, | am_cv_CC_dependencies_compiler_type=gcc3 | am_cv_func_iconv=yes | am_cv_func_iconv_works=yes | am_cv_langinfo_codeset=yes | am_cv_lib_iconv=yes | am_cv_make_support_nested_variables=yes | am_cv_prog_cc_c_o=yes | gt_cv_func_CFLocaleCopyCurrent=yes | gt_cv_func_CFPreferencesCopyAppValue=yes | gt_cv_func_gnugettext1_libc=no | gt_cv_func_gnugettext1_libintl=yes | lt_cv_apple_cc_single_mod=yes | lt_cv_ar_at_file=no | lt_cv_deplibs_check_method=pass_all | lt_cv_dlopen=dlopen | lt_cv_dlopen_libs=-ldl | lt_cv_dlopen_self=yes | lt_cv_dlopen_self_static=yes | lt_cv_file_magic_cmd='$MAGIC_CMD' | lt_cv_file_magic_test_file= | lt_cv_ld_exported_symbols_list=yes | lt_cv_ld_force_load=yes | lt_cv_ld_reload_flag=-r | lt_cv_nm_interface='BSD nm' | lt_cv_objdir=.libs | lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | lt_cv_path_NM='/usr/bin/nm -B' | lt_cv_path_mainfest_tool=no | lt_cv_prog_compiler_c_o=yes | lt_cv_prog_compiler_pic='-fno-common -DPIC' | lt_cv_prog_compiler_pic_works=yes | lt_cv_prog_compiler_rtti_exceptions=yes | lt_cv_prog_compiler_static_works=no | lt_cv_prog_gnu_ld=no | lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | lt_cv_sys_global_symbol_to_import= | lt_cv_sys_max_cmd_len=196608 | lt_cv_to_host_file_cmd=func_convert_file_noop | lt_cv_to_tool_file_cmd=func_convert_file_noop | lt_cv_truncate_bin='/bin/dd bs=4096 count=1' | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ACLOCAL='${SHELL} /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing aclocal-1.15' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='$${TAR-tar}' | AM_BACKSLASH='\' | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | AM_DEFAULT_VERBOSITY='1' | AM_V='$(V)' | AR='ar' | AS='as' | AUTOCONF='${SHELL} /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing autoconf' | AUTOHEADER='${SHELL} /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing autoheader' | AUTOMAKE='${SHELL} /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing automake-1.15' | AWK='gawk' | CC='clang' | CCDEPMODE='depmode=gcc3' | CFLAGS='-O2 -pipe' | COBC_LIBS=' -L/opt/pkg/lib -lintl -liconv -lc -R/opt/pkg/lib -Wl,-framework -Wl,CoreFoundation' | COB_BIGENDIAN='no' | COB_CC='clang' | COB_CFLAGS='-I/usr/local/include -I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext -pipe' | COB_CONFIG_DIR='${datarootdir}/gnu-cobol/config' | COB_COPY_DIR='${datarootdir}/gnu-cobol/copy' | COB_EXPORT_DYN='' | COB_FIX_LIB='' | COB_FIX_LIBTOOL='' | COB_HAS_CURSES='yes' | COB_HAS_ISAM='yes' | COB_HAS_UTC_OFFSET='yes' | COB_KEYWORD_INLINE='' | COB_LDFLAGS='-L/opt/pkg/lib' | COB_LIBRARY_PATH='${exec_prefix}/lib/gnu-cobol' | COB_LIBS='-L/opt/pkg/lib -L${exec_prefix}/lib -lcob -lm -lgmp -L/opt/pkg/lib -lintl -liconv -lc -R/opt/pkg/lib -Wl,-framework -Wl,CoreFoundation -lncursesw -ldb-4.8' | COB_MAKE_IX_FALSE='#' | COB_MAKE_IX_TRUE='' | COB_MODULE_EXT='dylib' | COB_OBJECT_EXT='o' | COB_PATCH_LEVEL='0' | COB_PIC_FLAGS='-fno-common -DPIC' | COB_SHARED_OPT='-bundle -flat_namespace -undefined suppress' | CPP='clang -E' | CPPFLAGS='-I/opt/pkg/include -I/opt/pkg/include/db4 -I/opt/pkg/include/gettext' | CYGPATH_W='echo' | DEFS='-DHAVE_CONFIG_H' | DEPDIR='.deps' | DLLTOOL='false' | DSYMUTIL='dsymutil' | DUMPBIN='' | ECHO_C='\c' | ECHO_N='' | ECHO_T='' | EGREP='/opt/pkg/bin/ggrep -E' | EXEEXT='' | FGREP='/opt/pkg/bin/ggrep -F' | GETTEXT_MACRO_VERSION='0.19' | GMSGFMT='/opt/pkg/bin/msgfmt' | GMSGFMT_015='/opt/pkg/bin/msgfmt' | GREP='/opt/pkg/bin/ggrep' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | INTLLIBS='-lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation' | INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation' | LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' | LDFLAGS='-L/opt/pkg/lib' | LIBCOB_LIBS='-lm -lgmp -L/opt/pkg/lib -lintl -liconv -lc -R/opt/pkg/lib -Wl,-framework -Wl,CoreFoundation -lncursesw -ldb-4.8' | LIBICONV='-liconv' | LIBINTL='-lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation' | LIBOBJS='' | LIBS='' | LIBTOOL='$(SHELL) $(top_builddir)/libtool' | LIPO='lipo' | LN_S='ln -s' | LTLIBICONV='-liconv' | LTLIBINTL='-L/opt/pkg/lib -lintl -liconv -lc -R/opt/pkg/lib -Wl,-framework -Wl,CoreFoundation' | LTLIBOBJS='' | LT_SYS_LIBRARY_PATH='' | MAINT='#' | MAINTAINER_MODE_FALSE='' | MAINTAINER_MODE_TRUE='#' | MAKEINFO='${SHELL} /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/missing makeinfo' | MANIFEST_TOOL=':' | MKDIR_P='/opt/pkg/bin/gmkdir -p' | MSGFMT='/opt/pkg/bin/msgfmt' | MSGFMT_015='/opt/pkg/bin/msgfmt' | MSGMERGE='/opt/pkg/bin/msgmerge' | NM='/usr/bin/nm -B' | NMEDIT='nmedit' | OBJDUMP='objdump' | OBJEXT='o' | OTOOL64=':' | OTOOL='otool' | PACKAGE='gnu-cobol' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_NAME='GnuCOBOL' | PACKAGE_STRING='GnuCOBOL 2.0' | PACKAGE_TARNAME='gnu-cobol' | PACKAGE_URL='http://www.opencobol.org' | PACKAGE_VERSION='2.0' | PATH_SEPARATOR=':' | POSUB='po' | RANLIB='ranlib' | SED='/opt/pkg/bin/gsed' | SET_MAKE='' | SHELL='/bin/sh' | STRIP='strip' | USE_NLS='yes' | VERSION='2.0' | XGETTEXT='/opt/pkg/bin/xgettext' | XGETTEXT_015='/opt/pkg/bin/xgettext' | XGETTEXT_EXTRA_OPTIONS='' | ac_ct_AR='ar' | ac_ct_CC='' | ac_ct_DUMPBIN='' | am__EXEEXT_FALSE='' | am__EXEEXT_TRUE='#' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__include='include' | am__isrc='' | am__leading_dot='.' | am__nodep='_no' | am__quote='' | am__tar='$${TAR-tar} chof - "$$tardir"' | am__untar='$${TAR-tar} xf -' | bindir='${exec_prefix}/bin' | build='x86_64-apple-darwin16.3.0' | build_alias='' | build_cpu='x86_64' | build_os='darwin16.3.0' | build_vendor='apple' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | host='x86_64-apple-darwin16.3.0' | host_alias='' | host_cpu='x86_64' | host_os='darwin16.3.0' | host_vendor='apple' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='${SHELL} /Users/harald/src/gnucobol/branches/gnu-cobol-2.0/build_aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='${exec_prefix}/libexec' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | mandir='${datarootdir}/man' | mkdir_p='$(MKDIR_P)' | oldincludedir='/usr/include' | pdfdir='${docdir}' | prefix='/usr/local' | program_transform_name='s,x,x,' | psdir='${docdir}' | sbindir='${exec_prefix}/sbin' | sharedstatedir='${prefix}/com' | sysconfdir='${prefix}/etc' | target_alias='' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | /* confdefs.h */ | #define PACKAGE_NAME "GnuCOBOL" | #define PACKAGE_TARNAME "gnu-cobol" | #define PACKAGE_VERSION "2.0" | #define PACKAGE_STRING "GnuCOBOL 2.0" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.opencobol.org" | #define PACKAGE "gnu-cobol" | #define VERSION "2.0" | #define PATCH_LEVEL 0 | #define MAX_CALL_FIELD_PARAMS 192 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SIGNAL_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SIG_ATOMIC_T 1 | #define COB_KEYWORD_INLINE __inline | #define HAVE_VPRINTF 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MEMSET 1 | #define HAVE_SETLOCALE 1 | #define HAVE_FCNTL 1 | #define HAVE_STRERROR 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_STRCOLL 1 | #define HAVE_STRXFRM 1 | #define HAVE_SETENV 1 | #define HAVE_RAISE 1 | #define HAVE_TIMEZONE 1 | #define HAVE_DESIGNATED_INITS 1 | #define WITH_VARSEQ 0 | #define HAVE_GMP_H 1 | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1 | #define HAVE_NANO_SLEEP 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_FDATASYNC 1 | #define HAVE_SIGACTION 1 | #define HAVE_CFPREFERENCESCOPYAPPVALUE 1 | #define HAVE_CFLOCALECOPYCURRENT 1 | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LIBNCURSESW 1 | #define HAVE_NCURSESW_NCURSES_H 1 | #define WITH_CURSES "ncursesw" | #define HAVE_CURSES_FREEALL 1 | #define HAVE_USE_LEGACY_CODING 1 | #define HAVE_COLOR_SET 1 | #define HAVE_DB_H 1 | #define WITH_DB 1 | #define USE_LIBDL 1 | #define HAVE_DLADDR 1 | #define COB_STRFTIME 1 | #define COB_LI_IS_LL 1 | #define COB_64_BIT_POINTER 1 | #define HAVE_PSIGN_OPT 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define COB_EXPORT_DYN "" | #define COB_PIC_FLAGS "-fno-common -DPIC" | #define COB_SHARED_OPT "-bundle -flat_namespace -undefined suppress" | #define COB_EXEEXT "" | #define COB_STRIP_CMD "strip -x" | | configure: exit 0 | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GnuCOBOL config.status 2.0, which was | generated by GNU Autoconf 2.69. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on milo.local | | config.status:1229: creating bin/cob-config | config.status:1229: creating Makefile | config.status:1229: creating libcob/Makefile | config.status:1229: creating lib/Makefile | config.status:1229: creating cobc/Makefile | config.status:1229: creating bin/Makefile | config.status:1229: creating po/Makefile.in | config.status:1229: creating doc/Makefile | config.status:1229: creating config/Makefile | config.status:1229: creating copy/Makefile | config.status:1229: creating tests/atlocal | config.status:1229: creating tests/Makefile | config.status:1229: creating tests/cobol85/Makefile | config.status:1229: creating extras/Makefile | config.status:1229: creating config.h | config.status:1458: executing tests/atconfig commands | config.status:1458: executing depfiles commands | config.status:1458: executing libtool commands | config.status:1458: executing po-directories commands | config.status:1458: executing chmod1 commands | config.status:1458: executing chmod2 commands | config.status:1458: executing chmod3 commands