bug-gnucobol
[Top][All Lists]
Advanced

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

[GnuCOBOL 3.2] testsuite: 762 failed


From: Frederic Cambus
Subject: [GnuCOBOL 3.2] testsuite: 762 failed
Date: Mon, 28 Aug 2023 10:50:21 +0200

## ---------------------------------------- ##
## GnuCOBOL 3.2 test suite: GnuCOBOL Tests. ##
## ---------------------------------------- ##

testsuite: command line was:
  $ ./testsuite 

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

| 
| 2023-07-28  Simon Sobisch <simonsobisch@gnu.org>
| 
|       * configure.ac, NEWS: updated for 3.2
|       * configure.ac: check for mousemask and mmask_t
| 
| 2023-07-24  Simon Sobisch <simonsobisch@gnu.org>
| 
|       * configure.ac: fix for resolving COBCRUN_NAME
| 

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

hostname = 
uname -m = amd64
uname -r = 10.99.7
uname -s = NetBSD
uname -v = NetBSD 10.99.7 (GENERIC) #0: Thu Aug 24 19:51:24 UTC 2023  
mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/amd64/compile/GENERIC

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

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/pkgsrc/lang/gnucobol/work/gnucobol-3.2/tests
PATH: /usr/pkgsrc/lang/gnucobol/work/gnucobol-3.2/libcob/.libs
PATH: /usr/pkgsrc/lang/gnucobol/work/gnucobol-3.2/cobc
PATH: /usr/pkgsrc/lang/gnucobol/work/gnucobol-3.2/bin
PATH: /usr/pkgsrc/lang/gnucobol/work/.cwrapper/bin
PATH: /usr/pkgsrc/lang/gnucobol/work/.buildlink/bin
PATH: /usr/pkgsrc/lang/gnucobol/work/.gcc/bin
PATH: /usr/pkgsrc/lang/gnucobol/work/.tools/bin
PATH: /usr/pkg/bin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/X11R7/bin
PATH: /usr/pkg/sbin
PATH: /usr/games
PATH: /usr/local/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='/usr/pkgsrc/lang/gnucobol/work/gnucobol-3.2/tests'
| at_srcdir='.'
| abs_srcdir='/usr/pkgsrc/lang/gnucobol/work/gnucobol-3.2/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/usr/pkgsrc/lang/gnucobol/work/gnucobol-3.2'
| at_top_build_prefix='../'
| abs_top_builddir='/usr/pkgsrc/lang/gnucobol/work/gnucobol-3.2'
| 
| # 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-2023 Free Software Foundation, Inc.
| # Written by Keisuke Nishida, Roger While, Simon Sobisch, Edward Hart
| #
| # 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 <https://www.gnu.org/licenses/>.
| 
| 
| TEMPLATE="${abs_srcdir}/testsuite.src"
| 
| # TODO: add missing parts for installcheck
| 
| if test "$GNUCOBOL_ENV_SETUP" != "1" -a "$GNUCOBOL_TEST_LOCAL" != "1"; then
|       COBC="cobc"
|       COBCRUN="cobcrun"
|       COBCRUN_DIRECT="" # used for running created executables through tools
|       # prepend PATH with the actual binaries to let the testsuite find them 
for
|       # general check and version output, otherwise not needed
|       PATH="${abs_top_builddir}/cobc:${abs_top_builddir}/bin:${PATH}"
|       LOCAL_ENV="${abs_top_builddir}/pre-inst-env"
| else
|       if test "x${COBC}" = "x"; then
|               COBC="cobc"
|       fi
|       if test "x${COBCRUN}" = "x"; then
|               COBCRUN="cobcrun"
|       fi
|       if test "x${COBCRUN_DIRECT}" = "x"; then
|               COBCRUN_DIRECT=""
|       fi
|       LOCAL_ENV=""
| fi
| 
| if test "$GNUCOBOL_TEST_LOCAL" != "1"; then
|       ABS_COBC="${abs_top_builddir}/cobc/cobc"
|       ABS_COBCRUN="${abs_top_builddir}/bin/cobcrun"
| else
|       ABS_COBC="$(which cobc)"
|       ABS_COBCRUN="$(which cobcrun)"
| fi
| 
| AWK=/usr/bin/awk
| GREP=/usr/bin/grep
| SED=/usr/bin/sed
| export AWK GREP SED
| 
| # be sure to use the English messages
| LC_ALL=C
| export LC_ALL
| unset LANG
| 
| # define for performance checks (running code several thousand times)
| if test "x$PERFSUFFIX" != "x" -o "x$CGSUFFIX" != "x" -o "no" = yes; then
|       if test "x$VGSUFFIX" = "x"; then
|               COBOL_FLAGS="-DCHECK-PERF ${COBOL_FLAGS}"
|       fi
| fi
| 
| FLAGS="-debug -Wall ${COBOL_FLAGS} -fdiagnostics-plain-output"
| # workaround to adjust the testsuite later:
| FLAGS="${FLAGS} -fno-diagnostics-show-option"
| 
| COBC="${COBC}"
| COMPILE="${COBC} -x ${FLAGS}"
| COMPILE_ONLY="${COBC} -fsyntax-only ${FLAGS} -Wno-unsupported"
| COMPILE_MODULE="${COBC} -m ${FLAGS}"
| LISTING_FLAGS="-fttitle=GnuCOBOL_V.R.P -fno-ttimestamp"
| COMPILE_LISTING="${COMPILE_ONLY} ${LISTING_FLAGS}"
| COMPILE_LISTING0="${COMPILE_LISTING} -tlines=0"
| 
| # get performance counters for compiler and/or runtime
| if test "x${PERFSUFFIX}" != "x"; then
|   export 
PATH="${abs_top_builddir}/cobc/.libs:${abs_top_builddir}/bin.libs:${PATH}"
|   LOG_DIR="${abs_builddir}/perf"
|   LOG_DIR_COMP="${LOG_DIR}/cobc"
|   LOG_DIR_RUN="${LOG_DIR}/cobcrun"
|   PERF="perf stat -e instructions --append"
|   # most reasonable: check actual COBOL runtime performance (only)
|   COBC="${COBC} -g"
|   #mkdir -p "${LOG_DIR_COMP}"
|   # COBC="${PERF} --output ${LOG_DIR_COMP}/${PERFSUFFIX}.log ${COBC} -O0"   # 
note: full check including C compiler!
|   # COMPILE_ONLY="${PERF} --output ${LOG_DIR_COMP}/${PERFSUFFIX}.log 
${COMPILE_ONLY}"  # more reasonable - checks cobc only, but misses codegen
|   mkdir -p "${LOG_DIR_RUN}"
|   COBCRUN="${PERF} --output ${LOG_DIR_RUN}/${PERFSUFFIX}.log ${COBCRUN}"
|   COBCRUN_DIRECT="${PERF} --output ${LOG_DIR_RUN}/${PERFSUFFIX}.log 
${COBCRUN_DIRECT}"
| elif test "x${CGSUFFIX}" != "x"; then
|   export 
PATH="${abs_top_builddir}/cobc/.libs:${abs_top_builddir}/bin.libs:${PATH}"
|   LOG_DIR="${abs_builddir}/callgrind/${CGSUFFIX}"
|   LOG_DIR_COMP="${LOG_DIR}/cobc"
|   LOG_DIR_RUN="${LOG_DIR}"
|   CG="valgrind --tool=callgrind --dump-instr=yes --collect-jumps=yes 
--collect-atstart=no --toggle-collect=_start 
--fn-skip=_dl_runtime_resolve_xsave --fn-skip=_dl_fixup  
--toggle-collect=cob_init"
|   if test "x$at_group" = "x"; then
|     at_group="cg"     # must be set as it is part of CG_PREFIX
|   fi
|   export at_group
|   CG_PREFIX="%q{at_group}_%p"
|   LOG_NAME=${CG_PREFIX}.log
|   CG_NAME=callgrind.out.${CG_PREFIX}
| 
|   # callgrind takes a while - so we only trace COBOL runtime by default
|   COBC="${COBC} -g"
|   #mkdir -p "${LOG_DIR_COMP}"
|   #COBC="${CG} --log-file=${LOG_DIR_COMP}/${LOG_NAME} 
--callgrind-out-file=${LOG_DIR_COMP}/${CG_NAME} ${COBC}"
|   mkdir -p "${LOG_DIR_RUN}"
|   CG_RUNTIME="${CG} --log-file=${LOG_DIR_RUN}/${LOG_NAME} 
--callgrind-out-file=${LOG_DIR_RUN}/${CG_NAME} 
--dump-before=cob_terminate_routines"
|   COBCRUN="${CG_RUNTIME} ${COBCRUN}"
|   COBCRUN_DIRECT="${CG_RUNTIME} ${COBCRUN_DIRECT}"
| 
| elif test "x${VGSUFFIX}" != "x"; then
| 
|   # To check with valgrind:
|   # * ideally: reconfigure with `./configure --enable-debug & make`
|   # * if your system ships with valgrind suppression files (default.supp is 
always active) you likely
|   #   want to activate at least the suppressions below (adjusted to your 
directory);
|   #   some additional common suppressions (bash + BDB) are found in 
valgrind.supp and added by default
|   # * if you stumble over (other) system library errors you likely want to 
suppress some of them
|   #   --> re-run single tests with --gen-suppressions=yes # when it seems to 
be stuck press [Y]+[RETURN]...
|   #   --> inspect and modify the suppression file
|   #   --> add to $VG_SUPPR below (in "local" tests/atlocal)
|   # * choose below  (in "local" tests/atlocal) the valgrind tool you want to 
use and
|   #   choose if to run valgrind only for the compiler, runtime, or both
|   # * then run with `make check[all] VGSUFFIX (logs will be saved in 
valgrind/$VGSUFFIX
| 
|   export 
PATH="${abs_top_builddir}/cobc/.libs:${abs_top_builddir}/bin.libs:${PATH}"
|   LOG_DIR="${abs_builddir}/valgrind/${VGSUFFIX}"
|   LOG_DIR_COMP="${LOG_DIR}/cobc"
|   LOG_DIR_RUN="${LOG_DIR}"
|   
|   if test "x$at_group" = "x"; then
|     at_group="valgrind"       # must be set as it is part of VG_PREFIX
|   fi
|   export at_group
|   VG_PREFIX="%q{at_group}_%p"
|   LOG_NAME=${VG_PREFIX}.log
|   
|   # if you stumble over system library errors you may want to suppress some 
of them
|   # re-run with --gen-suppressions=yes and then point to the file (after 
inspecting and
|   # modifying it via --suppressions=${abs_builddir}/local.supp)
|   #VG_SUPPR_DIR="/usr/lib/valgrind"
|   #VG_SUPPR="--suppressions=${VG_SUPPR_DIR}/debian.supp ${VG_SUPPR}"
|   #VG_SUPPR="--suppressions=${VG_SUPPR_DIR}/ncurses.supp ${VG_SUPPR}"
|   VG_SUPPR="--suppressions=${abs_srcdir}/valgrind.supp ${VG_SUPPR}"
|   # Note: other issue, not suppressible is that some COBOL storage is local
|   #       and can currently not be freed on STOP RUN (or abort).
|   #       It applies to the following elements in the local include files 
(prog.l*.h)
|   #       and dynamically allocated LOCAL-STORAGE (cob_loc_ptr), temporary 
decimals,
|   #       frame_stack, cob_procedure_params.
| 
|   MEMCHECK="valgrind --tool=memcheck --read-var-info=yes --track-origins=yes 
--leak-check=full --show-leak-kinds=all ${VG_SUPPR}"
|   SGCHECK="valgrind --tool=exp-sgcheck --read-var-info=yes ${VG_SUPPR}"
| 
|   #COBC="${COBC} -g"
|   mkdir -p "${LOG_DIR_COMP}"
|   COBC="${MEMCHECK} --log-file=${LOG_DIR_COMP}/${LOG_NAME} ${COBC}"
|   
|   mkdir -p "${LOG_DIR_RUN}"
|   VG_RUNTIME="${MEMCHECK} --log-file=${LOG_DIR_RUN}/${LOG_NAME}"
|   COBCRUN="${VG_RUNTIME} ${COBCRUN}"
|   COBCRUN_DIRECT="${VG_RUNTIME} ${COBCRUN_DIRECT}"
| fi
| 
| # Helper script to unify listings (replace version, date, time)
| UNIFY_LISTING="${abs_srcdir}/listings-sed.sh"
| 
| # test runner for manual tests, content may be adjusted by the user
| RUN_PROG_MANUAL="${abs_builddir}/run_prog_manual.sh"
| 
| # unset option if not internally set in this script - or external
| _unset_option () {
|       if test "$1" != "COB_CONFIG_DIR" \
|            -a "$1" != "COB_COPY_DIR" \
|            -a "$1" != "COB_RUNTIME_CONFIG" \
|            -a "$1" != "COB_LIBRARY_PATH" \
|            -a "$1" != "COB_CFLAGS" \
|            -a "$1" != "COB_LIBS" \
|            -a "$1" != "COB_UNIX_LF" \
|            -a "$1" != "OS"; then
|               unset $1
|       fi
| }
| 
| # possible path conversion for running the testsuite in an environment
| # that doesn't match the one where the tested binaries were built
| # Note: not needed for running the testsuite with MSYS as this translates the 
path
| _return_path () {
|       echo "$1"
| }
| 
| # ensure we don't execute windows paths within programs generated by cygwin
| # by passing a hint
| if test "$OSTYPE" = "cygwin"; then
|    COB_ON_CYGWIN=1
|    export COB_ON_CYGWIN
| fi
| 
| # Fix for testcases where cobc translates path to win32 equivalents
| if test "x$MSYSTEM" != "x"; then
|       PATHSEP=";"
|       # finding the cobc executable is done from MSYS, but if this calls 
cobcrun
|       # it just uses the PATH variable which not necessarily has the correct
|       # order - especially if the current system has cobcrun installed - so
|       # let that cobc call COBCRUN with a full path (converted by MSYS into
|       # the Win32 variant when starting the cobc process)
|       COBCRUN=${ABS_COBCRUN}
| else
|       PATHSEP=':'
| fi
| export PATHSEP
| 
| # entries likely referenced in the LIBS entries below
| prefix="/usr/pkg"
| exec_prefix="${prefix}"
| 
| # options that are also used in pre-inst-env (always add to both)
| # but not directly in the testsuite
| if test "$GNUCOBOL_ENV_SETUP" != "1" -a "$GNUCOBOL_TEST_LOCAL" != "1"; then
|       COB_CFLAGS="-I${abs_top_srcdir} -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -pipe -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/pkg/include -Wno-unused -fsigned-char 
-Wno-pointer-sign"
|       COB_LIBS="-L${abs_top_builddir}/libcob/.libs -L${exec_prefix}/lib -lcob"
|       COB_CONFIG_DIR="${abs_top_srcdir}/config"
|       COB_COPY_DIR="${abs_top_srcdir}/copy"
|       LD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$LD_LIBRARY_PATH"
|       PATH="${abs_top_builddir}/libcob/.libs:$PATH"
|       DYLD_LIBRARY_PATH="${abs_top_builddir}/libcob/.libs:$DYLD_LIBRARY_PATH"
|       SHLIB_PATH="${abs_top_builddir}/libcob/.libs:$SHLIB_PATH"
|       LIBPATH="${abs_top_builddir}/libcob/.libs:$LIBPATH"
|       COB_LIBRARY_PATH="${abs_top_builddir}/extras"
| 
|       export COB_CFLAGS COB_LIBS
|       export COB_CONFIG_DIR COB_COPY_DIR
|       export LD_LIBRARY_PATH PATH DYLD_LIBRARY_PATH SHLIB_PATH LIBPATH
|       export COB_LIBRARY_PATH
| fi
| COB_UNIX_LF=1
| export COB_UNIX_LF
| 
| # unset all environment variables that are used in libcob
| # for runtime configuration ...
| COB_RUNTIME_CONFIG="${abs_top_srcdir}/config/runtime_empty.cfg"
| export COB_RUNTIME_CONFIG
| for cobenv in $(${LOCAL_ENV} ${ABS_COBCRUN} --runtime-conf \
|                  | grep " env:" | cut -d: -f2 | cut -d= -f1 \
|                  | grep -v "PATH" | grep -v "TERM"); \
|       do _unset_option $cobenv; \
| done
| 
| # prevent multiple calls by caching the output
| ${LOCAL_ENV} ${ABS_COBC} --verbose --info > info.out
| 
| # ... and also unset for the compiler
| if test "$GNUCOBOL_TEST_LOCAL" != "1"; then
|       for cobenv in $(grep "env:" info.out | cut -d: -f2 | cut -d= -f1 \
|                     | grep -v "PATH"); \
|               do _unset_option $cobenv; \
|       done
| fi
| 
| COB_STACKTRACE=0
| export COB_STACKTRACE
| 
| 
| # different flags checked in the testsuite
| if test "$GNUCOBOL_TEST_LOCAL" != "1"; then
|       COB_OBJECT_EXT="o"
|       COB_EXE_EXT=""
|       COB_MODULE_EXT="so"
|       COB_BIGENDIAN="no"
|       COB_HAS_64_BIT_POINTER="yes"
|       COB_HAS_ISAM="db"
|       COB_HAS_XML2="yes"
|       COB_HAS_JSON="json-c"
|       COB_HAS_CURSES="yes"
| else
| 
|       COB_OBJECT_EXT="$(grep COB_OBJECT_EXT info.out | cut -d: -f2 | cut 
-b2-)"
|       COB_EXE_EXT="$(grep COB_EXE_EXT info.out | cut -d: -f2 | cut -b2-)"
|       COB_MODULE_EXT="$(grep COB_MODULE_EXT info.out | cut -d: -f2 | cut 
-b2-)"
| 
|       if test $(grep -i -c "little-endian" info.out) = 0; then
|               COB_BIGENDIAN="yes"
|       else
|               COB_BIGENDIAN="no"
|       fi
|       COB_HAS_64_BIT_POINTER=$(grep "64bit-mode" info.out | cut -d: -f2 | cut 
-b2-)
| 
|       cob_indexed=$(grep -i "indexed file" info.out | cut -d: -f2)
|       if test "x$cob_indexed" = "x"; then
|               cob_indexed=$(grep ISAM info.out | cut -d: -f2)
|       fi
|       case "$cob_indexed" in
|       " disabled")    COB_HAS_ISAM="no";;
|       " BDB")                 COB_HAS_ISAM="db";;
|       " VBISAM"*)     COB_HAS_ISAM="vbisam";;
|       " D-ISAM")      COB_HAS_ISAM="disam";;
|       " C-ISAM")      COB_HAS_ISAM="cisam";;
|       " EXTFH")       COB_HAS_ISAM="index_extfh";;
|       *)              echo "unknown entry for indexed handler: 
'"$cob_indexed"' please report" && exit 1;;
|       esac
| 
|       if test $(grep -i -c "XML library.*disabled" info.out) = 0; then
|               COB_HAS_XML2="yes"
|       else
|               COB_HAS_XML2="no"
|       fi
|       if test $(grep -i -c "JSON library.*disabled" info.out) = 0; then
|               COB_HAS_JSON="yes"
|       else
|               COB_HAS_JSON="no"
|       fi
|       # see note below
|       if test $(grep -i -c " screen .*disabled" info.out) = 0; then
|               COB_HAS_CURSES="yes"
|       else
|               COB_HAS_CURSES="no"
|       fi
| fi
| 
| if test "x$MSYSTEM" != "x" -o "$OSTYPE" = "cygwin"; then
|       # running MSYS builds as not-visible child processes result in
|       # "Redirection is not supported" (at least with PDCurses "wincon" port)
|       # --> disabling the tests for this feature
|       # ncurses is known to work as long as TERM is appropriate
|       if test $(grep -i -c "ncurses" info.out) != 0; then
|               if test "x$MSYSTEM" != "x"; then
|                       TERM=""
|               else
|                       TERM="xterm"
|               fi
|               export TERM
|               # no change here... COB_HAS_CURSES="yes"
|       else
|               # manual tests are executed in separate window
|               # and are visible - so no need to handle it there
|               echo "$at_help_all" | grep -q "run_manual_screen" 2>/dev/null
|               if test $? -ne 0; then
|                  COB_HAS_CURSES="no"
|               fi
|       fi
| fi
| 
| rm -rf info.out
| 
| # NIST tests (tests/cobol85) are executed in a separate perl process with a 
new environment --> export needed
| export COB_HAS_ISAM COB_HAS_XML2 COB_HAS_JSON COB_HAS_CURSES 
COB_HAS_64_BIT_POINTER
| export COBC COBCRUN COBCRUN_DIRECT RUN_PROG_MANUAL
| export COB_OBJECT_EXT COB_EXE_EXT COB_MODULE_EXT
| 
| # to ensure that no external DB_HOME is polluted: unset
| DB_HOME="" && export DB_HOME
| 
| # For the very rare cases where cobc/libcob may need to know if they're 
running in test mode:
| COB_IS_RUNNING_IN_TESTMODE=1 && export COB_IS_RUNNING_IN_TESTMODE

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

./testsuite.at:26: /usr/pkgsrc/lang/gnucobol/work/gnucobol-3.2/cobc/cobc 
--version
cobc (GnuCOBOL) 3.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
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     Aug 26 2023 18:41:43
Packaged  Jul 28 2023 17:02:56 UTC
C version "10.5.0"

./testsuite.at:26: /usr/pkgsrc/lang/gnucobol/work/gnucobol-3.2/bin/cobcrun 
--version
cobcrun (GnuCOBOL) 3.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
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 Roger While, Simon Sobisch, Brian Tiffin
Built     Aug 26 2023 18:41:43
Packaged  Jul 28 2023 17:02:56 UTC

libcob (GnuCOBOL) 3.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
License LGPLv3+: GNU LGPL version 3 or later 
<https://gnu.org/licenses/lgpl.html>
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     Aug 26 2023 18:41:38
Packaged  Jul 28 2023 17:02:56 UTC

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Sat Aug 26 19:07:07 CEST 2023
1. compiler help and information (used_binaries.at:27): ok     (0m0.32s 0m0.3s)
2. compiler warnings (used_binaries.at:51): ok     (0m0.5s 0m0.4s)
3. compiler outputs (general) (used_binaries.at:179): ok     (0m0.46s 0m0.33s)
4. compiler outputs (file specified) (used_binaries.at:219): ok     (0m0.65s 
0m0.48s)
5. compiler outputs (path specified) (used_binaries.at:300): ok     (0m0.44s 
0m0.29s)
6. compiler outputs (assembler) (used_binaries.at:329): ok     (0m0.24s 0m0.23s)
7. source file not found (used_binaries.at:364): ok     (0m0.0s 0m0.02s)
8. temporary path invalid (used_binaries.at:374): ok     (0m0.29s 0m0.1s)
9. use of full path for cobc (used_binaries.at:409): ok     (0m0.12s 0m0.07s)
10. C Compiler optimizations (used_binaries.at:427): ok     (0m0.99s 0m0.56s)
11. invalid cobc option (used_binaries.at:464): ok     (0m0.02s 0m0.04s)
12. cobcrun help and information (used_binaries.at:484): ok     (0m0.09s 
0m0.12s)
13. cobcrun validation (used_binaries.at:500): ok     (0m0.23s 0m0.11s)
14. cobcrun -M DSO entry argument (used_binaries.at:540): ok     (0m0.38s 
0m0.21s)
15. cobcrun -M directory/ default (used_binaries.at:626): ok     (0m0.23s 
0m0.12s)
16. cobcrun -M directory/dso alternate (used_binaries.at:665): ok     (0m0.23s 
0m0.13s)
17. cobcrun -M DSO entry multiple arguments (used_binaries.at:716): ok     
(0m0.21s 0m0.14s)
18. cobcrun error messages (used_binaries.at:762): ok     (0m0.1s 0m0.12s)
19. run job with unsuccessful compilation (used_binaries.at:796): ok     
(0m0.04s 0m0.01s)
20. run job after compilation (used_binaries.at:815): ok     (0m0.25s 0m0.13s)
21. run job after compilation (path specified) (used_binaries.at:832): ok     
(0m0.22s 0m0.17s)
22. run job with optional arguments (used_binaries.at:850): ok     (0m0.42s 
0m0.18s)
23. compile from stdin (used_binaries.at:872): ok     (0m0.24s 0m0.14s)
24. run job after compilation from stdin (used_binaries.at:900): ok     
(0m0.21s 0m0.18s)
25. cobc diagnostics show caret (used_binaries.at:924): ok     (0m0.1s 0m0.09s)
26. cobc with standard configuration file (configuration.at:22): ok     
(0m0.02s 0m0.02s)
27. cobc dialect features for all -std (configuration.at:43): ok     (0m0.59s 
0m0.46s)
28. cobc with configuration file via -std (configuration.at:105): ok     
(0m0.03s 0m0.01s)
29. cobc with standard configuration file via -conf (configuration.at:126): ok  
   (0m0.02s 0m0.01s)
30. cobc with own configuration file via -conf (configuration.at:147): ok     
(0m0.04s 0m0.05s)
31. cobc configuration: recursive include (configuration.at:176): ok     
(0m0.02s 0m0.01s)
32. cobc with -std and -conf (configuration.at:214): ok     (0m0.06s 0m0.01s)
33. cobc compiler flag on command line (configuration.at:241): ok     (0m0.02s 
0m0.02s)
34. cobc compiler flag on command line (priority) (configuration.at:260): ok    
 (0m0.08s 0m0.05s)
35. cobc configuration: entries (configuration.at:293): ok     (0m0.08s 0m0.13s)
36. cobc configuration: conf missing (configuration.at:340): ok     (0m0.04s 
0m0.06s)
37. cobc configuration: conf optional (configuration.at:368): ok     (0m0.05s 
0m0.05s)
38. cobc configuration: incomplete (configuration.at:404): ok     (0m0.0s 
0m0.02s)
39. runtime configuration (configuration.at:546): ok     (0m0.04s 0m0.06s)
40. runtime configuration file (configuration.at:565): ok     (0m0.13s 0m0.14s)
41. runtime configuration: recursive include (configuration.at:608): ok     
(0m0.01s 0m0.02s)
42. runtime configuration: environment priority (configuration.at:637): ok     
(0m0.01s 0m0.02s)
43. runtime configuration: entries (configuration.at:650): ok     (0m0.01s 
0m0.02s)
44. runtime configuration: conf missing (configuration.at:731): ok     (0m0.03s 
0m0.07s)
45. runtime configuration: conf optional (configuration.at:760): ok     
(0m0.01s 0m0.02s)
46. runtime configuration: strings and environment (configuration.at:773): ok   
  (0m0.03s 0m0.04s)
47. validation of COB_CONFIG_DIR (configuration.at:787): ok     (0m0.01s 
0m0.02s)
48. cobc configuration: source format (configuration.at:827): ok     (0m0.19s 
0m0.13s)
49. cobc configuration: ebcdic-table (configuration.at:885): ok     (0m0.39s 
0m0.23s)
50. COPY: IN / OF / -I (syn_copy.at:23): ok     (0m0.19s 0m0.17s)
52. COPY: extension (syn_copy.at:170): ok     (0m0.21s 0m0.09s)
53. COPY: within comment (syn_copy.at:257): ok     (0m0.05s 0m0.05s)
54. COPY: file not found (syn_copy.at:286): ok     (0m0.13s 0m0.08s)
55. COPY: recursive (syn_copy.at:342): ok     (0m0.01s 0m0.04s)
56. COPY: replacement order (syn_copy.at:382): ok     (0m0.12s 0m0.08s)
57. COPY: separators (syn_copy.at:409): ok     (0m0.17s 0m0.03s)
58. COPY: partial replacement (syn_copy.at:438): ok     (0m0.14s 0m0.05s)
59. COPY: LEADING replacement (syn_copy.at:468): ok     (0m0.14s 0m0.05s)
60. COPY: TRAILING replacement (syn_copy.at:498): ok     (0m0.09s 0m0.11s)
61. COPY: partial replacement BY literal (syn_copy.at:528): ok     (0m0.2s 
0m0.21s)
62. COPY: recursive replacement (syn_copy.at:630): ok     (0m0.14s 0m0.05s)
63. COPY: fixed/free format (syn_copy.at:660): ok     (0m0.13s 0m0.07s)
64. REPLACE: partial replacement BY SPACE (syn_copy.at:686): ok     (0m0.17s 
0m0.18s)
65. COPY: simple partial match (syn_copy.at:739): ok     (0m0.04s 0m0.01s)
66. COPY: with LEADING, multiple partial matches (syn_copy.at:766): ok     
(0m0.03s 0m0.02s)
67. COPY: multiple partial matches with an error (syn_copy.at:804): ok     
(0m0.03s 0m0.02s)
68. COPY: Multiple partial matches (1) (syn_copy.at:844): ok     (0m0.02s 
0m0.02s)
69. COPY: Multiple partial matches (2) (syn_copy.at:884): ok     (0m0.03s 
0m0.02s)
70. COPY and REPLACE in same file (syn_copy.at:923): ok     (0m0.05s 0m0.05s)
71. COPY and REPLACE errors (syn_copy.at:997): ok     (0m0.02s 0m0.03s)
72. COPY and REPLACE with reserved words (syn_copy.at:1041): ok     (0m0.03s 
0m0.01s)
73. Invalid source name (syn_definition.at:25): ok     (0m0.0s 0m0.02s)
74. Invalid PROGRAM-ID (syn_definition.at:37): ok     (0m0.15s 0m0.05s)
75. Invalid PROGRAM-ID type clause (1) (syn_definition.at:89): ok     (0m0.02s 
0m0.02s)
76. invalid PROGRAM-ID type clause (2) (syn_definition.at:106): ok     (0m0.02s 
0m0.02s)
77. INITIAL / RECURSIVE before COMMON (syn_definition.at:123): ok     (0m0.02s 
0m0.02s)
78. Undefined data name (syn_definition.at:155): ok     (0m0.03s 0m0.02s)
79. Undefined group name (syn_definition.at:173): ok     (0m0.03s 0m0.01s)
80. Undefined data name in group (syn_definition.at:194): ok     (0m0.02s 
0m0.02s)
81. Reference not a group name (syn_definition.at:217): ok     (0m0.02s 0m0.02s)
82. Incomplete 01 definition (syn_definition.at:239): ok     (0m0.03s 0m0.01s)
83. error handling in conditions (syn_definition.at:257): ok     (0m0.02s 
0m0.02s)
84. Same paragraphs in different sections (syn_definition.at:333): ok     
(0m0.05s 0m0.04s)
85. GO TO sections and foreign paragraphs (syn_definition.at:376): ok     
(0m0.06s 0m0.03s)
86. Redefinition of 01 items (syn_definition.at:413): ok     (0m0.19s 0m0.06s)
87. Redefinition of 01 and 02 items (syn_definition.at:442): ok     (0m0.02s 
0m0.03s)
88. Redefinition of 02 items (syn_definition.at:462): ok     (0m0.04s 0m0.01s)
89. Redefinition of 77 items (syn_definition.at:495): ok     (0m0.02s 0m0.02s)
90. Redefinition of 01 and 77 items (syn_definition.at:515): ok     (0m0.03s 
0m0.01s)
91. Redefinition of 88 items (syn_definition.at:535): ok     (0m0.03s 0m0.01s)
92. Redefinition of program-name by other programs (syn_definition.at:556): ok  
   (0m0.05s 0m0.04s)
93. Redefinition of program-name within program (syn_definition.at:636): ok     
(0m0.05s 0m0.05s)
94. Redefinition of function-prototype name (syn_definition.at:666): ok     
(0m0.04s 0m0.01s)
95. PROCEDURE DIVISION RETURNING OMITTED: main (syn_definition.at:691): ok     
(0m0.13s 0m0.07s)
96. PROCEDURE DIVISION RETURNING OMITTED: FUNCTION (syn_definition.at:711): ok  
   (0m0.03s 0m0.01s)
97. PROCEDURE DIVISION RETURNING item (syn_definition.at:730): ok     (0m0.13s 
0m0.12s)
98. Data item with same name as program-name (syn_definition.at:825): ok     
(0m0.02s 0m0.03s)
99. Ambiguous reference to 02 items (syn_definition.at:852): ok     (0m0.02s 
0m0.03s)
100. Ambiguous reference to 02 and 03 items (syn_definition.at:878): ok     
(0m0.02s 0m0.02s)
101. Ambiguous reference with qualification (syn_definition.at:903): ok     
(0m0.02s 0m0.02s)
102. Unique reference with ambiguous qualifiers (syn_definition.at:931): ok     
(0m0.02s 0m0.02s)
103. SYNCHRONIZED clause (syn_definition.at:955): ok     (0m0.07s 0m0.04s)
104. Undefined procedure name (syn_definition.at:998): ok     (0m0.03s 0m0.02s)
105. Redefinition of section names (syn_definition.at:1018): ok     (0m0.04s 
0m0.01s)
106. Redefinition of section and paragraph names (syn_definition.at:1043): ok   
  (0m0.02s 0m0.02s)
108. Redefinition of paragraph names (syn_definition.at:1106): ok     (0m0.02s 
0m0.02s)
109. Ambiguous reference to paragraph name (syn_definition.at:1132): ok     
(0m0.04s 0m0.01s)
110. Non-matching level numbers (extension) (syn_definition.at:1158): ok     
(0m0.04s 0m0.05s)
111. CALL BY VALUE alphanumeric item (extension) (syn_definition.at:1190): ok   
  (0m0.02s 0m0.02s)
112. CALL BY VALUE national item (extension) (syn_definition.at:1212): ok     
(0m0.04s 0m0.01s)
113. CALL BY VALUE figurative constants (syn_definition.at:1235): ok     
(0m0.03s 0m0.01s)
114. Duplicate identification division header (syn_definition.at:1269): ok     
(0m0.03s 0m0.01s)
115. RETURNING in STOP RUN / GOBACK / EXIT PROGRAM (syn_definition.at:1284): ok 
    (0m0.32s 0m0.28s)
117. Invalid ENVIRONMENT DIVISION order (syn_definition.at:1405): ok     
(0m0.04s 0m0.01s)
118. Function without END FUNCTION (syn_definition.at:1430): ok     (0m0.03s 
0m0.02s)
119. Nested programs without END PROGRAM (syn_definition.at:1444): ok     
(0m0.04s 0m0.0s)
120. Nested programs not in procedure division (syn_definition.at:1466): ok     
(0m0.03s 0m0.01s)
121. Screen section starts with 78-level (syn_definition.at:1485): ok     
(0m0.03s 0m0.01s)
122. Invalid PICTURE strings (syn_definition.at:1501): ok     (0m0.05s 0m0.04s)
123. PICTURE string with control character (syn_definition.at:1761): ok     
(0m0.02s 0m0.02s)
124. PICTURE strings invalid with BLANK WHEN ZERO (syn_definition.at:1779): ok  
   (0m0.03s 0m0.02s)
