Loading _build/deps-source/re2c/

  OK  name: re2c
  --  single version: 3.0
  --  WEDGE_IS_ABSOLUTE
wedge-make () 
{ 
    local src_dir=$1;
    local build_dir=$2;
    local install_dir=$3;
    pushd $build_dir;
    $src_dir/configure --help;
    echo;
    time $src_dir/configure --prefix=$install_dir --disable-golang --disable-rust;
    echo;
    time make;
    popd
}
  OK  wedge-make
wedge-install () 
{ 
    local build_dir=$1;
    pushd $build_dir;
    time make install-strip;
    popd
}
  OK  wedge-install
  OK  wedge-smoke-test

Loaded _build/deps-source/re2c/

 SRC /home/runner/work/oils/oils/_build/deps-source/re2c/re2c-3.0
~/work/oils/oils/_build/wedge/tmp/re2c-3.0 ~/work/oils/oils
~/work/oils/oils/_build/wedge/tmp/re2c-3.0 ~/work/oils/oils/_build/wedge/tmp/re2c-3.0 ~/work/oils/oils
`configure' configures re2c 3.0 to adapt to many kinds of systems.

Usage: /home/runner/work/oils/oils/_build/deps-source/re2c/re2c-3.0/configure [OPTION]... [VAR=VALUE]...

To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE.  See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
  -h, --help              display this help and exit
      --help=short        display options specific to this package
      --help=recursive    display the short help of all the included packages
  -V, --version           display version information and exit
  -q, --quiet, --silent   do not print `checking ...' messages
      --cache-file=FILE   cache test results in FILE [disabled]
  -C, --config-cache      alias for `--cache-file=config.cache'
  -n, --no-create         do not create output files
      --srcdir=DIR        find the sources in DIR [configure dir or `..']

Installation directories:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [/usr/local]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [PREFIX]