125. PICTURE strings invalid with USAGE (syn_definition.at:1802): ok     
(0m0.03s 0m0.02s)
126. Edited monetary PICTURE strings (syn_definition.at:1822): ok     (0m0.02s 
0m0.02s)
127. ALPHABET definition (syn_definition.at:1849): ok     (0m0.03s 0m0.02s)
128. PROGRAM COLLATING SEQUENCE (syn_definition.at:1872): ok     (0m0.08s 
0m0.07s)
129. RENAMES item (syn_definition.at:2055): ok     (0m0.01s 0m0.02s)
130. RENAMES of 01-, 66- and 77-level items (syn_definition.at:2129): ok     
(0m0.05s 0m0.03s)
131. SAME AS clause (syn_definition.at:2155): ok     (0m0.09s 0m0.05s)
132. TYPEDEF clause (syn_definition.at:2219): ok     (0m0.21s 0m0.21s)
134. APPLY COMMIT clause (syn_definition.at:2629): ok     (0m0.04s 0m0.01s)
135. GLOBAL record-names (syn_definition.at:2734): ok     (0m0.03s 0m0.02s)
136. Invalid USE BEFORE (syn_definition.at:2853): ok     (0m0.02s 0m0.03s)
137. Non-numeric subscript (syn_subscripts.at:23): ok     (0m0.03s 0m0.01s)
138. Subscript range check (syn_subscripts.at:50): ok     (0m0.03s 0m0.06s)
139. Subscript bounds with OCCURS DEPENDING ON (syn_subscripts.at:98): ok     
(0m0.03s 0m0.02s)
140. Subscripted item requires OCCURS clause (syn_subscripts.at:125): ok     
(0m0.03s 0m0.01s)
141. Number of subscripts (syn_subscripts.at:151): ok     (0m0.07s 0m0.02s)
142. SET SSRANGE syntax (syn_subscripts.at:195): ok     (0m0.03s 0m0.01s)
143. OCCURS with level 01 and 77 (syn_occurs.at:29): ok     (0m0.08s 0m0.05s)
144. OCCURS with level 66 (syn_occurs.at:84): ok     (0m0.04s 0m0.0s)
145. OCCURS with level 78 (syn_occurs.at:103): ok     (0m0.02s 0m0.03s)
146. OCCURS with level 88 (syn_occurs.at:121): ok     (0m0.02s 0m0.02s)
147. OCCURS with variable-occurrence data item (syn_occurs.at:143): ok     
(0m0.27s 0m0.13s)
148. OCCURS UNBOUNDED (syn_occurs.at:248): ok     (0m0.17s 0m0.16s)
149. OCCURS data-items for INDEXED and KEY (syn_occurs.at:359): ok     (0m0.02s 
0m0.02s)
150. Nested OCCURS clause (syn_occurs.at:399): ok     (0m0.02s 0m0.02s)
151. OCCURS DEPENDING with wrong size (syn_occurs.at:436): ok     (0m0.03s 
0m0.01s)
152. OCCURS DEPENDING followed by another field (syn_occurs.at:475): ok     
(0m0.07s 0m0.02s)
153. OCCURS with unmatched DEPENDING / TO phrases (syn_occurs.at:517): ok     
(0m0.09s 0m0.05s)
154. OCCURS INDEXED before KEY (syn_occurs.at:560): ok     (0m0.06s 0m0.04s)
155. OCCURS size check (syn_occurs.at:598): ok     (0m0.06s 0m0.04s)
156. REDEFINES: not following entry-name (syn_redefines.at:28): ok     (0m0.05s 
0m0.05s)
157. REDEFINES: level 02 by 01 (syn_redefines.at:53): ok     (0m0.02s 0m0.02s)
158. REDEFINES: level 03 by 02 (syn_redefines.at:74): ok     (0m0.02s 0m0.02s)
159. REDEFINES: level 66 (syn_redefines.at:96): ok     (0m0.03s 0m0.02s)
160. REDEFINES: level 88 (syn_redefines.at:118): ok     (0m0.02s 0m0.02s)
161. REDEFINES: lower level number (syn_redefines.at:146): ok     (0m0.02s 
0m0.03s)
162. REDEFINES: with OCCURS (syn_redefines.at:172): ok     (0m0.03s 0m0.01s)
163. REDEFINES: with subscript (syn_redefines.at:196): ok     (0m0.03s 0m0.01s)
164. REDEFINES: with variable occurrence (syn_redefines.at:219): ok     
(0m0.04s 0m0.0s)
165. REDEFINES: with qualification (syn_redefines.at:254): ok     (0m0.04s 
0m0.01s)
166. REDEFINES: multiple redefinition (syn_redefines.at:280): ok     (0m0.07s 
0m0.03s)
167. REDEFINES: size exceeds (syn_redefines.at:308): ok     (0m0.24s 0m0.14s)
168. REDEFINES: with VALUE (syn_redefines.at:359): ok     (0m0.14s 0m0.09s)
169. REDEFINES: with intervention (syn_redefines.at:392): ok     (0m0.03s 
0m0.02s)
170. REDEFINES: within REDEFINES (syn_redefines.at:424): ok     (0m0.03s 
0m0.01s)
171. REDEFINES: for ANY LENGTH item (syn_redefines.at:467): ok     (0m0.03s 
0m0.01s)
172. REDEFINES: non-referenced ambiguous item (syn_redefines.at:500): ok     
(0m0.02s 0m0.05s)
173. bad VALUES / VALUES ARE in format-1 (syn_value.at:28): ok     (0m0.06s 
0m0.03s)
174. OCCURS too many VALUEs (syn_value.at:76): ok     (0m0.04s 0m0.01s)
175. Numeric item (integer) (syn_value.at:162): ok     (0m0.03s 0m0.01s)
176. Numeric item (non-integer) (syn_value.at:189): ok     (0m0.03s 0m0.01s)
177. Numeric item with picture P (syn_value.at:213): ok     (0m0.02s 0m0.02s)
178. Signed numeric literal (syn_value.at:245): ok     (0m0.03s 0m0.02s)
179. Alphabetic item (syn_value.at:271): ok     (0m0.02s 0m0.02s)
180. Alphanumeric item (syn_value.at:299): ok     (0m0.03s 0m0.02s)
181. Alphanumeric group item (syn_value.at:325): ok     (0m0.03s 0m0.01s)
182. National item (syn_value.at:352): ok     (0m0.03s 0m0.02s)
183. Numeric-edited item (syn_value.at:389): ok     (0m0.09s 0m0.06s)
184. Alphanumeric-edited item (syn_value.at:425): ok     (0m0.03s 0m0.01s)
185. Implicit picture from value (syn_value.at:494): ok     (0m0.06s 0m0.03s)
186. Missing SELECT (syn_file.at:23): ok     (0m0.02s 0m0.02s)
187. Duplicated SELECT (syn_file.at:50): ok     (0m0.02s 0m0.03s)
188. Missing FD (syn_file.at:82): ok     (0m0.02s 0m0.02s)
189. Duplicated FD (syn_file.at:108): ok     (0m0.04s 0m0.01s)
190. ASSIGN to device-name (syn_file.at:137): ok     (0m0.15s 0m0.06s)
191. ASSIGN to printer-name (syn_file.at:204): ok     (0m0.14s 0m0.08s)
192. ASSIGN to lsq-device-name (syn_file.at:271): ok     (0m0.04s 0m0.03s)
193. ASSIGN to variable (syn_file.at:326): ok     (0m0.07s 0m0.03s)
194. SELECT without ASSIGN (syn_file.at:431): ok     (0m0.03s 0m0.01s)
195. START on SEQUENTIAL file (syn_file.at:459): ok     (0m0.02s 0m0.03s)
196. OPEN SEQUENTIAL file REVERSED (syn_file.at:496): ok     (0m0.07s 0m0.03s)
197. OPEN SEQUENTIAL file NO REWIND (syn_file.at:544): ok     (0m0.03s 0m0.01s)
198. valid key items (syn_file.at:583): ok     (0m0.02s 0m0.02s)
199. INDEXED file invalid key items (syn_file.at:633): ok     (0m0.03s 0m0.02s)
200. variable record length (syn_file.at:697): ok     (0m0.12s 0m0.12s)
201. variable record length DEPENDING item (syn_file.at:808): ok     (0m0.1s 
0m0.1s)
202. DECLARATIVES invalid procedure reference (1) (syn_file.at:910): ok     
(0m0.1s 0m0.12s)
203. DECLARATIVES invalid procedure reference (2) (syn_file.at:999): ok     
(0m0.02s 0m0.03s)
204. EXTERNAL file (syn_file.at:1040): ok     (0m0.01s 0m0.03s)
205. RECORDING MODE (syn_file.at:1068): ok     (0m0.02s 0m0.03s)
206. CODE-SET clause (syn_file.at:1097): ok     (0m0.02s 0m0.02s)
207. CODE-SET FOR clause (syn_file.at:1147): ok     (0m0.01s 0m0.03s)
208. WRITE / REWRITE FROM clause and FILE (syn_file.at:1180): ok     (0m0.02s 
0m0.02s)
209. Clauses following invalid ACCESS clause (syn_file.at:1241): ok     
(0m0.01s 0m0.03s)
210. RELATIVE KEY type validation (syn_file.at:1265): ok     (0m0.01s 0m0.03s)
211. Mismatched KEY clause (syn_file.at:1325): ok     (0m0.02s 0m0.02s)
212. RECORD DELIMITER (syn_file.at:1352): ok     (0m0.02s 0m0.02s)
213. FILE STATUS (syn_file.at:1460): ok     (0m0.03s 0m0.02s)
214. VSAM status (syn_file.at:1557): ok     (0m0.09s 0m0.06s)
215. INDEXED file PASSWORD clause (syn_file.at:1603): ok     (0m0.02s 0m0.03s)
216. RECORD clause equal limits (syn_file.at:1654): ok     (0m0.02s 0m0.02s)
217. FILE ... FROM literal (syn_file.at:1694): ok     (0m0.1s 0m0.04s)
218. WRITE / REWRITE on REPORT files (syn_file.at:1753): ok     (0m0.04s 
0m0.01s)
219. SELECT without fd-name (syn_file.at:1790): ok     (0m0.02s 0m0.03s)
220. Undeclared FILE-ID variable (syn_file.at:1811): ok     (0m0.04s 0m0.01s)
221. ASSIGN external-name matching filename (syn_file.at:1836): ok     (0m0.06s 
0m0.03s)
222. Undeclared ASSIGN variable (syn_file.at:1864): ok     (0m0.03s 0m0.01s)
223. ACCESS RANDOM with ORG SEQUENTIAL (syn_file.at:1943): ok     (0m0.02s 
0m0.02s)
224. ALTERNATE RECORD KEY SUPPRESS WHEN (syn_file.at:1970): ok     (0m0.04s 
0m0.02s)
225. RECORD definition with SOURCE IS / = (syn_file.at:2015): ok     (0m0.02s 
0m0.02s)
228. SELECT/OPEN syntax extensions (syn_file.at:2125): ok     (0m0.05s 0m0.04s)
229. GLOBAL FD nested progam (syn_file.at:2220): ok     (0m0.1s 0m0.09s)
230. Invalid file name in SELECT (syn_file.at:2258): ok     (0m0.04s 0m0.01s)
231. REPORT error/warning (syn_reportwriter.at:23): ok     (0m0.04s 0m0.01s)
232. REPORT not positive integers in COL / LINE PLUS (syn_reportwriter.at:124): 
ok     (0m0.02s 0m0.03s)
233. Missing PICTURE for SOURCE (syn_reportwriter.at:177): ok     (0m0.04s 
0m0.01s)
234. Missing DETAIL line (syn_reportwriter.at:218): ok     (0m0.03s 0m0.01s)
235. REPORT LINE PLUS ZERO (syn_reportwriter.at:261): ok     (0m0.03s 0m0.02s)
236. Incorrect REPORT NAME (syn_reportwriter.at:311): ok     (0m0.04s 0m0.04s)
237. REPORT with PLUS RIGHT/CENTER (syn_reportwriter.at:428): ok     (0m0.04s 
0m0.01s)
238. PAGE LIMITS clause (syn_reportwriter.at:521): ok     (0m0.02s 0m0.02s)
239. Report FD without period (syn_reportwriter.at:556): ok     (0m0.04s 
0m0.05s)
240. REPORT with unreferenced control field (syn_reportwriter.at:598): ok     
(0m0.11s 0m0.07s)
241. Incorrect USAGE clause (syn_reportwriter.at:626): ok     (0m0.03s 0m0.02s)
242. valid reference-modification (syn_refmod.at:26): ok     (0m0.13s 0m0.07s)
243. invalid reference-modification (syn_refmod.at:55): ok     (0m0.03s 0m0.02s)
244. Static out of bounds (syn_refmod.at:79): ok     (0m0.03s 0m0.01s)
245. constant-folding out of bounds (syn_refmod.at:123): ok     (0m0.05s 
0m0.04s)
246. no static bound check for ANY LENGTH (syn_refmod.at:159): ok     (0m0.01s 
0m0.03s)
247. ambiguous AND/OR (syn_misc.at:23): ok     (0m0.03s 0m0.01s)
248. warn constant expressions (syn_misc.at:54): ok     (0m0.09s 0m0.1s)
249. warn literal size (syn_misc.at:120): ok     (0m0.03s 0m0.02s)
250. warn literal size in constant expr. (level 88) (syn_misc.at:388): ok     
(0m0.02s 0m0.03s)
251. Invalid conditional expression (1) (syn_misc.at:438): ok     (0m0.02s 
0m0.02s)
252. Invalid conditional expression (2) (syn_misc.at:550): ok     (0m0.04s 
0m0.01s)
253. Invalid conditional expression (3) (syn_misc.at:619): ok     (0m0.03s 
0m0.01s)
254. Valid conditional expression (syn_misc.at:683): ok     (0m0.07s 0m0.01s)
255. missing headers (syn_misc.at:716): ok     (0m0.04s 0m0.05s)
256. one line program (syn_misc.at:773): ok     (0m0.06s 0m0.04s)
257. empty program (syn_misc.at:794): ok     (0m0.56s 0m0.47s)
258. INITIALIZE constant (syn_misc.at:842): ok     (0m0.02s 0m0.02s)
259. CLASS duplicate values (syn_misc.at:869): ok     (0m0.03s 0m0.01s)
260. INSPECT invalid size (syn_misc.at:902): ok     (0m0.02s 0m0.03s)
261. INSPECT invalid target (syn_misc.at:943): ok     (0m0.03s 0m0.02s)
262. INSPECT missing keyword (syn_misc.at:966): ok     (0m0.02s 0m0.02s)
263. INSPECT repeated keywords (syn_misc.at:987): ok     (0m0.02s 0m0.02s)
264. INSPECT incomplete clause (syn_misc.at:1023): ok     (0m0.03s 0m0.02s)
265. INSPECT multiple BEFORE/AFTER clauses (syn_misc.at:1045): ok     (0m0.02s 
0m0.03s)
266. EXAMINE invalid literals (syn_misc.at:1068): ok     (0m0.02s 0m0.03s)
267. maximum data size (syn_misc.at:1104): ok     (0m0.03s 0m0.01s)
268. unreachable statement (syn_misc.at:1152): ok     (0m0.04s 0m0.01s)
269. CRT STATUS (syn_misc.at:1202): ok     (0m0.06s 0m0.03s)
270. SPECIAL-NAMES clause (syn_misc.at:1244): ok     (0m0.18s 0m0.12s)
271. CURRENCY SIGN (syn_misc.at:1345): ok     (0m0.21s 0m0.15s)
272. SWITCHES (syn_misc.at:1457): ok     (0m0.05s 0m0.04s)
273. unexpected mnemonic-name location (syn_misc.at:1583): ok     (0m0.04s 
0m0.01s)
274. wrong device for mnemonic-name (syn_misc.at:1610): ok     (0m0.02s 0m0.03s)
275. missing mnemonic-name declaration (syn_misc.at:1635): ok     (0m0.03s 
0m0.02s)
276. unknown device in dialect (syn_misc.at:1656): ok     (0m0.05s 0m0.04s)
277. ACCEPT WITH ( NO ) UPDATE / DEFAULT (syn_misc.at:1686): ok     (0m0.02s 
0m0.01s)
278. ACCEPT WITH AUTO / TAB (syn_misc.at:1711): ok     (0m0.02s 0m0.02s)
279. ACCEPT WITH LOWER / UPPER (syn_misc.at:1736): ok     (0m0.02s 0m0.02s)
280. ACCEPT WITH SIZE (syn_misc.at:1758): ok     (0m0.03s 0m0.01s)
281. DISPLAY WITH SIZE (syn_misc.at:1787): ok     (0m0.03s 0m0.01s)
282. source text after program-text area (syn_misc.at:1812): ok     (0m0.03s 
0m0.01s)
283. line overflow in fixed-form / free-form (syn_misc.at:1833): ok     
(0m0.13s 0m0.07s)
284. missing newline in fixed-form / free-form (syn_misc.at:1891): ok     
(0m0.1s 0m0.09s)
285. continuation of COBOL words (syn_misc.at:1925): ok     (0m0.06s 0m0.02s)
286. line and floating comments (syn_misc.at:1947): ok     (0m0.68s 0m0.46s)
287. word length (syn_misc.at:2101): ok     (0m0.2s 0m0.15s)
288. Segmentation Module (syn_misc.at:2264): ok     (0m0.03s 0m0.05s)
289. ACCEPT FROM ESCAPE KEY (syn_misc.at:2356): ok     (0m0.02s 0m0.02s)
290. ACUCOBOL USAGE FLOAT / DOUBLE (syn_misc.at:2382): ok     (0m0.08s 0m0.05s)
291. ACUCOBOL USAGE HANDLE (syn_misc.at:2411): ok     (0m0.05s 0m0.03s)
292. ACUCOBOL WINDOW statements (syn_misc.at:2518): ok     (0m0.06s 0m0.03s)
293. ACUCOBOL GRAPHICAL controls (syn_misc.at:2603): ok     (0m0.03s 0m0.01s)
294. DISPLAY MESSAGE BOX (syn_misc.at:2681): ok     (0m0.03s 0m0.01s)
295. DISPLAY OMITTED (syn_misc.at:2724): ok     (0m0.02s 0m0.02s)
296. CGI: EXTERNAL-FORM (syn_misc.at:2745): ok     (0m0.02s 0m0.02s)
297. adding/removing reserved words (syn_misc.at:2800): ok     (0m0.05s 0m0.04s)
298. adding aliases (syn_misc.at:2830): ok     (0m0.11s 0m0.08s)
299. overriding default words (syn_misc.at:2864): ok     (0m0.08s 0m0.02s)
300. complete specified word list (syn_misc.at:2895): ok     (0m0.07s 0m0.06s)
301. ANY LENGTH item as formal parameter (syn_misc.at:2915): ok     (0m0.05s 
0m0.04s)
302. ANY LENGTH item as BY VALUE formal parameter (syn_misc.at:2950): ok     
(0m0.03s 0m0.02s)
303. swapped SOURCE- and OBJECT-COMPUTER (syn_misc.at:2973): ok     (0m0.07s 
0m0.05s)
304. CONF. SECTION paragraphs in wrong order (syn_misc.at:2995): ok     
(0m0.09s 0m0.07s)
305. NOT ON EXCEPTION with STATIC CALL convention (syn_misc.at:3067): ok     
(0m0.11s 0m0.09s)
306. NOT ON EXCEPTION phrases before ON EXCEPTION (syn_misc.at:3115): ok     
(0m0.06s 0m0.03s)
307. wrong dialect hints (syn_misc.at:3179): ok     (0m0.01s 0m0.02s)
308. redundant periods (syn_misc.at:3204): ok     (0m0.03s 0m0.01s)
309. missing periods (syn_misc.at:3234): ok     (0m0.2s 0m0.09s)
310. missing periods with COPYs (syn_misc.at:3275): ok     (0m0.2s 0m0.12s)
311. statement in Area A (syn_misc.at:3363): ok     (0m0.08s 0m0.08s)
312. pseudotext replacement with text in area A (syn_misc.at:3406): ok     
(0m0.14s 0m0.12s)
313. IF-ELSE statement list with invalid syntax (syn_misc.at:3473): ok     
(0m0.02s 0m0.02s)
314. EVALUATE statement with invalid syntax (syn_misc.at:3506): ok     (0m0.03s 
0m0.02s)
315. COBOL-WORDS directive (syn_misc.at:3555): ok     (0m0.02s 0m0.03s)
316. MF reserved word directives (syn_misc.at:3629): ok     (0m0.03s 0m0.02s)
317. TURN directive (syn_misc.at:3691): ok     (0m0.03s 0m0.02s)
318. STRING / UNSTRING with invalid syntax (syn_misc.at:3724): ok     (0m0.02s 
0m0.02s)
319. STRING / UNSTRING POINTER clause (syn_misc.at:3789): ok     (0m0.02s 
0m0.03s)
320. STRING with non-DISPLAY (syn_misc.at:3864): ok     (0m0.04s 0m0.03s)
321. UNSTRING COUNT clause (syn_misc.at:3903): ok     (0m0.02s 0m0.02s)
322. use of program-prototype-names (syn_misc.at:3951): ok     (0m0.03s 0m0.01s)
324. invalid INSPECT/TRANSFORM operands (syn_misc.at:4115): ok     (0m0.02s 
0m0.02s)
325. SIGN clause checks (syn_misc.at:4167): ok     (0m0.03s 0m0.01s)
326. conflicting entry conventions (syn_misc.at:4192): ok     (0m0.09s 0m0.06s)
327. conflicting call conventions (syn_misc.at:4261): ok     (0m0.05s 0m0.03s)
328. dangling LINKAGE items (syn_misc.at:4290): ok     (0m0.02s 0m0.02s)
329. duplicate PROCEDURE DIVISION/ENTRY USING items (syn_misc.at:4346): ok     
(0m0.03s 0m0.02s)
330. duplicate CALL USING BY REFERENCE items (syn_misc.at:4367): ok     
(0m0.01s 0m0.03s)
331. ADD / SUBTRACT TABLE (syn_misc.at:4393): ok     (0m0.02s 0m0.02s)
332. USE FOR DEBUGGING invalid ref-mod / subscripts (syn_misc.at:4436): ok     
(0m0.02s 0m0.02s)
333. USE FOR DEBUGGING duplicate targets (syn_misc.at:4481): ok     (0m0.03s 
0m0.01s)
334. USE FOR DEBUGGING implicit statements (syn_misc.at:4534): ok     (0m0.04s 
0m0.0s)
335. USE FOR DEBUGGING syntax-checks (1) (syn_misc.at:4582): ok     (0m0.13s 
0m0.14s)
337. Empty PERFORM with DEBUGGING MODE (syn_misc.at:4748): ok     (0m0.03s 
0m0.01s)
338. whitespace handling (syn_misc.at:4776): ok     (0m0.05s 0m0.04s)
339. STOP identifier (syn_misc.at:4864): ok     (0m0.04s 0m0.05s)
340. 01 CONSTANT (syn_misc.at:4890): ok     (0m0.16s 0m0.04s)
341. 78 VALUE (syn_misc.at:4938): ok     (0m0.08s 0m0.07s)
342. level 78 NEXT / START OF (syn_misc.at:4985): ok     (0m0.02s 0m0.03s)
343. SYMBOLIC CONSTANT (syn_misc.at:5044): ok     (0m0.08s 0m0.05s)
344. Constant Expressions (1) (syn_misc.at:5093): ok     (0m0.04s 0m0.01s)
345. Constant Expressions (2) (syn_misc.at:5218): ok     (0m0.02s 0m0.03s)
346. Constant Expressions (3) (syn_misc.at:5274): ok     (0m0.15s 0m0.1s)
347. Constant Expressions (4) (syn_misc.at:5365): ok     (0m0.04s 0m0.01s)
348. Constant Expressions (5) (syn_misc.at:5399): ok     (0m0.06s 0m0.04s)
349. Missing imperative statements (syn_misc.at:5499): ok     (0m0.06s 0m0.04s)
351. CONSTANT LENGTH / BYTE-LENGTH (syn_misc.at:5629): ok     (0m0.04s 0m0.0s)
352. ANY LENGTH/NUMERIC with incorrect PIC (syn_misc.at:5653): ok     (0m0.03s 
0m0.02s)
353. VOLATILE clause (syn_misc.at:5699): ok     (0m0.04s 0m0.04s)
354. SET SOURCEFORMAT syntax checks (syn_misc.at:5743): ok     (0m0.02s 0m0.01s)
355. WHEN-COMPILED register in dialect (syn_misc.at:5776): ok     (0m0.17s 
0m0.13s)
356. LIN / COL register (syn_misc.at:5802): ok     (0m0.12s 0m0.09s)
357. tokens consisting of multiple words (syn_misc.at:5834): ok     (0m0.03s 
0m0.02s)
358. @OPTIONS parsing (syn_misc.at:5862): ok     (0m0.03s 0m0.01s)
359. PROCESS / CBL parsing (syn_misc.at:5906): ok     (0m0.02s 0m0.02s)
360. *CONTROL / *CBL parsing (syn_misc.at:5971): ok     (0m0.03s 0m0.01s)
361. system routines with wrong number of parameters (syn_misc.at:6004): ok     
(0m0.03s 0m0.01s)
362. invalid use of condition-name (syn_misc.at:6033): ok     (0m0.03s 0m0.02s)
363. XML GENERATE syntax checks (syn_misc.at:6097): ok     (0m0.03s 0m0.02s)
364. BASED clause, ALLOCATE / FREE statements (syn_misc.at:6315): ok     
(0m0.06s 0m0.03s)
365. CONTINUE statement (syn_misc.at:6396): ok     (0m0.05s 0m0.03s)
366. conflict markers (syn_misc.at:6440): ok     (0m0.05s 0m0.05s)
367. SORT syntax (syn_misc.at:6499): ok     (0m0.01s 0m0.03s)
368. OSVS I/O extensions (syn_misc.at:6553): ok     (0m0.02s 0m0.02s)
369. EQUALS in expressions (syn_misc.at:6620): ok     (0m0.11s 0m0.07s)
370. SEARCH ALL checks (syn_misc.at:6646): ok     (0m0.02s 0m0.03s)
371. Invalid parentheses around condition (syn_misc.at:6766): ok     (0m0.02s 
0m0.02s)
372. DISPLAY directive (1) (syn_misc.at:6789): ok     (0m0.03s 0m0.01s)
373. DISPLAY directive (2) (syn_misc.at:6812): ok     (0m0.02s 0m0.02s)
374. DISPLAY directive (3) (syn_misc.at:6832): ok     (0m0.03s 0m0.01s)
375. SET CONSTANT directive (syn_misc.at:6851): ok     (0m0.12s 0m0.08s)
376. conditional / define directives (1) (syn_misc.at:6950): ok     (0m0.04s 
0m0.01s)
377. conditional / define directives (2) (syn_misc.at:6975): ok     (0m0.04s 
0m0.05s)
378. conditional / define directives (3) (syn_misc.at:7003): ok     (0m0.0s 
0m0.04s)
379. conditional / define directives (4) (syn_misc.at:7033): ok     (0m0.02s 
0m0.02s)
380. error handling in conditional directives (syn_misc.at:7055): ok     
(0m0.03s 0m0.02s)
383. Missing reserved word with DEBUGGING MODE (syn_misc.at:7168): ok     
(0m0.01s 0m0.02s)
384. Invalid PERFORM statement (syn_misc.at:7197): ok     (0m0.02s 0m0.02s)
385. PERFORM THRU syntax checks (syn_misc.at:7228): ok     (0m0.05s 0m0.04s)
386. VALIDATE parsing (syn_misc.at:7276): ok     (0m0.04s 0m0.0s)
387. field-tree via COBC_GEN_DUMP_COMMENTS (syn_misc.at:7423): ok     (0m0.1s 
0m0.08s)
388. CONTROL DIVISION (syn_misc.at:7703): ok     (0m0.33s 0m0.17s)
389. CONTROL: empty default section (syn_misc.at:7755): ok     (0m0.14s 0m0.09s)
390. CONTROL: default section (syn_misc.at:7781): ok     (0m0.16s 0m0.09s)
391. CONTROL: substitution & default section (syn_misc.at:7815): ok     
(0m0.48s 0m0.31s)
392. CONTROL DIVISION & AREACHECK (syn_misc.at:7894): ok     (0m0.06s 0m0.11s)
393. PICTURE L (syn_misc.at:7930): ok     (0m0.15s 0m0.1s)
394. AREACHECK / NOAREACHECK directives (syn_misc.at:8025): ok     (0m0.03s 
0m0.04s)
395. AREACHECK / NOAREACHECK directives (2) (syn_misc.at:8065): ok     (0m0.07s 
0m0.05s)
396. optional dots (syn_misc.at:8117): ok     (0m0.06s 0m0.04s)
397. optional dots before PROCEDURE DIVISION (syn_misc.at:8172): ok     
(0m0.05s 0m0.04s)
398. AREACHECK (syn_misc.at:8209): ok     (0m0.05s 0m0.05s)
399. autodetect format (syn_misc.at:8249): ok     (0m0.19s 0m0.13s)
400. context sensitive alias (syn_misc.at:8323): ok     (0m0.13s 0m0.07s)
401. MOVE SPACE TO numeric or numeric-edited item (syn_move.at:38): ok     
(0m0.04s 0m0.0s)
402. MOVE ZERO TO alphabetic item (syn_move.at:64): ok     (0m0.03s 0m0.01s)
403. MOVE alphabetic TO x (syn_move.at:90): ok     (0m0.02s 0m0.02s)
404. MOVE alphanumeric TO x (syn_move.at:124): ok     (0m0.03s 0m0.01s)
405. MOVE alphanumeric-edited TO x (syn_move.at:155): ok     (0m0.02s 0m0.02s)
406. MOVE numeric (integer) TO x (syn_move.at:189): ok     (0m0.02s 0m0.03s)
407. MOVE numeric (non-integer) TO x (syn_move.at:222): ok     (0m0.02s 0m0.02s)
408. MOVE numeric-edited TO x (syn_move.at:258): ok     (0m0.04s 0m0.01s)
409. MOVE national TO x (syn_move.at:293): ok     (0m0.03s 0m0.02s)
410. MOVE national-edited TO x (syn_move.at:330): ok     (0m0.02s 0m0.03s)
411. CORRESPONDING - Operands must be groups (syn_move.at:374): ok     (0m0.03s 
0m0.01s)
412. CORRESPONDING - Target has no matching items (syn_move.at:404): ok     
(0m0.02s 0m0.02s)
413. MOVE to erroneous field (syn_move.at:430): ok     (0m0.03s 0m0.01s)
414. Overlapping MOVE (syn_move.at:453): ok     (0m0.41s 0m0.23s)
415. invalid source for MOVE (syn_move.at:552): ok     (0m0.01s 0m0.03s)
416. invalid target for MOVE (syn_move.at:582): ok     (0m0.03s 0m0.02s)
417. SET error (syn_move.at:618): ok     (0m0.02s 0m0.02s)
418. MOVE FIGURATIVE to NUMERIC (syn_move.at:653): ok     (0m0.11s 0m0.11s)
419. Category check of Format 1 (syn_multiply.at:28): ok     (0m0.03s 0m0.01s)
420. Category check of Format 2 (syn_multiply.at:64): ok     (0m0.03s 0m0.01s)
421. Category check of literals (syn_multiply.at:102): ok     (0m0.03s 0m0.01s)
422. Flexible ACCEPT/DISPLAY syntax (syn_screen.at:24): ok     (0m0.04s 0m0.01s)
423. Duplicate ACCEPT/DISPLAY clauses (syn_screen.at:92): ok     (0m0.02s 
0m0.03s)
424. AT clause (syn_screen.at:121): ok     (0m0.02s 0m0.02s)
425. ACCEPT/DISPLAY extensions detection (syn_screen.at:175): ok     (0m0.04s 
0m0.01s)
426. FROM clause (syn_screen.at:221): ok     (0m0.03s 0m0.02s)
427. Incorrect USAGE clause (syn_screen.at:250): ok     (0m0.01s 0m0.03s)
428. SCREEN SECTION clause numbers (syn_screen.at:283): ok     (0m0.03s 0m0.02s)
429. Screen clauses (syn_screen.at:315): ok     (0m0.01s 0m0.03s)
430. ACCEPT ON EXCEPTION/ESCAPE (syn_screen.at:341): ok     (0m0.01s 0m0.03s)
431. Referencing 88-level (syn_screen.at:371): ok     (0m0.03s 0m0.02s)
432. Conflicting screen clauses (syn_screen.at:402): ok     (0m0.05s 0m0.05s)
433. Redundant screen clauses (syn_screen.at:473): ok     (0m0.03s 0m0.01s)
434. Screen item OCCURS w-/wo relative LINE/COL (syn_screen.at:506): ok     
(0m0.08s 0m0.07s)
435. VALUE clause missing (syn_screen.at:566): ok     (0m0.05s 0m0.03s)
436. FULL on numeric item (syn_screen.at:592): ok     (0m0.03s 0m0.02s)
437. Compiler-specific SCREEN SECTION clause rules (syn_screen.at:616): ok     
(0m0.19s 0m0.11s)
438. MS-COBOL position-spec (syn_screen.at:774): ok     (0m0.05s 0m0.04s)
439. Screen with invalid FROM clause (syn_screen.at:822): ok     (0m0.07s 
0m0.03s)
440. DISPLAY WITH CONVERSION (syn_screen.at:867): ok     (0m0.03s 0m0.01s)
441. SET ADDRESS OF item (syn_set.at:24): ok     (0m0.04s 0m0.01s)
442. SET item TO 88-level (syn_set.at:53): ok     (0m0.01s 0m0.03s)
443. ANY LENGTH / NUMERIC as function RETURNING item (syn_functions.at:22): ok  
   (0m0.05s 0m0.05s)
444. REPOSITORY INTRINSIC phrase (syn_functions.at:64): ok     (0m0.03s 0m0.01s)
445. REPOSITORY FUNCTION phrase (syn_functions.at:87): ok     (0m0.03s 0m0.01s)
446. Redundant REPOSITORY entries (syn_functions.at:135): ok     (0m0.03s 
0m0.02s)
447. Missing prototype/definition (syn_functions.at:174): ok     (0m0.04s 
0m0.01s)
448. Empty function (syn_functions.at:205): ok     (0m0.03s 0m0.01s)
449. Function definition inside program (syn_functions.at:232): ok     (0m0.02s 
0m0.03s)
450. Intrinsic functions: dialect (syn_functions.at:255): ok     (0m0.03s 
0m0.06s)
451. Intrinsic functions: replaced (syn_functions.at:280): ok     (0m0.06s 
0m0.03s)
452. Intrinsic functions: number of arguments (syn_functions.at:324): ok     
(0m0.02s 0m0.02s)
453. Intrinsic functions: reference modification (syn_functions.at:364): ok     
(0m0.03s 0m0.01s)
454. Intrinsic functions: argument type (syn_functions.at:410): ok     (0m0.04s 
0m0.01s)
455. invalid formatted date/time args (syn_functions.at:433): ok     (0m0.03s 
0m0.01s)
456. invalid formats w/ DECIMAL-POINT IS COMMA (syn_functions.at:514): ok     
(0m0.02s 0m0.02s)
457. Specified offset and SYSTEM-OFFSET (syn_functions.at:544): ok     (0m0.04s 
0m0.01s)
458. FUNCTION LENGTH / BYTE-LENGTH (syn_functions.at:568): ok     (0m0.04s 
0m0.01s)
459. continuation Indicator - too many lines (syn_literals.at:25): ok     
(0m0.22s 0m0.04s)
460. literal too long (syn_literals.at:583): ok     (0m0.15s 0m0.14s)
461. numeric literals (syn_literals.at:819): ok     (0m0.1s 0m0.04s)
462. floating-point literals (syn_literals.at:998): ok     (0m0.08s 0m0.02s)
463. X literals (syn_literals.at:1105): ok     (0m0.04s 0m0.04s)
464. national literals (syn_literals.at:1140): ok     (0m0.05s 0m0.03s)
465. NX literals (syn_literals.at:1178): ok     (0m0.05s 0m0.03s)
466. binary literals (syn_literals.at:1216): ok     (0m0.06s 0m0.04s)
467. binary-hexadecimal literals (syn_literals.at:1252): ok     (0m0.06s 
0m0.02s)
468. HP COBOL octal literals (syn_literals.at:1281): ok     (0m0.03s 0m0.05s)
469. ACUCOBOL literals (syn_literals.at:1317): ok     (0m0.08s 0m0.03s)
470. ACUCOBOL 32bit literal size (syn_literals.at:1379): skipped 
(syn_literals.at:1383)
471. zero-length literals (syn_literals.at:1412): ok     (0m0.05s 0m0.04s)
472. long literal in error message (syn_literals.at:1472): ok     (0m0.02s 
0m0.02s)
473. literal missing terminating character (syn_literals.at:1504): ok     
(0m0.02s 0m0.02s)
474. GCOS literals with EBCDIC symbols (syntax) (syn_literals.at:1525): ok     
(0m0.31s 0m0.15s)
475. Minimal lines per listing pages (listings.at:21): ok     (0m0.03s 0m0.03s)
476. COPY within comment (listings.at:85): ok     (0m0.06s 0m0.04s)
477. Replacement w/o strings (listings.at:149): ok     (0m0.04s 0m0.01s)
478. Partial replacement with literals (listings.at:205): ok     (0m0.04s 
0m0.01s)
479. COPY replacement with partial match (listings.at:269): ok     (0m0.02s 
0m0.02s)
480. COPY replacement with multiple partial matches (listings.at:318): ok     
(0m0.11s 0m0.05s)
481. COPY replacement order (listings.at:517): ok     (0m0.09s 0m0.04s)
482. COPY separators (listings.at:608): ok     (0m0.04s 0m0.01s)
483. COPY partial replacement (listings.at:667): ok     (0m0.08s 0m0.03s)
484. COPY LEADING replacement (listings.at:869): ok     (0m0.02s 0m0.02s)
485. COPY TRAILING replacement (listings.at:932): ok     (0m0.03s 0m0.02s)
486. COPY recursive replacement (listings.at:996): ok     (0m0.03s 0m0.02s)
487. COPY multiple files (listings.at:1055): ok     (0m0.04s 0m0.02s)
488. Error/Warning messages (listings.at:1269): ok     (0m0.16s 0m0.13s)
489. Two source files (listings.at:1590): ok     (0m0.02s 0m0.03s)
490. Multiple programs in one file (listings.at:1651): ok     (0m0.37s 0m0.23s)
491. Multiple programs in one compilation group (listings.at:1860): ok     
(0m0.23s 0m0.11s)
492. command line (listings.at:2038): ok     (0m0.06s 0m0.04s)
493. Wide listing (listings.at:2102): ok     (0m0.07s 0m0.03s)
494. Symbols: simple (listings.at:2178): ok     (0m0.18s 0m0.17s)
495. Symbols: pointer (listings.at:2320): ok     (0m0.03s 0m0.02s)
496. Symbols: multiple programs/functions (listings.at:2598): ok     (0m0.02s 
0m0.02s)
497. Symbols: OCCURS and REDEFINES (listings.at:2718): ok     (0m0.02s 0m0.02s)
498. Conditional compilation (listings.at:2808): ok     (0m0.06s 0m0.04s)
499. File descriptions (listings.at:2907): ok     (0m0.03s 0m0.02s)
500. Invalid PICTURE strings (listings.at:3245): ok     (0m0.03s 0m0.02s)
501. Variable format (listings.at:3689): ok     (0m0.04s 0m0.01s)
502. MFCOMMENT (listings.at:3726): ok     (0m0.03s 0m0.06s)
503. LISTING directive (listings.at:3788): ok     (0m0.04s 0m0.01s)
504. LISTING directive free-form reference-format (listings.at:3884): ok     
(0m0.03s 0m0.02s)
505. Listing-directive statements (listings.at:3980): ok     (0m0.05s 0m0.01s)
506. Eject page (listings.at:4042): ok     (0m0.11s 0m0.09s)
507. Cross reference (listings.at:4220): ok     (0m0.08s 0m0.04s)
508. Report Writer (listings.at:5716): ok     (0m0.03s 0m0.02s)
509. huge REPLACE (listings.at:6018): ok     (0m0.06s 0m0.06s)
510. Long concatenated literal (listings.at:6928): ok     (0m0.02s 0m0.02s)
511. DISPLAY literals (run_fundamental.at:25): ok     (0m0.1s 0m0.1s)
512. DISPLAY literals, DECIMAL-POINT is COMMA (run_fundamental.at:72): ok     
(0m0.13s 0m0.06s)
513. Hexadecimal literal (run_fundamental.at:105): ok     (0m0.2s 0m0.12s)
514. DISPLAY data items with VALUE clause (run_fundamental.at:146): ok     
(0m0.14s 0m0.06s)
515. DISPLAY data items with MOVE statement (run_fundamental.at:193): ok     
(0m0.14s 0m0.05s)
516. MOVE to edited item (1) (run_fundamental.at:247): ok     (0m0.11s 0m0.08s)
517. MOVE to edited item (2) (run_fundamental.at:296): ok     (0m0.13s 0m0.07s)
518. MOVE to edited item (3) (run_fundamental.at:345): ok     (0m0.16s 0m0.04s)
519. MOVE to item with simple and floating insertion (run_fundamental.at:450): 
ok     (0m0.13s 0m0.07s)
520. MOVE to JUSTIFIED item (run_fundamental.at:485): ok     (0m0.1s 0m0.09s)
521. MOVE integer literal to alphanumeric (run_fundamental.at:530): ok     
(0m0.21s 0m0.14s)
522. Compare FLOAT-LONG with floating-point literal (run_fundamental.at:567): 
ok     (0m0.12s 0m0.08s)
523. equality of FLOAT-SHORT / FLOAT-LONG (run_fundamental.at:620): ok     
(0m0.1s 0m0.08s)
524. equality of FLOAT-SHORT / FLOAT-EXTENDED (run_fundamental.at:743): ok     
(0m0.12s 0m0.06s)
525. Overlapping MOVE (GnuCOBOL) (run_fundamental.at:874): ok     (0m0.39s 
0m0.18s)
526. Overlapping MOVE (IBM) (run_fundamental.at:958): ok     (0m0.33s 0m0.23s)
527. ALPHABETIC test (run_fundamental.at:1039): ok     (0m0.1s 0m0.09s)
528. ALPHABETIC-UPPER test (run_fundamental.at:1071): ok     (0m0.09s 0m0.1s)
529. ALPHABETIC-LOWER test (run_fundamental.at:1103): ok     (0m0.12s 0m0.07s)
530. GLOBAL at same level (run_fundamental.at:1135): ok     (0m0.18s 0m0.05s)
531. GLOBAL at lower level (run_fundamental.at:1184): ok     (0m0.14s 0m0.09s)
532. GLOBAL CONSTANT (run_fundamental.at:1233): ok     (0m0.13s 0m0.1s)
533. GLOBAL identifiers from ENVIRONMENT DIVISION (run_fundamental.at:1317): ok 
    (0m0.16s 0m0.08s)
534. GLOBAL REDEFINES (run_fundamental.at:1398): ok     (0m0.11s 0m0.07s)
535. function with variable-length RETURNING item (run_fundamental.at:1417): 
skipped (run_fundamental.at:1426)
536. Entry point visibility (1) (run_fundamental.at:1500): ok     (0m0.23s 
0m0.14s)
537. Entry point visibility (2) (run_fundamental.at:1532): ok     (0m0.22s 
0m0.12s)
538. Contained program visibility (1) (run_fundamental.at:1570): ok     
(0m0.13s 0m0.06s)
539. Contained program visibility (2) (run_fundamental.at:1625): ok     
(0m0.13s 0m0.1s)
540. Contained program visibility (3) (run_fundamental.at:1678): ok     
(0m0.16s 0m0.05s)
541. Contained program visibility (4) (run_fundamental.at:1729): ok     
(0m0.14s 0m0.09s)
542. CALL alphanumeric data-name (run_fundamental.at:1784): ok     (0m0.15s 
0m0.1s)
543. CALL program-pointer (run_fundamental.at:1872): ok     (0m0.16s 0m0.07s)
544. CALL/CANCEL/SET ADDRESS program-prototype-name (run_fundamental.at:1968): 
ok     (0m0.16s 0m0.08s)
545. GLOBAL FD (1) (run_fundamental.at:2072): ok     (0m0.12s 0m0.06s)
546. GLOBAL FD (2) (run_fundamental.at:2123): ok     (0m0.15s 0m0.03s)
547. GLOBAL FD (3) (run_fundamental.at:2175): ok     (0m0.18s 0m0.03s)
548. GLOBAL FD (4) (run_fundamental.at:2225): ok     (0m0.13s 0m0.08s)
549. CANCEL test (1) (run_fundamental.at:2277): ok     (0m0.14s 0m0.06s)
550. CANCEL test (2) (run_fundamental.at:2304): ok     (0m0.23s 0m0.13s)
551. CANCEL test (3) (run_fundamental.at:2341): ok     (0m0.2s 0m0.1s)
552. Separate sign positions (1) (run_fundamental.at:2379): ok     (0m0.11s 
0m0.09s)
553. Separate sign positions (2) (run_fundamental.at:2403): ok     (0m0.21s 
0m0.18s)
554. Context sensitive words (1) (run_fundamental.at:2436): ok     (0m0.13s 
0m0.05s)
555. Context sensitive words (2) (run_fundamental.at:2459): ok     (0m0.13s 
0m0.1s)
556. Context sensitive words (3) (run_fundamental.at:2483): ok     (0m0.15s 
0m0.04s)
557. Context sensitive words (4) (run_fundamental.at:2507): ok     (0m0.15s 
0m0.04s)
558. Context sensitive words (5) (run_fundamental.at:2532): ok     (0m0.12s 
0m0.07s)
559. Context sensitive words (6) (run_fundamental.at:2555): ok     (0m0.14s 
0m0.05s)
560. Context sensitive words (7) (run_fundamental.at:2577): ok     (0m0.15s 
0m0.05s)
561. Context sensitive words (8) (run_fundamental.at:2604): ok     (0m0.11s 
0m0.07s)
562. ROUNDED AWAY-FROM-ZERO (run_fundamental.at:2631): ok     (0m0.15s 0m0.03s)
563. ROUNDED NEAREST-AWAY-FROM-ZERO (run_fundamental.at:2694): ok     (0m0.13s 
0m0.08s)
564. ROUNDED NEAREST-EVEN (run_fundamental.at:2757): ok     (0m0.15s 0m0.06s)
565. ROUNDED NEAREST-TOWARD-ZERO (run_fundamental.at:2820): ok     (0m0.16s 
0m0.06s)
566. ROUNDED TOWARD-GREATER (run_fundamental.at:2883): ok     (0m0.07s 0m0.13s)
567. ROUNDED TOWARD-LESSER (run_fundamental.at:2946): ok     (0m0.17s 0m0.05s)
568. ROUNDED TRUNCATION (run_fundamental.at:3009): ok     (0m0.1s 0m0.08s)
569. Numeric operations (1) (run_fundamental.at:3072): ok     (0m0.1s 0m0.09s)
570. Numeric operations (2) DISPLAY (run_fundamental.at:3108): ok     (0m0.21s 
0m0.04s)
571. Numeric operations (3) PACKED-DECIMAL (run_fundamental.at:3344): ok     
(0m0.17s 0m0.11s)
572. Numeric operations (4) BINARY (run_fundamental.at:3648): ok     (0m0.18s 
0m0.07s)
573. Numeric operations (5) COMP-5 (run_fundamental.at:3883): ok     (0m0.18s 
0m0.07s)
574. Numeric operations (6) (run_fundamental.at:4118): ok     (0m0.26s 0m0.09s)
575. Numeric operations (7) (run_fundamental.at:4178): ok     (0m0.14s 0m0.08s)
576. Numeric operations (8) (run_fundamental.at:4468): ok     (0m0.17s 0m0.05s)
577. ADD CORRESPONDING (run_fundamental.at:4518): ok     (0m0.17s 0m0.05s)
578. ADD CORRESPONDING no match (run_fundamental.at:4566): ok     (0m0.14s 
0m0.06s)
579. SYNC in OCCURS (run_fundamental.at:4616): ok     (0m0.11s 0m0.1s)
580. 88 level with THRU (run_fundamental.at:4656): ok     (0m0.11s 0m0.08s)
581. 88 level with FILLER (run_fundamental.at:4751): ok     (0m0.14s 0m0.05s)
582. 88 level with FALSE IS clause (run_fundamental.at:4780): ok     (0m0.12s 
0m0.07s)
583. BLANK WHEN ZERO (run_fundamental.at:4808): ok     (0m0.12s 0m0.08s)
584. MULTIPLY BY literal in INITIAL program (run_fundamental.at:4838): ok     
(0m0.14s 0m0.06s)
585. DIVIDE complex (run_fundamental.at:4867): ok     (0m0.14s 0m0.09s)
586. COMPUTE with decimal constants (run_fundamental.at:4988): ok     (0m0.16s 
0m0.05s)
587. debugging lines (not active) (run_fundamental.at:5024): ok     (0m0.1s 
0m0.09s)
588. debugging lines (-fdebugging-line) (run_fundamental.at:5047): ok     
(0m0.11s 0m0.08s)
589. debugging lines (WITH DEBUGGING MODE) (run_fundamental.at:5070): ok     
(0m0.12s 0m0.08s)
590. debugging lines, free format (not active) (run_fundamental.at:5096): ok    
 (0m0.11s 0m0.09s)
591. debugging lines, free format (-fdebugging-line) (run_fundamental.at:5119): 
ok     (0m0.1s 0m0.09s)
592. USE FOR DEBUGGING (no DEBUGGING MODE) (run_fundamental.at:5142): ok     
(0m0.11s 0m0.09s)
593. USE FOR DEBUGGING (COB_SET_DEBUG deactivated) (run_fundamental.at:5187): 
ok     (0m0.15s 0m0.06s)
594. USE FOR DEBUGGING ON ALL PROCEDURES (run_fundamental.at:5232): ok     
(0m0.11s 0m0.11s)
595. USE FOR DEBUGGING ON procedure (run_fundamental.at:5283): ok     (0m0.17s 
0m0.04s)
596. USE FOR DEBUGGING (COB_SET_DEBUG switched) (run_fundamental.at:5331): ok   
  (0m0.12s 0m0.09s)
597. USE FOR DEBUGGING ON [ALL] REFERENCES OF field (run_fundamental.at:5380): 
ok     (0m0.14s 0m0.08s)
598. USE FOR DEBUGGING, reference within DEBUGGING (run_fundamental.at:5460): 
ok     (0m0.09s 0m0.11s)
600. USE FOR DEBUGGING, reference with OCCURS (run_fundamental.at:5551): ok     
(0m0.1s 0m0.09s)
601. USE FOR DEBUGGING, referencing BASED item (run_fundamental.at:5584): ok    
 (0m0.11s 0m0.11s)
602. USE FOR DEBUGGING file (run_fundamental.at:5639): ok     (0m0.15s 0m0.04s)
603. Simple Expressions with figurative constants (run_fundamental.at:5682): ok 
    (0m0.72s 0m0.26s)
604. Expression numeric vs. DISPLAY (run_fundamental.at:6025): ok     (0m0.26s 
0m0.15s)
605. Abbreviated Expressions (run_fundamental.at:6080): ok     (0m0.34s 0m0.14s)
606. integer arithmetic on floating-point var (run_fundamental.at:6192): ok     
(0m0.13s 0m0.06s)
607. TYPEDEF application (run_fundamental.at:6234): ok     (0m0.2s 0m0.15s)
608. Alphanumeric VALUE longer than PIC (run_fundamental.at:6286): ok     
(0m0.14s 0m0.06s)
609. DISPLAY with P fields (run_fundamental.at:6318): ok     (0m0.49s 0m0.33s)
610. condition IS ZERO AND (run_fundamental.at:6404): ok     (0m0.12s 0m0.07s)
611. abbreviated conditions with multiple words operators 
(run_fundamental.at:6455): ok     (0m0.11s 0m0.09s)
612. abbreviated conditions with multiple words operators 
(run_fundamental.at:6493): ok     (0m0.02s 0m0.02s)
613. MOVE with JUSTIFIED clause (run_fundamental.at:6521): ok     (0m0.11s 
0m0.08s)
614. MOVE with PICTURE P (run_fundamental.at:6566): ok     (0m0.15s 0m0.08s)
615. MOVE with de-editting to USAGE DISPLAY (run_fundamental.at:6770): ok     
(0m0.13s 0m0.07s)
616. MOVE with de-editting to DECIMAL IS COMMA (run_fundamental.at:6822): ok    
 (0m0.12s 0m0.08s)
617. MOVE with de-editting to BINARY (run_fundamental.at:6880): ok     (0m0.13s 
0m0.07s)
618. MOVE with de-editting to COMP-3 (run_fundamental.at:6931): ok     (0m0.11s 
0m0.07s)
619. MOVE with de-editting to COMP-5 (run_fundamental.at:6983): ok     (0m0.1s 
0m0.09s)
620. MOVE with de-editting to NUMERIC DISPLAY (2) (run_fundamental.at:7035): ok 
    (0m0.1s 0m0.1s)
621. MOVE misc. edited (run_fundamental.at:7164): ok     (0m0.12s 0m0.08s)
622. MOVE between USAGEs (run_fundamental.at:7238): ok     (0m0.26s 0m0.14s)
623. MOVE to editted ZERO (run_fundamental.at:9021): ok     (0m0.13s 0m0.06s)
624. SPECIAL-NAMES CLASS (run_fundamental.at:9066): ok     (0m0.15s 0m0.05s)
625. Subscript out of bounds (run_subscripts.at:26): ok     (0m0.19s 0m0.2s)
626. Value of DEPENDING ON N out of bounds (run_subscripts.at:71): ok     
(0m0.28s 0m0.13s)
627. Subscript bounds with OCCURS DEPENDING ON (1) (run_subscripts.at:122): ok  
   (0m0.12s 0m0.09s)
628. Subscript bounds with OCCURS DEPENDING ON (2) (run_subscripts.at:148): ok  
   (0m0.12s 0m0.08s)
629. Subscript bounds with OCCURS DEPENDING ON (3) (run_subscripts.at:176): ok  
   (0m0.11s 0m0.1s)
630. Subscript by arithmetic expression (run_subscripts.at:211): ok     
(0m0.11s 0m0.08s)
631. length of ODO w/- reference-modification (run_subscripts.at:242): ok     
(0m0.12s 0m0.09s)
632. SEARCH ALL with OCCURS DEPENDING ON (run_subscripts.at:298): ok     
(0m0.15s 0m0.07s)
633. enable / disable subscript check (run_subscripts.at:351): ok     (0m0.67s 
0m0.34s)
634. enable / disable subscript check with ODO (run_subscripts.at:396): ok     
(0m0.53s 0m0.29s)
635. BOUND and NOBOUND directives (run_subscripts.at:437): ok     (0m0.4s 
0m0.2s)
636. SSRANGE and NOSSRANGE directives (run_subscripts.at:506): ok     (0m0.14s 
0m0.06s)
637. CALL with OCCURS DEPENDING ON (run_subscripts.at:542): ok     (0m0.13s 
0m0.06s)
638. Static reference-modification (run_refmod.at:25): ok     (0m0.15s 0m0.05s)
639. Dynamic reference-modification (run_refmod.at:57): ok     (0m0.13s 0m0.08s)
640. Offset underflow (run_refmod.at:94): ok     (0m0.13s 0m0.06s)
641. Offset overflow (run_refmod.at:118): ok     (0m0.25s 0m0.15s)
642. Length underflow (run_refmod.at:145): ok     (0m0.24s 0m0.15s)
643. Length overflow (run_refmod.at:189): ok     (0m0.26s 0m0.15s)
644. Length overflow with offset (1) (run_refmod.at:231): ok     (0m0.12s 
0m0.08s)
645. Length overflow with offset (2) (run_refmod.at:254): ok     (0m0.1s 
0m0.09s)
646. Length overflow with offset (3) (run_refmod.at:280): ok     (0m0.12s 
0m0.06s)
647. enable / disable ref-mod check (run_refmod.at:313): ok     (0m0.77s 
0m0.48s)
648. MF SSRANGE and NOSSRANGE directives (run_refmod.at:388): ok     (0m0.72s 
0m0.42s)
649. ACCEPT OMITTED (simple) (run_accept.at:29): ok     (0m0.14s 0m0.05s)
650. ACCEPT FROM TIME / DATE / DAY / DAY-OF-WEEK (1) (run_accept.at:51): ok     
(0m0.11s 0m0.14s)
651. ACCEPT FROM TIME / DATE / DAY / DAY-OF-WEEK (2) (run_accept.at:141): ok    
 (0m0.25s 0m0.25s)
652. ACCEPT DATE / DAY and intrinsic functions (1) (run_accept.at:283): ok     
(0m0.12s 0m0.06s)
653. ACCEPT DATE / DAY and intrinsic functions (2) (run_accept.at:320): ok     
(0m0.13s 0m0.06s)
654. ACCEPT OMITTED (SCREEN) (run_accept.at:367): ok     (0m0.13s 0m0.06s)
655. INITIALIZE group entry with OCCURS (run_initialize.at:29): ok     (0m0.12s 
0m0.07s)
656. INITIALIZE OCCURS with numeric edited (run_initialize.at:57): ok     
(0m0.13s 0m0.06s)
657. INITIALIZE OCCURS with SIGN LEADING / TRAILING (run_initialize.at:90): ok  
   (0m0.1s 0m0.11s)
658. INITIALIZE complex group (1) (run_initialize.at:161): ok     (0m0.11s 
0m0.08s)
659. INITIALIZE complex group (2) (run_initialize.at:189): ok     (0m0.09s 
0m0.1s)
660. initial value for group item with VALUE (run_initialize.at:217): ok     
(0m0.09s 0m0.1s)
661. Value for group item with VALUE (run_initialize.at:249): ok     (0m0.17s 
0m0.04s)
662. INITIALIZE group item (run_initialize.at:298): ok     (0m0.3s 0m0.1s)
663. INITIALIZE with REDEFINES (run_initialize.at:415): ok     (0m0.1s 0m0.09s)
664. INITIALIZE with FILLER (run_initialize.at:442): ok     (0m0.13s 0m0.07s)
665. INITIALIZE of EXTERNAL data items (run_initialize.at:509): ok     (0m0.16s 
0m0.04s)
666. INITIALIZE with reference-modification (run_initialize.at:560): ok     
(0m0.11s 0m0.08s)
667. INITIALIZE big table with VALUE (run_initialize.at:596): ok     (0m0.44s 
0m0.35s)
668. INITIALIZE to table-format VALUES ARE (run_initialize.at:655): ok     
(0m0.21s 0m0.07s)
669. Comma separator without space (run_misc.at:23): ok     (0m0.13s 0m0.06s)
670. DECIMAL-POINT is COMMA (1) (run_misc.at:44): ok     (0m0.13s 0m0.07s)
671. DECIMAL-POINT is COMMA (2) (run_misc.at:72): ok     (0m0.12s 0m0.07s)
672. DECIMAL-POINT is COMMA (3) (run_misc.at:100): ok     (0m0.11s 0m0.08s)
673. DECIMAL-POINT is COMMA (4) (run_misc.at:128): ok     (0m0.14s 0m0.05s)
674. DECIMAL-POINT is COMMA (5) (run_misc.at:156): ok     (0m0.13s 0m0.07s)
675. CURRENCY SIGN (run_misc.at:190): ok     (0m0.13s 0m0.07s)
677. LOCAL-STORAGE (1) (run_misc.at:268): ok     (0m0.24s 0m0.12s)
678. LOCAL-STORAGE (2) (run_misc.at:304): ok     (0m0.35s 0m0.14s)
679. LOCAL-STORAGE (3) (run_misc.at:348): ok     (0m0.51s 0m0.2s)
680. EXTERNAL data item (run_misc.at:432): ok     (0m0.17s 0m0.16s)
681. EXTERNAL AS data item (run_misc.at:470): ok     (0m0.24s 0m0.12s)
683. MOVE to itself (run_misc.at:594): ok     (0m0.11s 0m0.08s)
684. MOVE with refmod (run_misc.at:618): ok     (0m0.12s 0m0.07s)
685. MOVE with refmod (variable) (run_misc.at:640): ok     (0m0.12s 0m0.08s)
686. MOVE with group refmod (run_misc.at:664): ok     (0m0.11s 0m0.08s)
687. MOVE indexes (run_misc.at:687): ok     (0m0.08s 0m0.11s)
688. MOVE X'00' (run_misc.at:711): ok     (0m0.22s 0m0.1s)
689. MOVE Z'literal' (run_misc.at:746): ok     (0m0.14s 0m0.06s)
690. Floating continuation indicator (run_misc.at:788): ok     (0m0.1s 0m0.06s)
691. Fixed continuation indicator (run_misc.at:810): ok     (0m0.14s 0m0.06s)
692. Concatenation operator (run_misc.at:852): ok     (0m0.11s 0m0.09s)
693. SOURCE FIXED/FREE directives (run_misc.at:876): ok     (0m0.11s 0m0.09s)
694. TURN directive (run_misc.at:912): ok     (0m0.1s 0m0.09s)
695. OCCURS on level 01 (run_misc.at:953): ok     (0m0.66s 0m0.35s)
696. Class check with reference-modification (run_misc.at:1038): ok     
(0m0.13s 0m0.06s)
697. Index and parenthesized expression (run_misc.at:1060): ok     (0m0.12s 
0m0.09s)
698. Alphanumeric and binary numeric (run_misc.at:1082): ok     (0m0.1s 0m0.09s)
699. Non-numeric data in numeric items (run_misc.at:1106): ok     (0m0.51s 
0m0.31s)
700. Dynamic call with static linking (run_misc.at:1172): ok     (0m0.38s 
0m0.27s)
701. Static call with static linking (run_misc.at:1201): ok     (0m0.64s 
0m0.27s)
702. Dynamic CALL with ON EXCEPTION (run_misc.at:1232): ok     (0m0.22s 0m0.14s)
703. Static CALL with ON EXCEPTION (run_misc.at:1264): ok     (0m0.61s 0m0.35s)
704. CALL m1. CALL m2. CALL m1. (run_misc.at:1304): ok     (0m0.32s 0m0.22s)
705. Recursive CALL of RECURSIVE program (run_misc.at:1355): ok     (0m0.33s 
0m0.19s)
706. Recursive CALL of INITIAL program (run_misc.at:1413): ok     (0m0.31s 
0m0.21s)
707. Recursive CALL with RECURSIVE assumed (run_misc.at:1464): ok     (0m0.35s 
0m0.17s)
708. Recursive CALL with ON EXCEPTION (run_misc.at:1510): ok     (0m0.31s 
0m0.21s)
709. Multiple calls of INITIAL program (run_misc.at:1567): ok     (0m0.27s 
0m0.08s)
710. CALL binary literal parameter/LENGTH OF (run_misc.at:1624): ok     
(0m0.36s 0m0.19s)
711. INSPECT REPLACING LEADING ZEROS BY SPACES (run_misc.at:1678): ok     
(0m0.12s 0m0.07s)
712. INSPECT: no repeat conversion (run_misc.at:1700): ok     (0m0.11s 0m0.08s)
713. TRANSFORM statement (run_misc.at:1726): ok     (0m0.1s 0m0.09s)
714. INSPECT CONVERTING alphabet (run_misc.at:1759): ok     (0m0.42s 0m0.19s)
715. INSPECT CONVERTING TO figurative constant (run_misc.at:1808): ok     
(0m0.11s 0m0.07s)
716. INSPECT CONVERTING NULL (run_misc.at:1830): ok     (0m0.12s 0m0.06s)
717. INSPECT CONVERTING TO NULL (run_misc.at:1852): ok     (0m0.14s 0m0.06s)
718. INSPECT CONVERTING complex (run_misc.at:1874): ok     (0m0.14s 0m0.05s)
719. INSPECT numeric signed (run_misc.at:1903): ok     (0m0.11s 0m0.11s)
720. INSPECT TALLYING BEFORE (run_misc.at:2044): ok     (0m0.15s 0m0.04s)
721. INSPECT TALLYING AFTER (run_misc.at:2077): ok     (0m0.15s 0m0.04s)
722. INSPECT TALLYING BEFORE and AFTER (run_misc.at:2110): ok     (0m0.1s 
0m0.09s)
723. INSPECT TALLYING REPLACING BEFORE and AFTER (run_misc.at:2146): ok     
(0m0.11s 0m0.08s)
724. INSPECT REPLACING figurative constant (run_misc.at:2183): ok     (0m0.14s 
0m0.06s)
725. SWITCHES (environment COB_SWITCH_n and SET) (run_misc.at:2207): ok     
(0m0.1s 0m0.09s)
726. Nested PERFORM (run_misc.at:2288): ok     (0m0.14s 0m0.06s)
727. PERFORM VARYING BY -0.2 decimal (run_misc.at:2311): ok     (0m0.12s 
0m0.08s)
728. PERFORM VARYING Float (run_misc.at:2337): ok     (0m0.11s 0m0.09s)
729. PERFORM VARYING BY phrase omitted (run_misc.at:2376): ok     (0m0.13s 
0m0.1s)
730. EXIT PERFORM (run_misc.at:2407): ok     (0m0.14s 0m0.06s)
731. EXIT PERFORM CYCLE (run_misc.at:2430): ok     (0m0.1s 0m0.1s)
732. EXIT PARAGRAPH (run_misc.at:2453): ok     (0m0.11s 0m0.09s)
733. EXIT SECTION (run_misc.at:2487): ok     (0m0.22s 0m0.2s)
734. implicit GOBACK at end of PROCEDURE DIVISION (run_misc.at:2528): ok     
(0m0.22s 0m0.17s)
735. PERFORM FOREVER / PERFORM UNTIL EXIT (run_misc.at:2551): ok     (0m0.13s 
0m0.07s)
736. PERFORM inline (1) (run_misc.at:2592): ok     (0m0.14s 0m0.05s)
737. PERFORM inline (2) (run_misc.at:2618): ok     (0m0.1s 0m0.09s)
738. Non-overflow after overflow (run_misc.at:2642): ok     (0m0.11s 0m0.09s)
739. PERFORM ... CONTINUE (run_misc.at:2669): ok     (0m0.03s 0m0.01s)
740. STRING with subscript reference (run_misc.at:2686): ok     (0m0.14s 
0m0.05s)
741. STRING WITH POINTER ON OVERFLOW with DELIMITER (run_misc.at:2712): ok     
(0m0.13s 0m0.08s)
742. STRING / UNSTRING [NOT] ON OVERFLOW (run_misc.at:2796): ok     (0m0.14s 
0m0.08s)
743. UNSTRING DELIMITED ALL LOW-VALUE (run_misc.at:2913): ok     (0m0.12s 
0m0.08s)
744. UNSTRING DELIMITED ALL SPACE-2 (run_misc.at:2944): ok     (0m0.13s 0m0.07s)
745. UNSTRING DELIMITED POINTER (run_misc.at:2997): ok     (0m0.14s 0m0.07s)
746. UNSTRING DELIMITER IN (run_misc.at:3045): ok     (0m0.12s 0m0.08s)
747. UNSTRING combined (run_misc.at:3087): ok     (0m0.11s 0m0.07s)
748. UNSTRING with FUNCTION / literal (run_misc.at:3201): ok     (0m0.13s 
0m0.06s)
749. SORT: table (run_misc.at:3271): ok     (0m0.09s 0m0.11s)
750. SORT: table (2) (run_misc.at:3305): ok     (0m0.15s 0m0.08s)
751. SORT: table (3) (run_misc.at:3430): ok     (0m0.25s 0m0.18s)
752. SORT: table (toplevel) (run_misc.at:3522): ok     (0m0.13s 0m0.06s)
753. SORT: EBCDIC table (run_misc.at:3544): ok     (0m0.27s 0m0.13s)
754. Alphanum comparison with default COLLATING SEQUENCE (run_misc.at:3609): ok 
    (0m0.21s 0m0.18s)
755. SORT: table with default COLLATING SEQUENCE (run_misc.at:3637): ok     
(0m0.44s 0m0.15s)
756. JUSTIFIED and VALUE clauses (run_misc.at:3673): ok     (0m0.28s 0m0.18s)
757. SEARCH ALL: table with default COLLATING SEQUENCE (run_misc.at:3927): ok   
  (0m0.24s 0m0.16s)
758. PIC ZZZ-, ZZZ+ (run_misc.at:3967): ok     (0m0.13s 0m0.07s)
759. PERFORM type OSVS (run_misc.at:4008): ok     (0m0.13s 0m0.07s)
760. Sticky LINKAGE (run_misc.at:4043): ok     (0m0.25s 0m0.11s)
761. COB_PRE_LOAD (run_misc.at:4085): ok     (0m0.22s 0m0.12s)
763. Lookup ENTRY from main executable (run_misc.at:4182): ok     (0m0.11s 
0m0.08s)
764. COB_LOAD_CASE=UPPER (run_misc.at:4223): ok     (0m0.26s 0m0.09s)
765. ALLOCATE / FREE with BASED item (1) (run_misc.at:4249): ok     (0m0.12s 
0m0.07s)
766. ALLOCATE / FREE with BASED item (2) (run_misc.at:4275): ok     (0m0.22s 
0m0.17s)
767. ALLOCATE CHARACTERS INITIALIZED (TO) (run_misc.at:4319): ok     (0m0.1s 
0m0.1s)
768. Initialized value with defaultbyte (run_misc.at:4366): ok     (0m0.11s 
0m0.08s)
769. CALL with OMITTED parameter (run_misc.at:4390): ok     (0m0.2s 0m0.13s)
770. direct CALL in from C w/wo error (run_misc.at:4426): ok     (0m0.28s 
0m0.18s)
771. direct CALL in from C w/wo error; no exit (run_misc.at:4507): ok     
(0m0.37s 0m0.24s)
772. CALL in from C, cob_call_params explicitly set (run_misc.at:4641): ok     
(0m0.19s 0m0.08s)
773. CALL in from C, cob_call_params unknown (run_misc.at:4700): ok     (0m0.2s 
0m0.07s)
774. CALL C with callback, PROCEDURE DIVISION EXTERN (run_misc.at:4753): ok     
(0m0.76s 0m0.41s)
775. CALL C with callback, ENTRY-CONVENTION EXTERN (run_misc.at:4823): ok     
(0m0.57s 0m0.25s)
776. CALL in from C with init missing / implicit (run_misc.at:4974): ok     
(0m0.3s 0m0.2s)
777. CALL STATIC C from COBOL (run_misc.at:5022): ok     (0m0.12s 0m0.14s)
778. ANY LENGTH (1) (run_misc.at:5078): ok     (0m0.22s 0m0.15s)
779. ANY LENGTH (2) (run_misc.at:5117): ok     (0m0.22s 0m0.14s)
780. ANY LENGTH (3) (run_misc.at:5157): ok     (0m0.16s 0m0.05s)
781. ANY LENGTH (4) (run_misc.at:5200): ok     (0m0.14s 0m0.07s)
782. ANY LENGTH (5) (run_misc.at:5243): ok     (0m0.11s 0m0.07s)
783. access to BASED item without allocation (run_misc.at:5268): ok     
(0m0.24s 0m0.16s)
784. access to OPTIONAL LINKAGE item not passed (run_misc.at:5307): ok     
(0m0.21s 0m0.14s)
785. STOP RUN WITH NORMAL STATUS (run_misc.at:5345): ok     (0m0.13s 0m0.05s)
786. STOP RUN WITH ERROR STATUS (run_misc.at:5363): ok     (0m0.11s 0m0.07s)
787. STOP ERROR (run_misc.at:5381): ok     (0m0.12s 0m0.08s)
788. SYMBOLIC clause (run_misc.at:5406): ok     (0m0.14s 0m0.06s)
789. OCCURS clause with 1 entry (run_misc.at:5439): ok     (0m0.12s 0m0.07s)
790. Computing of different USAGEs w/o decimal point (run_misc.at:5480): ok     
(0m0.75s 0m0.23s)
791. Computing of different USAGEs w/- decimal point (run_misc.at:6005): ok     
(0m0.58s 0m0.28s)
792. compilation-group with decimal (run_misc.at:6494): ok     (0m0.13s 0m0.09s)
793. C/C++ reserved words/predefined identifiers (run_misc.at:6534): ok     
(0m0.44s 0m0.19s)
794. PICTURE with Edit mask (run_misc.at:6990): ok     (0m0.14s 0m0.07s)
795. POINTER (run_misc.at:7063): ok     (0m0.08s 0m0.11s)
796. CALL RETURNING POINTER (run_misc.at:7099): ok     (0m0.27s 0m0.25s)
797. ON EXCEPTION clause of DISPLAY (run_misc.at:7169): ok     (0m0.1s 0m0.17s)
798. EC-SCREEN-LINE-NUMBER and -STARTING-COLUMN (run_misc.at:7194): ok     
(0m0.14s 0m0.12s)
799. LINE/COLUMN 0 exceptions (run_misc.at:7235): ok     (0m0.14s 0m0.13s)
800. SET LAST EXCEPTION TO OFF (run_misc.at:7273): ok     (0m0.13s 0m0.08s)
801. void PROCEDURE (run_misc.at:7309): ok     (0m0.23s 0m0.11s)
802. Figurative constants to numeric field (run_misc.at:7338): ok     (0m0.31s 
0m0.15s)
803. MF FIGURATIVE to NUMERIC (run_misc.at:7400): ok     (0m0.23s 0m0.09s)
804. CALL RETURNING (run_misc.at:7535): ok     (0m0.43s 0m0.2s)
805. void PROCEDURE, NOTHING return (run_misc.at:7574): ok     (0m0.44s 0m0.19s)
806. READY TRACE / RESET TRACE (run_misc.at:7609): ok     (0m1.4s 0m0.75s)
807. Trace feature with subroutine (run_misc.at:8074): ok     (0m0.68s 0m0.36s)
808. stack and dump feature (run_misc.at:10199): ok     (0m1.6s 0m0.82s)
809. dump feature with NULL address (run_misc.at:11016): ok     (0m0.19s 
0m0.07s)
810. CALL with program prototypes (run_misc.at:11291): ok     (0m0.25s 0m0.18s)
811. REDEFINES values on FILLER and INITIALIZE (run_misc.at:11370): ok     
(0m0.11s 0m0.1s)
812. PICTURE with constant-name (run_misc.at:11425): ok     (0m0.16s 0m0.08s)
813. Quote marks in comment paragraphs (run_misc.at:11453): ok     (0m0.25s 
0m0.14s)
814. Numeric MOVE with/without -fbinary-truncate (run_misc.at:11479): ok     
(0m0.38s 0m0.26s)
815. Alphanumeric MOVE with truncation (run_misc.at:11549): ok     (0m0.14s 
0m0.05s)
816. PROGRAM-ID / CALL literal/variable with spaces (run_misc.at:11600): ok     
(0m0.17s 0m0.07s)
817. PROGRAM-ID / CALL with hyphen and underscore (run_misc.at:11668): ok     
(0m0.23s 0m0.13s)
818. CALL with directory (run_misc.at:11705): ok     (0m0.28s 0m0.08s)
819. C-API (param based) (run_misc.at:11763): ok     (0m0.26s 0m0.09s)
820. C-API (field based) (run_misc.at:11998): ok     (0m0.23s 0m0.11s)
821. OPTIONS paragraph, DEFAULT ROUNDED MODE (run_misc.at:12226): ok     
(0m0.14s 0m0.07s)
822. OCCURS INDEXED ASCENDING (run_misc.at:12256): ok     (0m0.1s 0m0.08s)
823. ZERO unsigned and negative binary subscript (run_misc.at:12357): ok     
(0m0.3s 0m0.17s)
824. Default Arithmetic (1) (run_misc.at:12434): ok     (0m0.16s 0m0.07s)
825. Default Arithmetic Test (2) (run_misc.at:12538): ok     (0m0.15s 0m0.07s)
826. OSVS Arithmetic (1) (run_misc.at:12589): ok     (0m0.13s 0m0.1s)
827. OSVS Arithmetic Test (2) (run_misc.at:12706): ok     (0m0.17s 0m0.06s)
828. SET CONSTANT directive (run_misc.at:12763): ok     (0m0.43s 0m0.19s)
829. DEFINE OVERRIDE (run_misc.at:12866): ok     (0m0.13s 0m0.06s)
830. DEFINE Defaults (run_misc.at:12932): ok     (0m0.1s 0m0.1s)
831. 78 VALUE (run_misc.at:12998): ok     (0m0.14s 0m0.06s)
832. 01 CONSTANT (run_misc.at:13066): ok     (0m0.15s 0m0.05s)
833. DISPLAY UPON (run_misc.at:13146): ok     (0m0.18s 0m0.08s)
834. FLOAT-DECIMAL w/o SIZE ERROR (run_misc.at:13248): ok     (0m0.46s 0m0.1s)
835. FLOAT-SHORT / FLOAT-LONG w/o SIZE ERROR (run_misc.at:13422): ok     
(0m0.16s 0m0.08s)
836. FLOAT-SHORT with SIZE ERROR (run_misc.at:13621): ok     (0m0.15s 0m0.06s)
837. FLOAT-LONG with SIZE ERROR (run_misc.at:13672): ok     (0m0.1s 0m0.11s)
838. EC-SIZE-ZERO-DIVIDE (run_misc.at:13730): ok     (0m0.13s 0m0.08s)
839. EC-SIZE-OVERFLOW (run_misc.at:13773): ok     (0m0.13s 0m0.08s)
840. Constant Expressions (run_misc.at:13804): ok     (0m0.16s 0m0.04s)
841. ENTRY FOR GO TO / GO TO ENTRY (run_misc.at:13893): ok     (0m0.13s 0m0.12s)
842. runtime checks within conditions (run_misc.at:13983): ok     (0m0.67s 
0m0.39s)
843. runtime check: write to internal storage (1) (run_misc.at:14097): ok     
(0m0.7s 0m0.36s)
844. runtime check: write to internal storage (2) (run_misc.at:14197): skipped 
(run_misc.at:14283)
845. libcob version check (run_misc.at:14292): ok     (0m0.54s 0m0.48s)
846. assorted math (run_misc.at:14397): ok     (0m0.16s 0m0.06s)
847. compare numeric DISPLAY SPACE with ZERO (run_misc.at:14434): ok     
(0m0.26s 0m0.16s)
848. OPEN EXTEND and CLOSE, SEQUENTIAL (run_file.at:23): ok     (0m0.11s 0m0.1s)
849. variable-length SEQUENTIAL data integrity (run_file.at:89): ok     
(0m0.11s 0m0.1s)
850. DELETE FILE, SEQUENTIAL (run_file.at:154): ok     (0m0.15s 0m0.07s)
851. OUTPUT on SEQUENTIAL file to missing directory (run_file.at:224): ok     
(0m0.12s 0m0.06s)
852. OPEN EXTEND and CLOSE, INDEXED (run_file.at:261): ok     (0m0.12s 0m0.1s)
853. DELETE FILE, INDEXED (run_file.at:333): ok     (0m0.15s 0m0.06s)
854. OUTPUT on INDEXED file to missing directory (run_file.at:406): ok     
(0m0.1s 0m0.1s)
855. READ INTO data item AT-END sequence (run_file.at:446): ok     (0m0.16s 
0m0.05s)
856. First READ on empty SEQUENTIAL INDEXED file (run_file.at:483): ok     
(0m0.14s 0m0.07s)
857. READ NEXT without previous START (run_file.at:523): ok     (0m0.16s 
0m0.04s)
858. REWRITE a RELATIVE file with RANDOM access (run_file.at:601): ok     
(0m0.09s 0m0.11s)
859. ASSIGN DYNAMIC and EXTERNAL (run_file.at:671): ok     (0m0.29s 0m0.31s)
860. ASSIGN EXTERNAL parsing (run_file.at:719): ok     (0m0.14s 0m0.07s)
861. ASSIGN directive (run_file.at:753): ok     (0m0.12s 0m0.09s)
862. ASSIGN filename expansion (run_file.at:796): ok     (0m0.11s 0m0.09s)
863. ASSIGN filename mapping (run_file.at:823): ok     (0m0.56s 0m0.38s)
864. ASSIGN with COB_FILE_PATH (run_file.at:999): ok     (0m0.13s 0m0.1s)
865. ASSIGN DYNAMIC with LOCAL-STORAGE item (run_file.at:1036): ok     (0m0.14s 
0m0.06s)
866. ASSIGN DYNAMIC with LOCAL-STORAGE item, INITIAL (run_file.at:1073): ok     
(0m0.12s 0m0.08s)
867. ASSIGN DYNAMIC with BASED data item (run_file.at:1113): ok     (0m0.32s 
0m0.31s)
868. ASSIGN DYNAMIC with data item in LINKAGE (run_file.at:1199): ok     
(0m0.31s 0m0.15s)
869. ASSIGN DYNAMIC with empty data item (run_file.at:1371): ok     (0m0.13s 
0m0.08s)
870. ASSIGN DYNAMIC with unset implicit data item (run_file.at:1411): ok     
(0m0.13s 0m0.08s)
871. INDEXED file key-name (run_file.at:1443): ok     (0m0.11s 0m0.07s)
872. INDEXED file sparse/split keys (run_file.at:1485): ok     (0m0.2s 0m0.1s)
873. INDEXED file split keys WITH DUPLICATES (run_file.at:2005): ok     
(0m0.29s 0m0.18s)
874. INDEXED file variable length record (run_file.at:2171): ok     (0m0.18s 
0m0.08s)
875. INDEXED sample (run_file.at:2447): ok     (0m0.22s 0m0.11s)
876. WRITE + REWRITE FILE name (run_file.at:2948): ok     (0m0.18s 0m0.06s)
877. START RELATIVE (1) (run_file.at:3109): ok     (0m0.11s 0m0.09s)
878. START RELATIVE (2) (run_file.at:3158): ok     (0m0.11s 0m0.09s)
879. START RELATIVE (3) (run_file.at:3234): ok     (0m0.17s 0m0.06s)
880. READ on OPTIONAL missing RELATIVE / SEQUENTIAL (run_file.at:3310): ok     
(0m0.14s 0m0.08s)
881. READ on OPTIONAL missing INDEXED file (run_file.at:3432): ok     (0m0.16s 
0m0.09s)
882. EXTERNAL RELATIVE file (run_file.at:3482): ok     (0m0.24s 0m0.13s)
883. DECLARATIVES procedure referencing (run_file.at:3546): ok     (0m0.13s 
0m0.07s)
884. DECLARATIVES procedure referencing (multiple) (run_file.at:3586): ok     
(0m0.15s 0m0.05s)
885. System routines for directories (1) (run_file.at:3630): ok     (0m0.14s 
0m0.07s)
886. System routines for directories (2) (run_file.at:3672): ok     (0m0.16s 
0m0.07s)
887. System routines for files (run_file.at:3769): ok     (0m0.34s 0m0.14s)
888. System routines for files - filename mapping (run_file.at:3966): ok     
(0m0.23s 0m0.15s)
889. System routine CBL_COPY_FILE (run_file.at:4083): ok     (0m0.12s 0m0.08s)
890. Default file external name (run_file.at:4118): ok     (0m0.22s 0m0.12s)
891. SEQUENTIAL basic I/O (run_file.at:4192): ok     (0m0.16s 0m0.05s)
892. LINE SEQUENTIAL basic I/O (run_file.at:4241): ok     (0m0.13s 0m0.07s)
893. LINE SEQUENTIAL WRITE AFTER (run_file.at:4307): ok     (0m0.15s 0m0.06s)
894. LINE SEQUENTIAL record truncation (1) (run_file.at:4353): ok     (0m0.26s 
0m0.17s)
895. LINE SEQUENTIAL record truncation (2) (run_file.at:4457): ok     (0m0.15s 
0m0.08s)
896. LINE SEQUENTIAL standard record overflow (run_file.at:4593): ok     
(0m0.19s 0m0.04s)
897. LINAGE and LINAGE-COUNTER sample (run_file.at:4729): ok     (0m0.14s 
0m0.07s)
899. SEQUENTIAL file I/O with variable records (run_file.at:5306): ok     
(0m0.13s 0m0.08s)
900. LINE SEQUENTIAL file I/O with variable records (run_file.at:5381): ok     
(0m0.13s 0m0.09s)
901. SEQUENTIAL file REWRITE (run_file.at:5455): ok     (0m0.11s 0m0.12s)
905. SEQUENTIAL file with SHARING READ ONLY (run_file.at:5775): ok     (0m0.26s 
0m0.16s)
907. RELATIVE SEQUENTIAL basic I/O (run_file.at:5923): ok     (0m0.13s 0m0.09s)
908. RELATIVE RANDOM basic I/O (run_file.at:5957): ok     (0m0.15s 0m0.03s)
909. RELATIVE SEQUENTIAL with variable records (run_file.at:6007): ok     
(0m0.18s 0m0.05s)
910. INDEXED SEQUENTIAL basic I/O (run_file.at:6081): ok     (0m0.15s 0m0.07s)
911. INDEXED SEQUENTIAL with variable records (run_file.at:6119): ok     
(0m0.16s 0m0.08s)
918. INDEXED file with LOCK AUTOMATIC (2) (run_file.at:6696): ok     (0m0.31s 
0m0.13s)
920. START INDEXED (run_file.at:6878): ok     (0m0.17s 0m0.06s)
921. INDEXED partial keys (run_file.at:6957): ok     (0m0.17s 0m0.09s)
922. INDEXED undeclared keys (run_file.at:7104): skipped (run_file.at:7112)
924. EXTFH: using ISAM callback (run_file.at:7373): ok     (0m0.35s 0m0.11s)
925. EXTFH: Indexed with FH--FCD (run_file.at:8073): ok     (0m0.42s 0m0.28s)
926. EXTFH: SEQUENTIAL files (run_file.at:8686): ok     (0m0.28s 0m0.07s)
927. EXTFH: LINE SEQUENTIAL files, direct EXTFH (run_file.at:9096): ok     
(0m0.15s 0m0.1s)
928. EXTFH: LINE SEQUENTIAL files (2) (run_file.at:9275): ok     (0m0.14s 
0m0.11s)
929. EXTFH: FIXED SEQUENTIAL (run_file.at:9468): ok     (0m0.15s 0m0.09s)
930. EXTFH: operation OP_GETINFO / QUERY-FILE (run_file.at:9665): skipped 
(run_file.at:9669)
931. EXTFH: changing record address (run_file.at:9847): ok     (0m0.28s 0m0.2s)
932. EXTFH: INDEXED with multiple keys (run_file.at:10168): ok     (0m0.25s 
0m0.15s)
933. EXTFH: RELATIVE files (run_file.at:10499): ok     (0m0.16s 0m0.07s)
934. EXTFH: reading two files with one FCD (run_file.at:10688): ok     (0m0.18s 
0m0.06s)
935. EXTFH: auto-conversion FCD2 <-> FCD3 on 32bit (run_file.at:10869): skipped 
(run_file.at:10874)
936. RELATIVE Multi-Record (run_file.at:11235): ok     (0m0.15s 0m0.11s)
937. INDEXED File READ/DELETE/READ (run_file.at:11485): ok     (0m0.54s 0m0.25s)
939. LINE SEQUENTIAL REWRITE (run_file.at:12388): ok     (0m0.19s 0m0.09s)
940. LINE SEQUENTIAL data (run_file.at:12660): ok     (0m0.17s 0m0.07s)
941. Concatenated Files (run_file.at:12817): ok     (0m0.13s 0m0.12s)
942. File SORT, SEQUENTIAL (run_file.at:12961): ok     (0m0.14s 0m0.09s)
943. File SORT, SEQUENTIAL variable records (run_file.at:13011): ok     
(0m0.11s 0m0.11s)
944. File SORT, LINE SEQUENTIAL (run_file.at:13097): ok     (0m0.14s 0m0.07s)
945. File SORT, LINE SEQUENTIAL same file (run_file.at:13156): ok     (0m0.13s 
0m0.07s)
946. File SORT, LINE SEQUENTIAL variable records (run_file.at:13203): ok     
(0m0.11s 0m0.09s)
947. EXTFH: File SORT, LINE SEQUENTIAL variable records (run_file.at:13267): ok 
    (0m0.14s 0m0.07s)