By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc.  You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIR            user executables [EPREFIX/bin]
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
  --libexecdir=DIR        program executables [EPREFIX/libexec]
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
  --libdir=DIR            object code libraries [EPREFIX/lib]
  --includedir=DIR        C header files [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
  --infodir=DIR           info documentation [DATAROOTDIR/info]
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  --mandir=DIR            man documentation [DATAROOTDIR/man]
  --docdir=DIR            documentation root [DATAROOTDIR/doc/re2c]
  --htmldir=DIR           html documentation [DOCDIR]
  --dvidir=DIR            dvi documentation [DOCDIR]
  --pdfdir=DIR            pdf documentation [DOCDIR]
  --psdir=DIR             ps documentation [DOCDIR]

Program names:
  --program-prefix=PREFIX            prepend PREFIX to installed program names
  --program-suffix=SUFFIX            append SUFFIX to installed program names
  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names

System types:
  --build=BUILD     configure for building on BUILD [guessed]
  --host=HOST       cross-compile to build programs to run on HOST [BUILD]

Optional Features:
  --disable-option-checking  ignore unrecognized --enable/--with options
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --enable-silent-rules   less verbose build output (undo: "make V=1")
  --disable-silent-rules  verbose build output (undo: "make V=0")
  --enable-dependency-tracking
                          do not reject slow dependency extractors
  --disable-dependency-tracking
                          speeds up one-time build
  --enable-debug          enable checks and assertions
  --enable-docs           regenerate manpage
  --enable-lexers         regenerate lexers
  --enable-libs           build libraries
  --enable-golang         build re2go executable
  --enable-rust           build re2rust executable
  --enable-benchmarks     build benchmarks
  --enable-benchmarks-regenerate
                          regenerate C code for benchmarks
  --enable-shared[=PKGS]  build shared libraries [default=yes]
  --enable-static[=PKGS]  build static libraries [default=yes]
  --enable-fast-install[=PKGS]
                          optimize for fast installation [default=yes]
  --disable-libtool-lock  avoid locking (might break parallel builds)

Optional Packages:
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
                          both]
  --with-aix-soname=aix|svr4|both
                          shared library versioning (aka "SONAME") variant to
                          provide on AIX, [default=aix].
  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
  --with-sysroot[=DIR]    Search for dependent libraries within DIR (or the
                          compiler's sysroot if not specified).

Some influential environment variables:
  CC          C compiler command
  CFLAGS      C compiler flags
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
              nonstandard directory <lib dir>
  LIBS        libraries to pass to the linker, e.g. -l<library>
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
              you have headers in a nonstandard directory <include dir>
  RE2C_FOR_BUILD
              re2c executable used to regenerate lexers
  CXX         C++ compiler command
  CXXFLAGS    C++ compiler flags
  LT_SYS_LIBRARY_PATH
              User-defined run-time library search path.
  CXXCPP      C++ preprocessor

Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.

Report bugs to <re2c-general@lists.sourceforge.net>.

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking for bison... /usr/bin/bison
checking for python3... python3
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking whether the compiler supports GNU C++... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking for g++ option to enable C++11 features... (cached) none needed
checking dependency style of g++... (cached) gcc3
checking C++ compiler flag -std=c++98... yes
checking C++ compiler flag -W... yes
checking C++ compiler flag -Wall... yes
checking C++ compiler flag -Wextra... yes
checking C++ compiler flag -Weffc++... yes
checking C++ compiler flag -pedantic... yes
checking C++ compiler flag -Wformat=2... yes
checking C++ compiler flag -Wredundant-decls... yes
checking C++ compiler flag -Wsuggest-attribute=format... yes
checking C++ compiler flag -Wconversion... yes
checking C++ compiler flag -Wsign-conversion... yes
checking C++ compiler flag -Werror=return-type... yes
checking C++ compiler flag -O2... yes
checking C++ compiler flag -Weverything... no
checking for stdint.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for io.h... no
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of void *... 8
checking size of 0l... 8
checking size of 0ll... 8
checking size of 0i8... 0
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3145728
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating benchmarks/submatch_nfa/Makefile
config.status: creating benchmarks/submatch_dfa_aot/Makefile
config.status: creating benchmarks/submatch_dfa_jit/Makefile
config.status: creating benchmarks/submatch_java/Makefile
config.status: creating doc/manpage.rst
config.status: creating doc/help.rst
config.status: creating run_tests.py
config.status: creating benchmarks/submatch_dfa_aot/run.py
config.status: creating benchmarks/submatch_java/run.py
config.status: creating config.h
config.status: linking /home/runner/work/oils/oils/_build/deps-source/re2c/re2c-3.0/benchmarks/submatch_java/chart.js to benchmarks/submatch_java/chart.js
config.status: executing depfiles commands
config.status: executing libtool commands

real	0m8.824s
user	0m4.370s
sys	0m2.800s

  GEN      src/msg/help.cc
  GEN      src/parse/parser.cc
  GEN      src/parse/lex.cc
Reconfigure with --enable-lexers to regenerate src/parse/lex.cc
  GEN      src/parse/lex_conf.cc
Reconfigure with --enable-lexers to regenerate src/parse/lex_conf.cc
  GEN      src/options/parse_opts.cc
Reconfigure with --enable-lexers to regenerate src/options/parse_opts.cc
make  all-recursive
make[1]: Entering directory '/home/runner/work/oils/oils/_build/wedge/tmp/re2c-3.0'
Making all in .
make[2]: Entering directory '/home/runner/work/oils/oils/_build/wedge/tmp/re2c-3.0'
  CXX      src/main.o
  CXX      src/codegen/code_goto.o
  CXX      src/codegen/combine.o
  CXX      src/codegen/gen_bitmaps.o
  CXX      src/codegen/gen_delayed.o
  CXX      src/codegen/gen_dfa.o
  CXX      src/codegen/gen_goto.o
  CXX      src/codegen/gen_program.o
  CXX      src/codegen/gen_state.o
  CXX      src/codegen/helpers.o
  CXX      src/codegen/remove_empty.o
  CXX      src/codegen/render.o
  CXX      src/options/opt.o
  CXX      src/options/symtab.o
  CXX      src/nfa/estimate_size.o
  CXX      src/nfa/re_to_nfa.o
  CXX      src/adfa/adfa.o
  CXX      src/debug/dump_adfa.o
  CXX      src/debug/dump_cfg.o
  CXX      src/debug/dump_dfa.o
  CXX      src/debug/dump_dfa_tree.o
  CXX      src/debug/dump_interf.o
  CXX      src/debug/dump_nfa.o
  CXX      src/cfg/cfg.o
  CXX      src/cfg/compact.o
  CXX      src/cfg/dce.o
  CXX      src/cfg/freeze.o
  CXX      src/cfg/interfere.o
  CXX      src/cfg/liveanal.o
  CXX      src/cfg/normalize.o
  CXX      src/cfg/optimize.o
  CXX      src/cfg/rename.o
  CXX      src/cfg/varalloc.o
  CXX      src/dfa/closure.o
  CXX      src/dfa/dead_rules.o
  CXX      src/dfa/determinization.o
  CXX      src/dfa/fallback_tags.o
  CXX      src/dfa/fillpoints.o
  CXX      src/dfa/find_state.o
  CXX      src/dfa/minimization.o
  CXX      src/dfa/stacmd.o
  CXX      src/dfa/tagver_table.o
  CXX      src/dfa/tcmd.o
  CXX      src/encoding/ebcdic/ebcdic_regexp.o
  CXX      src/encoding/enc.o
  CXX      src/encoding/range_suffix.o
  CXX      src/encoding/utf8/utf8_regexp.o
  CXX      src/encoding/utf8/utf8.o
  CXX      src/encoding/utf16/utf16_regexp.o
  CXX      src/encoding/utf16/utf16.o
  CXX      src/msg/msg.o
  CXX      src/msg/warn.o
  CXX      src/regexp/ast_to_re.o
  CXX      src/regexp/default_tags.o
  CXX      src/regexp/fixed_tags.o
  CXX      src/regexp/nullable.o
  CXX      src/regexp/re.o
  CXX      src/regexp/rule.o
  CXX      src/regexp/split_charset.o
  CXX      src/regexp/tag.o
  CXX      src/compile.o
  CXX      src/skeleton/control_flow.o
  CXX      src/skeleton/generate_code.o
  CXX      src/skeleton/generate_data.o
  CXX      src/skeleton/maxpath.o
  CXX      src/skeleton/skeleton.o
  CXX      src/parse/ast.o
  CXX      src/parse/input.o
  CXX      src/parse/parse.o
  CXX      src/parse/scanner.o
  CXX      src/parse/unescape.o
  CXX      src/util/file_utils.o
  CXX      src/util/s_to_n32_unsafe.o
  CXX      src/util/temp_file.o
  CXX      src/util/range.o
  CXX      src/msg/help.o
  CXX      src/parse/lex.o
  CXX      src/parse/parser.o
  CXX      src/msg/ver_to_vernum.o
  CXX      src/parse/lex_conf.o
  CXX      src/options/parse_opts.o
  CXXLD    re2c
  GEN      doc/re2c.1
Reconfigure with --enable-docs to rebuild docs
make[2]: Leaving directory '/home/runner/work/oils/oils/_build/wedge/tmp/re2c-3.0'
make[1]: Leaving directory '/home/runner/work/oils/oils/_build/wedge/tmp/re2c-3.0'

real	0m59.565s
user	0m52.555s
sys	0m5.622s
~/work/oils/oils/_build/wedge/tmp/re2c-3.0 ~/work/oils/oils
~/work/oils/oils
Loading _build/deps-source/re2c/

  OK  name: re2c
  --  single version: 3.0
  --  WEDGE_IS_ABSOLUTE
wedge-make () 
{ 
    local src_dir=$1;
    local build_dir=$2;
    local install_dir=$3;
    pushd $build_dir;
    $src_dir/configure --help;
    echo;
    time $src_dir/configure --prefix=$install_dir --disable-golang --disable-rust;
    echo;
    time make;
    popd
}
  OK  wedge-make
wedge-install () 
{ 
    local build_dir=$1;
    pushd $build_dir;
    time make install-strip;
    popd
}
  OK  wedge-install
  OK  wedge-smoke-test

Loaded _build/deps-source/re2c/

/home/runner/work/oils/oils/_build/wedge/tmp/re2c-3.0 /home/runner/work/oils/oils
if test -z 'strip'; then \
  make  INSTALL_PROGRAM="/bin/bash /home/runner/work/oils/oils/_build/deps-source/re2c/re2c-3.0/build-aux/install-sh -c -s" \
    install_sh_PROGRAM="/bin/bash /home/runner/work/oils/oils/_build/deps-source/re2c/re2c-3.0/build-aux/install-sh -c -s" INSTALL_STRIP_FLAG=-s \
      install; \
else \
  make  INSTALL_PROGRAM="/bin/bash /home/runner/work/oils/oils/_build/deps-source/re2c/re2c-3.0/build-aux/install-sh -c -s" \
    install_sh_PROGRAM="/bin/bash /home/runner/work/oils/oils/_build/deps-source/re2c/re2c-3.0/build-aux/install-sh -c -s" INSTALL_STRIP_FLAG=-s \
    "INSTALL_PROGRAM_ENV=STRIPPROG='strip'" install; \
fi
make[1]: Entering directory '/home/runner/work/oils/oils/_build/wedge/tmp/re2c-3.0'
make  install-recursive
make[2]: Entering directory '/home/runner/work/oils/oils/_build/wedge/tmp/re2c-3.0'
Making install in .
make[3]: Entering directory '/home/runner/work/oils/oils/_build/wedge/tmp/re2c-3.0'
Reconfigure with --enable-docs to rebuild docs
make[4]: Entering directory '/home/runner/work/oils/oils/_build/wedge/tmp/re2c-3.0'
 /usr/bin/mkdir -p '/wedge/oils-for-unix.org/pkg/re2c/3.0/bin'
 STRIPPROG='strip' /bin/bash ./libtool   --mode=install /bin/bash /home/runner/work/oils/oils/_build/deps-source/re2c/re2c-3.0/build-aux/install-sh -c -s re2c '/wedge/oils-for-unix.org/pkg/re2c/3.0/bin'
libtool: install: /bin/bash /home/runner/work/oils/oils/_build/deps-source/re2c/re2c-3.0/build-aux/install-sh -c -s re2c /wedge/oils-for-unix.org/pkg/re2c/3.0/bin/re2c
 /usr/bin/mkdir -p '/wedge/oils-for-unix.org/pkg/re2c/3.0/share/re2c/stdlib'
 /usr/bin/install -c -m 644 /home/runner/work/oils/oils/_build/deps-source/re2c/re2c-3.0/include/unicode_categories.re '/wedge/oils-for-unix.org/pkg/re2c/3.0/share/re2c/stdlib'
 /usr/bin/mkdir -p '/wedge/oils-for-unix.org/pkg/re2c/3.0/share/man/man1'
 /usr/bin/install -c -m 644 doc/re2c.1 '/wedge/oils-for-unix.org/pkg/re2c/3.0/share/man/man1'
make[4]: Leaving directory '/home/runner/work/oils/oils/_build/wedge/tmp/re2c-3.0'
make[3]: Leaving directory '/home/runner/work/oils/oils/_build/wedge/tmp/re2c-3.0'
make[2]: Leaving directory '/home/runner/work/oils/oils/_build/wedge/tmp/re2c-3.0'
make[1]: Leaving directory '/home/runner/work/oils/oils/_build/wedge/tmp/re2c-3.0'

real	0m0.518s
user	0m0.394s
sys	0m0.119s
/home/runner/work/oils/oils
Loading _build/deps-source/re2c/

  OK  name: re2c
  --  single version: 3.0
  --  WEDGE_IS_ABSOLUTE
wedge-make () 
{ 
    local src_dir=$1;
    local build_dir=$2;
    local install_dir=$3;
    pushd $build_dir;
    $src_dir/configure --help;
    echo;
    time $src_dir/configure --prefix=$install_dir --disable-golang --disable-rust;
    echo;
    time make;
    popd
}
  OK  wedge-make
wedge-install () 
{ 
    local build_dir=$1;
    pushd $build_dir;
    time make install-strip;
    popd
}
  OK  wedge-install
  OK  wedge-smoke-test

Loaded _build/deps-source/re2c/

  SMOKE TEST
~/work/oils/oils/_build/wedge/smoke-test/re2c-3.0 ~/work/oils/oils
+ wedge-smoke-test /wedge/oils-for-unix.org/pkg/re2c/3.0 /home/runner/work/oils/oils/_build/deps-source/re2c/
+ local install_dir=/wedge/oils-for-unix.org/pkg/re2c/3.0
+ /wedge/oils-for-unix.org/pkg/re2c/3.0/bin/re2c --version
re2c 3.0
+ set +x
~/work/oils/oils
  OK