948. File MERGE, LINE SEQUENTIAL variable records (run_file.at:13334): ok     
(0m0.12s 0m0.09s)
949. SORT nonexistent file (run_file.at:13425): ok     (0m0.14s 0m0.06s)
950. SORT with INPUT/OUTPUT PROCEDUREs (run_file.at:13460): ok     (0m0.13s 
0m0.08s)
951. SORT with key1 ASCENDING, key2 DESCENDING (run_file.at:13550): ok     
(0m0.14s 0m0.06s)
952. Scope of FD GLOBAL in nested programs (run_file.at:13617): ok     (0m0.33s 
0m0.16s)
953. OPEN / CLOSE with multiple filenames (run_file.at:13774): ok     (0m0.29s 
0m0.15s)
954. Report Line Order (run_reportwriter.at:23): ok     (0m0.11s 0m0.09s)
955. REPORT COL PLUS (run_reportwriter.at:120): ok     (0m0.14s 0m0.07s)
956. Report Overlapping Fields (run_reportwriter.at:189): ok     (0m0.13s 
0m0.07s)
957. EMPTY REPORT (run_reportwriter.at:258): ok     (0m0.12s 0m0.08s)
958. PAGE LIMIT REPORT (run_reportwriter.at:327): ok     (0m0.17s 0m0.04s)
959. PAGE LIMIT REPORT 2 (run_reportwriter.at:388): ok     (0m0.14s 0m0.07s)
960. Sample Customer Report (run_reportwriter.at:460): ok     (0m0.13s 0m0.1s)
961. Sample Charge Report (run_reportwriter.at:775): ok     (0m0.17s 0m0.06s)
962. Sample Charge Report 2 (run_reportwriter.at:1128): ok     (0m0.18s 0m0.06s)
963. Sample Charge Report 3 (run_reportwriter.at:1498): ok     (0m0.13s 0m0.09s)
964. Sample Charge Report 4 (run_reportwriter.at:1798): ok     (0m0.19s 0m0.05s)
965. Sample Payroll Report (run_reportwriter.at:2214): ok     (0m0.27s 0m0.09s)
966. Sample REPORT with RIGHT/CENTER (run_reportwriter.at:2895): ok     
(0m0.19s 0m0.09s)
967. STUDENT REPORT with INITIAL (run_reportwriter.at:3063): ok     (0m0.13s 
0m0.08s)
968. ORDER REPORT; Test substring (run_reportwriter.at:3215): ok     (0m0.15s 
0m0.07s)
969. Sample Control Break (run_reportwriter.at:3563): ok     (0m0.2s 0m0.04s)
970. Sample Inventory Report (run_reportwriter.at:3792): ok     (0m0.12s 0m0.1s)
971. Duplicate Detail Line (run_reportwriter.at:3985): ok     (0m0.14s 0m0.08s)
972. Report with OCCURS (run_reportwriter.at:4113): ok     (0m0.16s 0m0.06s)
973. Report CODE and LIMIT COLUMNS (run_reportwriter.at:4217): ok     (0m0.22s 
0m0.19s)
974. Test Report dump DECLARATIVES (run_reportwriter.at:4435): ok     (0m0.16s 
0m0.08s)
975. Duplicate INITIATE (run_reportwriter.at:4580): ok     (0m0.13s 0m0.08s)
976. Missing INITIATE and GENERATE (run_reportwriter.at:4646): ok     (0m0.13s 
0m0.08s)
977. Missing INITIATE and TERMINATE (run_reportwriter.at:4706): ok     (0m0.16s 
0m0.05s)
978. Next Group Next Page (run_reportwriter.at:4760): ok     (0m0.15s 0m0.09s)
979. Report PRESENT AFTER (run_reportwriter.at:9083): ok     (0m0.15s 0m0.08s)
981. BEFORE REPORTING (run_reportwriter.at:9519): ok     (0m0.13s 0m0.06s)
982. RETURN-CODE moving (run_returncode.at:23): ok     (0m0.14s 0m0.06s)
983. RETURN-CODE passing (run_returncode.at:49): ok     (0m0.31s 0m0.2s)
984. RETURN-CODE nested (run_returncode.at:101): ok     (0m0.12s 0m0.08s)
985. FUNCTION ABS (run_functions.at:24): ok     (0m0.11s 0m0.07s)
986. FUNCTION ACOS (run_functions.at:46): ok     (0m0.12s 0m0.08s)
987. FUNCTION ANNUITY (run_functions.at:80): ok     (0m0.13s 0m0.06s)
988. FUNCTION ASIN (run_functions.at:102): ok     (0m0.11s 0m0.09s)
989. FUNCTION ATAN (run_functions.at:141): ok     (0m0.11s 0m0.08s)
990. FUNCTION BYTE-LENGTH (run_functions.at:165): ok     (0m0.14s 0m0.06s)
991. FUNCTION CHAR (run_functions.at:221): ok     (0m0.12s 0m0.08s)
992. FUNCTION COMBINED-DATETIME (run_functions.at:259): ok     (0m0.15s 0m0.04s)
993. FUNCTION CONCAT / CONCATENATE (run_functions.at:284): ok     (0m0.11s 
0m0.08s)
994. FUNCTION CONCATENATE with reference modding (run_functions.at:331): ok     
(0m0.09s 0m0.1s)
995. FUNCTION BIT-OF and BIT-TO-CHAR (run_functions.at:359): ok     (0m0.12s 
0m0.07s)
996. FUNCTION HEX-OF and HEX-TO-CHAR (run_functions.at:416): ok     (0m0.17s 
0m0.06s)
997. FUNCTION CONTENT-LENGTH (run_functions.at:547): ok     (0m0.13s 0m0.07s)
998. FUNCTION CONTENT-OF (run_functions.at:581): ok     (0m0.13s 0m0.07s)
999. FUNCTION as CALL parameter BY CONTENT (run_functions.at:656): ok     
(0m0.14s 0m0.05s)
1000. FUNCTION COS (run_functions.at:692): ok     (0m0.09s 0m0.1s)
1001. FUNCTION CURRENCY-SYMBOL (run_functions.at:716): ok     (0m0.11s 0m0.08s)
1002. FUNCTION CURRENT-DATE (run_functions.at:739): ok     (0m0.14s 0m0.06s)
1003. FUNCTION DATE-OF-INTEGER (run_functions.at:810): ok     (0m0.14s 0m0.05s)
1004. FUNCTION DATE-TO-YYYYMMDD (run_functions.at:835): ok     (0m0.13s 0m0.06s)
1005. FUNCTION DAY-OF-INTEGER (run_functions.at:860): ok     (0m0.13s 0m0.06s)
1006. FUNCTION DAY-TO-YYYYDDD (run_functions.at:885): ok     (0m0.1s 0m0.1s)
1007. FUNCTION E (run_functions.at:910): ok     (0m0.12s 0m0.07s)
1008. FUNCTION EXCEPTION-FILE (run_functions.at:934): ok     (0m0.11s 0m0.09s)
1009. FUNCTION EXCEPTION-LOCATION (run_functions.at:969): ok     (0m0.38s 
0m0.2s)
1010. FUNCTION EXCEPTION-STATEMENT (run_functions.at:1057): ok     (0m0.14s 
0m0.06s)
1011. FUNCTION EXCEPTION-STATUS (run_functions.at:1092): ok     (0m0.09s 0m0.1s)
1012. FUNCTION EXP (run_functions.at:1127): ok     (0m0.08s 0m0.08s)
1013. FUNCTION EXP10 (run_functions.at:1151): ok     (0m0.12s 0m0.06s)
1014. FUNCTION FACTORIAL (run_functions.at:1176): ok     (0m0.12s 0m0.08s)
1015. FUNCTION FORMATTED-CURRENT-DATE (run_functions.at:1201): ok     (0m0.11s 
0m0.08s)
1016. FUNCTION FORMATTED-DATE (run_functions.at:1229): ok     (0m0.13s 0m0.07s)
1017. FUNCTION FORMATTED-DATE with ref modding (run_functions.at:1292): ok     
(0m0.16s 0m0.04s)
1018. FUNCTION FORMATTED-DATETIME (run_functions.at:1317): ok     (0m0.11s 
0m0.09s)
1019. FUNCTION FORMATTED-DATETIME with ref modding (run_functions.at:1374): ok  
   (0m0.11s 0m0.08s)
1020. FUNCTION FORMATTED-TIME (run_functions.at:1400): ok     (0m0.16s 0m0.05s)
1021. FUNCTION FORMATTED-TIME DP.COMMA (run_functions.at:1487): ok     (0m0.13s 
0m0.06s)
1022. FUNCTION FORMATTED-TIME with ref modding (run_functions.at:1518): ok     
(0m0.11s 0m0.08s)
1023. FUNCTION FRACTION-PART (run_functions.at:1543): ok     (0m0.12s 0m0.08s)
1024. FUNCTION HIGHEST-ALGEBRAIC (run_functions.at:1574): ok     (0m0.09s 
0m0.11s)
1025. FUNCTION INTEGER (run_functions.at:1642): ok     (0m0.12s 0m0.07s)
1026. FUNCTION INTEGER-OF-DATE (run_functions.at:1675): ok     (0m0.12s 0m0.07s)
1027. FUNCTION INTEGER-OF-DAY (run_functions.at:1700): ok     (0m0.15s 0m0.04s)
1028. FUNCTION INTEGER-OF-FORMATTED-DATE (run_functions.at:1725): ok     
(0m0.13s 0m0.07s)
1029. FUNCTION INTEGER-PART (run_functions.at:1775): ok     (0m0.14s 0m0.05s)
1030. FUNCTION LENGTH (run_functions.at:1801): ok     (0m0.14s 0m0.07s)
1031. FUNCTION LOCALE-COMPARE (run_functions.at:1883): ok     (0m0.16s 0m0.03s)
1032. FUNCTION LOCALE-DATE (run_functions.at:1913): ok     (0m0.15s 0m0.04s)
1033. FUNCTION LOCALE-TIME (run_functions.at:1939): ok     (0m0.09s 0m0.09s)
1034. FUNCTION LOCALE-TIME-FROM-SECONDS (run_functions.at:1965): ok     
(0m0.13s 0m0.07s)
1035. FUNCTION LOG (run_functions.at:1991): ok     (0m0.13s 0m0.06s)
1036. FUNCTION LOG10 (run_functions.at:2015): ok     (0m0.12s 0m0.08s)
1037. FUNCTION LOWER-CASE (run_functions.at:2039): ok     (0m0.12s 0m0.07s)
1038. FUNCTION LOWER-CASE with reference modding (run_functions.at:2067): ok    
 (0m0.14s 0m0.05s)
1039. FUNCTION LOWEST-ALGEBRAIC (run_functions.at:2093): ok     (0m0.11s 
0m0.05s)
1040. FUNCTION MAX (run_functions.at:2146): ok     (0m0.13s 0m0.06s)
1041. FUNCTION MEAN (run_functions.at:2168): ok     (0m0.12s 0m0.07s)
1042. FUNCTION MEDIAN (run_functions.at:2190): ok     (0m0.1s 0m0.09s)
1043. FUNCTION MIDRANGE (run_functions.at:2212): ok     (0m0.13s 0m0.07s)
1044. FUNCTION MIN (run_functions.at:2234): ok     (0m0.15s 0m0.05s)
1045. FUNCTION MOD (valid) (run_functions.at:2256): ok     (0m0.1s 0m0.09s)
1046. FUNCTION MOD (invalid) (run_functions.at:2286): ok     (0m0.12s 0m0.06s)
1047. FUNCTION MODULE-CALLER-ID (run_functions.at:2317): ok     (0m0.24s 
0m0.11s)
1048. FUNCTION MODULE-DATE (run_functions.at:2351): ok     (0m0.12s 0m0.07s)
1049. FUNCTION MODULE-FORMATTED-DATE (run_functions.at:2376): ok     (0m0.08s 
0m0.12s)
1050. FUNCTION MODULE-ID (run_functions.at:2401): ok     (0m0.12s 0m0.08s)
1051. FUNCTION MODULE-PATH (run_functions.at:2422): ok     (0m0.14s 0m0.06s)
1052. FUNCTION MODULE-SOURCE (run_functions.at:2447): ok     (0m0.13s 0m0.06s)
1053. FUNCTION MODULE-TIME (run_functions.at:2468): ok     (0m0.1s 0m0.09s)
1054. FUNCTION MONETARY-DECIMAL-POINT (run_functions.at:2493): ok     (0m0.11s 
0m0.09s)
1055. FUNCTION MONETARY-THOUSANDS-SEPARATOR (run_functions.at:2516): ok     
(0m0.12s 0m0.07s)
1056. FUNCTION NUMERIC-DECIMAL-POINT (run_functions.at:2539): ok     (0m0.13s 
0m0.07s)
1057. FUNCTION NUMERIC-THOUSANDS-SEPARATOR (run_functions.at:2562): ok     
(0m0.1s 0m0.09s)
1058. FUNCTION NUMVAL (run_functions.at:2585): ok     (0m0.16s 0m0.06s)
1059. FUNCTION NUMVAL-C (run_functions.at:2658): ok     (0m0.11s 0m0.07s)
1060. FUNCTION NUMVAL-C DP.COMMA (run_functions.at:2719): ok     (0m0.11s 
0m0.08s)
1061. FUNCTION NUMVAL-F (run_functions.at:2747): ok     (0m0.14s 0m0.06s)
1062. FUNCTION ORD (run_functions.at:2782): ok     (0m0.1s 0m0.09s)
1063. FUNCTION ORD-MAX (run_functions.at:2803): ok     (0m0.12s 0m0.08s)
1064. FUNCTION ORD-MIN (run_functions.at:2824): ok     (0m0.1s 0m0.1s)
1065. FUNCTION PI (run_functions.at:2845): ok     (0m0.1s 0m0.09s)
1066. FUNCTION PRESENT-VALUE (run_functions.at:2867): ok     (0m0.13s 0m0.06s)
1067. FUNCTION RANDOM (run_functions.at:2888): ok     (0m0.14s 0m0.05s)
1068. FUNCTION RANGE (run_functions.at:2910): ok     (0m0.1s 0m0.09s)
1069. FUNCTION REM (valid) (run_functions.at:2932): ok     (0m0.12s 0m0.07s)
1070. FUNCTION REM (invalid) (run_functions.at:2954): ok     (0m0.15s 0m0.05s)
1071. FUNCTION REVERSE (run_functions.at:2981): ok     (0m0.12s 0m0.07s)
1072. FUNCTION REVERSE with reference modding (run_functions.at:3004): ok     
(0m0.15s 0m0.04s)
1073. FUNCTION SECONDS-FROM-FORMATTED-TIME (run_functions.at:3027): ok     
(0m0.09s 0m0.11s)
1074. FUNCTION SECONDS-PAST-MIDNIGHT (run_functions.at:3082): ok     (0m0.12s 
0m0.07s)
1075. FUNCTION SIGN (run_functions.at:3104): ok     (0m0.14s 0m0.06s)
1076. FUNCTION SIN (run_functions.at:3148): ok     (0m0.13s 0m0.06s)
1077. FUNCTION SQRT (run_functions.at:3170): ok     (0m0.13s 0m0.06s)
1078. FUNCTION STANDARD-DEVIATION (run_functions.at:3192): ok     (0m0.14s 
0m0.05s)
1079. FUNCTION STORED-CHAR-LENGTH (run_functions.at:3214): ok     (0m0.13s 
0m0.07s)
1080. FUNCTION SUBSTITUTE (run_functions.at:3238): ok     (0m0.1s 0m0.09s)
1081. FUNCTION SUBSTITUTE with reference modding (run_functions.at:3265): ok    
 (0m0.14s 0m0.04s)
1082. FUNCTION SUBSTITUTE-CASE (run_functions.at:3291): ok     (0m0.14s 0m0.05s)
1083. FUNCTION SUBSTITUTE-CASE with reference mod (run_functions.at:3316): ok   
  (0m0.12s 0m0.07s)
1084. FUNCTION SUM (run_functions.at:3342): ok     (0m0.13s 0m0.06s)
1085. FUNCTION TAN (run_functions.at:3364): ok     (0m0.12s 0m0.06s)
1086. FUNCTION TEST-DATE-YYYYMMDD (run_functions.at:3386): ok     (0m0.11s 
0m0.08s)
1087. FUNCTION TEST-DAY-YYYYDDD (run_functions.at:3408): ok     (0m0.14s 
0m0.06s)
1088. FUNCTION TEST-FORMATTED-DATETIME with dates (run_functions.at:3430): ok   
  (0m0.11s 0m0.07s)
1089. FUNCTION TEST-FORMATTED-DATETIME with times (run_functions.at:3531): ok   
  (0m0.07s 0m0.13s)
1090. FUNCTION TEST-FORMATTED-DATETIME with datetimes (run_functions.at:3612): 
ok     (0m0.14s 0m0.05s)
1091. FUNCTION TEST-FORMATTED-DATETIME DP.COMMA (run_functions.at:3665): ok     
(0m0.12s 0m0.07s)
1092. FUNCTION TEST-NUMVAL (run_functions.at:3706): ok     (0m0.17s 0m0.06s)
1093. FUNCTION TEST-NUMVAL-C (run_functions.at:3857): ok     (0m0.14s 0m0.06s)
1094. FUNCTION TEST-NUMVAL-F (run_functions.at:3957): ok     (0m0.16s 0m0.05s)
1095. FUNCTION TRIM (run_functions.at:4057): ok     (0m0.09s 0m0.1s)
1096. FUNCTION TRIM with reference modding (run_functions.at:4083): ok     
(0m0.12s 0m0.07s)
1097. FUNCTION TRIM zero length (run_functions.at:4109): ok     (0m0.14s 
0m0.05s)
1098. FUNCTION UPPER-CASE (run_functions.at:4136): ok     (0m0.09s 0m0.1s)
1099. FUNCTION UPPER-CASE with reference modding (run_functions.at:4161): ok    
 (0m0.12s 0m0.07s)
1100. FUNCTION VARIANCE (run_functions.at:4186): ok     (0m0.1s 0m0.11s)
1101. FUNCTION WHEN-COMPILED (run_functions.at:4216): ok     (0m0.11s 0m0.08s)
1102. FUNCTION YEAR-TO-YYYY (run_functions.at:4270): ok     (0m0.14s 0m0.05s)
1103. Formatted funcs w/ invalid variable format (run_functions.at:4294): ok    
 (0m0.14s 0m0.07s)
1104. FORMATTED-(DATE)TIME with SYSTEM-OFFSET (run_functions.at:4375): ok     
(0m0.13s 0m0.07s)
1105. Intrinsics without FUNCTION keyword (1) (run_functions.at:4413): ok     
(0m0.13s 0m0.06s)
1106. Intrinsics without FUNCTION keyword (2) (run_functions.at:4434): ok     
(0m0.11s 0m0.08s)
1107. User-Defined FUNCTION with/without parameter (run_functions.at:4457): ok  
   (0m0.14s 0m0.05s)
1108. UDF in COMPUTE (run_functions.at:4508): ok     (0m0.14s 0m0.08s)
1109. UDF replacing intrinsic function (run_functions.at:4551): ok     (0m0.13s 
0m0.08s)
1110. UDF with recursion (run_functions.at:4594): skipped 
(run_functions.at:4597)
1111. CALL BY CONTENT binary and literal (run_extensions.at:25): ok     
(0m0.22s 0m0.11s)
1112. Numeric Boolean literals (run_extensions.at:72): ok     (0m0.13s 0m0.06s)
1113. ACUCOBOL literals (run_extensions.at:101): ok     (0m0.12s 0m0.08s)
1115. Hexadecimal numeric literals (run_extensions.at:188): ok     (0m0.13s 
0m0.06s)
1116. Semi-parenthesized condition (run_extensions.at:217): ok     (0m0.12s 
0m0.07s)
1117. ADDRESS OF (run_extensions.at:237): ok     (0m0.14s 0m0.06s)
1118. LENGTH OF (run_extensions.at:287): ok     (0m0.12s 0m0.1s)
1119. SET TO SIZE OF (run_extensions.at:451): ok     (0m0.09s 0m0.11s)
1120. WHEN-COMPILED (run_extensions.at:488): ok     (0m0.14s 0m0.06s)
1121. Complex OCCURS DEPENDING ON (1) (run_extensions.at:517): ok     (0m0.15s 
0m0.07s)
1122. Complex OCCURS DEPENDING ON (2) (run_extensions.at:546): ok     (0m0.18s 
0m0.05s)
1123. Complex OCCURS DEPENDING ON (3) (run_extensions.at:609): ok     (0m0.12s 
0m0.11s)
1124. Complex OCCURS DEPENDING ON (4) (run_extensions.at:673): ok     (0m0.14s 
0m0.08s)
1125. Complex OCCURS DEPENDING ON (5) (run_extensions.at:739): ok     (0m0.15s 
0m0.09s)
1126. Complex OCCURS DEPENDING ON (6) (run_extensions.at:805): ok     (0m0.11s 
0m0.11s)
1127. OCCURS UNBOUNDED (1) (run_extensions.at:846): ok     (0m0.34s 0m0.09s)
1128. OCCURS UNBOUNDED (2) (run_extensions.at:908): ok     (0m0.17s 0m0.04s)
1129. INITIALIZE OCCURS UNBOUNDED (run_extensions.at:1048): ok     (0m0.25s 
0m0.06s)
1130. INITIALIZE OCCURS ODOSLIDE (run_extensions.at:1151): ok     (0m0.18s 
0m0.04s)
1131. DEPENDING ON with ODOSLIDE (run_extensions.at:1248): ok     (0m0.17s 
0m0.08s)
1132. DEPENDING ON with ODOSLIDE for IBM (run_extensions.at:1463): ok     
(0m0.16s 0m0.09s)
1133. INITIALIZE level 01 OCCURS (run_extensions.at:1568): ok     (0m0.13s 
0m0.07s)
1134. MOVE of non-integer to alphanumeric (run_extensions.at:1625): ok     
(0m0.14s 0m0.09s)
1135. CALL USING file-name (run_extensions.at:1715): ok     (0m0.2s 0m0.14s)
1136. CALL unusual PROGRAM-ID. (run_extensions.at:1761): ok     (0m0.47s 
0m0.37s)
1137. CALL / GOBACK with LOCAL-STORAGE (run_extensions.at:1826): ok     
(0m0.26s 0m0.1s)
1138. CALL BY VALUE alphanumeric item (run_extensions.at:1877): ok     (0m0.12s 
0m0.08s)
1139. CALL BY VALUE numeric literal with SIZE IS (run_extensions.at:1914): ok   
  (0m0.16s 0m0.08s)
1140. CALL BY VALUE to C (run_extensions.at:2019): ok     (0m0.24s 0m0.18s)
1141. Case-sensitive PROGRAM-ID (run_extensions.at:2101): ok     (0m0.12s 
0m0.08s)
1142. Quoted PROGRAM-ID (run_extensions.at:2126): ok     (0m0.15s 0m0.05s)
1143. PROGRAM-ID AS clause (run_extensions.at:2149): ok     (0m0.12s 0m0.08s)
1144. NUMBER-OF-CALL-PARAMETERS (run_extensions.at:2172): ok     (0m0.56s 
0m0.36s)
1145. TALLY register (run_extensions.at:2253): ok     (0m0.17s 0m0.09s)
1146. Redefining TALLY (run_extensions.at:2285): ok     (0m0.13s 0m0.1s)
1147. PROCEDURE DIVISION USING BY ... (run_extensions.at:2321): ok     (0m0.24s 
0m0.13s)
1148. PROCEDURE DIVISION CHAINING (run_extensions.at:2374): ok     (0m0.68s 
0m0.52s)
1149. STOP RUN RETURNING/GIVING (run_extensions.at:2497): ok     (0m0.47s 
0m0.32s)
1150. GOBACK/EXIT PROGRAM RETURNING/GIVING (run_extensions.at:2553): ok     
(0m0.24s 0m0.14s)
1151. ENTRY (run_extensions.at:2603): ok     (0m0.36s 0m0.19s)
1152. ASSIGN to KEYBOARD/DISPLAY (run_extensions.at:2654): ok     (0m0.09s 
0m0.1s)
1154. Environment/Argument variable (run_extensions.at:2774): ok     (0m0.16s 
0m0.03s)
1155. 78 Level (1) (run_extensions.at:2820): ok     (0m0.14s 0m0.05s)
1156. 78 Level (2) (run_extensions.at:2843): ok     (0m0.1s 0m0.09s)
1157. 78 Level (3) (run_extensions.at:2869): ok     (0m0.12s 0m0.07s)
1158. SWITCHES with non-standard names (run_extensions.at:2893): ok     
(0m0.14s 0m0.08s)
1159. Larger REDEFINES lengths (run_extensions.at:3006): ok     (0m0.14s 
0m0.06s)
1160. REDEFINES: non-referenced ambiguous item (run_extensions.at:3071): ok     
(0m0.11s 0m0.08s)
1161. Obsolete 2002 keywords with COBOL2014 (run_extensions.at:3097): ok     
(0m0.11s 0m0.11s)
1162. System routine with wrong number of parameters (run_extensions.at:3127): 
ok     (0m0.16s 0m0.11s)
1163. System routine C$NARG (run_extensions.at:3170): ok     (0m0.38s 0m0.21s)
1164. System routine C$PARAMSIZE (run_extensions.at:3247): ok     (0m0.21s 
0m0.17s)
1165. System routine C$CALLEDBY (run_extensions.at:3289): ok     (0m0.25s 
0m0.11s)
1166. System routine C$JUSTIFY (run_extensions.at:3335): ok     (0m0.13s 
0m0.07s)
1167. System routine C$PRINTABLE (run_extensions.at:3360): ok     (0m0.14s 
0m0.05s)
1168. System routine C$MAKEDIR (run_extensions.at:3389): ok     (0m0.11s 
0m0.09s)
1169. System routine C$GETPID (run_extensions.at:3410): ok     (0m0.13s 0m0.06s)
1170. System routine C$TOUPPER (run_extensions.at:3435): ok     (0m0.12s 
0m0.07s)
1171. System routine C$TOLOWER (run_extensions.at:3460): ok     (0m0.14s 
0m0.05s)
1172. System routine CBL_OR (run_extensions.at:3485): ok     (0m0.12s 0m0.08s)
1173. System routine CBL_NOR (run_extensions.at:3512): ok     (0m0.11s 0m0.08s)
1174. System routine CBL_AND (run_extensions.at:3539): ok     (0m0.12s 0m0.08s)
1175. System routine CBL_XOR (run_extensions.at:3566): ok     (0m0.15s 0m0.08s)
1176. System routine CBL_IMP (run_extensions.at:3593): ok     (0m0.14s 0m0.05s)
1177. System routine CBL_NIMP (run_extensions.at:3620): ok     (0m0.11s 0m0.09s)
1178. System routine CBL_NOT (run_extensions.at:3647): ok     (0m0.14s 0m0.06s)
1179. System routine CBL_EQ (run_extensions.at:3673): ok     (0m0.14s 0m0.06s)
1180. System routine CBL_GC_GETOPT (run_extensions.at:3700): ok     (0m0.72s 
0m0.36s)
1181. System routine CBL_GC_FORK (run_extensions.at:4137): ok     (0m0.11s 
0m0.1s)
1182. System routine CBL_GC_WAITPID (run_extensions.at:4205): skipped 
(run_extensions.at:4249)
1183. System routine CBL_GC_HOSTED (run_extensions.at:4257): ok     (0m0.25s 
0m0.25s)
1184. System routine SYSTEM, parameter handling (run_extensions.at:4387): ok    
 (0m0.15s 0m0.1s)
1185. System routine CBL_EXIT_PROC (run_extensions.at:4498): ok     (0m0.15s 
0m0.1s)
1186. System routine CBL_ERROR_PROC (1) (run_extensions.at:4608): ok     
(0m0.3s 0m0.09s)
1187. System routine CBL_ERROR_PROC (2) (run_extensions.at:4707): ok     
(0m0.18s 0m0.06s)
1188. System routine x'91' function NN (run_extensions.at:4788): skipped 
(run_extensions.at:4792)
1189. CALL own PROGRAM-ID and RECURSIVE attribute (run_extensions.at:4804): ok  
   (0m0.47s 0m0.21s)
1190. DISPLAY DIRECTIVE and $DISPLAY (run_extensions.at:4869): ok     (0m0.11s 
0m0.07s)
1191. Conditional / define directives (1) (run_extensions.at:4902): ok     
(0m0.14s 0m0.06s)
1192. Conditional / define directives (2) (run_extensions.at:4927): ok     
(0m0.1s 0m0.09s)
1193. Conditional / define directives (3) (run_extensions.at:4952): ok     
(0m0.14s 0m0.05s)
1194. Conditional / define directives (4) (run_extensions.at:4980): ok     
(0m0.12s 0m0.06s)
1195. Invalid source format (run_extensions.at:5006): ok     (0m0.03s 0m0.05s)
1196. Variable format (run_extensions.at:5035): ok     (0m0.31s 0m0.28s)
1197. COBOLX format (run_extensions.at:5074): ok     (0m0.22s 0m0.18s)
1198. X/Open free-form format (run_extensions.at:5113): ok     (0m0.42s 0m0.38s)
1199. TERMINAL format (run_extensions.at:5162): ok     (0m0.52s 0m0.33s)
1200. MF FREE format (X/Open) (run_extensions.at:5246): ok     (0m0.7s 0m0.41s)
1201. Binary COMP-1 (1) (run_extensions.at:5296): ok     (0m0.22s 0m0.2s)
1202. Binary COMP-1 (2) (run_extensions.at:5327): ok     (0m0.25s 0m0.17s)
1203. EXHIBIT statement (run_extensions.at:5363): ok     (0m0.12s 0m0.09s)
1204. Bit Operations (run_extensions.at:5393): ok     (0m0.15s 0m0.05s)
1205. Bit Shift Operations (run_extensions.at:5496): ok     (0m0.17s 0m0.07s)
1206. GCOS floating-point usages (run_extensions.at:5571): ok     (0m0.13s 
0m0.06s)
1207. PICTURE L (basic) (run_extensions.at:5610): ok     (0m0.34s 0m0.15s)
1208. PICTURE L (under/over shoot) (run_extensions.at:5740): ok     (0m0.47s 
0m0.35s)
1209. PICTURE L (MOVE CORRESPONDING) (run_extensions.at:5795): ok     (0m0.34s 
0m0.1s)
1210. PICTURE L (OCCURS ... PIC L) (run_extensions.at:5873): ok     (0m0.34s 
0m0.14s)
1211. PICTURE L (REDEFINES) (run_extensions.at:5942): ok     (0m0.28s 0m0.18s)
1212. INSPECT TRAILING (run_extensions.at:6030): ok     (0m0.14s 0m0.06s)
1213. INSPECT REPLACING TRAILING ZEROS BY SPACES (run_extensions.at:6100): ok   
  (0m0.14s 0m0.05s)
1214. INSPECT REPLACING complex (run_extensions.at:6122): ok     (0m0.11s 
0m0.08s)
1215. EXAMINE TALLYING (run_extensions.at:6159): ok     (0m0.16s 0m0.05s)
1216. EXAMINE REPLACING (run_extensions.at:6216): ok     (0m0.12s 0m0.08s)
1217. GCOS literals with EBCDIC symbols (run) (run_extensions.at:6252): ok     
(0m0.17s 0m0.03s)
1218. XML GENERATE general (run_ml.at:19): ok     (0m0.14s 0m0.07s)
1219. XML GENERATE SUPPRESS (run_ml.at:127): ok     (0m0.14s 0m0.07s)
1220. XML GENERATE exceptions (run_ml.at:204): ok     (0m0.12s 0m0.09s)
1221. XML GENERATE record selection (run_ml.at:316): ok     (0m0.11s 0m0.08s)
1222. XML GENERATE trimming (run_ml.at:360): ok     (0m0.08s 0m0.11s)
1223. XML DPC-IN-DATA directive (run_ml.at:457): ok     (0m0.12s 0m0.07s)
1224. XML dpc-in-data config option (run_ml.at:488): ok     (0m0.44s 0m0.37s)
1225. JSON GENERATE general (run_ml.at:532): ok     (0m0.15s 0m0.05s)
1226. JSON GENERATE SUPPRESS (run_ml.at:589): ok     (0m0.11s 0m0.09s)
1227. JSON GENERATE exceptions (run_ml.at:628): ok     (0m0.12s 0m0.07s)
1228. JSON GENERATE record selection (run_ml.at:693): ok     (0m0.13s 0m0.06s)
1229. JSON GENERATE trimming (run_ml.at:737): ok     (0m0.14s 0m0.08s)
1230. JSON DPC-IN-DATA directive (run_ml.at:837): ok     (0m0.14s 0m0.06s)
1231. JSON dpc-in-data config option (run_ml.at:868): ok     (0m0.49s 0m0.32s)
1232. BINARY: 2-4-8 big-endian (data_binary.at:23): ok     (0m0.6s 0m0.29s)
1233. BINARY: 2-4-8 native (data_binary.at:205): ok     (0m0.63s 0m0.26s)
1234. BINARY: 1-2-4-8 big-endian (data_binary.at:393): ok     (0m0.68s 0m0.25s)
1235. BINARY: 1-2-4-8 native (data_binary.at:575): ok     (0m0.57s 0m0.37s)
1236. BINARY: 1--8 big-endian (data_binary.at:763): ok     (0m0.68s 0m0.24s)
1237. BINARY: 1--8 native (data_binary.at:945): ok     (0m0.67s 0m0.25s)
1238. BINARY: full-print (data_binary.at:1133): ok     (0m0.14s 0m0.08s)
1239. BINARY: 64bit unsigned compare (data_binary.at:1185): ok     (0m0.28s 
0m0.14s)
1240. BINARY: 64bit unsigned arithmetic notrunc (data_binary.at:1215): ok     
(0m0.16s 0m0.04s)
1241. BINARY: 64bit signed negative constant range (data_binary.at:1242): ok    
 (0m0.11s 0m0.08s)
1242. COMP-4 Truncate (data_binary.at:1262): ok     (0m0.13s 0m0.07s)
1243. COMP-4 No Truncate (data_binary.at:1323): ok     (0m0.15s 0m0.06s)
1244. MOVE DISPLAY to BINARY (data_binary.at:1409): ok     (0m0.2s 0m0.05s)
1245. MOVE PACKED-DECIMAL to BINARY (data_binary.at:1595): ok     (0m0.18s 
0m0.07s)
1246. MOVE BINARY to PACKED-DECIMAL (data_binary.at:1781): ok     (0m0.17s 
0m0.06s)
1247. MOVE BINARY to BINARY (data_binary.at:1961): ok     (0m0.13s 0m0.12s)
1248. PPP COMP-5 (data_binary.at:2143): ok     (0m0.13s 0m0.09s)
1249. arithmetic truncation with USAGE BINARY (data_binary.at:2217): ok     
(0m0.13s 0m0.07s)
1250. DISPLAY: Sign ASCII (data_display.at:22): ok     (0m0.12s 0m0.08s)
1251. DISPLAY: Sign ASCII (2) (data_display.at:81): ok     (0m0.12s 0m0.08s)
1252. DISPLAY: Sign EBCDIC (data_display.at:127): ok     (0m0.13s 0m0.06s)
1253. DISPLAY: unsigned (data_display.at:172): ok     (0m0.15s 0m0.06s)
1254. MOVE DISPLAY to DISPLAY (data_display.at:226): ok     (0m0.14s 0m0.1s)
1255. PPP DISPLAY (data_display.at:408): ok     (0m0.12s 0m0.1s)
1256. arithmetic truncation with USAGE DISPLAY (data_display.at:480): ok     
(0m0.13s 0m0.04s)
1257. DISPLAY: ADD and SUBTRACT w/o SIZE ERROR (data_display.at:533): ok     
(0m4.35s 0m0.57s)
1258. DISPLAY: ADD and SUBTRACT, all ROUNDED MODEs (data_display.at:16940): ok  
   (0m2.38s 0m0.4s)
1259. PACKED-DECIMAL dump (data_packed.at:27): ok     (0m0.53s 0m0.16s)
1260. PACKED-DECIMAL used with DISPLAY (data_packed.at:163): ok     (0m0.14s 
0m0.06s)
1261. PACKED-DECIMAL used with MOVE (data_packed.at:221): ok     (0m0.16s 
0m0.08s)
1262. MOVE PACKED-DECIMAL to PACKED-DECIMAL (data_packed.at:459): ok     
(0m0.14s 0m0.1s)
1263. MOVE PACKED-DECIMAL to DISPLAY (data_packed.at:639): ok     (0m0.19s 
0m0.07s)
1264. MOVE DISPLAY to PACKED-DECIMAL (data_packed.at:825): ok     (0m0.18s 
0m0.04s)
1265. PACKED-DECIMAL used with INITIALIZE (data_packed.at:1026): ok     
(0m0.11s 0m0.08s)
1266. PACKED-DECIMAL arithmetic (data_packed.at:1063): ok     (0m0.15s 0m0.07s)
1267. PACKED-DECIMAL comparison (data_packed.at:1187): ok     (0m0.3s 0m0.16s)
1268. PACKED-DECIMAL numeric test (1) (data_packed.at:1269): ok     (0m0.12s 
0m0.08s)
1269. PACKED-DECIMAL numeric test (2) (data_packed.at:1333): ok     (0m0.12s 
0m0.09s)
1270. COMP-6 used with DISPLAY (data_packed.at:1399): ok     (0m0.12s 0m0.07s)
1271. COMP-6 used with MOVE (data_packed.at:1432): ok     (0m0.32s 0m0.11s)
1272. COMP-6 arithmetic (data_packed.at:1474): ok     (0m0.13s 0m0.08s)
1273. COMP-6 numeric (data_packed.at:1563): ok     (0m0.15s 0m0.06s)
1274. COMP-6 comparison (data_packed.at:1609): ok     (0m0.28s 0m0.16s)
1275. COMP-3 vs. COMP-6 - BCD comparison (data_packed.at:1671): ok     (0m0.44s 
0m0.17s)
1276. PPP COMP-3 (data_packed.at:1971): ok     (0m0.12s 0m0.07s)
1277. PPP COMP-6 (data_packed.at:2083): ok     (0m0.14s 0m0.08s)
1278. arithmetic truncation with USAGE PACKED-DECIMAL (data_packed.at:2174): ok 
    (0m0.13s 0m0.07s)
1279. MOVE between several BCD fields (data_packed.at:2236): ok     (0m1.93s 
0m0.3s)
1280. BCD ADD and SUBTRACT w/o SIZE ERROR (data_packed.at:12326): ok     
(0m4.41s 0m0.52s)
1281. BCD ADD and SUBTRACT, all ROUNDED MODEs (data_packed.at:28746): ok     
(0m2.6s 0m0.35s)
1282. POINTER: display (data_pointer.at:21): ok     (0m0.11s 0m0.08s)
testsuite: ending at: Sat Aug 26 19:13:16 CEST 2023
testsuite: test suite duration: 0h 6m 9s

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

ERROR: 1273 tests were run,
32 failed (31 expected failures).
9 tests were skipped.

## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GnuCOBOL 3.2 test suite: GnuCOBOL Tests test groups:

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

 762: run_misc.at:4111   COB_PRE_LOAD with entry points
      runmisc

Skipped tests:
GnuCOBOL 3.2 test suite: GnuCOBOL Tests test groups:

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

 470: syn_literals.at:1379 ACUCOBOL 32bit literal size
      extensions literals
 535: run_fundamental.at:1417 function with variable-length RETURNING item
      fundamental udf
 844: run_misc.at:14197  runtime check: write to internal storage (2)
      runmisc call bounds exceptions
 922: run_file.at:7104   INDEXED undeclared keys
      runfile
 930: run_file.at:9665   EXTFH: operation OP_GETINFO / QUERY-FILE
      runfile extfh getinfo query
 935: run_file.at:10869  EXTFH: auto-conversion FCD2 <-> FCD3 on 32bit
      runfile extfh
 1110: run_functions.at:4594 UDF with recursion
      functions local-storage
 1182: run_extensions.at:4205 System routine CBL_GC_WAITPID
      extensions cbl_gc_fork
 1188: run_extensions.at:4788 System routine x'91' function NN
      extensions

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

#                             -*- compilation -*-
762. run_misc.at:4111: testing COB_PRE_LOAD with entry points ...
./run_misc.at:4170: $COMPILE_MODULE prog.cob
./run_misc.at:4171: $COMPILE_MODULE prog1.cob
./run_misc.at:4172: $COMPILE main-prog.cob
./run_misc.at:4173: COB_PRE_LOAD="prog"$PATHSEP"prog1" $COBCRUN_DIRECT 
./main-prog
--- -   2023-08-26 19:09:52.273495770 +0200
+++ 
/usr/pkgsrc/lang/gnucobol/work/gnucobol-3.2/tests/testsuite.dir/at-groups/762/stdout
        2023-08-26 19:09:52.271064240 +0200
@@ -1,4 +1,4 @@
 12abc
-11
+55
 xxxxx
 
762. run_misc.at:4111: 762. COB_PRE_LOAD with entry points (run_misc.at:4111): 
FAILED (run_misc.at:4173)


## ------------- ##
## ../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 3.2, which was
| generated by GNU Autoconf 2.69.  Invocation command line was
| 
|   $ ./configure --with-db --prefix=/usr/pkg --build=x86_64--netbsd 
--host=x86_64--netbsd --infodir=/usr/pkg/info --mandir=/usr/pkg/man 
--enable-option-checking=yes
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = 
| uname -m = amd64
| uname -r = 10.99.7
| uname -s = NetBSD
| uname -v = NetBSD 10.99.7 (GENERIC) #0: Thu Aug 24 19:51:24 UTC 2023  
mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/amd64/compile/GENERIC
| 
| /usr/bin/uname -p = x86_64
| /bin/uname -X     = unknown
| 
| /bin/arch              = unknown
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo      = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /usr/pkgsrc/lang/gnucobol/work/.cwrapper/bin
| PATH: /usr/pkgsrc/lang/gnucobol/work/.buildlink/bin
| PATH: /usr/pkgsrc/lang/gnucobol/work/.gcc/bin
| PATH: /usr/pkgsrc/lang/gnucobol/work/.tools/bin
| PATH: /usr/pkg/bin
| PATH: /home/f/bin
| PATH: /bin
| PATH: /sbin
| PATH: /usr/bin
| PATH: /usr/sbin
| PATH: /usr/X11R7/bin
| PATH: /usr/pkg/bin
| PATH: /usr/pkg/sbin
| PATH: /usr/games
| PATH: /usr/local/bin
| PATH: /usr/local/sbin
| PATH: /usr/pkg/bin
| PATH: /usr/X11R7/bin
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:2882: checking for a BSD-compatible install
| configure:2950: result: /usr/bin/install -c -o root -g wheel
| configure:2961: checking whether build environment is sane
| configure:3016: result: yes
| configure:3162: checking for a thread-safe mkdir -p
| configure:3201: result: build_aux/install-sh -c -d
| configure:3208: checking for gawk
| configure:3235: result: /usr/bin/awk
| configure:3246: checking whether make sets $(MAKE)
| configure:3268: result: yes
| configure:3297: checking whether make supports nested variables
| configure:3314: result: yes
| configure:3654: checking for make
| configure:3670: found /usr/pkgsrc/lang/gnucobol/work/.tools/bin/make
| configure:3681: result: make
| configure:3694: checking whether make can handle common constructs
| configure:3706: make -f confmf.mk
| configure:3709: $? = 0
| configure:3715: result: yes
| configure:3727: checking whether make supports order-only prerequisites
| configure:3742: make -f confmf.mk && make -f confmf.mk && cat confinc.out
| make: don't know how to make |. Stop
| 
| make: stopped in /usr/pkgsrc/lang/gnucobol/work/gnucobol-3.2
| configure:3745: $? = 2
| configure:3756: result: no
| configure:3770: checking whether CFLAGS -O can be modified
| configure:3777: result: no
| configure:3792: checking for x86_64--netbsd-gcc
| configure:3819: result: gcc
| configure:3894: checking for C compiler version
| configure:3903: gcc --version >&5
| gcc (nb2 20230710) 10.5.0
| Copyright (C) 2020 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| 
| configure:3914: $? = 0
| configure:3903: gcc -v >&5
| Using built-in specs.
| COLLECT_GCC=/usr/pkgsrc/lang/gnucobol/work/.gcc/bin/gcc
| COLLECT_LTO_WRAPPER=/usr/libexec/lto-wrapper
| Target: x86_64--netbsd
| Configured with: /usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure 
--target=x86_64--netbsd --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/support/send-pr.html 
--with-pkgversion='NetBSD nb2 20230710' --with-system-zlib --without-isl 
--enable-__cxa_atexit --enable-libstdcxx-time=rt --enable-libstdcxx-threads 
--with-diagnostics-color=auto-if-env --with-tune=nocona 
--with-default-libstdcxx-abi=new 
--with-mpc-lib=/var/obj/mknative/amd64-x86_64/usr/src/external/lgpl3/mpc/lib/libmpc
 
--with-mpfr-lib=/var/obj/mknative/amd64-x86_64/usr/src/external/lgpl3/mpfr/lib/libmpfr
 
--with-gmp-lib=/var/obj/mknative/amd64-x86_64/usr/src/external/lgpl3/gmp/lib/libgmp
 --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src 
--with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src 
--with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/x86_64 
--enable-tls --disable-multilib --disable-libstdcxx-pch --build=x86_64--netbsd 
--host=x86_64--netbsd 
--with-sysroot=/var/obj/mknative/amd64-x86_64/usr/src/destdir.amd64
| Thread model: posix
| Supported LTO compression algorithms: zlib
| gcc version 10.5.0 (nb2 20230710) 
| COMPILER_PATH=/usr/libexec/
| LIBRARY_PATH=/usr/lib/
| ... rest of stderr output deleted ...
| configure:3914: $? = 1
| configure:3903: gcc -V >&5
| gcc: error: unrecognized command-line option '-V'
| configure:3914: $? = 1
| configure:3903: gcc -qversion >&5
| gcc: error: unrecognized command-line option '-qversion'; did you mean 
'--version'?
| configure:3914: $? = 1
| configure:3934: checking whether the C compiler works
| configure:3956: gcc -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| configure:3960: $? = 0
| configure:4008: result: yes
| configure:4011: checking for C compiler default output file name
| configure:4013: result: a.out
| configure:4019: checking for suffix of executables
| configure:4026: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| configure:4030: $? = 0
| configure:4052: result: 
| configure:4074: checking whether we are cross compiling
| configure:4082: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| configure:4086: $? = 0
| configure:4093: ./conftest
| configure:4097: $? = 0
| configure:4112: result: no
| configure:4117: checking for suffix of object files
| configure:4139: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:4143: $? = 0
| configure:4164: result: o
| configure:4168: checking whether we are using the GNU C compiler
| configure:4187: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:4187: $? = 0
| configure:4196: result: yes
| configure:4205: checking whether gcc accepts -g
| configure:4225: gcc -c -g -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 conftest.c >&5
| configure:4225: $? = 0
| configure:4266: result: yes
| configure:4283: checking for gcc option to accept ISO C89
| configure:4346: gcc  -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:4346: $? = 0
| configure:4359: result: none needed
| configure:4384: checking whether gcc understands -c and -o together
| configure:4406: gcc -c conftest.c -o conftest2.o
| configure:4409: $? = 0
| configure:4406: gcc -c conftest.c -o conftest2.o
| configure:4409: $? = 0
| configure:4421: result: yes
| configure:4441: checking whether make supports the include directive
| configure:4456: make -f confmf.GNU && cat confinc.out
| this is the am__doit target
| configure:4459: $? = 0
| configure:4478: result: yes (GNU style)
| configure:4503: checking dependency style of gcc
| configure:4614: result: gcc3
| configure:4636: checking how to run the C preprocessor
| configure:4667: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 conftest.c
| configure:4667: $? = 0
| configure:4681: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 conftest.c
| conftest.c:12:10: fatal error: ac_nonexistent.h: No such file or directory
|    12 | #include <ac_nonexistent.h>
|       |          ^~~~~~~~~~~~~~~~~~
| compilation terminated.
| configure:4681: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #define PATCH_LEVEL 0
| | #define MAX_CALL_FIELD_PARAMS 192
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:4706: result: gcc -E
| configure:4726: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 conftest.c
| configure:4726: $? = 0
| configure:4740: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 conftest.c
| conftest.c:12:10: fatal error: ac_nonexistent.h: No such file or directory
|    12 | #include <ac_nonexistent.h>
|       |          ^~~~~~~~~~~~~~~~~~
| compilation terminated.
| configure:4740: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #define PATCH_LEVEL 0
| | #define MAX_CALL_FIELD_PARAMS 192
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:4769: checking for grep that handles long lines and -e
| configure:4827: result: /usr/bin/grep
| configure:4832: checking for egrep
| configure:4894: result: /usr/bin/egrep
| configure:4899: checking for ANSI C header files
| configure:4919: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:4919: $? = 0
| configure:4992: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| configure:4992: $? = 0
| configure:4992: ./conftest
| configure:4992: $? = 0
| configure:5003: result: yes
| configure:5016: checking for sys/types.h
| configure:5016: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:5016: $? = 0
| configure:5016: result: yes
| configure:5016: checking for sys/stat.h
| configure:5016: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:5016: $? = 0
| configure:5016: result: yes
| configure:5016: checking for stdlib.h
| configure:5016: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:5016: $? = 0
| configure:5016: result: yes
| configure:5016: checking for string.h
| configure:5016: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:5016: $? = 0
| configure:5016: result: yes
| configure:5016: checking for memory.h
| configure:5016: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:5016: $? = 0
| configure:5016: result: yes
| configure:5016: checking for strings.h
| configure:5016: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:5016: $? = 0
| configure:5016: result: yes
| configure:5016: checking for inttypes.h
| configure:5016: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:5016: $? = 0
| configure:5016: result: yes
| configure:5016: checking for stdint.h
| configure:5016: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:5016: $? = 0
| configure:5016: result: yes
| configure:5016: checking for unistd.h
| configure:5016: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:5016: $? = 0
| configure:5016: result: yes
| configure:5029: checking minix/config.h usability
| configure:5029: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| conftest.c:55:10: fatal error: minix/config.h: No such file or directory
|    55 | #include <minix/config.h>
|       |          ^~~~~~~~~~~~~~~~
| compilation terminated.
| configure:5029: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <minix/config.h>
| configure:5029: result: no
| configure:5029: checking minix/config.h presence
| configure:5029: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 conftest.c
| conftest.c:22:10: fatal error: minix/config.h: No such file or directory
|    22 | #include <minix/config.h>
|       |          ^~~~~~~~~~~~~~~~
| compilation terminated.
| configure:5029: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 <minix/config.h>
| configure:5029: result: no
| configure:5029: checking for minix/config.h
| configure:5029: result: no
| configure:5050: checking whether it is safe to define __EXTENSIONS__
| configure:5068: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:5068: $? = 0
| configure:5075: result: yes
| configure:5100: checking for __INTEL_COMPILER
| configure:5109: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| conftest.c:29:4: error: #error macro not defined
|    29 |  # error macro not defined
|       |    ^~~~~
| configure:5109: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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
| | /* end confdefs.h.  */
| | 
| |     #ifndef __INTEL_COMPILER
| |     # error macro not defined
| |     #endif
| configure:5117: result: no
| configure:5123: checking for __clang__
| configure:5132: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| conftest.c:29:4: error: #error macro not defined
|    29 |  # error macro not defined
|       |    ^~~~~
| configure:5132: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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
| | /* end confdefs.h.  */
| | 
| |     #ifndef __clang__
| |     # error macro not defined
| |     #endif
| configure:5137: result: no
| configure:5142: checking for __xlc__
| configure:5151: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| conftest.c:29:4: error: #error macro not defined
|    29 |  # error macro not defined
|       |    ^~~~~
| configure:5151: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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
| | /* end confdefs.h.  */
| | 
| |     #ifndef __xlc__
| |     # error macro not defined
| |     #endif
| configure:5156: result: no
| configure:5161: checking for __WATCOMC__
| configure:5170: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| conftest.c:29:4: error: #error macro not defined
|    29 |  # error macro not defined
|       |    ^~~~~
| configure:5170: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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
| | /* end confdefs.h.  */
| | 
| |     #ifndef __WATCOMC__
| |     # error macro not defined
| |     #endif
| configure:5175: result: no
| configure:5180: checking for __SUNPRO_C
| configure:5189: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| conftest.c:29:4: error: #error macro not defined
|    29 |  # error macro not defined
|       |    ^~~~~
| configure:5189: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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
| | /* end confdefs.h.  */
| | 
| |     #ifndef __SUNPRO_C
| |     # error macro not defined
| |     #endif
| configure:5194: result: no
| configure:5200: checking how to error on warnings during configure checks
| configure:5228: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -Wall -Werror -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib conftest.c  >&5
| configure:5228: $? = 0
| configure:5237: result: -Wall -Werror
| configure:5402: checking whether linking with LDFLAGS / LIBS works
| configure:5415: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -Wall -Werror -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib conftest.c  >&5
| configure:5415: $? = 0
| configure:5416: result: yes
| configure:5506: checking for x86_64--netbsd-windres
| configure:5536: result: no
| configure:5546: checking for windres
| configure:5576: result: no
| configure:5602: checking for x86_64--netbsd-ar
| configure:5632: result: no
| configure:5602: checking for x86_64--netbsd-lib
| configure:5632: result: no
| configure:5602: checking for x86_64--netbsd-link
| configure:5632: result: no
| configure:5646: checking for ar
| configure:5662: found /usr/bin/ar
| configure:5673: result: ar
| configure:5699: checking the archiver (ar) interface
| configure:5715: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:5715: $? = 0
| configure:5717: ar cru libconftest.a conftest.o >&5
| configure:5720: $? = 0
| configure:5748: result: ar
| configure:5797: checking build system type
| configure:5811: result: x86_64--netbsd
| configure:5831: checking host system type
| configure:5844: result: x86_64--netbsd
| configure:5885: checking how to print strings
| configure:5912: result: printf
| configure:5933: checking for a sed that does not truncate output
| configure:5997: result: /usr/bin/sed
| configure:6015: checking for fgrep
| configure:6077: result: /usr/bin/grep -F
| configure:6112: checking for ld used by gcc
| configure:6179: result: /usr/pkgsrc/lang/gnucobol/work/.cwrapper/bin/ld
| configure:6186: checking if the linker 
(/usr/pkgsrc/lang/gnucobol/work/.cwrapper/bin/ld) is GNU ld
| configure:6201: result: yes
| configure:6213: checking for BSD- or MS-compatible name lister (nm)
| configure:6267: result: /usr/bin/nm -B
| configure:6397: checking the name lister (/usr/bin/nm -B) interface
| configure:6404: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:6407: /usr/bin/nm -B "conftest.o"
| configure:6410: output
| 0000000000000000 B some_variable
| configure:6417: result: BSD nm
| configure:6420: checking whether ln -s works
| configure:6424: result: yes
| configure:6432: checking the maximum length of command line arguments
| configure:6563: result: 262144
| configure:6611: checking how to convert x86_64--netbsd file names to 
x86_64--netbsd format
| configure:6651: result: func_convert_file_noop
| configure:6658: checking how to convert x86_64--netbsd file names to 
toolchain format
| configure:6678: result: func_convert_file_noop
| configure:6685: checking for /usr/pkgsrc/lang/gnucobol/work/.cwrapper/bin/ld 
option to reload object files
| configure:6692: result: -r
| configure:6726: checking for x86_64--netbsd-objdump
| configure:6756: result: no
| configure:6766: checking for objdump
| configure:6782: found /usr/bin/objdump
| configure:6793: result: objdump
| configure:6822: checking how to recognize dependent libraries
| configure:7022: result: match_pattern /lib[^/]+(\.so|_pic\.a)$
| configure:7067: checking for x86_64--netbsd-dlltool
| configure:7097: result: no
| configure:7107: checking for dlltool
| configure:7137: result: no
| configure:7164: checking how to associate runtime and link libraries
| configure:7191: result: printf %s\n
| configure:7207: checking for x86_64--netbsd-ar
| configure:7234: result: ar
| configure:7331: checking for archiver @FILE support
| configure:7348: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:7348: $? = 0
| configure:7351: ar cr libconftest.a @conftest.lst >&5
| configure:7354: $? = 0
| configure:7359: ar cr libconftest.a @conftest.lst >&5
| ar: conftest.o: No such file or directory
| configure:7362: $? = 1
| configure:7374: result: @
| configure:7392: checking for x86_64--netbsd-strip
| configure:7422: result: no
| configure:7432: checking for strip
| configure:7448: found /usr/pkgsrc/lang/gnucobol/work/.tools/bin/strip
| configure:7459: result: strip
| configure:7491: checking for x86_64--netbsd-ranlib
| configure:7521: result: no
| configure:7531: checking for ranlib
| configure:7547: found /usr/bin/ranlib
| configure:7558: result: ranlib
| configure:7660: checking command to parse /usr/bin/nm -B output from gcc 
object
| configure:7813: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:7816: $? = 0
| configure:7820: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | 
sed '/ __gnu_lto/d' \> conftest.nm
| configure:7823: $? = 0
| configure:7889: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c conftstm.o >&5
| configure:7892: $? = 0
| configure:7930: result: ok
| configure:7977: checking for sysroot
| configure:8007: result: no
| configure:8014: checking for a working dd
| configure:8052: result: /bin/dd
| configure:8056: checking how to truncate binary pipes
| configure:8071: result: /bin/dd bs=4096 count=1
| configure:8360: checking for x86_64--netbsd-mt
| configure:8390: result: no
| configure:8400: checking for mt
| configure:8416: found /bin/mt
| configure:8427: result: mt
| configure:8450: checking if mt is a manifest tool
| configure:8456: mt '-?'
| mt: unknown option -- ?
| usage: mt [-f device] command [count]
| configure:8464: result: no
| configure:9138: checking for dlfcn.h
| configure:9138: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:9138: $? = 0
| configure:9138: result: yes
| configure:9691: checking for objdir
| configure:9706: result: .libs
| configure:9970: checking if gcc supports -fno-rtti -fno-exceptions
| configure:9988: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-fno-rtti -fno-exceptions conftest.c >&5
| cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but 
not for C
| configure:9992: $? = 0
| configure:10005: result: no
| configure:10363: checking for gcc option to produce PIC
| configure:10370: result: -fPIC -DPIC
| configure:10378: checking if gcc PIC flag -fPIC -DPIC works
| configure:10396: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-fPIC -DPIC -DPIC conftest.c >&5
| configure:10400: $? = 0
| configure:10413: result: yes
| configure:10442: checking if gcc static flag -static works
| configure:10470: result: yes
| configure:10485: checking if gcc supports -c -o file.o
| configure:10506: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-o out/conftest2.o conftest.c >&5
| configure:10510: $? = 0
| configure:10532: result: yes
| configure:10540: checking if gcc supports -c -o file.o
| configure:10587: result: yes
| configure:10620: checking whether the gcc linker 
(/usr/pkgsrc/lang/gnucobol/work/.cwrapper/bin/ld) supports shared libraries
| configure:11881: result: yes
| configure:11918: checking whether -lc should be explicitly linked in
| configure:11926: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:11929: $? = 0
| configure:11944: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname 
-Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
| configure:11947: $? = 0
| configure:11961: result: no
| configure:12121: checking dynamic linker characteristics
| configure:12951: result: NetBSD ld.elf_so
| configure:13073: checking how to hardcode library paths into programs
| configure:13098: result: immediate
| configure:13200: checking for shl_load
| configure:13200: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| ld: /tmp//ccuSfmT3.o: in function `main':
| conftest.c:(.text.startup+0x7): undefined reference to `shl_load'
| configure:13200: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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/"
| | /* end confdefs.h.  */
| | /* Define shl_load to an innocuous variant, in case <limits.h> declares 
shl_load.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define shl_load innocuous_shl_load
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char shl_load (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | 
| | #undef shl_load
| | 
| | /* 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 shl_load ();
| | /* 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_shl_load || defined __stub___shl_load
| | choke me
| | #endif
| | 
| | int
| | main ()
| | {
| | return shl_load ();
| |   ;
| |   return 0;
| | }
| configure:13200: result: no
| configure:13204: checking for shl_load in -ldld
| configure:13229: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c -ldld   >&5
| ld: cannot find -ldld: No such file or directory
| configure:13229: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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/"
| | /* end confdefs.h.  */
| | 
| | /* 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 shl_load ();
| | int
| | main ()
| | {
| | return shl_load ();
| |   ;
| |   return 0;
| | }
| configure:13238: result: no
| configure:13243: checking for dlopen
| configure:13243: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| configure:13243: $? = 0
| configure:13243: result: yes
| configure:13400: checking whether a program can dlopen itself
| configure:13480: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-DHAVE_DLFCN_H -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib -Wl,--export-dynamic conftest.c   >&5
| configure:13483: $? = 0
| configure:13501: result: yes
| configure:13506: checking whether a statically linked program can dlopen 
itself
| configure:13586: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-DHAVE_DLFCN_H -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib -Wl,--export-dynamic -static conftest.c   >&5
| configure:13589: $? = 0
| Service unavailable
| configure:13607: result: no
| configure:13646: checking whether stripping libraries is possible
| configure:13655: result: yes
| configure:13697: checking if libtool supports shared libraries
| configure:13699: result: yes
| configure:13702: checking whether to build shared libraries
| configure:13727: result: yes
| configure:13730: checking whether to build static libraries
| configure:13734: result: yes
| configure:13852: checking for flex
| configure:13868: found /usr/bin/flex
| configure:13879: result: flex
| configure:13917: flex conftest.l
| configure:13921: $? = 0
| configure:13923: checking lex output file root
| configure:13937: result: lex.yy
| configure:13942: checking lex library
| configure:13956: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   >&5
| ld: /tmp//ccT1tlfa.o: in function `yylex':
| conftest.c:(.text+0x117c): undefined reference to `yywrap'
| ld: conftest.c:(.text+0x139c): undefined reference to `yywrap'
| ld: /tmp//ccT1tlfa.o: in function `main':
| conftest.c:(.text.startup+0x11): undefined reference to `yywrap'
| configure:13956: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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/"
| | /* end confdefs.h.  */
| | 
| | #line 2 "lex.yy.c"
| | 
| | #define  YY_INT_ALIGNED short int
| | 
| | /* A lexical scanner generated by flex */
| | 
| | #define FLEX_SCANNER
| | #define YY_FLEX_MAJOR_VERSION 2
| | #define YY_FLEX_MINOR_VERSION 6
| | #define YY_FLEX_SUBMINOR_VERSION 4
| | #if YY_FLEX_SUBMINOR_VERSION > 0
| | #define FLEX_BETA
| | #endif
| | 
| | /* First, we deal with  platform-specific or compiler-specific issues. */
| | 
| | /* begin standard C headers. */
| | #ifdef _LIBC
| | #include "namespace.h"
| | #endif
| | #include <stdio.h>
| | #include <string.h>
| | #include <errno.h>
| | #include <stdlib.h>
| | 
| | /* end standard C headers. */
| | 
| | /*  $NetBSD: flexint.h,v 1.3 2018/12/23 16:27:17 christos Exp $     */
| | 
| | /* flex integer type definitions */
| | 
| | #ifndef FLEXINT_H
| | #define FLEXINT_H
| | 
| | /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
| | 
| | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
| | 
| | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
| |  * if you want the limit (max/min) macros for int types. 
| |  */
| | #ifndef __STDC_LIMIT_MACROS
| | #define __STDC_LIMIT_MACROS 1
| | #endif
| | 
| | #include <inttypes.h>
| | typedef int8_t flex_int8_t;
| | typedef uint8_t flex_uint8_t;
| | typedef int16_t flex_int16_t;
| | typedef uint16_t flex_uint16_t;
| | typedef int32_t flex_int32_t;
| | typedef uint32_t flex_uint32_t;
| | #else
| | typedef signed char flex_int8_t;
| | typedef short int flex_int16_t;
| | typedef int flex_int32_t;
| | typedef unsigned char flex_uint8_t; 
| | typedef unsigned short int flex_uint16_t;
| | typedef unsigned int flex_uint32_t;
| | 
| | /* Limits of integral types. */
| | #ifndef INT8_MIN
| | #define INT8_MIN               (-128)
| | #endif
| | #ifndef INT16_MIN
| | #define INT16_MIN              (-32767-1)
| | #endif
| | #ifndef INT32_MIN
| | #define INT32_MIN              (-2147483647-1)
| | #endif
| | #ifndef INT8_MAX
| | #define INT8_MAX               (127)
| | #endif
| | #ifndef INT16_MAX
| | #define INT16_MAX              (32767)
| | #endif
| | #ifndef INT32_MAX
| | #define INT32_MAX              (2147483647)
| | #endif
| | #ifndef UINT8_MAX
| | #define UINT8_MAX              (255U)
| | #endif
| | #ifndef UINT16_MAX
| | #define UINT16_MAX             (65535U)
| | #endif
| | #ifndef UINT32_MAX
| | #define UINT32_MAX             (4294967295U)
| | #endif
| | 
| | #ifndef SIZE_MAX
| | #define SIZE_MAX               (~(size_t)0)
| | #endif
| | 
| | #endif /* ! C99 */
| | 
| | #endif /* ! FLEXINT_H */
| | 
| | /* begin standard C++ headers. */
| | 
| | /* TODO: this is always defined, so inline it */
| | #define yyconst const
| | 
| | #if defined(__GNUC__) && __GNUC__ >= 3
| | #define yynoreturn __attribute__((__noreturn__))
| | #else
| | #define yynoreturn
| | #endif
| | 
| | /* Returned upon end-of-file. */
| | #define YY_NULL 0
| | 
| | /* Promotes a possibly negative, possibly signed char to an
| |  *   integer in range [0..255] for use as an array index.
| |  */
| | #define YY_SC_TO_UI(c) ((YY_CHAR) (c))
| | 
| | /* Enter a start condition.  This macro really ought to take a parameter,
| |  * but we do it the disgusting crufty way forced on us by the ()-less
| |  * definition of BEGIN.
| |  */
| | #define BEGIN (yy_start) = 1 + 2 *
| | /* Translate the current start state into a value that can be later handed
| |  * to BEGIN to return to the state.  The YYSTATE alias is for lex
| |  * compatibility.
| |  */
| | #define YY_START (((yy_start) - 1) / 2)
| | #define YYSTATE YY_START
| | /* Action number for EOF rule of a given start state. */
| | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
| | /* Special action meaning "start processing a new file". */
| | #define YY_NEW_FILE yyrestart( yyin  )
| | #define YY_END_OF_BUFFER_CHAR 0
| | 
| | /* Size of default input buffer. */
| | #ifndef YY_BUF_SIZE
| | #ifdef __ia64__
| | /* On IA-64, the buffer size is 16k, not 8k.
| |  * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
| |  * Ditto for the __ia64__ case accordingly.
| |  */
| | #define YY_BUF_SIZE 32768
| | #else
| | #define YY_BUF_SIZE 16384
| | #endif /* __ia64__ */
| | #endif
| | 
| | /* The state buf must be large enough to hold one state per character in 
the main buffer.
| |  */
| | #define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
| | 
| | #ifndef YY_TYPEDEF_YY_BUFFER_STATE
| | #define YY_TYPEDEF_YY_BUFFER_STATE
| | typedef struct yy_buffer_state *YY_BUFFER_STATE;
| | #endif
| | 
| | #ifndef YY_TYPEDEF_YY_SIZE_T
| | #define YY_TYPEDEF_YY_SIZE_T
| | typedef size_t yy_size_t;
| | #endif
| | 
| | extern yy_size_t yyleng;
| | 
| | extern FILE *yyin, *yyout;
| | 
| | #define EOB_ACT_CONTINUE_SCAN 0
| | #define EOB_ACT_END_OF_FILE 1
| | #define EOB_ACT_LAST_MATCH 2
| |     
| |     #define YY_LESS_LINENO(n)
| |     #define YY_LINENO_REWIND_TO(ptr)
| |     
| | /* Return all but the first "n" matched characters back to the input 
stream. */
| | #define yyless(n) \
| |     do \
| |             { \
| |             /* Undo effects of setting up yytext. */ \
| |         int yyless_macro_arg = (n); \
| |         YY_LESS_LINENO(yyless_macro_arg);\
| |             *yy_cp = (yy_hold_char); \
| |             YY_RESTORE_YY_MORE_OFFSET \
| |             (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
| |             YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| |             } \
| |     while ( 0 )
| | #define unput(c) yyunput( c, (yytext_ptr)  )
| | 
| | #ifndef YY_STRUCT_YY_BUFFER_STATE
| | #define YY_STRUCT_YY_BUFFER_STATE
| | struct yy_buffer_state
| |     {
| |     FILE *yy_input_file;
| | 
| |     char *yy_ch_buf;                /* input buffer */
| |     char *yy_buf_pos;               /* current position in input buffer */
| | 
| |     /* Size of input buffer in bytes, not including room for EOB
| |      * characters.
| |      */
| |     size_t yy_buf_size;
| | 
| |     /* Number of characters read into yy_ch_buf, not including EOB
| |      * characters.
| |      */
| |     size_t yy_n_chars;
| | 
| |     /* Whether we "own" the buffer - i.e., we know we created it,
| |      * and can realloc() it to grow it, and should free() it to
| |      * delete it.
| |      */
| |     int yy_is_our_buffer;
| | 
| |     /* Whether this is an "interactive" input source; if so, and
| |      * if we're using stdio for input, then we want to use getc()
| |      * instead of fread(), to make sure we stop fetching input after
| |      * each newline.
| |      */
| |     int yy_is_interactive;
| | 
| |     /* Whether we're considered to be at the beginning of a line.
| |      * If so, '^' rules will be active on the next match, otherwise
| |      * not.
| |      */
| |     int yy_at_bol;
| | 
| |     int yy_bs_lineno; /**< The line count. */
| |     int yy_bs_column; /**< The column count. */
| | 
| |     /* Whether to try to fill the input buffer when we reach the
| |      * end of it.
| |      */
| |     int yy_fill_buffer;
| | 
| |     int yy_buffer_status;
| | 
| | #define YY_BUFFER_NEW 0
| | #define YY_BUFFER_NORMAL 1
| |     /* When an EOF's been seen but there's still some text to process
| |      * then we mark the buffer as YY_EOF_PENDING, to indicate that we
| |      * shouldn't try reading from the input source any more.  We might
| |      * still have a bunch of tokens to match, though, because of
| |      * possible backing-up.
| |      *
| |      * When we actually see the EOF, we change the status to "new"
| |      * (via yyrestart()), so that the user can continue scanning by
| |      * just pointing yyin at a new input file.
| |      */
| | #define YY_BUFFER_EOF_PENDING 2
| | 
| |     };
| | #endif /* !YY_STRUCT_YY_BUFFER_STATE */
| | 
| | /* Stack of input buffers. */
| | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
| | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
| | static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
| | 
| | /* We provide macros for accessing buffer states in case in the
| |  * future we want to put the buffer states in a more general
| |  * "scanner state".
| |  *
| |  * Returns the top of the stack, or NULL.
| |  */
| | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
| |                           ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
| |                           : NULL)
| | /* Same as previous macro, but useful when we know that the buffer stack is 
not
| |  * NULL or when we need an lvalue. For internal use only.
| |  */
| | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
| | 
| | /* yy_hold_char holds the character lost when yytext is formed. */
| | static char yy_hold_char;
| | static yy_size_t yy_n_chars;                /* number of characters read 
into yy_ch_buf */
| | yy_size_t yyleng;
| | 
| | /* Points to current character in buffer. */
| | static char *yy_c_buf_p = NULL;
| | static int yy_init = 0;             /* whether we need to initialize */
| | static int yy_start = 0;    /* start state number */
| | 
| | /* Flag which is used to allow yywrap()'s to do buffer switches
| |  * instead of setting up a fresh yyin.  A bit of a hack ...
| |  */
| | static int yy_did_buffer_switch_on_eof;
| | 
| | void yyrestart ( FILE *input_file  );
| | void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer  );
| | YY_BUFFER_STATE yy_create_buffer ( FILE *file, yy_size_t size  );
| | void yy_delete_buffer ( YY_BUFFER_STATE b  );
| | void yy_flush_buffer ( YY_BUFFER_STATE b  );
| | void yypush_buffer_state ( YY_BUFFER_STATE new_buffer  );
| | void yypop_buffer_state ( void );
| | 
| | static void yyensure_buffer_stack ( void );
| | static void yy_load_buffer_state ( void );
| | static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file  );
| | #define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER )
| | 
| | YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size  );
| | YY_BUFFER_STATE yy_scan_string ( const char *yy_str  );
| | YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, yy_size_t len  );
| | 
| | void *yyalloc ( yy_size_t  );
| | void *yyrealloc ( void *, yy_size_t  );
| | void yyfree ( void *  );
| | 
| | #define yy_new_buffer yy_create_buffer
| | #define yy_set_interactive(is_interactive) \
| |     { \
| |     if ( ! YY_CURRENT_BUFFER ){ \
| |         yyensure_buffer_stack (); \
| |             YY_CURRENT_BUFFER_LVALUE =    \
| |             yy_create_buffer( yyin, YY_BUF_SIZE ); \
| |     } \
| |     YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
| |     }
| | #define yy_set_bol(at_bol) \
| |     { \
| |     if ( ! YY_CURRENT_BUFFER ){\
| |         yyensure_buffer_stack (); \
| |             YY_CURRENT_BUFFER_LVALUE =    \
| |             yy_create_buffer( yyin, YY_BUF_SIZE ); \
| |     } \
| |     YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
| |     }
| | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
| | 
| | /* Begin user sect3 */
| | typedef flex_uint8_t YY_CHAR;
| | 
| | FILE *yyin = NULL, *yyout = NULL;
| | 
| | typedef int yy_state_type;
| | 
| | extern int yylineno;
| | int yylineno = 1;
| | 
| | extern char *yytext;
| | #ifdef yytext_ptr
| | #undef yytext_ptr
| | #endif
| | #define yytext_ptr yytext
| | 
| | static yy_state_type yy_get_previous_state ( void );
| | static yy_state_type yy_try_NUL_trans ( yy_state_type current_state  );
| | static int yy_get_next_buffer ( void );
| | static void yynoreturn yy_fatal_error ( const char* msg  );
| | 
| | /* Done after the current pattern has been matched and before the
| |  * corresponding action - sets up yytext.
| |  */
| | #define YY_DO_BEFORE_ACTION \
| |     (yytext_ptr) = yy_bp; \
| |     (yytext_ptr) -= (yy_more_len); \
| |     yyleng = (yy_size_t)(yy_cp - (yytext_ptr)); \
| |     (yy_hold_char) = *yy_cp; \
| |     *yy_cp = '\0'; \
| |     (yy_c_buf_p) = yy_cp;
| | #define YY_NUM_RULES 8
| | #define YY_END_OF_BUFFER 9
| | /* This struct is not used in this scanner,
| |    but its presence is necessary. */
| | struct yy_trans_info
| |     {
| |     flex_int32_t yy_verify;
| |     flex_int32_t yy_nxt;
| |     };
| | static const flex_int16_t yy_acclist[23] =
| |     {   0,
| |         9,    7,    8,    8,    1,    7,    8,    2,    7,    8,
| |         3,    7,    8,    4,    7,    8,    5,    7,    8,    6,
| |         7,    8
| |     } ;
| | 
| | static const flex_int16_t yy_accept[14] =
| |     {   0,
| |         1,    1,    1,    2,    4,    5,    8,   11,   14,   17,
| |        20,   23,   23
| |     } ;
| | 
| | static const YY_CHAR yy_ec[256] =
| |     {   0,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    2,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    3,    4,    5,    6,
| | 
| |         7,    8,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| | 
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
| |         1,    1,    1,    1,    1
| |     } ;
| | 
| | static const YY_CHAR yy_meta[9] =
| |     {   0,
| |         1,    1,    1,    1,    1,    1,    1,    1
| |     } ;
| | 
| | static const flex_int16_t yy_base[13] =
| |     {   0,
| |         0,    0,    9,   10,   10,   10,   10,   10,   10,   10,
| |        10,   10
| |     } ;
| | 
| | static const flex_int16_t yy_def[13] =
| |     {   0,
| |        12,    1,   12,   12,   12,   12,   12,   12,   12,   12,
| |        12,    0
| |     } ;
| | 
| | static const flex_int16_t yy_nxt[19] =
| |     {   0,
| |         4,    5,    6,    7,    8,    9,   10,   11,   12,    3,
| |        12,   12,   12,   12,   12,   12,   12,   12
| |     } ;
| | 
| | static const flex_int16_t yy_chk[19] =
| |     {   0,
| |         1,    1,    1,    1,    1,    1,    1,    1,    3,   12,
| |        12,   12,   12,   12,   12,   12,   12,   12
| |     } ;
| | 
| | extern int yy_flex_debug;
| | int yy_flex_debug = 0;
| | 
| | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
| | static char *yy_full_match;
| | static int yy_lp;
| | #define REJECT \
| | { \
| | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
| | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
| | ++(yy_lp); \
| | goto find_rule; \
| | }
| | 
| | static int yy_more_flag = 0;
| | static int yy_more_len = 0;
| | #define yymore() ((yy_more_flag) = 1)
| | #define YY_MORE_ADJ (yy_more_len)
| | #define YY_RESTORE_YY_MORE_OFFSET
| | char *yytext;
| | #line 1 "conftest.l"
| | #line 464 "lex.yy.c"
| | 
| | #define INITIAL 0
| | 
| | #ifndef YY_NO_UNISTD_H
| | /* Special case for "unistd.h", since it is non-ANSI. We include it way
| |  * down here because we want the user's section 1 to have been scanned 
first.
| |  * The user has a chance to override it with an option.
| |  */
| | #include <unistd.h>
| | #endif
| | 
| | #ifndef YY_EXTRA_TYPE
| | #define YY_EXTRA_TYPE void *
| | #endif
| | 
| | static int yy_init_globals ( void );
| | 
| | /* Accessor methods to globals.
| |    These are made visible to non-reentrant scanners for convenience. */
| | 
| | int yylex_destroy ( void );
| | 
| | int yyget_debug ( void );
| | 
| | void yyset_debug ( int debug_flag  );
| | 
| | YY_EXTRA_TYPE yyget_extra ( void );
| | 
| | void yyset_extra ( YY_EXTRA_TYPE user_defined  );
| | 
| | FILE *yyget_in ( void );
| | 
| | void yyset_in  ( FILE * _in_str  );
| | 
| | FILE *yyget_out ( void );
| | 
| | void yyset_out  ( FILE * _out_str  );
| | 
| |                     yy_size_t yyget_leng ( void );
| | 
| | char *yyget_text ( void );
| | 
| | int yyget_lineno ( void );
| | 
| | void yyset_lineno ( int _line_number  );
| | 
| | /* Macros after this point can all be overridden by user definitions in
| |  * section 1.
| |  */
| | 
| | #ifndef YY_SKIP_YYWRAP
| | #ifdef __cplusplus
| | extern "C" int yywrap ( void );
| | #else
| | extern int yywrap ( void );
| | #endif
| | #endif
| | 
| | #ifndef YY_NO_UNPUT
| |     
| |     static void yyunput ( int c, char *buf_ptr  );
| |     
| | #endif
| | 
| | #ifndef yytext_ptr
| | static void yy_flex_strncpy ( char *, const char *, int );
| | #endif
| | 
| | #ifdef YY_NEED_STRLEN
| | static int yy_flex_strlen ( const char * );
| | #endif
| | 
| | #ifndef YY_NO_INPUT
| | #ifdef __cplusplus
| | static int yyinput ( void );
| | #else
| | static int input ( void );
| | #endif
| | 
| | #endif
| | 
| | /* Amount of stuff to slurp up with each read. */
| | #ifndef YY_READ_BUF_SIZE
| | #ifdef __ia64__
| | /* On IA-64, the buffer size is 16k, not 8k */
| | #define YY_READ_BUF_SIZE 16384
| | #else
| | #define YY_READ_BUF_SIZE 8192
| | #endif /* __ia64__ */
| | #endif
| | 
| | /* Copy whatever the last rule matched to the standard output. */
| | #ifndef ECHO
| | /* This used to be an fputs(), but since the string might contain NUL's,
| |  * we now use fwrite().
| |  */
| | #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } 
while (0)
| | #endif
| | 
| | /* Gets input and stuffs it into "buf".  number of characters read, or 
YY_NULL,
| |  * is returned in "result".
| |  */
| | #ifndef YY_INPUT
| | #define YY_INPUT(buf,result,max_size) \
| |     if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
| |             { \
| |             int c = '*'; \
| |             yy_size_t n; \
| |             for ( n = 0; n < max_size && \
| |                          (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
| |                     buf[n] = (char) c; \
| |             if ( c == '\n' ) \
| |                     buf[n++] = (char) c; \
| |             if ( c == EOF && ferror( yyin ) ) \
| |                     YY_FATAL_ERROR( "input in flex scanner failed" ); \
| |             result = n; \
| |             } \
| |     else \
| |             { \
| |             errno=0; \
| |             while ( (result = fread(buf, 1, (yy_size_t) max_size, yyin)) == 
0 && ferror(yyin)) \
| |                     { \
| |                     if( errno != EINTR) \
| |                             { \
| |                             YY_FATAL_ERROR( "input in flex scanner failed" 
); \
| |                             break; \
| |                             } \
| |                     errno=0; \
| |                     clearerr(yyin); \
| |                     } \
| |             }\
| | \
| | 
| | #endif
| | 
| | /* No semi-colon after return; correct usage is to write "yyterminate();" -
| |  * we don't want an extra ';' after the "return" because that will cause
| |  * some compilers to complain about unreachable statements.
| |  */
| | #ifndef yyterminate
| | #define yyterminate() return YY_NULL
| | #endif
| | 
| | /* Number of entries by which start-condition stack grows. */
| | #ifndef YY_START_STACK_INCR
| | #define YY_START_STACK_INCR 25
| | #endif
| | 
| | /* Report a fatal error. */
| | #ifndef YY_FATAL_ERROR
| | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
| | #endif
| | 
| | /* end tables serialization structures and prototypes */
| | 
| | /* Default declaration of generated scanner - a define so the user can
| |  * easily add parameters.
| |  */
| | #ifndef YY_DECL
| | #define YY_DECL_IS_OURS 1
| | 
| | extern int yylex (void);
| | 
| | #define YY_DECL int yylex (void)
| | #endif /* !YY_DECL */
| | 
| | /* Code executed at the beginning of each rule, after yytext and yyleng
| |  * have been set up.
| |  */
| | #ifndef YY_USER_ACTION
| | #define YY_USER_ACTION
| | #endif
| | 
| | /* Code executed at the end of each rule. */
| | #ifndef YY_BREAK
| | #define YY_BREAK /*LINTED*/break;
| | #endif
| | 
| | #define YY_RULE_SETUP \
| |     YY_USER_ACTION
| | 
| | /** The main scanner function which does all the work.
| |  */
| | YY_DECL
| | {
| |     yy_state_type yy_current_state;
| |     char *yy_cp, *yy_bp;
| |     int yy_act;
| |     
| |     if ( !(yy_init) )
| |             {
| |             (yy_init) = 1;
| | 
| | #ifdef YY_USER_INIT
| |             YY_USER_INIT;
| | #endif
| | 
| |             /* Create the reject buffer large enough to save one state per 
allowed character. */
| |             if ( ! (yy_state_buf) )
| |                     (yy_state_buf) = (yy_state_type 
*)yyalloc(YY_STATE_BUF_SIZE  );
| |             if ( ! (yy_state_buf) )
| |                     YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
| | 
| |             if ( ! (yy_start) )
| |                     (yy_start) = 1; /* first start state */
| | 
| |             if ( ! yyin )
| |                     yyin = stdin;
| | 
| |             if ( ! yyout )
| |                     yyout = stdout;
| | 
| |             if ( ! YY_CURRENT_BUFFER ) {
| |                     yyensure_buffer_stack ();
| |                     YY_CURRENT_BUFFER_LVALUE =
| |                             yy_create_buffer( yyin, YY_BUF_SIZE );
| |             }
| | 
| |             yy_load_buffer_state(  );
| |             }
| | 
| |     {
| | #line 1 "conftest.l"
| | 
| | #line 689 "lex.yy.c"
| | 
| |     while ( /*CONSTCOND*/1 )                /* loops until end-of-file is 
reached */
| |             {
| |             (yy_more_len) = 0;
| |             if ( (yy_more_flag) )
| |                     {
| |                     (yy_more_len) = (int) ((yy_c_buf_p) - (yytext_ptr));
| |                     (yy_more_flag) = 0;
| |                     }
| |             yy_cp = (yy_c_buf_p);
| | 
| |             /* Support of yytext. */
| |             *yy_cp = (yy_hold_char);
| | 
| |             /* yy_bp points to the position in yy_ch_buf of the start of
| |              * the current run.
| |              */
| |             yy_bp = yy_cp;
| | 
| |             yy_current_state = (yy_start);
| | 
| |             (yy_state_ptr) = (yy_state_buf);
| |             *(yy_state_ptr)++ = yy_current_state;
| | 
| | yy_match:
| |             do
| |                     {
| |                     YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
| |                     while ( yy_chk[yy_base[yy_current_state] + yy_c] != 
yy_current_state )
| |                             {
| |                             yy_current_state = (int) 
yy_def[yy_current_state];
| |                             if ( yy_current_state >= 13 )
| |                                     yy_c = yy_meta[yy_c];
| |                             }
| |                     yy_current_state = yy_nxt[yy_base[yy_current_state] + 
yy_c];
| |                     *(yy_state_ptr)++ = yy_current_state;
| |                     ++yy_cp;
| |                     }
| |             while ( yy_base[yy_current_state] != 10 );
| | 
| | yy_find_action:
| |             yy_current_state = *--(yy_state_ptr);
| |             (yy_lp) = yy_accept[yy_current_state];
| | 
| | find_rule: /* we branch to this label when backing up */
| | 
| |             for ( ; ; ) /* until we find what rule we matched */
| |                     {
| |                     if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 
1] )
| |                             {
| |                             yy_act = yy_acclist[(yy_lp)];
| |                                     {
| |                                     (yy_full_match) = yy_cp;
| |                                     break;
| |                                     }
| |                             }
| |                     --yy_cp;
| |                     yy_current_state = *--(yy_state_ptr);
| |                     (yy_lp) = yy_accept[yy_current_state];
| |                     }
| | 
| |             YY_DO_BEFORE_ACTION;
| | 
| | do_action:  /* This label is used only to access EOF actions. */
| | 
| |             switch ( yy_act )
| |     { /* beginning of action switch */
| | case 1:
| | YY_RULE_SETUP
| | #line 2 "conftest.l"
| | { ECHO; }
| |     YY_BREAK
| | case 2:
| | YY_RULE_SETUP
| | #line 3 "conftest.l"
| | { REJECT; }
| |     YY_BREAK
| | case 3:
| | YY_RULE_SETUP
| | #line 4 "conftest.l"
| | { yymore (); }
| |     YY_BREAK
| | case 4:
| | YY_RULE_SETUP
| | #line 5 "conftest.l"
| | { yyless (1); }
| |     YY_BREAK
| | case 5:
| | YY_RULE_SETUP
| | #line 6 "conftest.l"
| | { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
| |     yyless ((input () != 0)); }
| |     YY_BREAK
| | case 6:
| | YY_RULE_SETUP
| | #line 8 "conftest.l"
| | { unput (yytext[0]); }
| |     YY_BREAK
| | case 7:
| | YY_RULE_SETUP
| | #line 9 "conftest.l"
| | { BEGIN INITIAL; }
| |     YY_BREAK
| | case 8:
| | YY_RULE_SETUP
| | #line 10 "conftest.l"
| | ECHO;
| |     YY_BREAK
| | #line 798 "lex.yy.c"
| |                     case YY_STATE_EOF(INITIAL):
| |                             yyterminate();
| | 
| |     case YY_END_OF_BUFFER:
| |             {
| |             /* Amount of text matched not including the EOB char. */
| |             int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 
1;
| | 
| |             /* Undo the effects of YY_DO_BEFORE_ACTION. */
| |             *yy_cp = (yy_hold_char);
| |             YY_RESTORE_YY_MORE_OFFSET
| | 
| |             if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == 
YY_BUFFER_NEW )
| |                     {
| |                     /* We're scanning a new file or input source.  It's
| |                      * possible that this happened because the user
| |                      * just pointed yyin at a new source and called
| |                      * yylex().  If so, then we have to assure
| |                      * consistency between YY_CURRENT_BUFFER and our
| |                      * globals.  Here is the right place to do so, because
| |                      * this is the first action (other than possibly a
| |                      * back-up) that will match for the new input source.
| |                      */
| |                     (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| |                     YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
| |                     YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = 
YY_BUFFER_NORMAL;
| |                     }
| | 
| |             /* Note that here we test for yy_c_buf_p "<=" to the position
| |              * of the first EOB in the buffer, since yy_c_buf_p will
| |              * already have been incremented past the NUL character
| |              * (since all states make transitions on EOB to the
| |              * end-of-buffer state).  Contrast this with the test
| |              * in input().
| |              */
| |             if ( (yy_c_buf_p) <= 
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| |                     { /* This was really a NUL. */
| |                     yy_state_type yy_next_state;
| | 
| |                     (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
| | 
| |                     yy_current_state = yy_get_previous_state(  );
| | 
| |                     /* Okay, we're now positioned to make the NUL
| |                      * transition.  We couldn't have
| |                      * yy_get_previous_state() go ahead and do it
| |                      * for us because it doesn't know how to deal
| |                      * with the possibility of jamming (and we don't
| |                      * want to build jamming into it because then it
| |                      * will run more slowly).
| |                      */
| | 
| |                     yy_next_state = yy_try_NUL_trans( yy_current_state );
| | 
| |                     yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| | 
| |                     if ( yy_next_state )
| |                             {
| |                             /* Consume the NUL. */
| |                             yy_cp = ++(yy_c_buf_p);
| |                             yy_current_state = yy_next_state;
| |                             goto yy_match;
| |                             }
| | 
| |                     else
| |                             {
| |                             yy_cp = (yy_c_buf_p);
| |                             goto yy_find_action;
| |                             }
| |                     }
| | 
| |             else switch ( yy_get_next_buffer(  ) )
| |                     {
| |                     case EOB_ACT_END_OF_FILE:
| |                             {
| |                             (yy_did_buffer_switch_on_eof) = 0;
| | 
| |                             if ( yywrap(  ) )
| |                                     {
| |                                     /* Note: because we've taken care in
| |                                      * yy_get_next_buffer() to have set up
| |                                      * yytext, we can now set up
| |                                      * yy_c_buf_p so that if some total
| |                                      * hoser (like flex itself) wants to
| |                                      * call the scanner after we return the
| |                                      * YY_NULL, it'll still work - another
| |                                      * YY_NULL will get returned.
| |                                      */
| |                                     (yy_c_buf_p) = (yytext_ptr) + 
YY_MORE_ADJ;
| | 
| |                                     yy_act = YY_STATE_EOF(YY_START);
| |                                     goto do_action;
| |                                     }
| | 
| |                             else
| |                                     {
| |                                     if ( ! (yy_did_buffer_switch_on_eof) )
| |                                             YY_NEW_FILE;
| |                                     }
| |                             break;
| |                             }
| | 
| |                     case EOB_ACT_CONTINUE_SCAN:
| |                             (yy_c_buf_p) =
| |                                     (yytext_ptr) + 
yy_amount_of_matched_text;
| | 
| |                             yy_current_state = yy_get_previous_state(  );
| | 
| |                             yy_cp = (yy_c_buf_p);
| |                             yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| |                             goto yy_match;
| | 
| |                     case EOB_ACT_LAST_MATCH:
| |                             (yy_c_buf_p) =
| |                             
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
| | 
| |                             yy_current_state = yy_get_previous_state(  );
| | 
| |                             yy_cp = (yy_c_buf_p);
| |                             yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| |                             goto yy_find_action;
| |                     }
| |             break;
| |             }
| | 
| |     default:
| |             YY_FATAL_ERROR(
| |                     "fatal flex scanner internal error--no action found" );
| |     } /* end of action switch */
| |             } /* end of scanning one token */
| |     } /* end of user's declarations */
| | } /* end of yylex */
| | 
| | /* yy_get_next_buffer - try to read in a new buffer
| |  *
| |  * Returns a code representing an action:
| |  *  EOB_ACT_LAST_MATCH -
| |  *  EOB_ACT_CONTINUE_SCAN - continue scanning from current position
| |  *  EOB_ACT_END_OF_FILE - end of file
| |  */
| | static int yy_get_next_buffer (void)
| | {
| |             char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
| |     char *source = (yytext_ptr);
| |     yy_size_t number_to_move, i;
| |     int ret_val;
| | 
| |     if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 
1] )
| |             YY_FATAL_ERROR(
| |             "fatal flex scanner internal error--end of buffer missed" );
| | 
| |     if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
| |             { /* Don't try to fill the buffer, so this is an EOF. */
| |             if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
| |                     {
| |                     /* We matched a single character, the EOB, so
| |                      * treat this as a final EOF.
| |                      */
| |                     return EOB_ACT_END_OF_FILE;
| |                     }
| | 
| |             else
| |                     {
| |                     /* We matched some text prior to the EOB, first
| |                      * process it.
| |                      */
| |                     return EOB_ACT_LAST_MATCH;
| |                     }
| |             }
| | 
| |     /* Try to read more data. */
| | 
| |     /* First move last chars to start of buffer. */
| |     number_to_move = (yy_size_t) ((yy_c_buf_p) - (yytext_ptr) - 1);
| | 
| |     for ( i = 0; i < number_to_move; ++i )
| |             *(dest++) = *(source++);
| | 
| |     if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == 
YY_BUFFER_EOF_PENDING )
| |             /* don't do the read, it's not guaranteed to return an EOF,
| |              * just force an EOF
| |              */
| |             YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
| | 
| |     else
| |             {
| |                     yy_size_t num_to_read =
| |                     YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move 
- 1;
| | 
| |             while ( num_to_read <= 0 )
| |                     { /* Not enough room in the buffer - grow it. */
| | 
| |                     YY_FATAL_ERROR(
| | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
| | 
| |                     }
| | 
| |             if ( num_to_read > YY_READ_BUF_SIZE )
| |                     num_to_read = YY_READ_BUF_SIZE;
| | 
| |             /* Read in more data. */
| |             YY_INPUT( 
(&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
| |                     (yy_n_chars), num_to_read );
| | 
| |             YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| |             }
| | 
| |     if ( (yy_n_chars) == 0 )
| |             {
| |             if ( number_to_move == YY_MORE_ADJ )
| |                     {
| |                     ret_val = EOB_ACT_END_OF_FILE;
| |                     yyrestart( yyin  );
| |                     }
| | 
| |             else
| |                     {
| |                     ret_val = EOB_ACT_LAST_MATCH;
| |                     YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
| |                             YY_BUFFER_EOF_PENDING;
| |                     }
| |             }
| | 
| |     else
| |             ret_val = EOB_ACT_CONTINUE_SCAN;
| | 
| |     if (((yy_n_chars) + number_to_move) > 
YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
| |             /* Extend the array by 50%, plus the number we really need. */
| |             yy_size_t new_size = (yy_n_chars) + number_to_move + 
((yy_n_chars) >> 1);
| |             YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc(
| |                     (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, 
(yy_size_t) new_size  );
| |             if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| |                     YY_FATAL_ERROR( "out of dynamic memory in 
yy_get_next_buffer()" );
| |             /* "- 2" to take care of EOB's */
| |             YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (yy_size_t) (new_size - 
2);
| |     }
| | 
| |     (yy_n_chars) += number_to_move;
| |     YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = 
YY_END_OF_BUFFER_CHAR;
| |     YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = 
YY_END_OF_BUFFER_CHAR;
| | 
| |     (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
| | 
| |     return ret_val;
| | }
| | 
| | /* yy_get_previous_state - get the state just before the EOB char was 
reached */
| | 
| |     static yy_state_type yy_get_previous_state (void)
| | {
| |     yy_state_type yy_current_state;
| |     char *yy_cp;
| |     
| |     yy_current_state = (yy_start);
| | 
| |     (yy_state_ptr) = (yy_state_buf);
| |     *(yy_state_ptr)++ = yy_current_state;
| | 
| |     for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp 
)
| |             {
| |             YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
| |             while ( yy_chk[yy_base[yy_current_state] + yy_c] != 
yy_current_state )
| |                     {
| |                     yy_current_state = (int) yy_def[yy_current_state];
| |                     if ( yy_current_state >= 13 )
| |                             yy_c = yy_meta[yy_c];
| |                     }
| |             yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
| |             *(yy_state_ptr)++ = yy_current_state;
| |             }
| | 
| |     return yy_current_state;
| | }
| | 
| | /* yy_try_NUL_trans - try to make a transition on the NUL character
| |  *
| |  * synopsis
| |  *  next_state = yy_try_NUL_trans( current_state );
| |  */
| |     static yy_state_type yy_try_NUL_trans  (yy_state_type yy_current_state )
| | {
| |     int yy_is_jam;
| |     
| |     YY_CHAR yy_c = 1;
| |     while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| |             {
| |             yy_current_state = (int) yy_def[yy_current_state];
| |             if ( yy_current_state >= 13 )
| |                     yy_c = yy_meta[yy_c];
| |             }
| |     yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
| |     yy_is_jam = (yy_current_state == 12);
| |     if ( ! yy_is_jam )
| |             *(yy_state_ptr)++ = yy_current_state;
| | 
| |     return yy_is_jam ? 0 : yy_current_state;
| | }
| | 
| | #ifndef YY_NO_UNPUT
| | 
| |     static void yyunput (int c, char * yy_bp )
| | {
| |     char *yy_cp;
| |     
| |     yy_cp = (yy_c_buf_p);
| | 
| |     /* undo effects of setting up yytext */
| |     *yy_cp = (yy_hold_char);
| | 
| |     if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| |             { /* need to shift things up to make room */
| |             /* +2 for EOB chars. */
| |             yy_size_t number_to_move = (yy_n_chars) + 2;
| |             char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
| |                                     YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 
2];
| |             char *source =
| |                             
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
| | 
| |             while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| |                     *--dest = *--source;
| | 
| |             yy_cp += (int) (dest - source);
| |             yy_bp += (int) (dest - source);
| |             YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
| |                     (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
| | 
| |             if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| |                     YY_FATAL_ERROR( "flex scanner push-back overflow" );
| |             }
| | 
| |     *--yy_cp = (char) c;
| | 
| |     (yytext_ptr) = yy_bp;
| |     (yy_hold_char) = *yy_cp;
| |     (yy_c_buf_p) = yy_cp;
| | }
| | 
| | #endif
| | 
| | #ifndef YY_NO_INPUT
| | #ifdef __cplusplus
| |     static int yyinput (void)
| | #else
| |     static int input  (void)
| | #endif
| | 
| | {
| |     int c;
| |     
| |     *(yy_c_buf_p) = (yy_hold_char);
| | 
| |     if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
| |             {
| |             /* yy_c_buf_p now points to the character we want to return.
| |              * If this occurs *before* the EOB characters, then it's a
| |              * valid NUL; if not, then we've hit the end of the buffer.
| |              */
| |             if ( (yy_c_buf_p) < 
&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| |                     /* This was really a NUL. */
| |                     *(yy_c_buf_p) = '\0';
| | 
| |             else
| |                     { /* need more input */
| |                     yy_size_t offset = (int) ((yy_c_buf_p) - (yytext_ptr));
| |                     ++(yy_c_buf_p);
| | 
| |                     switch ( yy_get_next_buffer(  ) )
| |                             {
| |                             case EOB_ACT_LAST_MATCH:
| |                                     /* This happens because yy_g_n_b()
| |                                      * sees that we've accumulated a
| |                                      * token and flags that we need to
| |                                      * try matching the token before
| |                                      * proceeding.  But for input(),
| |                                      * there's no matching to consider.
| |                                      * So convert the EOB_ACT_LAST_MATCH
| |                                      * to EOB_ACT_END_OF_FILE.
| |                                      */
| | 
| |                                     /* Reset buffer status. */
| |                                     yyrestart( yyin );
| | 
| |                                     /*FALLTHROUGH*/
| | 
| |                             case EOB_ACT_END_OF_FILE:
| |                                     {
| |                                     if ( yywrap(  ) )
| |                                             return 0;
| | 
| |                                     if ( ! (yy_did_buffer_switch_on_eof) )
| |                                             YY_NEW_FILE;
| | #ifdef __cplusplus
| |                                     return yyinput();
| | #else
| |                                     return input();
| | #endif
| |                                     }
| | 
| |                             case EOB_ACT_CONTINUE_SCAN:
| |                                     (yy_c_buf_p) = (yytext_ptr) + offset;
| |                                     break;
| |                             }
| |                     }
| |             }
| | 
| |     c = *(unsigned char *) (yy_c_buf_p);    /* cast for 8-bit char's */
| |     *(yy_c_buf_p) = '\0';   /* preserve yytext */
| |     (yy_hold_char) = *++(yy_c_buf_p);
| | 
| |     return c;
| | }
| | #endif      /* ifndef YY_NO_INPUT */
| | 
| | /** Immediately switch to a different input stream.
| |  * @param input_file A readable stream.
| |  * 
| |  * @note This function does not reset the start condition to @c INITIAL .
| |  */
| |     void yyrestart  (FILE * input_file )
| | {
| |     
| |     if ( ! YY_CURRENT_BUFFER ){
| |         yyensure_buffer_stack ();
| |             YY_CURRENT_BUFFER_LVALUE =
| |             yy_create_buffer( yyin, YY_BUF_SIZE );
| |     }
| | 
| |     yy_init_buffer( YY_CURRENT_BUFFER, input_file );
| |     yy_load_buffer_state(  );
| | }
| | 
| | /** Switch to a different input buffer.
| |  * @param new_buffer The new input buffer.
| |  * 
| |  */
| |     void yy_switch_to_buffer  (YY_BUFFER_STATE  new_buffer )
| | {
| |     
| |     /* TODO. We should be able to replace this entire function body
| |      * with
| |      *              yypop_buffer_state();
| |      *              yypush_buffer_state(new_buffer);
| |      */
| |     yyensure_buffer_stack ();
| |     if ( YY_CURRENT_BUFFER == new_buffer )
| |             return;
| | 
| |     if ( YY_CURRENT_BUFFER )
| |             {
| |             /* Flush out information for old buffer. */
| |             *(yy_c_buf_p) = (yy_hold_char);
| |             YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| |             YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| |             }
| | 
| |     YY_CURRENT_BUFFER_LVALUE = new_buffer;
| |     yy_load_buffer_state(  );
| | 
| |     /* We don't actually know whether we did this switch during
| |      * EOF (yywrap()) processing, but the only time this flag
| |      * is looked at is after yywrap() is called, so it's safe
| |      * to go ahead and always set it.
| |      */
| |     (yy_did_buffer_switch_on_eof) = 1;
| | }
| | 
| | static void yy_load_buffer_state  (void)
| | {
| |             (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| |     (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
| |     yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
| |     (yy_hold_char) = *(yy_c_buf_p);
| | }
| | 
| | /** Allocate and initialize an input buffer state.
| |  * @param file A readable stream.
| |  * @param size The character buffer size in bytes. When in doubt, use @c 
YY_BUF_SIZE.
| |  * 
| |  * @return the allocated buffer state.
| |  */
| |     YY_BUFFER_STATE yy_create_buffer  (FILE * file, yy_size_t  size )
| | {
| |     YY_BUFFER_STATE b;
| |     
| |     b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state )  );
| |     if ( ! b )
| |             YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
| | 
| |     b->yy_buf_size = size;
| | 
| |     /* yy_ch_buf has to be 2 characters longer than the size given because
| |      * we need to put in 2 end-of-buffer characters.
| |      */
| |     b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2)  );
| |     if ( ! b->yy_ch_buf )
| |             YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
| | 
| |     b->yy_is_our_buffer = 1;
| | 
| |     yy_init_buffer( b, file );
| | 
| |     return b;
| | }
| | 
| | /** Destroy the buffer.
| |  * @param b a buffer created with yy_create_buffer()
| |  * 
| |  */
| |     void yy_delete_buffer (YY_BUFFER_STATE  b )
| | {
| |     
| |     if ( ! b )
| |             return;
| | 
| |     if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
| |             YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
| | 
| |     if ( b->yy_is_our_buffer )
| |             yyfree( (void *) b->yy_ch_buf  );
| | 
| |     yyfree( (void *) b  );
| | }
| | 
| | /* Initializes or reinitializes a buffer.
| |  * This function is sometimes called more than once on the same buffer,
| |  * such as during a yyrestart() or at EOF.
| |  */
| |     static void yy_init_buffer  (YY_BUFFER_STATE  b, FILE * file )
| | 
| | {
| |     int oerrno = errno;
| |     
| |     yy_flush_buffer( b );
| | 
| |     b->yy_input_file = file;
| |     b->yy_fill_buffer = 1;
| | 
| |     /* If b is the current buffer, then yy_init_buffer was _probably_
| |      * called from yyrestart() or through yy_get_next_buffer.
| |      * In that case, we don't want to reset the lineno or column.
| |      */
| |     if (b != YY_CURRENT_BUFFER){
| |         b->yy_bs_lineno = 1;
| |         b->yy_bs_column = 0;
| |     }
| | 
| |         b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
| |     
| |     errno = oerrno;
| | }
| | 
| | /** Discard all buffered characters. On the next scan, YY_INPUT will be 
called.
| |  * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
| |  * 
| |  */
| |     void yy_flush_buffer (YY_BUFFER_STATE  b )
| | {
| |             if ( ! b )
| |             return;
| | 
| |     b->yy_n_chars = 0;
| | 
| |     /* We always need two end-of-buffer characters.  The first causes
| |      * a transition to the end-of-buffer state.  The second causes
| |      * a jam in that state.
| |      */
| |     b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
| |     b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
| | 
| |     b->yy_buf_pos = &b->yy_ch_buf[0];
| | 
| |     b->yy_at_bol = 1;
| |     b->yy_buffer_status = YY_BUFFER_NEW;
| | 
| |     if ( b == YY_CURRENT_BUFFER )
| |             yy_load_buffer_state(  );
| | }
| | 
| | /** Pushes the new state onto the stack. The new state becomes
| |  *  the current state. This function will allocate the stack
| |  *  if necessary.
| |  *  @param new_buffer The new state.
| |  *  
| |  */
| | void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
| | {
| |             if (new_buffer == NULL)
| |             return;
| | 
| |     yyensure_buffer_stack();
| | 
| |     /* This block is copied from yy_switch_to_buffer. */
| |     if ( YY_CURRENT_BUFFER )
| |             {
| |             /* Flush out information for old buffer. */
| |             *(yy_c_buf_p) = (yy_hold_char);
| |             YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| |             YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| |             }
| | 
| |     /* Only push if top exists. Otherwise, replace top. */
| |     if (YY_CURRENT_BUFFER)
| |             (yy_buffer_stack_top)++;
| |     YY_CURRENT_BUFFER_LVALUE = new_buffer;
| | 
| |     /* copied from yy_switch_to_buffer. */
| |     yy_load_buffer_state(  );
| |     (yy_did_buffer_switch_on_eof) = 1;
| | }
| | 
| | /** Removes and deletes the top of the stack, if present.
| |  *  The next element becomes the new top.
| |  *  
| |  */
| | void yypop_buffer_state (void)
| | {
| |             if (!YY_CURRENT_BUFFER)
| |             return;
| | 
| |     yy_delete_buffer(YY_CURRENT_BUFFER );
| |     YY_CURRENT_BUFFER_LVALUE = NULL;
| |     if ((yy_buffer_stack_top) > 0)
| |             --(yy_buffer_stack_top);
| | 
| |     if (YY_CURRENT_BUFFER) {
| |             yy_load_buffer_state(  );
| |             (yy_did_buffer_switch_on_eof) = 1;
| |     }
| | }
| | 
| | /* Allocates the stack if it does not exist.
| |  *  Guarantees space for at least one push.
| |  */
| | static void yyensure_buffer_stack (void)
| | {
| |     yy_size_t num_to_alloc;
| |     
| |     if (!(yy_buffer_stack)) {
| | 
| |             /* First allocation is just for 2 elements, since we don't know 
if this
| |              * scanner will even need a stack. We use 2 instead of 1 to 
avoid an
| |              * immediate realloc on the next call.
| |          */
| |       num_to_alloc = 1; /* After all that talk, this was set to 1 
anyways... */
| |             (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
| |                                                             (num_to_alloc * 
sizeof(struct yy_buffer_state*)
| |                                                             );
| |             if ( ! (yy_buffer_stack) )
| |                     YY_FATAL_ERROR( "out of dynamic memory in 
yyensure_buffer_stack()" );
| | 
| |             memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct 
yy_buffer_state*));
| | 
| |             (yy_buffer_stack_max) = num_to_alloc;
| |             (yy_buffer_stack_top) = 0;
| |             return;
| |     }
| | 
| |     if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
| | 
| |             /* Increase the buffer to prepare for a possible push. */
| |             yy_size_t grow_size = 8 /* arbitrary grow size */;
| | 
| |             num_to_alloc = (yy_buffer_stack_max) + grow_size;
| |             (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
| |                                                             
((yy_buffer_stack),
| |                                                             num_to_alloc * 
sizeof(struct yy_buffer_state*)
| |                                                             );
| |             if ( ! (yy_buffer_stack) )
| |                     YY_FATAL_ERROR( "out of dynamic memory in 
yyensure_buffer_stack()" );
| | 
| |             /* zero only the new slots.*/
| |             memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size 
* sizeof(struct yy_buffer_state*));
| |             (yy_buffer_stack_max) = num_to_alloc;
| |     }
| | }
| | 
| | /** Setup the input buffer state to scan directly from a user-specified 
character buffer.
| |  * @param base the character buffer
| |  * @param size the size in bytes of the character buffer
| |  * 
| |  * @return the newly allocated buffer state object.
| |  */
| | YY_BUFFER_STATE yy_scan_buffer  (char * base, yy_size_t  size )
| | {
| |     YY_BUFFER_STATE b;
| |     
| |     if ( size < 2 ||
| |          base[size-2] != YY_END_OF_BUFFER_CHAR ||
| |          base[size-1] != YY_END_OF_BUFFER_CHAR )
| |             /* They forgot to leave room for the EOB's. */
| |             return NULL;
| | 
| |     b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state )  );
| |     if ( ! b )
| |             YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
| | 
| |     b->yy_buf_size = (size - 2);    /* "- 2" to take care of EOB's */
| |     b->yy_buf_pos = b->yy_ch_buf = base;
| |     b->yy_is_our_buffer = 0;
| |     b->yy_input_file = NULL;
| |     b->yy_n_chars = b->yy_buf_size;
| |     b->yy_is_interactive = 0;
| |     b->yy_at_bol = 1;
| |     b->yy_fill_buffer = 0;
| |     b->yy_buffer_status = YY_BUFFER_NEW;
| | 
| |     yy_switch_to_buffer( b  );
| | 
| |     return b;
| | }
| | 
| | /** Setup the input buffer state to scan a string. The next call to yylex() 
will
| |  * scan from a @e copy of @a str.
| |  * @param yystr a NUL-terminated string to scan
| |  * 
| |  * @return the newly allocated buffer state object.
| |  * @note If you want to scan bytes that may contain NUL values, then use
| |  *       yy_scan_bytes() instead.
| |  */
| | YY_BUFFER_STATE yy_scan_string (const char * yystr )
| | {
| |     
| |     return yy_scan_bytes( yystr, strlen(yystr) );
| | }
| | 
| | /** Setup the input buffer state to scan the given bytes. The next call to 
yylex() will
| |  * scan from a @e copy of @a bytes.
| |  * @param yybytes the byte buffer to scan
| |  * @param _yybytes_len the number of bytes in the buffer pointed to by @a 
bytes.
| |  * 
| |  * @return the newly allocated buffer state object.
| |  */
| | YY_BUFFER_STATE yy_scan_bytes  (const char * yybytes, yy_size_t  
_yybytes_len )
| | {
| |     YY_BUFFER_STATE b;
| |     char *buf;
| |     yy_size_t n;
| |     yy_size_t i;
| |     
| |     /* Get memory for full buffer, including space for trailing EOB's. */
| |     n = (yy_size_t) (_yybytes_len + 2);
| |     buf = (char *) yyalloc( n  );
| |     if ( ! buf )
| |             YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
| | 
| |     for ( i = 0; i < _yybytes_len; ++i )
| |             buf[i] = yybytes[i];
| | 
| |     buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
| | 
| |     b = yy_scan_buffer( buf, n );
| |     if ( ! b )
| |             YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
| | 
| |     /* It's okay to grow etc. this buffer, and we should throw it
| |      * away when we're done.
| |      */
| |     b->yy_is_our_buffer = 1;
| | 
| |     return b;
| | }
| | 
| | #ifndef YY_EXIT_FAILURE
| | #define YY_EXIT_FAILURE 2
| | #endif
| | 
| | static void yynoreturn yy_fatal_error (const char* msg )
| | {
| |                     fprintf( stderr, "%s\n", msg );
| |     exit( YY_EXIT_FAILURE );
| | }
| | 
| | /* Redefine yyless() so it works in section 3 code. */
| | 
| | #undef yyless
| | #define yyless(n) \
| |     do \
| |             { \
| |             /* Undo effects of setting up yytext. */ \
| |         int yyless_macro_arg = (n); \
| |         YY_LESS_LINENO(yyless_macro_arg);\
| |             yytext[yyleng] = (yy_hold_char); \
| |             (yy_c_buf_p) = yytext + yyless_macro_arg; \
| |             (yy_hold_char) = *(yy_c_buf_p); \
| |             *(yy_c_buf_p) = '\0'; \
| |             yyleng = yyless_macro_arg; \
| |             } \
| |     while ( 0 )
| | 
| | /* Accessor  methods (get/set functions) to struct members. */
| | 
| | /** Get the current line number.
| |  * 
| |  */
| | int yyget_lineno  (void)
| | {
| |     
| |     return yylineno;
| | }
| | 
| | /** Get the input stream.
| |  * 
| |  */
| | FILE *yyget_in  (void)
| | {
| |         return yyin;
| | }
| | 
| | /** Get the output stream.
| |  * 
| |  */
| | FILE *yyget_out  (void)
| | {
| |         return yyout;
| | }
| | 
| | /** Get the length of the current token.
| |  * 
| |  */
| | yy_size_t yyget_leng  (void)
| | {
| |         return yyleng;
| | }
| | 
| | /** Get the current token.
| |  * 
| |  */
| | 
| | char *yyget_text  (void)
| | {
| |         return yytext;
| | }
| | 
| | /** Set the current line number.
| |  * @param _line_number line number
| |  * 
| |  */
| | void yyset_lineno (int  _line_number )
| | {
| |     
| |     yylineno = _line_number;
| | }
| | 
| | /** Set the input stream. This does not discard the current
| |  * input buffer.
| |  * @param _in_str A readable stream.
| |  * 
| |  * @see yy_switch_to_buffer
| |  */
| | void yyset_in (FILE *  _in_str )
| | {
| |         yyin = _in_str ;
| | }
| | 
| | void yyset_out (FILE *  _out_str )
| | {
| |         yyout = _out_str ;
| | }
| | 
| | int yyget_debug  (void)
| | {
| |         return yy_flex_debug;
| | }
| | 
| | void yyset_debug (int  _bdebug )
| | {
| |         yy_flex_debug = _bdebug ;
| | }
| | 
| | static int yy_init_globals (void)
| | {
| |         /* Initialization is the same as for the non-reentrant scanner.
| |      * This function is called from yylex_destroy(), so don't allocate here.
| |      */
| | 
| |     (yy_buffer_stack) = NULL;
| |     (yy_buffer_stack_top) = 0;
| |     (yy_buffer_stack_max) = 0;
| |     (yy_c_buf_p) = NULL;
| |     (yy_init) = 0;
| |     (yy_start) = 0;
| | 
| |     (yy_state_buf) = 0;
| |     (yy_state_ptr) = 0;
| |     (yy_full_match) = 0;
| |     (yy_lp) = 0;
| | 
| | /* Defined in main.c */
| | #ifdef YY_STDINIT
| |     yyin = stdin;
| |     yyout = stdout;
| | #else
| |     yyin = NULL;
| |     yyout = NULL;
| | #endif
| | 
| |     /* For future reference: Set errno on error, since we are called by
| |      * yylex_init()
| |      */
| |     return 0;
| | }
| | 
| | /* yylex_destroy is for both reentrant and non-reentrant scanners. */
| | int yylex_destroy  (void)
| | {
| |     
| |     /* Pop the buffer stack, destroying each element. */
| |     while(YY_CURRENT_BUFFER){
| |             yy_delete_buffer( YY_CURRENT_BUFFER  );
| |             YY_CURRENT_BUFFER_LVALUE = NULL;
| |             yypop_buffer_state();
| |     }
| | 
| |     /* Destroy the stack itself. */
| |     yyfree((yy_buffer_stack) );
| |     (yy_buffer_stack) = NULL;
| | 
| |     yyfree ( (yy_state_buf) );
| |     (yy_state_buf)  = NULL;
| | 
| |     /* Reset the globals. This is important in a non-reentrant scanner so 
the next time
| |      * yylex() is called, initialization will occur. */
| |     yy_init_globals( );
| | 
| |     return 0;
| | }
| | 
| | /*
| |  * Internal utility routines.
| |  */
| | 
| | #ifndef yytext_ptr
| | static void yy_flex_strncpy (char* s1, const char * s2, int n )
| | {
| |             
| |     int i;
| |     for ( i = 0; i < n; ++i )
| |             s1[i] = s2[i];
| | }
| | #endif
| | 
| | #ifdef YY_NEED_STRLEN
| | static int yy_flex_strlen (const char * s )
| | {
| |     int n;
| |     for ( n = 0; s[n]; ++n )
| |             ;
| | 
| |     return n;
| | }
| | #endif
| | 
| | void *yyalloc (yy_size_t  size )
| | {
| |                     return malloc(size);
| | }
| | 
| | void *yyrealloc  (void * ptr, yy_size_t  size )
| | {
| |             
| |     /* The cast to (char *) in the following accommodates both
| |      * implementations that use char* generic pointers, and those
| |      * that use void* generic pointers.  It works with the latter
| |      * because both ANSI C and C++ allow castless assignment from
| |      * any pointer type to void*, and deal with argument conversions
| |      * as though doing an assignment.
| |      */
| |     return realloc(ptr, size);
| | }
| | 
| | void yyfree (void * ptr )
| | {
| |                     free( (char *) ptr );   /* see yyrealloc() for (char *) 
cast */
| | }
| | 
| | #define YYTABLES_NAME "yytables"
| | 
| | #line 10 "conftest.l"
| | 
| | #ifdef YYTEXT_POINTER
| | extern char *yytext;
| | #endif
| | int
| | main (void)
| | {
| |   return ! yylex () + ! yywrap ();
| | }
| configure:13956: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c -lfl  >&5
| configure:13956: $? = 0
| configure:13966: result: -lfl
| configure:13972: checking whether yytext is a pointer
| configure:13989: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c -lfl  >&5
| configure:13989: $? = 0
| configure:13997: result: yes
| configure:14014: checking if flex is the lexer generator
| configure:14027: result: yes
| configure:14037: checking for bison
| configure:14053: found /usr/pkg/bin/bison
| configure:14064: result: bison -y
| configure:14080: checking if bison is the parser generator
| configure:14093: result: yes
| configure:14103: checking for diff arguments
| configure:14118: result: --strip-trailing-cr
| configure:14132: checking whether ln -s works
| configure:14136: result: yes
| configure:14145: checking whether make sets $(MAKE)
| configure:14167: result: yes
| configure:14201: checking for ld used by gcc
| configure:14268: result: /usr/pkgsrc/lang/gnucobol/work/.cwrapper/bin/ld
| configure:14275: checking if the linker 
(/usr/pkgsrc/lang/gnucobol/work/.cwrapper/bin/ld) is GNU ld
| configure:14290: result: yes
| configure:14297: checking for shared library run path origin
| configure:14310: result: done
| configure:14422: checking for sys/types.h
| configure:14422: result: yes
| configure:14422: checking signal.h usability
| configure:14422: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:14422: $? = 0
| configure:14422: result: yes
| configure:14422: checking signal.h presence
| configure:14422: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 conftest.c
| configure:14422: $? = 0
| configure:14422: result: yes
| configure:14422: checking for signal.h
| configure:14422: result: yes
| configure:14422: checking stddef.h usability
| configure:14422: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:14422: $? = 0
| configure:14422: result: yes
| configure:14422: checking stddef.h presence
| configure:14422: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 conftest.c
| configure:14422: $? = 0
| configure:14422: result: yes
| configure:14422: checking for stddef.h
| configure:14422: result: yes
| configure:14438: checking sys/time.h usability
| configure:14438: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:14438: $? = 0
| configure:14438: result: yes
| configure:14438: checking sys/time.h presence
| configure:14438: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 conftest.c
| configure:14438: $? = 0
| configure:14438: result: yes
| configure:14438: checking for sys/time.h
| configure:14438: result: yes
| configure:14438: checking locale.h usability
| configure:14438: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:14438: $? = 0
| configure:14438: result: yes
| configure:14438: checking locale.h presence
| configure:14438: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 conftest.c
| configure:14438: $? = 0
| configure:14438: result: yes
| configure:14438: checking for locale.h
| configure:14438: result: yes
| configure:14438: checking fcntl.h usability
| configure:14438: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:14438: $? = 0
| configure:14438: result: yes
| configure:14438: checking fcntl.h presence
| configure:14438: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 conftest.c
| configure:14438: $? = 0
| configure:14438: result: yes
| configure:14438: checking for fcntl.h
| configure:14438: result: yes
| configure:14438: checking for dlfcn.h
| configure:14438: result: yes
| configure:14451: checking for an ANSI C-conforming const
| configure:14517: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:14517: $? = 0
| configure:14524: result: yes
| configure:14532: checking whether byte ordering is bigendian
| configure:14547: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| conftest.c:38:9: error: unknown type name 'not'
|    38 |         not a universal capable compiler
|       |         ^~~
| conftest.c:38:15: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'universal'
|    38 |         not a universal capable compiler
|       |               ^~~~~~~~~
| conftest.c:38:15: error: unknown type name 'universal'
| configure:14547: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | #ifndef __APPLE_CC__
| |            not a universal capable compiler
| |          #endif
| |          typedef int dummy;
| | 
| configure:14592: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:14592: $? = 0
| configure:14610: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:44:4: error: unknown type name 'not'; did you mean 'ino_t'?
|    44 |    not big endian
|       |    ^~~
|       |    ino_t
| conftest.c:44:12: error: expected '=', ',', ';', 'asm' or '__attribute__' 
before 'endian'
|    44 |    not big endian
|       |            ^~~~~~
| configure:14610: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |             #include <sys/param.h>
| | 
| | int
| | main ()
| | {
| | #if BYTE_ORDER != BIG_ENDIAN
| |              not big endian
| |             #endif
| | 
| |   ;
| |   return 0;
| | }
| configure:14738: result: no
| configure:14756: checking for size_t
| configure:14756: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:14756: $? = 0
| configure:14756: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:73:21: error: expected expression before ')' token
|    73 | if (sizeof ((size_t)))
|       |                     ^
| configure:14756: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | if (sizeof ((size_t)))
| |         return 0;
| |   ;
| |   return 0;
| | }
| configure:14756: result: yes
| configure:14767: checking whether struct tm is in sys/time.h or time.h
| configure:14787: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:14787: $? = 0
| configure:14794: result: time.h
| configure:14802: checking for sig_atomic_t
| configure:14802: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:14802: $? = 0
| configure:14802: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| conftest.c: In function 'main':
| conftest.c:42:27: error: expected expression before ')' token
|    42 | if (sizeof ((sig_atomic_t)))
|       |                           ^
| configure:14802: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_H 1
| | /* end confdefs.h.  */
| | #include <signal.h>
| | 
| | int
| | main ()
| | {
| | if (sizeof ((sig_atomic_t)))
| |         return 0;
| |   ;
| |   return 0;
| | }
| configure:14802: result: yes
| configure:14815: checking for inline keyword
| configure:14843: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:14843: $? = 0
| configure:14850: result: __inline
| configure:14861: checking for vprintf
| configure:14861: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| conftest.c:62:6: warning: conflicting types for built-in function 'vprintf'; 
expected 'int(const char *, __va_list_tag *)' [-Wbuiltin-declaration-mismatch]
|    62 | char vprintf ();
|       |      ^~~~~~~
| conftest.c:50:1: note: 'vprintf' is declared in header '<stdio.h>'
|    49 | # include <limits.h>
|    50 | #else
| configure:14861: $? = 0
| configure:14861: result: yes
| configure:14867: checking for _doprnt
| configure:14867: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| ld: /tmp//cc6vlxXa.o: in function `main':
| conftest.c:(.text.startup+0x7): undefined reference to `_doprnt'
| configure:14867: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_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 <limits.h> declares 
_doprnt.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define _doprnt innocuous__doprnt
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char _doprnt (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #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:14867: result: no
| configure:14884: checking for memmove
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| conftest.c:63:6: warning: conflicting types for built-in function 'memmove'; 
expected 'void *(void *, const void *, long unsigned int)' 
[-Wbuiltin-declaration-mismatch]
|    63 | char memmove ();
|       |      ^~~~~~~
| conftest.c:51:1: note: 'memmove' is declared in header '<string.h>'
|    50 | # include <limits.h>
|    51 | #else
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14884: checking for memset
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| conftest.c:64:6: warning: conflicting types for built-in function 'memset'; 
expected 'void *(void *, int,  long unsigned int)' 
[-Wbuiltin-declaration-mismatch]
|    64 | char memset ();
|       |      ^~~~~~
| conftest.c:52:1: note: 'memset' is declared in header '<string.h>'
|    51 | # include <limits.h>
|    52 | #else
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14884: checking for setlocale
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| ld: /tmp//ccILpKRK.o: in function `main':
| conftest.c:(.text.startup+0x7): warning: warning: reference to compatibility 
setlocale();include <locale.h> for correct reference
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14884: checking for fcntl
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14884: checking for strerror
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14884: checking for strcasecmp
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| conftest.c:68:6: warning: conflicting types for built-in function 
'strcasecmp'; expected 'int(const char *, const char *)' 
[-Wbuiltin-declaration-mismatch]
|    68 | char strcasecmp ();
|       |      ^~~~~~~~~~
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14884: checking for strchr
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| conftest.c:69:6: warning: conflicting types for built-in function 'strchr'; 
expected 'char *(const char *, int)' [-Wbuiltin-declaration-mismatch]
|    69 | char strchr ();
|       |      ^~~~~~
| conftest.c:57:1: note: 'strchr' is declared in header '<string.h>'
|    56 | # include <limits.h>
|    57 | #else
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14884: checking for strrchr
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| conftest.c:70:6: warning: conflicting types for built-in function 'strrchr'; 
expected 'char *(const char *, int)' [-Wbuiltin-declaration-mismatch]
|    70 | char strrchr ();
|       |      ^~~~~~~
| conftest.c:58:1: note: 'strrchr' is declared in header '<string.h>'
|    57 | # include <limits.h>
|    58 | #else
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14884: checking for strdup
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| conftest.c:71:6: warning: conflicting types for built-in function 'strdup'; 
expected 'char *(const char *)' [-Wbuiltin-declaration-mismatch]
|    71 | char strdup ();
|       |      ^~~~~~
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14884: checking for strstr
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| conftest.c:72:6: warning: conflicting types for built-in function 'strstr'; 
expected 'char *(const char *, const char *)' [-Wbuiltin-declaration-mismatch]
|    72 | char strstr ();
|       |      ^~~~~~
| conftest.c:60:1: note: 'strstr' is declared in header '<string.h>'
|    59 | # include <limits.h>
|    60 | #else
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14884: checking for strtol
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14884: checking for gettimeofday
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| ld: /tmp//cchbDYAC.o: in function `main':
| conftest.c:(.text.startup+0x7): warning: warning: reference to compatibility 
gettimeofday(); include <sys/time.h> to generate correct reference
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14884: checking for localeconv
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14884: checking for getexecname
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| ld: /tmp//ccCH3N6I.o: in function `main':
| conftest.c:(.text.startup+0x7): undefined reference to `getexecname'
| configure:14884: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_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
| | /* end confdefs.h.  */
| | /* Define getexecname to an innocuous variant, in case <limits.h> declares 
getexecname.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define getexecname innocuous_getexecname
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char getexecname (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #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:14884: result: no
| configure:14884: checking for canonicalize_file_name
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| ld: /tmp//ccYEgjpR.o: in function `main':
| conftest.c:(.text.startup+0x7): undefined reference to 
`canonicalize_file_name'
| configure:14884: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_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
| | /* end confdefs.h.  */
| | /* Define canonicalize_file_name to an innocuous variant, in case 
<limits.h> declares canonicalize_file_name.
| |    For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | 
| | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #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:14884: result: no
| configure:14884: checking for popen
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14884: checking for raise
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14884: checking for readlink
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14884: checking for realpath
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14884: checking for setenv
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14884: checking for strcoll
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14884: checking for flockfile
| configure:14884: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c  >&5
| configure:14884: $? = 0
| configure:14884: result: yes
| configure:14982: checking for timezone variable access
| configure:14999: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:14999: $? = 0
| configure:15008: result: yes
| configure:15016: checking for designated initializers
| configure:15036: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:15036: $? = 0
| configure:15045: result: yes
| configure:15172: Checks for math library ...
| configure:15177: none needed
| configure:15213: checking whether to build with code coverage support
| configure:15233: result: no
| configure:15650: checking pkg-config is at least version 0.9.0
| configure:15656: result: no
| configure:15664: Checks for GMP/MPIR ...
| configure:15699: checking for gmp
| configure:15832: result: no
| configure:15837: checking for libgmp
| configure:15897: result: no
| configure:15924: checking gmp.h usability
| configure:15924: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
 -Wall -Werror conftest.c >&5
| configure:15924: $? = 0
| configure:15924: result: yes
| configure:15924: checking gmp.h presence
| configure:15924: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4  -Wall -Werror conftest.c
| configure:15924: $? = 0
| configure:15924: result: yes
| configure:15924: checking for gmp.h
| configure:15924: result: yes
| configure:15930: checking whether linking against libgmp with "-lgmp" works
| configure:15943: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
 -Wall -Werror -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib conftest.c   -lgmp >&5
| configure:15943: $? = 0
| configure:15944: result: yes
| configure:16122: checking matching GMP version
| configure:16154: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
 -Wall -Werror -Wall -Werror -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c   -lgmp >&5
| configure:16154: $? = 0
| configure:16154: ./conftest
| configure:16154: $? = 0
| configure:16191: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
 -Wall -Werror -Wall -Werror -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c   -lgmp >&5
| configure:16191: $? = 0
| configure:16191: ./conftest
| configure:16191: $? = 0
| configure:16208: result: yes (6.2)
| configure:16220: checking for __gmp_get_memory_functions in -lgmp
| configure:16245: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
 -Wall -Werror -Wall -Werror -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c -lgmp    -lgmp >&5
| configure:16245: $? = 0
| configure:16255: result: yes
| configure:16281: checking for libxml-2.0
| configure:16390: result: no
| configure:16396: checking for xml2-config
| configure:16414: found 
/usr/pkgsrc/lang/gnucobol/work/.buildlink/bin/xml2-config
| configure:16426: result: 
/usr/pkgsrc/lang/gnucobol/work/.buildlink/bin/xml2-config
| configure:16460: checking libxml/xmlwriter.h usability
| configure:16460: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-I/usr/pkg/include/libxml2 -I/usr/include conftest.c >&5
| configure:16460: $? = 0
| configure:16460: result: yes
| configure:16460: checking libxml/xmlwriter.h presence
| configure:16460: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/pkg/include/libxml2 -I/usr/include conftest.c
| configure:16460: $? = 0
| configure:16460: result: yes
| configure:16460: checking for libxml/xmlwriter.h
| configure:16460: result: yes
| configure:16460: checking libxml/xmlversion.h usability
| configure:16460: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-I/usr/pkg/include/libxml2 -I/usr/include conftest.c >&5
| configure:16460: $? = 0
| configure:16460: result: yes
| configure:16460: checking libxml/xmlversion.h presence
| configure:16460: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/pkg/include/libxml2 -I/usr/include conftest.c
| configure:16460: $? = 0
| configure:16460: result: yes
| configure:16460: checking for libxml/xmlversion.h
| configure:16460: result: yes
| configure:16460: checking libxml/uri.h usability
| configure:16460: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-I/usr/pkg/include/libxml2 -I/usr/include conftest.c >&5
| configure:16460: $? = 0
| configure:16460: result: yes
| configure:16460: checking libxml/uri.h presence
| configure:16460: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/pkg/include/libxml2 -I/usr/include conftest.c
| configure:16460: $? = 0
| configure:16460: result: yes
| configure:16460: checking for libxml/uri.h
| configure:16460: result: yes
| configure:16460: checking libxml/parser.h usability
| configure:16460: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-I/usr/pkg/include/libxml2 -I/usr/include conftest.c >&5
| configure:16460: $? = 0
| configure:16460: result: yes
| configure:16460: checking libxml/parser.h presence
| configure:16460: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/pkg/include/libxml2 -I/usr/include conftest.c
| configure:16460: $? = 0
| configure:16460: result: yes
| configure:16460: checking for libxml/parser.h
| configure:16460: result: yes
| configure:16460: checking libxml/tree.h usability
| configure:16460: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-I/usr/pkg/include/libxml2 -I/usr/include conftest.c >&5
| configure:16460: $? = 0
| configure:16460: result: yes
| configure:16460: checking libxml/tree.h presence
| configure:16460: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/pkg/include/libxml2 -I/usr/include conftest.c
| configure:16460: $? = 0
| configure:16460: result: yes
| configure:16460: checking for libxml/tree.h
| configure:16460: result: yes
| configure:16479: checking for LIBXML_WRITER_ENABLED defined in 
libxml/xmlwriter.h
| configure:16502: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-I/usr/pkg/include/libxml2 -I/usr/include conftest.c >&5
| configure:16502: $? = 0
| configure:16509: result: yes
| configure:16525: checking whether linking against libxml2 with 
"-Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz -L/usr/lib -llzma 
-lpthread -L/usr/lib -lm" works
| configure:16538: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-I/usr/pkg/include/libxml2 -I/usr/include -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c   -lgmp -Wl,-R/usr/pkg/lib 
-L/usr/pkg/lib -lxml2 -L/usr/lib -lz -L/usr/lib -llzma -lpthread -L/usr/lib -lm 
>&5
| configure:16538: $? = 0
| configure:16540: result: yes
| configure:16572: Checks for JSON handler
| configure:16602: Checks for local cJSON ...
| configure:16683: using local cJSON: no
| configure:16690: checking for libcjson
| configure:16750: result: no
| configure:16769: checking cJSON.h usability
| configure:16769: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
 conftest.c >&5
| conftest.c:98:10: fatal error: cJSON.h: No such file or directory
|    98 | #include <cJSON.h>
|       |          ^~~~~~~~~
| compilation terminated.
| configure:16769: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_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_POPEN 1
| | #define HAVE_RAISE 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_SETENV 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define WITH_XML2 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <cJSON.h>
| configure:16769: result: no
| configure:16769: checking cJSON.h presence
| configure:16769: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4  conftest.c
| conftest.c:65:10: fatal error: cJSON.h: No such file or directory
|    65 | #include <cJSON.h>
|       |          ^~~~~~~~~
| compilation terminated.
| configure:16769: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_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_POPEN 1
| | #define HAVE_RAISE 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_SETENV 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define WITH_XML2 1
| | /* end confdefs.h.  */
| | #include <cJSON.h>
| configure:16769: result: no
| configure:16769: checking for cJSON.h
| configure:16769: result: no
| configure:16779: WARNING: header for libcjson missing, you may adjust 
CJSON_CFLAGS or put cJSON sources in "libcob"
| configure:16769: checking cjson/cJSON.h usability
| configure:16769: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
 conftest.c >&5
| conftest.c:98:10: fatal error: cjson/cJSON.h: No such file or directory
|    98 | #include <cjson/cJSON.h>
|       |          ^~~~~~~~~~~~~~~
| compilation terminated.
| configure:16769: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_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_POPEN 1
| | #define HAVE_RAISE 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_SETENV 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define WITH_XML2 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <cjson/cJSON.h>
| configure:16769: result: no
| configure:16769: checking cjson/cJSON.h presence
| configure:16769: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4  conftest.c
| conftest.c:65:10: fatal error: cjson/cJSON.h: No such file or directory
|    65 | #include <cjson/cJSON.h>
|       |          ^~~~~~~~~~~~~~~
| compilation terminated.
| configure:16769: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_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_POPEN 1
| | #define HAVE_RAISE 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_SETENV 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define WITH_XML2 1
| | /* end confdefs.h.  */
| | #include <cjson/cJSON.h>
| configure:16769: result: no
| configure:16769: checking for cjson/cJSON.h
| configure:16769: result: no
| configure:16779: WARNING: header for libcjson missing, you may adjust 
CJSON_CFLAGS or put cJSON sources in "libcob"
| configure:16853: checking for json-c
| configure:16913: result: no
| configure:16932: checking json.h usability
| configure:16932: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
 conftest.c >&5
| conftest.c:98:10: fatal error: json.h: No such file or directory
|    98 | #include <json.h>
|       |          ^~~~~~~~
| compilation terminated.
| configure:16932: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_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_POPEN 1
| | #define HAVE_RAISE 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_SETENV 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define WITH_XML2 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #ifdef HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #ifdef HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #ifdef STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # ifdef HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #ifdef HAVE_STRING_H
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #ifdef HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #ifdef HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #ifdef HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <json.h>
| configure:16932: result: no
| configure:16932: checking json.h presence
| configure:16932: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4  conftest.c
| conftest.c:65:10: fatal error: json.h: No such file or directory
|    65 | #include <json.h>
|       |          ^~~~~~~~
| compilation terminated.
| configure:16932: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_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_POPEN 1
| | #define HAVE_RAISE 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_SETENV 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define WITH_XML2 1
| | /* end confdefs.h.  */
| | #include <json.h>
| configure:16932: result: no
| configure:16932: checking for json.h
| configure:16932: result: no
| configure:16942: WARNING: header for libjson-c missing, you may adjust 
JSON_C_CFLAGS
| configure:16932: checking json-c/json.h usability
| configure:16932: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
 conftest.c >&5
| configure:16932: $? = 0
| configure:16932: result: yes
| configure:16932: checking json-c/json.h presence
| configure:16932: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4  conftest.c
| configure:16932: $? = 0
| configure:16932: result: yes
| configure:16932: checking for json-c/json.h
| configure:16932: result: yes
| configure:16952: checking whether linking against libjson-c with "-ljson-c" 
works
| configure:16973: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
 -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c >&5
| configure:16973: $? = 0
| configure:16974: result: yes
| configure:17083: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c >&5
| configure:17083: $? = 0
| configure:17192: checking for clock_gettime and CLOCK_REALTIME
| configure:17205: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c >&5
| configure:17205: $? = 0
| configure:17207: result: yes
| configure:17216: checking for isfinite
| configure:17229: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c >&5
| configure:17229: $? = 0
| configure:17231: result: yes
| configure:17282: checking for fdatasync
| configure:17282: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c >&5
| configure:17282: $? = 0
| configure:17282: result: yes
| configure:17282: checking for sigaction
| configure:17282: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c >&5
| ld: /tmp//ccQTZTc6.o: in function `main':
| conftest.c:(.text.startup+0x7): warning: warning: reference to compatibility 
sigaction(); include <signal.h> for correct reference
| configure:17282: $? = 0
| configure:17282: result: yes
| configure:17282: checking for fmemopen
| configure:17282: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c >&5
| configure:17282: $? = 0
| configure:17282: result: yes
| configure:17291: checking whether fdatasync is declared
| configure:17291: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:17291: $? = 0
| configure:17291: result: yes
| configure:17302: checking whether fmemopen is declared
| configure:17302: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:17302: $? = 0
| configure:17302: result: yes
| configure:17326: Checks for curses ...
| configure:17392: checking for initscr in -lncursesw
| configure:17417: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c -lncursesw    -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 
-L/usr/lib -lz -L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c >&5
| ld: cannot find -lncursesw: No such file or directory
| configure:17417: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_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_POPEN 1
| | #define HAVE_RAISE 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_SETENV 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define WITH_XML2 1
| | #define HAVE_JSON_C_JSON_H 1
| | #define WITH_JSON_C 1
| | #define WITH_JSON "json-c"
| | #define WITH_VARSEQ 0
| | #define HAVE_NANO_SLEEP 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_ISFINITE 1
| | #define HAVE_FDATASYNC 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_FMEMOPEN 1
| | #define HAVE_DECL_FDATASYNC 1
| | #define HAVE_DECL_FMEMOPEN 1
| | /* end confdefs.h.  */
| | 
| | /* 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 initscr ();
| | int
| | main ()
| | {
| | return initscr ();
| |   ;
| |   return 0;
| | }
| configure:17426: result: no
| configure:17464: checking for initscr in -lncurses
| configure:17489: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c -lncurses    -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 
-L/usr/lib -lz -L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c >&5
| ld: cannot find -lncurses: No such file or directory
| configure:17489: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_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_POPEN 1
| | #define HAVE_RAISE 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_SETENV 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define WITH_XML2 1
| | #define HAVE_JSON_C_JSON_H 1
| | #define WITH_JSON_C 1
| | #define WITH_JSON "json-c"
| | #define WITH_VARSEQ 0
| | #define HAVE_NANO_SLEEP 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_ISFINITE 1
| | #define HAVE_FDATASYNC 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_FMEMOPEN 1
| | #define HAVE_DECL_FDATASYNC 1
| | #define HAVE_DECL_FMEMOPEN 1
| | /* end confdefs.h.  */
| | 
| | /* 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 initscr ();
| | int
| | main ()
| | {
| | return initscr ();
| |   ;
| |   return 0;
| | }
| configure:17498: result: no
| configure:17536: checking for initscr in -lpdcurses
| configure:17561: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c -lpdcurses    -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 
-L/usr/lib -lz -L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c >&5
| ld: cannot find -lpdcurses: No such file or directory
| configure:17561: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_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_POPEN 1
| | #define HAVE_RAISE 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_SETENV 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define WITH_XML2 1
| | #define HAVE_JSON_C_JSON_H 1
| | #define WITH_JSON_C 1
| | #define WITH_JSON "json-c"
| | #define WITH_VARSEQ 0
| | #define HAVE_NANO_SLEEP 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_ISFINITE 1
| | #define HAVE_FDATASYNC 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_FMEMOPEN 1
| | #define HAVE_DECL_FDATASYNC 1
| | #define HAVE_DECL_FMEMOPEN 1
| | /* end confdefs.h.  */
| | 
| | /* 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 initscr ();
| | int
| | main ()
| | {
| | return initscr ();
| |   ;
| |   return 0;
| | }
| configure:17570: result: no
| configure:17610: checking for initscr in -lXCurses
| configure:17635: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c -lXCurses    -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 
-L/usr/lib -lz -L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c >&5
| ld: cannot find -lXCurses: No such file or directory
| configure:17635: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_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_POPEN 1
| | #define HAVE_RAISE 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_SETENV 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define WITH_XML2 1
| | #define HAVE_JSON_C_JSON_H 1
| | #define WITH_JSON_C 1
| | #define WITH_JSON "json-c"
| | #define WITH_VARSEQ 0
| | #define HAVE_NANO_SLEEP 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_ISFINITE 1
| | #define HAVE_FDATASYNC 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_FMEMOPEN 1
| | #define HAVE_DECL_FDATASYNC 1
| | #define HAVE_DECL_FMEMOPEN 1
| | /* end confdefs.h.  */
| | 
| | /* 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 initscr ();
| | int
| | main ()
| | {
| | return initscr ();
| |   ;
| |   return 0;
| | }
| configure:17644: result: no
| configure:17683: checking for initscr in -lcurses
| configure:17708: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c -lcurses    -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 
-L/usr/lib -lz -L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c >&5
| configure:17708: $? = 0
| configure:17717: result: yes
| configure:17732: checking curses.h usability
| configure:17732: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:17732: $? = 0
| configure:17732: result: yes
| configure:17732: checking curses.h presence
| configure:17732: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 conftest.c
| configure:17732: $? = 0
| configure:17732: result: yes
| configure:17732: checking for curses.h
| configure:17732: result: yes
| configure:17832: checking for curses color_set function
| configure:17860: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c -lcurses >&5
| configure:17860: $? = 0
| configure:17862: result: yes
| configure:17871: checking for curses resize_term function
| configure:17899: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c -lcurses >&5
| configure:17899: $? = 0
| configure:17901: result: yes
| configure:17910: checking for curses define_key function
| configure:17938: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c -lcurses >&5
| configure:17938: $? = 0
| configure:17940: result: yes
| configure:17949: checking for curses mouseinterval function
| configure:17977: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c -lcurses >&5
| configure:17977: $? = 0
| configure:17979: result: yes
| configure:17988: checking for curses has_mouse function
| configure:18016: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c -lcurses >&5
| configure:18016: $? = 0
| configure:18018: result: yes
| configure:18027: checking for curses mousemask function and mmask_t
| configure:18056: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c -lcurses >&5
| configure:18056: $? = 0
| configure:18058: result: yes
| configure:18331: Checks for Berkeley DB ...
| configure:18340: checking db.h usability
| configure:18340: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| configure:18340: $? = 0
| configure:18340: result: yes
| configure:18340: checking db.h presence
| configure:18340: gcc -E -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 conftest.c
| configure:18340: $? = 0
| configure:18340: result: yes
| configure:18340: checking for db.h
| configure:18340: result: yes
| configure:18378: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c -lcurses >&5
| configure:18378: $? = 0
| configure:18378: ./conftest
| configure:18378: $? = 0
| configure:18392: db.h reports version "-Berkeley DB 4.8.30: (April  9, 2010)-"
| configure:18396: checking for Berkeley DB db.h version >= 4.1
| configure:18405: result: yes (4.8)
| configure:18454: checking for Berkeley DB library with version 4.8
| configure:18488: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c -lcurses -ldb4 >&5
| configure:18488: $? = 0
| configure:18488: ./conftest
| configure:18488: $? = 0
| configure:18504: result: yes
| configure:18510: BDB library version 4.8 found as -ldb4
| configure:18578: checking for _WIN32
| configure:18587: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
conftest.c >&5
| conftest.c:89:4: error: #error macro not defined
|    89 |  # error macro not defined
|       |    ^~~~~
| configure:18587: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_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_POPEN 1
| | #define HAVE_RAISE 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_SETENV 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define WITH_XML2 1
| | #define HAVE_JSON_C_JSON_H 1
| | #define WITH_JSON_C 1
| | #define WITH_JSON "json-c"
| | #define WITH_VARSEQ 0
| | #define HAVE_NANO_SLEEP 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_ISFINITE 1
| | #define HAVE_FDATASYNC 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_FMEMOPEN 1
| | #define HAVE_DECL_FDATASYNC 1
| | #define HAVE_DECL_FMEMOPEN 1
| | #define HAVE_CURSES_H 1
| | #define WITH_CURSES "curses"
| | #define HAVE_COLOR_SET 1
| | #define HAVE_RESIZE_TERM 1
| | #define HAVE_DEFINE_KEY 1
| | #define HAVE_MOUSEINTERVAL 1
| | #define HAVE_HAS_MOUSE 1
| | #define HAVE_MOUSEMASK 1
| | #define HAVE_DB_H 1
| | #define WITH_DB 1
| | /* end confdefs.h.  */
| | 
| |     #ifndef _WIN32
| |     # error macro not defined
| |     #endif
| configure:18592: result: no
| configure:18599: checking for dlopen in -lc
| configure:18624: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c -lc    -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c -lcurses >&5
| configure:18624: $? = 0
| configure:18633: result: yes
| configure:18800: checking for support of computed gotos
| configure:18817: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -Wall -Werror -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 conftest.c >&5
| configure:18817: $? = 0
| configure:18820: result: yes
| configure:18829: Checks for different sizes ...
| configure:18836: checking size of long int
| configure:18841: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -Wall -Werror -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 
-L/usr/lib -lz -L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c -lcurses >&5
| configure:18841: $? = 0
| configure:18841: ./conftest
| configure:18841: $? = 0
| configure:18855: result: 8
| configure:18869: checking size of long long
| configure:18874: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -Wall -Werror -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 
-L/usr/lib -lz -L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c -lcurses >&5
| configure:18874: $? = 0
| configure:18874: ./conftest
| configure:18874: $? = 0
| configure:18888: result: 8
| configure:18902: checking size of long
| configure:18907: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -Wall -Werror -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 
-L/usr/lib -lz -L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c -lcurses >&5
| configure:18907: $? = 0
| configure:18907: ./conftest
| configure:18907: $? = 0
| configure:18921: result: 8
| configure:18935: checking size of void *
| configure:18940: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -Wall -Werror -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 
-L/usr/lib -lz -L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c -lcurses >&5
| configure:18940: $? = 0
| configure:18940: ./conftest
| configure:18940: $? = 0
| configure:18954: result: 8
| configure:18965: checking whether size of long int = size of long long
| configure:18969: result: yes
| configure:18976: checking whether long is 32 bits
| configure:18983: result: no
| configure:18987: checking whether pointer is longer than 32 bits
| configure:18993: result: yes
| configure:19005: checking for aligned attribute
| configure:19023: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -Wall -Werror -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 conftest.c >&5
| configure:19023: $? = 0
| configure:19029: result: yes
| configure:19039: checking for pure attribute
| configure:19058: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -Wall -Werror -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 conftest.c >&5
| configure:19058: $? = 0
| configure:19064: result: yes
| configure:19074: checking for constructor attribute
| configure:19093: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -Wall -Werror -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 conftest.c >&5
| configure:19093: $? = 0
| configure:19099: result: yes
| configure:19112: checking whether NLS is requested
| configure:19121: result: yes
| configure:19161: checking for msgfmt
| configure: trying /usr/pkgsrc/lang/gnucobol/work/.tools/bin/msgfmt...
| 0 translated messages.
| configure:19193: result: /usr/pkgsrc/lang/gnucobol/work/.tools/bin/msgfmt
| configure:19202: checking for gmsgfmt
| configure:19233: result: /usr/pkgsrc/lang/gnucobol/work/.tools/bin/msgfmt
| configure:19278: checking for xgettext
| configure: trying /usr/pkg/bin/xgettext...
| /usr/pkg/bin/xgettext: warning: file '/dev/null' extension '' is unknown; 
will try C
| configure:19310: result: /usr/pkg/bin/xgettext
| configure:19355: checking for msgmerge
| configure: trying /usr/pkg/bin/msgmerge...
| configure:19386: result: /usr/pkg/bin/msgmerge
| configure:19979: checking for CFPreferencesCopyAppValue
| configure:20006: result: no
| configure:20013: checking for CFLocaleCopyPreferredLanguages
| configure:20031: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c -lcurses -Wl,-framework 
-Wl,CoreFoundation >&5
| conftest.c:98:10: fatal error: CoreFoundation/CFLocale.h: No such file or 
directory
|    98 | #include <CoreFoundation/CFLocale.h>
|       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
| compilation terminated.
| configure:20031: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_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_POPEN 1
| | #define HAVE_RAISE 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_SETENV 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define WITH_XML2 1
| | #define HAVE_JSON_C_JSON_H 1
| | #define WITH_JSON_C 1
| | #define WITH_JSON "json-c"
| | #define WITH_VARSEQ 0
| | #define HAVE_NANO_SLEEP 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_ISFINITE 1
| | #define HAVE_FDATASYNC 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_FMEMOPEN 1
| | #define HAVE_DECL_FDATASYNC 1
| | #define HAVE_DECL_FMEMOPEN 1
| | #define HAVE_CURSES_H 1
| | #define WITH_CURSES "curses"
| | #define HAVE_COLOR_SET 1
| | #define HAVE_RESIZE_TERM 1
| | #define HAVE_DEFINE_KEY 1
| | #define HAVE_MOUSEINTERVAL 1
| | #define HAVE_HAS_MOUSE 1
| | #define HAVE_MOUSEMASK 1
| | #define HAVE_DB_H 1
| | #define WITH_DB 1
| | #define USE_LIBDL 1
| | #define COB_COMPUTED_GOTO 1
| | #define SIZEOF_LONG_INT 8
| | #define SIZEOF_LONG_LONG 8
| | #define SIZEOF_LONG 8
| | #define SIZEOF_VOID_P 8
| | #define COB_LI_IS_LL 1
| | #define COB_64_BIT_POINTER 1
| | #define HAVE_ATTRIBUTE_ALIGNED 1
| | #define HAVE_ATTRIBUTE_PURE 1
| | #define HAVE_ATTRIBUTE_CONSTRUCTOR 1
| | /* end confdefs.h.  */
| | #include <CoreFoundation/CFLocale.h>
| | int
| | main ()
| | {
| | CFLocaleCopyPreferredLanguages();
| |   ;
| |   return 0;
| | }
| configure:20040: result: no
| configure:20090: checking for GNU gettext in libc
| configure:20119: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c -lcurses >&5
| ld: /tmp//cc2Idwf7.o: in function `main':
| conftest.c:(.text.startup+0xf): undefined reference to `bindtextdomain'
| ld: conftest.c:(.text.startup+0x1b): undefined reference to `gettext'
| ld: conftest.c:(.text.startup+0x25): undefined reference to 
`_nl_domain_bindings'
| ld: conftest.c:(.text.startup+0x2f): undefined reference to `_nl_msg_cat_cntr'
| configure:20119: $? = 1
| configure: failed program was:
| | /* confdefs.h */
| | #define PACKAGE_NAME "GnuCOBOL"
| | #define PACKAGE_TARNAME "gnucobol"
| | #define PACKAGE_VERSION "3.2"
| | #define PACKAGE_STRING "GnuCOBOL 3.2"
| | #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| | #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| | #define PACKAGE "gnucobol"
| | #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 YYTEXT_POINTER 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SIGNAL_H 1
| | #define HAVE_STDDEF_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_DLFCN_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_POPEN 1
| | #define HAVE_RAISE 1
| | #define HAVE_READLINK 1
| | #define HAVE_REALPATH 1
| | #define HAVE_SETENV 1
| | #define HAVE_STRCOLL 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_TIMEZONE 1
| | #define HAVE_DESIGNATED_INITS 1
| | #define HAVE_GMP_H 1
| | #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| | #define WITH_XML2 1
| | #define HAVE_JSON_C_JSON_H 1
| | #define WITH_JSON_C 1
| | #define WITH_JSON "json-c"
| | #define WITH_VARSEQ 0
| | #define HAVE_NANO_SLEEP 1
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_ISFINITE 1
| | #define HAVE_FDATASYNC 1
| | #define HAVE_SIGACTION 1
| | #define HAVE_FMEMOPEN 1
| | #define HAVE_DECL_FDATASYNC 1
| | #define HAVE_DECL_FMEMOPEN 1
| | #define HAVE_CURSES_H 1
| | #define WITH_CURSES "curses"
| | #define HAVE_COLOR_SET 1
| | #define HAVE_RESIZE_TERM 1
| | #define HAVE_DEFINE_KEY 1
| | #define HAVE_MOUSEINTERVAL 1
| | #define HAVE_HAS_MOUSE 1
| | #define HAVE_MOUSEMASK 1
| | #define HAVE_DB_H 1
| | #define WITH_DB 1
| | #define USE_LIBDL 1
| | #define COB_COMPUTED_GOTO 1
| | #define SIZEOF_LONG_INT 8
| | #define SIZEOF_LONG_LONG 8
| | #define SIZEOF_LONG 8
| | #define SIZEOF_VOID_P 8
| | #define COB_LI_IS_LL 1
| | #define COB_64_BIT_POINTER 1
| | #define HAVE_ATTRIBUTE_ALIGNED 1
| | #define HAVE_ATTRIBUTE_PURE 1
| | #define HAVE_ATTRIBUTE_CONSTRUCTOR 1
| | /* end confdefs.h.  */
| | 
| | #include <libintl.h>
| | #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:20128: result: no
| configure:20162: checking for iconv
| configure:20186: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c -lcurses >&5
| configure:20186: $? = 0
| configure:20220: result: yes
| configure:20223: checking for working iconv
| configure:20364: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c -lcurses >&5
| configure:20364: $? = 0
| configure:20364: ./conftest
| configure:20364: $? = 0
| configure:20376: result: yes
| configure:20865: checking for GNU gettext in libintl
| configure:20952: result: yes
| configure:20987: checking whether to use NLS
| configure:20989: result: yes
| configure:20992: checking where the gettext function comes from
| configure:21003: result: external libintl
| configure:21011: checking how to link with libintl
| configure:21013: result: /usr/pkg/lib/libintl.so -Wl,-rpath -Wl,/usr/pkg/lib
| configure:21072: checking for nl_langinfo and CODESET
| configure:21088: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib 
conftest.c   -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c -lcurses >&5
| configure:21088: $? = 0
| configure:21097: result: yes
| configure:21110: checking for perl
| configure:21126: found /usr/pkgsrc/lang/gnucobol/work/.tools/bin/perl
| configure:21137: result: perl
| configure:21197: checking for debug option -ggdb3
| configure:21210: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -ggdb3 -Wall -Werror -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib conftest.c  >&5
| configure:21210: $? = 0
| configure:21211: result: yes
| configure:21250: checking for debug option -fasynchronous-unwind-tables
| configure:21263: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -fasynchronous-unwind-tables -Wall -Werror 
-I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -Wl,-zrelro -L/usr/lib 
-Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c  >&5
| configure:21263: $? = 0
| configure:21264: result: yes
| configure:21390: checking for -pipe option
| configure:21408: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -pipe -Wall -Werror -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib conftest.c  >&5
| configure:21408: $? = 0
| configure:21417: result: yes
| configure:21478: checking for gcc pointer sign option
| configure:21491: gcc -c -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -pipe -Wpointer-sign -Wall -Werror -I/usr/include 
-I/usr/pkg/include -I/usr/pkg/include/db4 conftest.c >&5
| configure:21491: $? = 0
| configure:21492: result: yes
| configure:21686: checking for ld bind now option
| configure:21699: gcc -o conftest -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -pipe -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib -Wl,-z,relro,-z,now,-O1 conftest.c  >&5
| configure:21699: $? = 0
| configure:21700: result: yes
| configure:22134: checking that generated files are newer than configure
| configure:22140: result: done
| configure:22184: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by GnuCOBOL config.status 3.2, which was
| generated by GNU Autoconf 2.69.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on 
| 
| config.status:1352: creating Makefile
| config.status:1352: creating libcob/Makefile
| config.status:1352: creating lib/Makefile
| config.status:1352: creating cobc/Makefile
| config.status:1352: creating bin/Makefile
| config.status:1352: creating po/Makefile.in
| config.status:1352: creating doc/Makefile
| config.status:1352: creating config/Makefile
| config.status:1352: creating copy/Makefile
| config.status:1352: creating tests/Makefile
| config.status:1352: creating tests/cobol85/Makefile
| config.status:1352: creating extras/Makefile
| config.status:1352: creating bin/cob-config
| config.status:1352: creating pre-inst-env
| config.status:1352: creating tests/atlocal
| config.status:1352: creating tests/run_prog_manual.sh
| config.status:1352: creating config.h
| config.status:1581: executing tests/atconfig commands
| config.status:1581: executing depfiles commands
| config.status:1683: cd libcob       && sed -e '/# am--include-marker/d' 
Makefile         | make -f - am--depfiles
| config.status:1690: $? = 0
| config.status:1683: cd lib       && sed -e '/# am--include-marker/d' Makefile 
        | make -f - am--depfiles
| config.status:1690: $? = 0
| config.status:1683: cd cobc       && sed -e '/# am--include-marker/d' 
Makefile         | make -f - am--depfiles
| config.status:1690: $? = 0
| config.status:1683: cd bin       && sed -e '/# am--include-marker/d' Makefile 
        | make -f - am--depfiles
| config.status:1690: $? = 0
| config.status:1581: executing libtool commands
| config.status:1581: executing po-directories commands
| config.status:1581: executing chmod commands
| configure:24721: GnuCOBOL Configuration:
| configure:24723:  CC                gcc
| configure:24725:  CFLAGS            -O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k
| configure:24727:  LDFLAGS           -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib -Wl,-z,relro,-z,now,-O1
| configure:24729:  LIBCOB_LIBS        -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib 
-lxml2 -L/usr/lib -lz -L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c 
-lcurses -ldb4 -L/usr/pkg/lib -lintl -R/usr/pkg/lib
| configure:24732:  PROGRAMS_LIBS         -L/usr/pkg/lib -lintl -R/usr/pkg/lib
| configure:24735:  COB_CC            gcc
| configure:24737:  COB_CFLAGS        -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -pipe -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -I/usr/pkg/include -Wno-unused -fsigned-char 
-Wno-pointer-sign
| configure:24739:  COB_LDFLAGS       -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib 
-L/usr/pkg/lib -Wl,-R/usr/pkg/lib
| configure:24741:  COB_DEBUG_FLAGS   -ggdb3 -fasynchronous-unwind-tables
| configure:24743:  COB_LIBS          -L${exec_prefix}/lib -lcob
| configure:24745:  COB_CONFIG_DIR    ${datarootdir}/gnucobol/config
| configure:24747:  COB_COPY_DIR      ${datarootdir}/gnucobol/copy
| configure:24749:  COB_LIBRARY_PATH  ${exec_prefix}/lib/gnucobol
| configure:24751:  COB_OBJECT_EXT    o
| configure:24753:  COB_MODULE_EXT    so
| configure:24755:  COB_EXE_EXT       
| configure:24757:  COB_SHARED_OPT    -shared
| configure:24759:  COB_PIC_FLAGS     -fPIC -DPIC
| configure:24761:  COB_EXPORT_DYN    -Wl,--export-dynamic
| configure:24764:  COB_STRIP_CMD     strip --strip-unneeded
| configure:24768:  Dynamic loading:                             System
| configure:24774:  Use gettext for international messages:      yes
| configure:24776:  Use fcntl for file locking:                  yes
| configure:24778:  Use math multiple precision library:         gmp
| configure:24790:  Use curses library for screen I/O:           curses
| configure:24819:  Use Berkeley DB for INDEXED I/O:             yes
| configure:24836:  Used for XML I/O:                            libxml2
| configure:24850:  Used for JSON I/O:                           json-c
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_build=x86_64--netbsd
| ac_cv_c_bigendian=no
| ac_cv_c_compiler_gnu=yes
| ac_cv_c_const=yes
| ac_cv_defined_LIBXML_WRITER_ENABLED_libxml_xmlwriter_h=yes
| ac_cv_env_BDB_CFLAGS_set=''
| ac_cv_env_BDB_CFLAGS_value=''
| ac_cv_env_BDB_LIBS_set=''
| ac_cv_env_BDB_LIBS_value=''
| ac_cv_env_CC_set=set
| ac_cv_env_CC_value=gcc
| ac_cv_env_CFLAGS_set=set
| ac_cv_env_CFLAGS_value='-O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4'
| ac_cv_env_CJSON_CFLAGS_set=''
| ac_cv_env_CJSON_CFLAGS_value=''
| ac_cv_env_CJSON_LIBS_set=''
| ac_cv_env_CJSON_LIBS_value=''
| ac_cv_env_COBC_CPPFLAGS_set=''
| ac_cv_env_COBC_CPPFLAGS_value=''
| ac_cv_env_CPPFLAGS_set=set
| ac_cv_env_CPPFLAGS_value='-I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4'
| ac_cv_env_CPP_set=''
| ac_cv_env_CPP_value=''
| ac_cv_env_CURSES_LIBS_set=''
| ac_cv_env_CURSES_LIBS_value=''
| ac_cv_env_DIFF_FLAGS_set=''
| ac_cv_env_DIFF_FLAGS_value=''
| ac_cv_env_GMP_CFLAGS_set=''
| ac_cv_env_GMP_CFLAGS_value=''
| ac_cv_env_GMP_LIBS_set=''
| ac_cv_env_GMP_LIBS_value=''
| ac_cv_env_JSON_C_CFLAGS_set=''
| ac_cv_env_JSON_C_CFLAGS_value=''
| ac_cv_env_JSON_C_LIBS_set=''
| ac_cv_env_JSON_C_LIBS_value=''
| ac_cv_env_LDFLAGS_set=set
| ac_cv_env_LDFLAGS_value='-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib'
| ac_cv_env_LIBCOB_CPPFLAGS_set=''
| ac_cv_env_LIBCOB_CPPFLAGS_value=''
| ac_cv_env_LIBCOB_LIBS_set=''
| ac_cv_env_LIBCOB_LIBS_value=''
| ac_cv_env_LIBS_set=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_MPIR_CFLAGS_set=''
| ac_cv_env_MPIR_CFLAGS_value=''
| ac_cv_env_MPIR_LIBS_set=''
| ac_cv_env_MPIR_LIBS_value=''
| ac_cv_env_PKG_CONFIG_LIBDIR_set=set
| 
ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/pkgsrc/lang/gnucobol/work/.buildlink/lib/pkgconfig:/usr/pkgsrc/lang/gnucobol/work/.buildlink/share/pkgconfig
| ac_cv_env_PKG_CONFIG_PATH_set=set
| ac_cv_env_PKG_CONFIG_PATH_value=''
| ac_cv_env_PKG_CONFIG_set=set
| 
ac_cv_env_PKG_CONFIG_value=/usr/pkgsrc/lang/gnucobol/work/.tools/bin/pkg-config
| ac_cv_env_PROGRAMS_LIBS_set=''
| ac_cv_env_PROGRAMS_LIBS_value=''
| ac_cv_env_XML2_CFLAGS_set=''
| ac_cv_env_XML2_CFLAGS_value=''
| ac_cv_env_XML2_LIBS_set=''
| ac_cv_env_XML2_LIBS_value=''
| ac_cv_env_YACC_set=''
| ac_cv_env_YACC_value=''
| ac_cv_env_YFLAGS_set=''
| ac_cv_env_YFLAGS_value=''
| ac_cv_env_build_alias_set=set
| ac_cv_env_build_alias_value=x86_64--netbsd
| ac_cv_env_host_alias_set=set
| ac_cv_env_host_alias_value=x86_64--netbsd
| 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_dlopen=yes
| ac_cv_func_fcntl=yes
| ac_cv_func_fdatasync=yes
| ac_cv_func_flockfile=yes
| ac_cv_func_fmemopen=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_popen=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_shl_load=no
| 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_vprintf=yes
| ac_cv_have_decl_fdatasync=yes
| ac_cv_have_decl_fmemopen=yes
| ac_cv_header_cJSON_h=no
| ac_cv_header_cjson_cJSON_h=no
| ac_cv_header_curses_h=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_json_c_json_h=yes
| ac_cv_header_json_h=no
| ac_cv_header_libxml_parser_h=yes
| ac_cv_header_libxml_tree_h=yes
| ac_cv_header_libxml_uri_h=yes
| ac_cv_header_libxml_xmlversion_h=yes
| ac_cv_header_libxml_xmlwriter_h=yes
| ac_cv_header_locale_h=yes
| ac_cv_header_memory_h=yes
| ac_cv_header_minix_config_h=no
| 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_host=x86_64--netbsd
| ac_cv_lib_XCurses_initscr=no
| ac_cv_lib_c_dlopen=yes
| ac_cv_lib_curses_initscr=yes
| ac_cv_lib_dld_shl_load=no
| ac_cv_lib_gmp_____gmp_get_memory_functions=yes
| ac_cv_lib_lex=-lfl
| ac_cv_lib_ncurses_initscr=no
| ac_cv_lib_ncursesw_initscr=no
| ac_cv_lib_pdcurses_initscr=no
| ac_cv_objext=o
| ac_cv_path_CAT=/bin/cat
| ac_cv_path_ECHO=echo
| ac_cv_path_EGREP=/usr/bin/egrep
| ac_cv_path_ENV=/usr/bin/env
| ac_cv_path_FALSE=false
| ac_cv_path_FGREP='/usr/bin/grep -F'
| ac_cv_path_GMSGFMT=/usr/pkgsrc/lang/gnucobol/work/.tools/bin/msgfmt
| ac_cv_path_GREP=/usr/bin/grep
| ac_cv_path_MSGFMT=/usr/pkgsrc/lang/gnucobol/work/.tools/bin/msgfmt
| ac_cv_path_MSGMERGE=/usr/pkg/bin/msgmerge
| ac_cv_path_SED=/usr/bin/sed
| ac_cv_path_TEST=test
| ac_cv_path_TRUE=true
| ac_cv_path_XGETTEXT=/usr/pkg/bin/xgettext
| 
ac_cv_path_XML2_CONFIG=/usr/pkgsrc/lang/gnucobol/work/.buildlink/bin/xml2-config
| ac_cv_path_lt_DD=/bin/dd
| ac_cv_prog_AR=ar
| ac_cv_prog_AWK=/usr/bin/awk
| ac_cv_prog_CC=gcc
| ac_cv_prog_CPP='gcc -E'
| ac_cv_prog_LEX=flex
| ac_cv_prog_PERL=perl
| ac_cv_prog_YACC='bison -y'
| ac_cv_prog_ac_ct_AR=ar
| ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
| ac_cv_prog_ac_ct_OBJDUMP=objdump
| ac_cv_prog_ac_ct_RANLIB=ranlib
| ac_cv_prog_ac_ct_STRIP=strip
| ac_cv_prog_cc_c89=''
| ac_cv_prog_cc_g=yes
| ac_cv_prog_configured_make=make
| ac_cv_prog_lex_root=lex.yy
| ac_cv_prog_lex_yytext_pointer=yes
| ac_cv_prog_make_make_set=yes
| ac_cv_safe_to_define___extensions__=yes
| ac_cv_sizeof_long=8
| ac_cv_sizeof_long_int=8
| ac_cv_sizeof_long_long=8
| ac_cv_sizeof_void_p=8
| 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='${wl}-rpath ${wl}$libdir'
| 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=/usr/pkgsrc/lang/gnucobol/work/.cwrapper/bin/ld
| acl_cv_prog_gnu_ld=yes
| acl_cv_rpath=done
| acl_cv_shlibext=so
| acl_cv_wl=-Wl,
| am_cv_CC_dependencies_compiler_type=gcc3
| am_cv_ar_interface=ar
| am_cv_func_iconv=yes
| am_cv_func_iconv_works=yes
| am_cv_langinfo_codeset=yes
| am_cv_lib_iconv=no
| am_cv_make_support_nested_variables=yes
| am_cv_prog_cc_c_o=yes
| ax_cv_prog_bison=yes
| ax_cv_prog_flex=yes
| gc_cv_attribute_aligned=yes
| gc_cv_attribute_constructor=yes
| gc_cv_attribute_pure=yes
| gc_cv_designated_inits=yes
| gc_cv_err_warn='-Wall -Werror'
| gc_cv_gcc_pipe=yes
| gc_cv_keyword_inline=__inline
| gc_cv_time_timezone=yes
| gt_cv_func_CFLocaleCopyCurrent=no
| gt_cv_func_CFLocaleCopyPreferredLanguages=no
| gt_cv_func_CFPreferencesCopyAppValue=no
| gt_cv_func_gnugettext1_libc=no
| gt_cv_func_gnugettext1_libintl=yes
| gt_cv_func_gnugettext2_libintl=yes
| gt_cv_func_gnugettext_libintl=yes
| lt_cv_ar_at_file=@
| lt_cv_archive_cmds_need_lc=no
| lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
| lt_cv_dlopen=dlopen
| lt_cv_dlopen_libs=''
| lt_cv_dlopen_self=yes
| lt_cv_dlopen_self_static=no
| lt_cv_file_magic_cmd='$MAGIC_CMD'
| lt_cv_file_magic_test_file=''
| lt_cv_ld_reload_flag=-r
| lt_cv_nm_interface='BSD nm'
| lt_cv_objdir=.libs
| lt_cv_path_LD=/usr/pkgsrc/lang/gnucobol/work/.cwrapper/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_c_o_RC=yes
| lt_cv_prog_compiler_pic='-fPIC -DPIC'
| lt_cv_prog_compiler_pic_works=yes
| lt_cv_prog_compiler_rtti_exceptions=no
| lt_cv_prog_compiler_static_works=yes
| lt_cv_prog_gnu_ld=yes
| lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
| lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[     
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\([_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/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  
{"\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/^[ABCDGIRSTW][ABCDGIRSTW]* .* 
\(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* 
.* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'
| lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int 
\1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'
| lt_cv_sys_global_symbol_to_import=''
| lt_cv_sys_max_cmd_len=262144
| 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} 
'\''/usr/pkgsrc/lang/gnucobol/work/gnucobol-3.2/build_aux/missing'\'' 
aclocal-1.16'
| 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} 
'\''/usr/pkgsrc/lang/gnucobol/work/gnucobol-3.2/build_aux/missing'\'' autoconf'
| AUTOHEADER='${SHELL} 
'\''/usr/pkgsrc/lang/gnucobol/work/gnucobol-3.2/build_aux/missing'\'' 
autoheader'
| AUTOMAKE='${SHELL} 
'\''/usr/pkgsrc/lang/gnucobol/work/gnucobol-3.2/build_aux/missing'\'' 
automake-1.16'
| AWK='/usr/bin/awk'
| BDB_CFLAGS=''
| BDB_LIBS=''
| CC='gcc'
| CCDEPMODE='depmode=gcc3'
| CFLAGS='-O2 -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -pipe 
-finline-functions -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes 
-Wno-format-y2k'
| CJSON_CFLAGS=''
| CJSON_LIBS='-lcjson'
| COBC_CPPFLAGS=''
| COB_BIGENDIAN='no'
| COB_CC='gcc'
| COB_CFLAGS='-I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -pipe 
-I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 -I/usr/pkg/include 
-Wno-unused -fsigned-char -Wno-pointer-sign'
| COB_CONFIG_DIR='${datarootdir}/gnucobol/config'
| COB_COPY_DIR='${datarootdir}/gnucobol/copy'
| COB_ENABLE_DEBUG='no'
| COB_EXE_EXT=''
| COB_FIX_LIBTOOL=''
| COB_HAS_64_BIT_POINTER='yes'
| COB_HAS_CURSES='yes'
| COB_HAS_ISAM='db'
| COB_HAS_JSON='json-c'
| COB_HAS_XML2='yes'
| COB_LDFLAGS='-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib'
| COB_LIBRARY_PATH='${exec_prefix}/lib/gnucobol'
| COB_LIBS='-L${exec_prefix}/lib -lcob'
| COB_MAKE_IX_FALSE='#'
| COB_MAKE_IX_TRUE=''
| COB_MAKE_RUN_BINARIES_FALSE='#'
| COB_MAKE_RUN_BINARIES_TRUE=''
| COB_MODULE_EXT='so'
| COB_OBJECT_EXT='o'
| COB_PATCH_LEVEL='0'
| CODE_COVERAGE_CFLAGS=''
| CODE_COVERAGE_CPPFLAGS=''
| CODE_COVERAGE_CXXFLAGS=''
| CODE_COVERAGE_ENABLED='no'
| CODE_COVERAGE_ENABLED_FALSE=''
| CODE_COVERAGE_ENABLED_TRUE='#'
| CODE_COVERAGE_LIBS=''
| CPP='gcc -E'
| CPPFLAGS='-I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4'
| CURSES_LIBS='-lcurses'
| CYGPATH_W='echo'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| DIFF_FLAGS='--strip-trailing-cr'
| DLLTOOL='false'
| DSYMUTIL=''
| DUMPBIN=''
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='/usr/bin/egrep'
| EXEEXT=''
| FGREP='/usr/bin/grep -F'
| GCOV=''
| GENHTML=''
| GETTEXT_MACRO_VERSION='0.20'
| GMP_CFLAGS=''
| GMP_LIBS='-lgmp'
| GMSGFMT='/usr/pkgsrc/lang/gnucobol/work/.tools/bin/msgfmt'
| GMSGFMT_015='/usr/pkgsrc/lang/gnucobol/work/.tools/bin/msgfmt'
| GREP='/usr/bin/grep'
| HELP2MAN='${SHELL} 
'\''/usr/pkgsrc/lang/gnucobol/work/gnucobol-3.2/build_aux/missing'\'' help2man'
| INSTALL_DATA='/usr/bin/install -c -o root -g wheel -m 644'
| INSTALL_PROGRAM='/usr/bin/install -c -s -o root -g wheel -m 755'
| INSTALL_SCRIPT='/usr/bin/install -c -o root -g wheel -m 755'
| INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
| INTLLIBS='/usr/pkg/lib/libintl.so -Wl,-rpath -Wl,/usr/pkg/lib'
| INTL_MACOSX_LIBS=''
| JSON_C_CFLAGS=''
| JSON_C_LIBS='-ljson-c'
| LCOV=''
| LD='/usr/pkgsrc/lang/gnucobol/work/.cwrapper/bin/ld'
| LDFLAGS='-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib -Wl,-z,relro,-z,now,-O1'
| LEX='flex'
| LEXLIB='-lfl'
| LEX_OUTPUT_ROOT='lex.yy'
| LIBCOB_CPPFLAGS=' -I/usr/pkg/include/libxml2 -I/usr/include'
| LIBCOB_LIBS=' -lgmp -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz 
-L/usr/lib -llzma -lpthread -L/usr/lib -lm -ljson-c -lcurses -ldb4 
-L/usr/pkg/lib -lintl -R/usr/pkg/lib'
| LIBICONV=''
| LIBINTL='/usr/pkg/lib/libintl.so -Wl,-rpath -Wl,/usr/pkg/lib'
| LIBOBJS=''
| LIBS=''
| LIBTOOL='$(SHELL) $(top_builddir)/libtool'
| LIPO=''
| LN_S='ln -s'
| LOCAL_CJSON_FALSE=''
| LOCAL_CJSON_TRUE='#'
| LTLIBICONV=''
| LTLIBINTL='-L/usr/pkg/lib -lintl -R/usr/pkg/lib'
| LTLIBOBJS=''
| LT_SYS_LIBRARY_PATH=''
| MAKE='make'
| MAKEINFO='/usr/pkgsrc/lang/gnucobol/work/.tools/bin/makeinfo'
| MAKE_HAS_PREREQ_ONLY_FALSE=''
| MAKE_HAS_PREREQ_ONLY_TRUE='#'
| MANIFEST_TOOL=':'
| MKDIR_P='build_aux/install-sh -c -d'
| MPIR_CFLAGS=''
| MPIR_LIBS=''
| MSGFMT='/usr/pkgsrc/lang/gnucobol/work/.tools/bin/msgfmt'
| MSGMERGE='/usr/pkg/bin/msgmerge'
| MSGMERGE_FOR_MSGFMT_OPTION='--for-msgfmt'
| NM='/usr/bin/nm -B'
| NMEDIT=''
| OBJDUMP='objdump'
| OBJEXT='o'
| OTOOL64=''
| OTOOL=''
| PACKAGE='gnucobol'
| PACKAGE_BUGREPORT='bug-gnucobol@gnu.org'
| PACKAGE_NAME='GnuCOBOL'
| PACKAGE_STRING='GnuCOBOL 3.2'
| PACKAGE_TARNAME='gnucobol'
| PACKAGE_URL='https://www.gnu.org/software/gnucobol/'
| PACKAGE_VERSION='3.2'
| PATH_SEPARATOR=':'
| PERL='perl'
| PKG_CONFIG=''
| 
PKG_CONFIG_LIBDIR='/usr/pkgsrc/lang/gnucobol/work/.buildlink/lib/pkgconfig:/usr/pkgsrc/lang/gnucobol/work/.buildlink/share/pkgconfig'
| PKG_CONFIG_PATH=''
| POSUB='po'
| PROGRAMS_LIBS='-L/usr/pkg/lib -lintl -R/usr/pkg/lib'
| QUOTE_INCLUDE_FLAG=''
| RANLIB='ranlib'
| RC=''
| SED='/usr/bin/sed'
| SET_MAKE=''
| SHELL='/bin/sh'
| STRIP='strip'
| USE_NLS='yes'
| VERSION='3.2'
| XGETTEXT='/usr/pkg/bin/xgettext'
| XGETTEXT_015='/usr/pkg/bin/xgettext'
| XGETTEXT_EXTRA_OPTIONS=''
| XML2_CFLAGS='-I/usr/pkg/include/libxml2 -I/usr/include'
| XML2_CONFIG='/usr/pkgsrc/lang/gnucobol/work/.buildlink/bin/xml2-config'
| XML2_LIBS='-Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lxml2 -L/usr/lib -lz -L/usr/lib 
-llzma -lpthread -L/usr/lib -lm'
| YACC='bison -o y.tab.c'
| YFLAGS=''
| 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--netbsd'
| build_alias='x86_64--netbsd'
| build_cpu='x86_64'
| build_os='netbsd'
| build_vendor=''
| configured_make='make'
| datadir='${datarootdir}'
| datarootdir='${prefix}/share'
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| dvidir='${docdir}'
| exec_prefix='${prefix}'
| host='x86_64--netbsd'
| host_alias='x86_64--netbsd'
| host_cpu='x86_64'
| host_os='netbsd'
| host_vendor=''
| htmldir='${docdir}'
| ifGNUmake=''
| ifnGNUmake=''
| includedir='${prefix}/include'
| infodir='/usr/pkg/info'
| install_sh='${SHELL} 
/usr/pkgsrc/lang/gnucobol/work/gnucobol-3.2/build_aux/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| localedir='${datarootdir}/locale'
| localstatedir='${prefix}/var'
| mandir='/usr/pkg/man'
| mkdir_p='$(MKDIR_P)'
| oldincludedir='/usr/include'
| pdfdir='${docdir}'
| prefix='/usr/pkg'
| program_transform_name='s,x,x,'
| psdir='${docdir}'
| runstatedir='${localstatedir}/run'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| /* confdefs.h */
| #define PACKAGE_NAME "GnuCOBOL"
| #define PACKAGE_TARNAME "gnucobol"
| #define PACKAGE_VERSION "3.2"
| #define PACKAGE_STRING "GnuCOBOL 3.2"
| #define PACKAGE_BUGREPORT "bug-gnucobol@gnu.org"
| #define PACKAGE_URL "https://www.gnu.org/software/gnucobol/";
| #define PACKAGE "gnucobol"
| #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 YYTEXT_POINTER 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_DLFCN_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_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_READLINK 1
| #define HAVE_REALPATH 1
| #define HAVE_SETENV 1
| #define HAVE_STRCOLL 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_TIMEZONE 1
| #define HAVE_DESIGNATED_INITS 1
| #define HAVE_GMP_H 1
| #define HAVE_MP_GET_MEMORY_FUNCTIONS 1
| #define WITH_XML2 1
| #define HAVE_JSON_C_JSON_H 1
| #define WITH_JSON_C 1
| #define WITH_JSON "json-c"
| #define WITH_VARSEQ 0
| #define HAVE_NANO_SLEEP 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ISFINITE 1
| #define HAVE_FDATASYNC 1
| #define HAVE_SIGACTION 1
| #define HAVE_FMEMOPEN 1
| #define HAVE_DECL_FDATASYNC 1
| #define HAVE_DECL_FMEMOPEN 1
| #define HAVE_CURSES_H 1
| #define WITH_CURSES "curses"
| #define HAVE_COLOR_SET 1
| #define HAVE_RESIZE_TERM 1
| #define HAVE_DEFINE_KEY 1
| #define HAVE_MOUSEINTERVAL 1
| #define HAVE_HAS_MOUSE 1
| #define HAVE_MOUSEMASK 1
| #define HAVE_DB_H 1
| #define WITH_DB 1
| #define USE_LIBDL 1
| #define COB_COMPUTED_GOTO 1
| #define SIZEOF_LONG_INT 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG 8
| #define SIZEOF_VOID_P 8
| #define COB_LI_IS_LL 1
| #define COB_64_BIT_POINTER 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_ATTRIBUTE_PURE 1
| #define HAVE_ATTRIBUTE_CONSTRUCTOR 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_LANGINFO_CODESET 1
| #define COB_CC "gcc"
| #define COB_CFLAGS "-I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-pipe -I/usr/include -I/usr/pkg/include -I/usr/pkg/include/db4 
-I/usr/pkg/include -Wno-unused -fsigned-char -Wno-pointer-sign"
| #define COB_LDFLAGS "-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib"
| #define COB_LIBS "-L/usr/pkg/lib -lcob"
| #define COB_PIC_FLAGS "-fPIC -DPIC"
| #define COB_DEBUG_FLAGS "-ggdb3 -fasynchronous-unwind-tables"
| #define COB_EXPORT_DYN "-Wl,--export-dynamic"
| #define COB_SHARED_OPT "-shared"
| #define COB_MODULE_EXT "so"
| #define COB_OBJECT_EXT "o"
| #define COB_EXE_EXT ""
| #define COB_LIBRARY_PATH "/usr/pkg/lib/gnucobol"
| #define COB_STRIP_CMD "strip --strip-unneeded"
| #define COB_CONFIG_DIR "/usr/pkg/share/gnucobol/config"
| #define COB_COPY_DIR "/usr/pkg/share/gnucobol/copy"
| #define COBCRUN_NAME "cobcrun"
| #define COB_BLD_CC "gcc"
| #define COB_BLD_CFLAGS "-O2 -I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4 -pipe -finline-functions -fsigned-char -Wall 
-Wwrite-strings -Wmissing-prototypes -Wno-format-y2k"
| #define COB_BLD_CPPFLAGS "-I/usr/include -I/usr/pkg/include 
-I/usr/pkg/include/db4"
| #define COB_BLD_LD "/usr/pkgsrc/lang/gnucobol/work/.cwrapper/bin/ld"
| #define COB_BLD_LDFLAGS "-Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib 
-Wl,-R/usr/pkg/lib -Wl,-z,relro,-z,now,-O1"
| #define COB_BLD_BUILD "x86_64--netbsd"
| 
| configure: exit 0




reply via email to

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