make tools/elfutils/{clean,compile} -j 1 V=s

make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/scripts/config'
make[2]: 'conf' is up to date.
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/scripts/config'
make[1]: Entering directory '/Volumes/pr-14802-fix-final/openwrt'
make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/tools/elfutils'
CFLAGS="-O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC" CPPFLAGS="-I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include " CXXFLAGS="" LDFLAGS="-L/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/lib " make -j1 -C /Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191  uninstall
make[3]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191'
Making uninstall in config
 ( cd '/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/lib/pkgconfig' && rm -f libelf.pc libdw.pc )
Making uninstall in lib
make[4]: Nothing to be done for 'uninstall'.
Making uninstall in libelf
 ( cd '/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include' && rm -f libelf.h gelf.h nlist.h )
 /usr/bin/env bash ../libtool   --mode=uninstall rm -f '/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/lib/libelf.la'
Making uninstall in libcpu
make[4]: Nothing to be done for 'uninstall'.
Making uninstall in backends
make[4]: Nothing to be done for 'uninstall'.
Making uninstall in libebl
make[4]: Nothing to be done for 'uninstall'.
Making uninstall in libdwelf
Making uninstall in libdwfl
Making uninstall in libdw
 ( cd '/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include' && rm -f dwarf.h )
 /usr/bin/env bash ../libtool   --mode=uninstall rm -f '/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/lib/libdw.la'
Making uninstall in libasm
 /usr/bin/env bash ../libtool   --mode=uninstall rm -f '/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/lib/libasm.la'
Making uninstall in debuginfod
 ( cd '/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin' && rm -f )
Making uninstall in src
 ( cd '/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin' && rm -f readelf nm size strip elflint findtextrel addr2line elfcmp objdump ranlib strings ar unstrip stack elfcompress elfclassify srcfiles )
 ( cd '/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin' && rm -f make-debug-archive )
Making uninstall in po
if test "elfutils" = "gettext-tools"; then \
  for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot   Makevars.template; do \
    rm -f /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
Making uninstall in doc
 ( cd '/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/share/man/man1' && rm -f readelf.1 elfclassify.1 srcfiles.1 )
 ( cd '/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/share/man/man3' && rm -f elf_update.3 elf_getdata.3 elf_clone.3 elf_begin.3 )
Making uninstall in tests
make[4]: Nothing to be done for 'uninstall'.
make[3]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191'
rm -rf /Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191 /Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191/.built
rm -rf /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/stamp/.elfutils_installed
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/tools/elfutils'
time: tools/elfutils/clean#0.43#0.54#1.15
make[1]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt'
make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/scripts/config'
make[2]: 'conf' is up to date.
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/scripts/config'
make[1]: Entering directory '/Volumes/pr-14802-fix-final/openwrt'
+ mkdir -p /Volumes/pr-14802-fix-final/openwrt/staging_dir/target-x86_64_musl
+ cd /Volumes/pr-14802-fix-final/openwrt/staging_dir/target-x86_64_musl
+ mkdir -p bin lib stamp usr/include usr/lib
mkdir -p /Volumes/pr-14802-fix-final/openwrt/build_dir/target-x86_64_musl/stamp
touch /Volumes/pr-14802-fix-final/openwrt/staging_dir/target-x86_64_musl/.prepared
+ mkdir -p /Volumes/pr-14802-fix-final/openwrt/staging_dir/host
+ cd /Volumes/pr-14802-fix-final/openwrt/staging_dir/host
+ mkdir -p bin lib stamp usr/include usr/lib
mkdir -p /Volumes/pr-14802-fix-final/openwrt/build_dir/host/stamp /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include/sys
install -m0644 /Volumes/pr-14802-fix-final/openwrt/tools/include/*.h /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include/
install -m0644 /Volumes/pr-14802-fix-final/openwrt/tools/include/sys/*.h /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include/sys/
mkdir -p /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include/asm
install -m0644 /Volumes/pr-14802-fix-final/openwrt/tools/include/asm/*.h /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include/asm/
ln -snf lib /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/lib64
touch /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/.prepared
make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/tools/flock'
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/tools/flock'
time: tools/flock/compile#0.08#0.09#0.20
make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/tools/xz'
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/tools/xz'
time: tools/xz/compile#0.09#0.10#0.23
make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/tools/sed'
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/tools/sed'
time: tools/sed/compile#0.10#0.11#0.24
make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/tools/libdeflate'
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/tools/libdeflate'
time: tools/libdeflate/compile#0.09#0.10#0.22
make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/tools/patch'
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/tools/patch'
time: tools/patch/compile#0.09#0.10#0.23
make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/tools/tar'
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/tools/tar'
time: tools/tar/compile#0.10#0.11#0.25
make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/tools/m4'
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/tools/m4'
time: tools/m4/compile#0.10#0.11#0.25
make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/tools/zlib'
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/tools/zlib'
time: tools/zlib/compile#0.10#0.10#0.24
make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/tools/gnulib'
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/tools/gnulib'
time: tools/gnulib/compile#0.13#0.17#0.33
make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/tools/autoconf'
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/tools/autoconf'
time: tools/autoconf/compile#0.09#0.09#0.20
make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/tools/ninja'
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/tools/ninja'
time: tools/ninja/compile#0.09#0.10#0.23
make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/tools/meson'
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/tools/meson'
time: tools/meson/compile#0.07#0.08#0.17
make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/tools/pkgconf'
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/tools/pkgconf'
time: tools/pkgconf/compile#0.09#0.09#0.22
make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/tools/automake'
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/tools/automake'
time: tools/automake/compile#0.09#0.10#0.22
make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/tools/missing-macros'
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/tools/missing-macros'
time: tools/missing-macros/compile#0.07#0.07#0.15
make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/tools/libtool'
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/tools/libtool'
time: tools/libtool/compile#0.09#0.09#0.22
make[2]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/tools/elfutils'
. /Volumes/pr-14802-fix-final/openwrt/include/shell.sh; bzcat /Volumes/pr-14802-fix-final/openwrt/dl/elfutils-0.191.tar.bz2 | tar -C /Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191/.. -xf -
[ ! -d ./src/ ] || cp -fpR ./src/* /Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191

Applying /Volumes/pr-14802-fix-final/openwrt/tools/elfutils/patches/100-portability.patch using plaintext:
patching file configure.ac
patching file libelf/elf_update.c
patching file lib/eu-config.h
patching file config/eu.am
patching file libelf/Makefile.am
patching file backends/i386_auxv.c
patching file backends/ppc_regs.c
patching file backends/libebl_CPU.h
patching file backends/ppc_auxv.c
patching file backends/ppc_cfi.c
patching file backends/ppc_initreg.c
patching file backends/ppc_attrs.c
patching file libdwfl/libdwflP.h
patching file lib/stdio_ext.h
patching file libdw/libdwP.h
patching file libdw/Makefile.am
patching file libasm/Makefile.am
patching file libdwfl/Makefile.am
patching file backends/Makefile.am
patching file libdwelf/Makefile.am
patching file libebl/Makefile.am
patching file debuginfod/Makefile.am
patching file lib/Makefile.am
patching file src/Makefile.am
patching file tests/Makefile.am
patching file libcpu/Makefile.am
patching file config/libelf.pc.in
patching file lib/next_prime.c
touch /Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191/.prepared187254dd82223836882b100fee280650_6664517399ebbbc92a37c5bb081b5c53
/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gnulib-tool --dir=/Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191 --local-dir=/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/share/gnulib --source-base=libgnu --libtool --avoid=reallocarray --import argp dirname fts obstack progname strchrnul tsearch;
Module list with included dependencies (indented):
    absolute-header
    alignasof
    alignof
    alloca
    alloca-opt
  argp
    assert-h
    assure
    at-internal
    attribute
    basename-lgpl
    bitrotate
    c99
    calloc-gnu
    calloc-posix
    chdir
    chdir-long
    cloexec
    close
    closedir
    cycle-check
    d-ino
    d-type
    dev-ino
    dirent
    dirfd
  dirname
    dirname-lgpl
    double-slash-root
    dup
    dup2
    errno
    error
    error-h
    exitfail
    extensions
    extern-inline
    fchdir
    fcntl
    fcntl-h
    fcntl-safer
    fd-hook
    fd-safer-flag
    fdopendir
    filename
    filenamecat-lgpl
    flexmember
    float
    free-posix
    fstat
  fts
    gen-header
    getcwd-lgpl
    getdtablesize
    getopt-gnu
    getopt-posix
    getprogname
    gettext-h
    hash
    i-ring
    ialloc
    idx
    include_next
    intprops
    inttypes-incomplete
    largefile
    limits-h
    lstat
    malloc-gnu
    malloc-posix
    malloca
    mbszero
    memchr
    mempcpy
    memrchr
    minmax
    msvc-inval
    msvc-nothrow
    multiarch
    nocrash
  obstack
    open
    openat
    openat-die
    openat-h
    openat-safer
    opendir
    opendirat
    pathmax
    pipe-posix
  progname
    rawmemchr
    readdir
    realloc-gnu
    realloc-posix
    same-inode
    save-cwd
    search
    size_max
    sleep
    snippet/_Noreturn
    snippet/arg-nonnull
    snippet/c++defs
    snippet/warn-on-use
    ssize_t
    stat
    stat-time
    std-gnu11
    stdbool
    stdckdint
    stddef
    stdint
    stdio
    stdlib
    strcase
  strchrnul
    strdup-posix
    strerror
    strerror-override
    string
    strings
    strndup
    strnlen
    sys_stat
    sys_types
    sysexits
    time-h
  tsearch
    unistd
    unistd-safer
    vararrays
    vasnprintf
    verify
    vsnprintf
    wchar
    xalloc
    xalloc-die
    xalloc-oversized
    xsize
File list:
  lib/_Noreturn.h
  lib/alignof.h
  lib/alloca.c
  lib/alloca.in.h
  lib/arg-nonnull.h
  lib/argp-ba.c
  lib/argp-eexst.c
  lib/argp-fmtstream.c
  lib/argp-fmtstream.h
  lib/argp-fs-xinl.c
  lib/argp-help.c
  lib/argp-namefrob.h
  lib/argp-parse.c
  lib/argp-pin.c
  lib/argp-pv.c
  lib/argp-pvh.c
  lib/argp-xinl.c
  lib/argp.h
  lib/asnprintf.c
  lib/assert.in.h
  lib/assure.h
  lib/attribute.h
  lib/basename-lgpl.c
  lib/basename-lgpl.h
  lib/basename.c
  lib/bitrotate.c
  lib/bitrotate.h
  lib/c++defs.h
  lib/calloc.c
  lib/chdir-long.c
  lib/chdir-long.h
  lib/cloexec.c
  lib/cloexec.h
  lib/close.c
  lib/closedir.c
  lib/creat-safer.c
  lib/cycle-check.c
  lib/cycle-check.h
  lib/dev-ino.h
  lib/dirent-private.h
  lib/dirent.in.h
  lib/dirfd.c
  lib/dirname-lgpl.c
  lib/dirname.c
  lib/dirname.h
  lib/dup-safer-flag.c
  lib/dup-safer.c
  lib/dup.c
  lib/dup2.c
  lib/errno.in.h
  lib/error.c
  lib/error.in.h
  lib/exitfail.c
  lib/exitfail.h
  lib/fchdir.c
  lib/fcntl--.h
  lib/fcntl-safer.h
  lib/fcntl.c
  lib/fcntl.in.h
  lib/fd-hook.c
  lib/fd-hook.h
  lib/fd-safer-flag.c
  lib/fd-safer.c
  lib/fdopendir.c
  lib/filename.h
  lib/filenamecat-lgpl.c
  lib/filenamecat.h
  lib/flexmember.h
  lib/float+.h
  lib/float.c
  lib/float.in.h
  lib/free.c
  lib/fstat.c
  lib/fts-cycle.c
  lib/fts.c
  lib/fts_.h
  lib/getcwd-lgpl.c
  lib/getdtablesize.c
  lib/getopt-cdefs.in.h
  lib/getopt-core.h
  lib/getopt-ext.h
  lib/getopt-pfx-core.h
  lib/getopt-pfx-ext.h
  lib/getopt.c
  lib/getopt.in.h
  lib/getopt1.c
  lib/getopt_int.h
  lib/getprogname.c
  lib/getprogname.h
  lib/gettext.h
  lib/hash.c
  lib/hash.h
  lib/i-ring.c
  lib/i-ring.h
  lib/ialloc.c
  lib/ialloc.h
  lib/idx.h
  lib/intprops-internal.h
  lib/intprops.h
  lib/inttypes.in.h
  lib/itold.c
  lib/limits.in.h
  lib/lstat.c
  lib/malloc.c
  lib/malloca.c
  lib/malloca.h
  lib/mbszero.c
  lib/memchr.c
  lib/memchr.valgrind
  lib/mempcpy.c
  lib/memrchr.c
  lib/minmax.h
  lib/msvc-inval.c
  lib/msvc-inval.h
  lib/msvc-nothrow.c
  lib/msvc-nothrow.h
  lib/obstack.c
  lib/obstack.in.h
  lib/open-safer.c
  lib/open.c
  lib/openat-die.c
  lib/openat-priv.h
  lib/openat-proc.c
  lib/openat-safer.c
  lib/openat.c
  lib/openat.h
  lib/opendir.c
  lib/opendirat.c
  lib/opendirat.h
  lib/pathmax.h
  lib/pipe-safer.c
  lib/pipe.c
  lib/printf-args.c
  lib/printf-args.h
  lib/printf-parse.c
  lib/printf-parse.h
  lib/progname.c
  lib/progname.h
  lib/rawmemchr.c
  lib/rawmemchr.valgrind
  lib/readdir.c
  lib/realloc.c
  lib/same-inode.c
  lib/same-inode.h
  lib/save-cwd.c
  lib/save-cwd.h
  lib/search.in.h
  lib/size_max.h
  lib/sleep.c
  lib/stat-time.c
  lib/stat-time.h
  lib/stat-w32.c
  lib/stat-w32.h
  lib/stat.c
  lib/stdckdint.in.h
  lib/stddef.in.h
  lib/stdint.in.h
  lib/stdio-read.c
  lib/stdio-write.c
  lib/stdio.in.h
  lib/stdlib.in.h
  lib/strcasecmp.c
  lib/strchrnul.c
  lib/strchrnul.valgrind
  lib/strdup.c
  lib/strerror-override.c
  lib/strerror-override.h
  lib/strerror.c
  lib/string.in.h
  lib/strings.in.h
  lib/stripslash.c
  lib/strncasecmp.c
  lib/strndup.c
  lib/strnlen.c
  lib/sys_stat.in.h
  lib/sys_types.in.h
  lib/sysexits.in.h
  lib/time.in.h
  lib/tsearch.c
  lib/unistd--.h
  lib/unistd-safer.h
  lib/unistd.c
  lib/unistd.in.h
  lib/vasnprintf.c
  lib/vasnprintf.h
  lib/verify.h
  lib/vsnprintf.c
  lib/warn-on-use.h
  lib/wchar.in.h
  lib/xalloc-die.c
  lib/xalloc-oversized.h
  lib/xalloc.h
  lib/xmalloc.c
  lib/xsize.c
  lib/xsize.h
  m4/00gnulib.m4
  m4/absolute-header.m4
  m4/alloca.m4
  m4/argp.m4
  m4/assert_h.m4
  m4/c-bool.m4
  m4/calloc.m4
  m4/chdir-long.m4
  m4/close.m4
  m4/closedir.m4
  m4/codeset.m4
  m4/cycle-check.m4
  m4/d-ino.m4
  m4/d-type.m4
  m4/dirent_h.m4
  m4/dirfd.m4
  m4/double-slash-root.m4
  m4/dup.m4
  m4/dup2.m4
  m4/eealloc.m4
  m4/errno_h.m4
  m4/error.m4
  m4/error_h.m4
  m4/exponentd.m4
  m4/extensions.m4
  m4/extern-inline.m4
  m4/fchdir.m4
  m4/fcntl-o.m4
  m4/fcntl-safer.m4
  m4/fcntl.m4
  m4/fcntl_h.m4
  m4/fdopendir.m4
  m4/filenamecat.m4
  m4/flexmember.m4
  m4/float_h.m4
  m4/free.m4
  m4/fstat.m4
  m4/fts.m4
  m4/getcwd.m4
  m4/getdtablesize.m4
  m4/getopt.m4
  m4/getprogname.m4
  m4/gnulib-common.m4
  m4/i-ring.m4
  m4/include_next.m4
  m4/intmax_t.m4
  m4/inttypes.m4
  m4/inttypes_h.m4
  m4/largefile.m4
  m4/limits-h.m4
  m4/locale-fr.m4
  m4/locale-ja.m4
  m4/locale-zh.m4
  m4/lstat.m4
  m4/malloc.m4
  m4/malloca.m4
  m4/math_h.m4
  m4/mbrtowc.m4
  m4/mbstate_t.m4
  m4/memchr.m4
  m4/mempcpy.m4
  m4/memrchr.m4
  m4/minmax.m4
  m4/mmap-anon.m4
  m4/mode_t.m4
  m4/msvc-inval.m4
  m4/msvc-nothrow.m4
  m4/multiarch.m4
  m4/musl.m4
  m4/nocrash.m4
  m4/obstack.m4
  m4/off_t.m4
  m4/open-cloexec.m4
  m4/open-slash.m4
  m4/open.m4
  m4/openat.m4
  m4/opendir.m4
  m4/pathmax.m4
  m4/pid_t.m4
  m4/pipe.m4
  m4/printf.m4
  m4/rawmemchr.m4
  m4/readdir.m4
  m4/realloc.m4
  m4/save-cwd.m4
  m4/search_h.m4
  m4/size_max.m4
  m4/sleep.m4
  m4/ssize_t.m4
  m4/stat-time.m4
  m4/stat.m4
  m4/std-gnu11.m4
  m4/stdalign.m4
  m4/stddef_h.m4
  m4/stdint.m4
  m4/stdint_h.m4
  m4/stdio_h.m4
  m4/stdlib_h.m4
  m4/strcase.m4
  m4/strchrnul.m4
  m4/strdup.m4
  m4/strerror.m4
  m4/string_h.m4
  m4/strings_h.m4
  m4/strndup.m4
  m4/strnlen.m4
  m4/sys_socket_h.m4
  m4/sys_stat_h.m4
  m4/sys_types_h.m4
  m4/sysexits.m4
  m4/time_h.m4
  m4/tsearch.m4
  m4/unistd-safer.m4
  m4/unistd_h.m4
  m4/vararrays.m4
  m4/vasnprintf.m4
  m4/vsnprintf.m4
  m4/warn-on-use.m4
  m4/wchar_h.m4
  m4/wchar_t.m4
  m4/wint_t.m4
  m4/xalloc.m4
  m4/xsize.m4
  m4/zzgnulib.m4
Creating directory /Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191/libgnu
Copying file libgnu/_Noreturn.h
Copying file libgnu/alignof.h
Copying file libgnu/alloca.c
Copying file libgnu/alloca.in.h
Copying file libgnu/arg-nonnull.h
Copying file libgnu/argp-ba.c
Copying file libgnu/argp-eexst.c
Copying file libgnu/argp-fmtstream.c
Copying file libgnu/argp-fmtstream.h
Copying file libgnu/argp-fs-xinl.c
Copying file libgnu/argp-help.c
Copying file libgnu/argp-namefrob.h
Copying file libgnu/argp-parse.c
Copying file libgnu/argp-pin.c
Copying file libgnu/argp-pv.c
Copying file libgnu/argp-pvh.c
Copying file libgnu/argp-xinl.c
Copying file libgnu/argp.h
Copying file libgnu/asnprintf.c
Copying file libgnu/assert.in.h
Copying file libgnu/assure.h
Copying file libgnu/attribute.h
Copying file libgnu/basename-lgpl.c
Copying file libgnu/basename-lgpl.h
Copying file libgnu/basename.c
Copying file libgnu/bitrotate.c
Copying file libgnu/bitrotate.h
Copying file libgnu/c++defs.h
Copying file libgnu/calloc.c
Copying file libgnu/chdir-long.c
Copying file libgnu/chdir-long.h
Copying file libgnu/cloexec.c
Copying file libgnu/cloexec.h
Copying file libgnu/close.c
Copying file libgnu/closedir.c
Copying file libgnu/creat-safer.c
Copying file libgnu/cycle-check.c
Copying file libgnu/cycle-check.h
Copying file libgnu/dev-ino.h
Copying file libgnu/dirent-private.h
Copying file libgnu/dirent.in.h
Copying file libgnu/dirfd.c
Copying file libgnu/dirname-lgpl.c
Copying file libgnu/dirname.c
Copying file libgnu/dirname.h
Copying file libgnu/dup-safer-flag.c
Copying file libgnu/dup-safer.c
Copying file libgnu/dup.c
Copying file libgnu/dup2.c
Copying file libgnu/errno.in.h
Copying file libgnu/error.c
Copying file libgnu/error.in.h
Copying file libgnu/exitfail.c
Copying file libgnu/exitfail.h
Copying file libgnu/fchdir.c
Copying file libgnu/fcntl--.h
Copying file libgnu/fcntl-safer.h
Copying file libgnu/fcntl.c
Copying file libgnu/fcntl.in.h
Copying file libgnu/fd-hook.c
Copying file libgnu/fd-hook.h
Copying file libgnu/fd-safer-flag.c
Copying file libgnu/fd-safer.c
Copying file libgnu/fdopendir.c
Copying file libgnu/filename.h
Copying file libgnu/filenamecat-lgpl.c
Copying file libgnu/filenamecat.h
Copying file libgnu/flexmember.h
Copying file libgnu/float+.h
Copying file libgnu/float.c
Copying file libgnu/float.in.h
Copying file libgnu/free.c
Copying file libgnu/fstat.c
Copying file libgnu/fts-cycle.c
Copying file libgnu/fts.c
Copying file libgnu/fts_.h
Copying file libgnu/getcwd-lgpl.c
Copying file libgnu/getdtablesize.c
Copying file libgnu/getopt-cdefs.in.h
Copying file libgnu/getopt-core.h
Copying file libgnu/getopt-ext.h
Copying file libgnu/getopt-pfx-core.h
Copying file libgnu/getopt-pfx-ext.h
Copying file libgnu/getopt.c
Copying file libgnu/getopt.in.h
Copying file libgnu/getopt1.c
Copying file libgnu/getopt_int.h
Copying file libgnu/getprogname.c
Copying file libgnu/getprogname.h
Copying file libgnu/gettext.h
Copying file libgnu/hash.c
Copying file libgnu/hash.h
Copying file libgnu/i-ring.c
Copying file libgnu/i-ring.h
Copying file libgnu/ialloc.c
Copying file libgnu/ialloc.h
Copying file libgnu/idx.h
Copying file libgnu/intprops-internal.h
Copying file libgnu/intprops.h
Copying file libgnu/inttypes.in.h
Copying file libgnu/itold.c
Copying file libgnu/limits.in.h
Copying file libgnu/lstat.c
Copying file libgnu/malloc.c
Copying file libgnu/malloca.c
Copying file libgnu/malloca.h
Copying file libgnu/mbszero.c
Copying file libgnu/memchr.c
Copying file libgnu/memchr.valgrind
Copying file libgnu/mempcpy.c
Copying file libgnu/memrchr.c
Copying file libgnu/minmax.h
Copying file libgnu/msvc-inval.c
Copying file libgnu/msvc-inval.h
Copying file libgnu/msvc-nothrow.c
Copying file libgnu/msvc-nothrow.h
Copying file libgnu/obstack.c
Copying file libgnu/obstack.in.h
Copying file libgnu/open-safer.c
Copying file libgnu/open.c
Copying file libgnu/openat-die.c
Copying file libgnu/openat-priv.h
Copying file libgnu/openat-proc.c
Copying file libgnu/openat-safer.c
Copying file libgnu/openat.c
Copying file libgnu/openat.h
Copying file libgnu/opendir.c
Copying file libgnu/opendirat.c
Copying file libgnu/opendirat.h
Copying file libgnu/pathmax.h
Copying file libgnu/pipe-safer.c
Copying file libgnu/pipe.c
Copying file libgnu/printf-args.c
Copying file libgnu/printf-args.h
Copying file libgnu/printf-parse.c
Copying file libgnu/printf-parse.h
Copying file libgnu/progname.c
Copying file libgnu/progname.h
Copying file libgnu/rawmemchr.c
Copying file libgnu/rawmemchr.valgrind
Copying file libgnu/readdir.c
Copying file libgnu/realloc.c
Copying file libgnu/same-inode.c
Copying file libgnu/same-inode.h
Copying file libgnu/save-cwd.c
Copying file libgnu/save-cwd.h
Copying file libgnu/search.in.h
Copying file libgnu/size_max.h
Copying file libgnu/sleep.c
Copying file libgnu/stat-time.c
Copying file libgnu/stat-time.h
Copying file libgnu/stat-w32.c
Copying file libgnu/stat-w32.h
Copying file libgnu/stat.c
Copying file libgnu/stdckdint.in.h
Copying file libgnu/stddef.in.h
Copying file libgnu/stdint.in.h
Copying file libgnu/stdio-read.c
Copying file libgnu/stdio-write.c
Copying file libgnu/stdio.in.h
Copying file libgnu/stdlib.in.h
Copying file libgnu/strcasecmp.c
Copying file libgnu/strchrnul.c
Copying file libgnu/strchrnul.valgrind
Copying file libgnu/strdup.c
Copying file libgnu/strerror-override.c
Copying file libgnu/strerror-override.h
Copying file libgnu/strerror.c
Copying file libgnu/string.in.h
Copying file libgnu/strings.in.h
Copying file libgnu/stripslash.c
Copying file libgnu/strncasecmp.c
Copying file libgnu/strndup.c
Copying file libgnu/strnlen.c
Copying file libgnu/sys_stat.in.h
Copying file libgnu/sys_types.in.h
Copying file libgnu/sysexits.in.h
Copying file libgnu/time.in.h
Copying file libgnu/tsearch.c
Copying file libgnu/unistd--.h
Copying file libgnu/unistd-safer.h
Copying file libgnu/unistd.c
Copying file libgnu/unistd.in.h
Copying file libgnu/vasnprintf.c
Copying file libgnu/vasnprintf.h
Copying file libgnu/verify.h
Copying file libgnu/vsnprintf.c
Copying file libgnu/warn-on-use.h
Copying file libgnu/wchar.in.h
Copying file libgnu/xalloc-die.c
Copying file libgnu/xalloc-oversized.h
Copying file libgnu/xalloc.h
Copying file libgnu/xmalloc.c
Copying file libgnu/xsize.c
Copying file libgnu/xsize.h
Copying file m4/00gnulib.m4
Copying file m4/absolute-header.m4
Copying file m4/alloca.m4
Copying file m4/argp.m4
Copying file m4/assert_h.m4
Copying file m4/c-bool.m4
Copying file m4/calloc.m4
Copying file m4/chdir-long.m4
Copying file m4/close.m4
Copying file m4/closedir.m4
Copying file m4/codeset.m4
Copying file m4/cycle-check.m4
Copying file m4/d-ino.m4
Copying file m4/d-type.m4
Copying file m4/dirent_h.m4
Copying file m4/dirfd.m4
Copying file m4/double-slash-root.m4
Copying file m4/dup.m4
Copying file m4/dup2.m4
Copying file m4/eealloc.m4
Copying file m4/errno_h.m4
Copying file m4/error.m4
Copying file m4/error_h.m4
Copying file m4/exponentd.m4
Copying file m4/extensions.m4
Copying file m4/extern-inline.m4
Copying file m4/fchdir.m4
Copying file m4/fcntl-o.m4
Copying file m4/fcntl-safer.m4
Copying file m4/fcntl.m4
Copying file m4/fcntl_h.m4
Copying file m4/fdopendir.m4
Copying file m4/filenamecat.m4
Copying file m4/flexmember.m4
Copying file m4/float_h.m4
Copying file m4/free.m4
Copying file m4/fstat.m4
Copying file m4/fts.m4
Copying file m4/getcwd.m4
Copying file m4/getdtablesize.m4
Copying file m4/getopt.m4
Copying file m4/getprogname.m4
Copying file m4/gnulib-common.m4
Copying file m4/gnulib-tool.m4
Copying file m4/i-ring.m4
Copying file m4/include_next.m4
Copying file m4/intmax_t.m4
Copying file m4/inttypes.m4
Copying file m4/inttypes_h.m4
Copying file m4/largefile.m4
Copying file m4/limits-h.m4
Copying file m4/locale-fr.m4
Copying file m4/locale-ja.m4
Copying file m4/locale-zh.m4
Copying file m4/lstat.m4
Copying file m4/malloc.m4
Copying file m4/malloca.m4
Copying file m4/math_h.m4
Copying file m4/mbrtowc.m4
Copying file m4/mbstate_t.m4
Copying file m4/memchr.m4
Copying file m4/mempcpy.m4
Copying file m4/memrchr.m4
Copying file m4/minmax.m4
Copying file m4/mmap-anon.m4
Copying file m4/mode_t.m4
Copying file m4/msvc-inval.m4
Copying file m4/msvc-nothrow.m4
Copying file m4/multiarch.m4
Copying file m4/musl.m4
Copying file m4/nocrash.m4
Copying file m4/obstack.m4
Copying file m4/off_t.m4
Copying file m4/open-cloexec.m4
Copying file m4/open-slash.m4
Copying file m4/open.m4
Copying file m4/openat.m4
Copying file m4/opendir.m4
Copying file m4/pathmax.m4
Copying file m4/pid_t.m4
Copying file m4/pipe.m4
Copying file m4/printf.m4
Copying file m4/rawmemchr.m4
Copying file m4/readdir.m4
Copying file m4/realloc.m4
Copying file m4/save-cwd.m4
Copying file m4/search_h.m4
Copying file m4/size_max.m4
Copying file m4/sleep.m4
Copying file m4/ssize_t.m4
Copying file m4/stat-time.m4
Copying file m4/stat.m4
Copying file m4/std-gnu11.m4
Copying file m4/stdalign.m4
Copying file m4/stddef_h.m4
Copying file m4/stdint.m4
Copying file m4/stdint_h.m4
Copying file m4/stdio_h.m4
Copying file m4/stdlib_h.m4
Copying file m4/strcase.m4
Copying file m4/strchrnul.m4
Copying file m4/strdup.m4
Copying file m4/strerror.m4
Copying file m4/string_h.m4
Copying file m4/strings_h.m4
Copying file m4/strndup.m4
Copying file m4/strnlen.m4
Copying file m4/sys_socket_h.m4
Copying file m4/sys_stat_h.m4
Copying file m4/sys_types_h.m4
Copying file m4/sysexits.m4
Copying file m4/time_h.m4
Copying file m4/tsearch.m4
Copying file m4/unistd-safer.m4
Copying file m4/unistd_h.m4
Copying file m4/vararrays.m4
Copying file m4/vasnprintf.m4
Copying file m4/vsnprintf.m4
Copying file m4/warn-on-use.m4
Copying file m4/wchar_h.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xalloc.m4
Copying file m4/xsize.m4
Copying file m4/zzgnulib.m4
Creating m4/gnulib-cache.m4
Creating m4/gnulib-comp.m4
Creating libgnu/Makefile.am
Finished.

You may need to add #include directives for the following .h files.
  #include <search.h>
  #include <string.h>
  #include "argp.h"
  #include "dirname.h"
  #include "fts_.h"
  #include "obstack.h"
  #include "progname.h"

You may need to use the following Makefile variables when linking.
Use them in <program>_LDADD when linking a program, or
in <library>_a_LDFLAGS or <library>_la_LDFLAGS when linking a library.
  $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise

Don't forget to
  - add "libgnu/Makefile" to AC_CONFIG_FILES in /Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191/configure.ac,
  - mention "libgnu" in SUBDIRS in Makefile.am,
  - mention "-I m4" in ACLOCAL_AMFLAGS in Makefile.am
    or add an AC_CONFIG_MACRO_DIRS([m4]) invocation in /Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191/configure.ac,
  - mention "m4/gnulib-cache.m4" in EXTRA_DIST in Makefile.am,
  - invoke gl_EARLY in /Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191/configure.ac, right after AC_PROG_CC,
  - invoke gl_INIT in /Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191/configure.ac.
ln -sf ../lib/eu-config.h /Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191/libgnu/;   (cd /Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191; rm -f aclocal.m4; if [ -f ./configure.ac ] || [ -f ./configure.in ]; then [ -d ./autom4te.cache ] && rm -rf ./autom4te.cache; [ -e ./config.rpath ] || ln -s /Volumes/pr-14802-fix-final/openwrt/scripts/config.rpath ./config.rpath; touch NEWS AUTHORS COPYING ABOUT-NLS ChangeLog; AUTOM4TE=/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/autom4te AUTOCONF=/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/autoconf AUTOMAKE=/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/automake ACLOCAL=/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/aclocal AUTOHEADER=/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/autoheader LIBTOOLIZE=/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/libtoolize LIBTOOL=/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/libtool M4=/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/m4 AUTOPOINT=true GTKDOCIZE=true LIBTOOLIZE='/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/libtoolize --install' /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/autoreconf -v -f -i -s -B /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/share/aclocal -I m4 -I . . || true; fi; );
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: running: true --force
autoreconf: running: /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/aclocal -I m4 -I . --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/libtoolize --install --force
OpenWrt-libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.
OpenWrt-libtoolize: linking file 'config/config.guess'
OpenWrt-libtoolize: linking file 'config/config.sub'
OpenWrt-libtoolize: linking file 'config/install-sh'
OpenWrt-libtoolize: linking file 'config/ltmain.sh'
OpenWrt-libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
OpenWrt-libtoolize: linking file 'm4/libtool.m4'
OpenWrt-libtoolize: You should add the contents of 'm4/libtool.m4' to 'aclocal.m4'.
OpenWrt-libtoolize: linking file 'm4/ltoptions.m4'
OpenWrt-libtoolize: You should add the contents of 'm4/ltoptions.m4' to 'aclocal.m4'.
OpenWrt-libtoolize: linking file 'm4/ltsugar.m4'
OpenWrt-libtoolize: You should add the contents of 'm4/ltsugar.m4' to 'aclocal.m4'.
OpenWrt-libtoolize: linking file 'm4/ltversion.m4'
OpenWrt-libtoolize: linking file 'm4/lt~obsolete.m4'
OpenWrt-libtoolize: You should add the contents of 'm4/lt~obsolete.m4' to 'aclocal.m4'.
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/aclocal -I m4 -I . --force -I m4
autoreconf: running: /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/autoconf --include=m4 --include=. --prepend-include=/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/share/aclocal --force
autoreconf: running: /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/autoheader --include=m4 --include=. --prepend-include=/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/share/aclocal --force
autoreconf: running: /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/automake --add-missing --force-missing
configure.ac:57: installing 'config/compile'
configure.ac:53: installing 'config/missing'
backends/Makefile.am: installing 'config/depcomp'
autoreconf: Leaving directory '.'
(cd /Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191/; if [ -x configure ]; then cp -fpR /Volumes/pr-14802-fix-final/openwrt/scripts/config.{guess,sub} /Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191// && CC="/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc" CFLAGS="-O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC" CXX="/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/g++" CPPFLAGS="-I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include " CXXFLAGS="" LDFLAGS="-L/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/lib " CONFIG_SHELL="/usr/bin/env bash"  bash ./configure --target=x86_64-apple-darwin23.4.0 --host=x86_64-apple-darwin23.4.0 --build=x86_64-apple-darwin23.4.0 --disable-dependency-tracking --program-prefix="" --program-suffix="" --prefix=/Volumes/pr-14802-fix-final/openwrt/staging_dir/host --exec-prefix=/Volumes/pr-14802-fix-final/openwrt/staging_dir/host --sysconfdir=/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/etc --localstatedir=/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/var --sbindir=/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin --without-libintl-prefix --without-libiconv-prefix --disable-debuginfod --disable-libdebuginfod --disable-nls --disable-shared --enable-static --without-lzma --without-bzlib --without-zstd --disable-symbol-versioning ; fi )
configure: loading site script /Volumes/pr-14802-fix-final/openwrt/include/site/darwin
configure: Using no program-prefix
checking for a BSD-compatible install... /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/ginstall -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-apple-darwin23.4.0-gcc... /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc
checking whether the C compiler works... yes
checking for C compiler 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 /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc accepts -g... yes
checking for /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc option to enable C11 features... none needed
checking whether /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc understands -c and -o together... yes
checking whether the compiler is clang... yes
checking for compiler option needed when checking for declarations... -Werror=implicit-function-declaration
checking dependency style of /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc... none
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 for features.h... no
checking for linewrap.h... no
checking for sys/param.h... yes
checking for sys/socket.h... yes
checking for dirent.h... yes
checking for error.h... no
checking for sys/vfs.h... no
checking for getopt.h... yes
checking for sys/cdefs.h... yes
checking for limits.h... yes
checking for sys/mman.h... yes
checking for obstack.h... no
checking for search.h... yes
checking for sys/time.h... yes
checking for stdbool.h... yes
checking for stdckdint.h... no
checking for sysexits.h... yes
checking for crtdefs.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking build system type... x86_64-apple-darwin23.4.0
checking host system type... x86_64-apple-darwin23.4.0
checking for x86_64-apple-darwin23.4.0-gcc... (cached) /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc accepts -g... (cached) yes
checking for /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc option to enable C11 features... (cached) none needed
checking whether /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc understands -c and -o together... (cached) yes
checking whether the compiler is clang... (cached) yes
checking for compiler option needed when checking for declarations... (cached) -Werror=implicit-function-declaration
checking dependency style of /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc... (cached) none
checking how to run the C preprocessor... /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -E
checking for grep that handles long lines and -e... /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/grep
checking for egrep... /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for x86_64-apple-darwin23.4.0-ar... no
checking for x86_64-apple-darwin23.4.0-lib... no
checking for x86_64-apple-darwin23.4.0-link... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for x86_64-apple-darwin23.4.0-ar... ar
checking for x86_64-apple-darwin23.4.0-ranlib... no
checking for ranlib... ranlib
checking for /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc option to enable large file support... none needed
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for inline... inline
checking for C/C++ restrict keyword... __restrict__
checking for /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc options needed to detect all undeclared functions... none needed
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking whether fputc_unlocked is declared... no
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking for flockfile... yes
checking for funlockfile... yes
checking for _set_invalid_parameter_handler... no
checking for fchdir... yes
checking for fcntl... yes
checking for symlink... yes
checking for fdopendir... yes
checking for openat... yes
checking for fstatfs... yes
checking for getdtablesize... yes
checking for getexecname... no
checking for lstat... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mprotect... yes
checking for pipe... yes
checking for sleep... yes
checking for __xpg_strerror_r... no
checking for strndup... yes
checking for vasnprintf... no
checking for snprintf... yes
checking whether strerror_r is declared... yes
checking whether strerror_r returns char *... no
checking whether the preprocessor supports include_next... yes
checking whether source code line length is unlimited... yes
checking whether malloc is ptrdiff_t safe... yes
checking whether malloc, realloc, calloc set errno on failure... yes
checking for complete errno.h... yes
checking for error... no
checking whether error_at_line is declared... no
checking whether ctype.h defines __header_inline... yes
checking whether fchdir is declared... yes
checking for working fcntl.h... yes
checking for pid_t... yes
checking for mode_t... yes
checking for promoted mode_t type... int
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking whether lstat correctly handles trailing slash... no
checking for O_CLOEXEC... yes
checking whether getcwd (NULL, 0) allocates memory for result... yes
checking for getcwd with POSIX signature... yes
checking whether getdtablesize is declared... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... no
checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... no
checking for wint_t... yes
checking whether wint_t is large enough... yes
checking whether the compiler produces multi-arch binaries... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h works without ISO C predefines... yes
checking whether stdint.h has UINTMAX_WIDTH etc.... no
checking whether malloc (0) returns nonnull... yes
checking for mbstate_t... yes
checking for nl_langinfo and CODESET... yes
checking for a traditional japanese locale... ja_JP.eucJP
checking for a french Unicode locale... fr_FR.UTF-8
checking for a transitional chinese locale... zh_CN.GB18030
checking whether mbrtowc handles incomplete characters... yes
checking whether mbrtowc works as well as mbtowc... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether memrchr is declared... no
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking for type VISIT... yes
checking for wchar_t... yes
checking for good max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking for unreachable... no
checking for SIGPIPE... yes
checking whether fcloseall is declared... no
checking whether getw is declared... yes
checking whether putw is declared... yes
checking which flavor of printf attribute matches inttypes macros... system
checking whether ecvt is declared... yes
checking whether fcvt is declared... yes
checking whether gcvt is declared... yes
checking whether MB_CUR_MAX is correct... yes
checking whether strdup is declared... yes
checking whether strerror(0) succeeds... no
checking for strerror_r... yes
checking whether strndup is declared... yes
checking whether strnlen is declared... yes
checking for struct timespec in <time.h>... yes
checking for TIME_UTC in <time.h>... yes
checking whether execvpe is declared... no
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether snprintf returns a byte count as in C99... yes
checking whether snprintf truncates the result as in C99... yes
checking where to find the exponent in a 'double'... word 1 bit 20
checking for wcslen... yes
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether printf supports POSIX/XSI format strings with positions... yes
checking whether vsnprintf is declared... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking whether wcsdup is declared... yes
checking for C compiler option to allow warnings... -Wno-error
checking for alignas and alignof... yes, <stdalign.h> macros
checking for alloca as a compiler built-in... yes
checking whether program_invocation_name is declared... no
checking whether program_invocation_short_name is declared... no
checking whether program_invocation_name is defined... no
checking whether program_invocation_short_name is defined... no
checking for static_assert... no
checking whether calloc (0, n) and calloc (n, 0) return nonnull... yes
checking whether this system supports file names of any length... no
checking for closedir... yes
checking for d_ino member in directory struct... yes
checking for d_type member in directory struct... yes
checking for dirfd... yes
checking whether dirfd is declared... yes
checking whether dirfd is a macro... no
checking whether // is distinct from /... no
checking whether dup works... yes
checking whether dup2 works... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... yes
checking whether fdopendir is declared... yes
checking whether fdopendir works... yes
checking for mempcpy... no
checking for flexible array member... yes
checking whether conversion from 'int' to 'long double' works... yes
checking whether free is known to preserve errno... no
checking for fts_open... yes
checking whether getdtablesize works... yes
checking for getprogname... yes
checking whether program_invocation_name is declared... (cached) no
checking whether malloc (0) returns nonnull... (cached) yes
checking for mempcpy... (cached) no
checking for memrchr... no
checking whether open recognizes a trailing slash... no
checking for opendir... yes
checking whether program_invocation_name is declared... (cached) no
checking whether program_invocation_short_name is declared... (cached) no
checking for rawmemchr... no
checking for readdir... yes
checking whether realloc (0, 0) returns nonnull... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking whether sleep is declared... yes
checking for working sleep... yes
checking for ssize_t... yes
checking whether stat handles trailing slashes on files... no
checking for struct stat.st_atim.tv_nsec... no
checking for struct stat.st_atimespec.tv_nsec... yes
checking for struct stat.st_birthtimespec.tv_nsec... yes
checking for bool, true, false... no
checking for strcasecmp... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking for strchrnul... no
checking for working strndup... yes
checking for working strnlen... yes
checking for tsearch... yes
checking for twalk... yes
checking for tdestroy... no
checking whether tdelete works... yes
checking for variable-length arrays... yes
checking for ptrdiff_t... yes
checking for vsnprintf... yes
checking whether snprintf respects a size of 1... yes
checking for stdint.h... (cached) yes
checking whether the compiler supports GNU C++... yes
checking whether /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/g++ accepts -g... yes
checking for /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/g++ option to enable C++11 features... none needed
checking dependency style of /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/g++... none
checking for bison... bison -y
checking for flex... flex
checking for lex output file root... lex.yy
checking for lex library... none needed
checking whether yytext is a pointer... yes
checking for x86_64-apple-darwin23.4.0-ar... (cached) ar
checking the archiver (ar) interface... (cached) ar
checking how to print strings... printf
checking for a sed that does not truncate output... /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/sed
checking for fgrep... /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/grep -F
checking for ld used by /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
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... 786432
checking how to convert x86_64-apple-darwin23.4.0 file names to x86_64-apple-darwin23.4.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin23.4.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for x86_64-apple-darwin23.4.0-file... no
checking for file... file
checking for x86_64-apple-darwin23.4.0-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-apple-darwin23.4.0-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-apple-darwin23.4.0-ar... (cached) ar
checking for archiver @FILE support... no
checking for x86_64-apple-darwin23.4.0-strip... no
checking for strip... strip
checking for x86_64-apple-darwin23.4.0-ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for x86_64-apple-darwin23.4.0-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for x86_64-apple-darwin23.4.0-dsymutil... no
checking for dsymutil... dsymutil
checking for x86_64-apple-darwin23.4.0-nmedit... no
checking for nmedit... nmedit
checking for x86_64-apple-darwin23.4.0-lipo... no
checking for lipo... lipo
checking for x86_64-apple-darwin23.4.0-otool... no
checking for otool... otool
checking for x86_64-apple-darwin23.4.0-otool64... no
checking for otool64... no
checking for -single_module linker flag... ld: warning: -single_module is obsolete
no
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc supports -fno-rtti -fno-exceptions... yes
checking for /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc option to produce PIC... -fno-common -DPIC
checking if /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc PIC flag -fno-common -DPIC works... yes
checking if /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc static flag -static works... no
checking if /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc supports -c -o file.o... yes
checking if /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc supports -c -o file.o... (cached) yes
checking whether the /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin23.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/g++ -E
checking for ld used by /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/g++ option to produce PIC... -fno-common -DPIC
checking if /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/g++ PIC flag -fno-common -DPIC works... yes
checking if /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/g++ static flag -static works... no
checking if /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/g++ supports -c -o file.o... yes
checking if /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/g++ supports -c -o file.o... (cached) yes
checking whether the /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin23.4.0 dyld
checking how to hardcode library paths into programs... immediate
checking for x86_64-apple-darwin23.4.0-readelf... no
checking for readelf... no
checking for x86_64-apple-darwin23.4.0-nm... /usr/bin/nm -B
checking whether gcc supports __attribute__((visibility()))... yes
checking whether gcc supports __attribute__((gcc_struct))... no
checking whether gcc supports -fPIC... yes
checking whether gcc supports -fPIE... yes
checking whether gcc supports -Wl,-z,defs... no
checking whether the compiler generates build-ids... ./configure: line 39237: -n: command not found
no
configure: WARNING: compiler doesn't generate build-id by default
checking whether gcc supports -Wl,-z,relro... no
checking for __thread support... yes
checking whether gcc provides stdatomic.h... yes
checking for /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc option to enable large file support... (cached) none needed
checking whether fts.h is bad when included (with LFS)... no
checking whether to add -D_FORTIFY_SOURCE=2 or =3 to CFLAGS... yes -D_FORTIFY_SOURCE=3
checking for library containing gzdirect... -lz
checking whether memrchr is declared... (cached) no
checking whether rawmemchr is declared... no
checking whether powerof2 is declared... yes
checking whether mempcpy is declared... no
checking whether reallocarray is declared... no
checking for process_vm_readv... no
checking for mremap... no
configure: WARNING: elf_update needs mremap to support ELF_C_RDWR_MMAP
checking for error.h... (cached) no
checking for err.h... yes
checking for sched.h... yes
checking for sched_getaffinity... no
checking for sys/resource.h... yes
checking for getrlimit... yes
checking whether strerror_r returns char *... (cached) no
checking for __cxa_demangle in -lstdc++... yes
checking whether symbol versioning is supported... no
configure: WARNING: Disabling symbol versioning breaks ABI compatibility.
checking whether gcc accepts -Wstack-usage... no
checking whether gcc has a sane -Wlogical-op... no
checking whether gcc accepts -Wduplicated-cond... no
checking whether gcc accepts -Wnull-dereference... yes
checking whether gcc accepts -Wimplicit-fallthrough... yes
checking whether the compiler accepts -Wimplicit-fallthrough=5... no
checking whether the compiler accepts -Wtrampolines... no
checking whether the compiler accepts -Wno-packed-not-aligned... no
checking whether the compiler accepts -Wuse-after-free=3... no
checking whether the compiler accepts -fno-addrsig... yes
checking whether NLS is requested... no
checking for msgfmt... /usr/local/bin/msgfmt
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for msgmerge... /usr/local/bin/msgmerge
checking for ld... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking 32-bit host C ABI... no
checking for ELF binary format... no
checking for the common suffixes of directories in the library search path... lib,lib,lib
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyPreferredLanguages... yes
checking whether to use NLS... no
checking size of long... 8
checking for struct user_regs_struct... no
checking /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc option for 32-bit word size... -m32
checking for 64-bit host... yes
checking whether /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -m32 makes executables we can run... no
configure: WARNING: not running biarch tests, /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -m32 does not work
checking for bunzip2... yes
checking for zstd... yes
checking whether /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/g++ supports C++11 features with -std=c++11... yes
checking for pthread_setname_np in -lpthread... yes
checking for execinfo.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating config/Makefile
config.status: creating libgnu/Makefile
config.status: creating Makefile
config.status: creating elfutils.spec
config.status: creating debuginfod/Makefile
config.status: creating debuginfod/debuginfod.h
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating libelf/Makefile
config.status: creating libebl/Makefile
config.status: creating libdwelf/Makefile
config.status: creating libdw/Makefile
config.status: creating libdwfl/Makefile
config.status: creating libcpu/Makefile
config.status: creating libasm/Makefile
config.status: creating backends/Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: creating tests/Makefile
config.status: creating config/libelf.pc
config.status: creating config/libdw.pc
config.status: creating config/libdebuginfod.pc
config.status: creating version.h
config.status: creating config/profile.sh
config.status: creating config/profile.csh
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
configure:
=====================================================================
        elfutils: 0.191 (eu_version: 191)
=====================================================================

    Prefix                             : /Volumes/pr-14802-fix-final/openwrt/staging_dir/host
    Program prefix ("eu-" recommended) : NONE
    Source code location               : .
    Maintainer mode                    :
    build arch                         : x86_64-apple-darwin23.4.0

    CFLAGS=-D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig
    CXXFLAGS=-D_FORTIFY_SOURCE=3

  RECOMMENDED FEATURES (should all be yes)
    gzip support                       : yes
    bzip2 support                      : no
    lzma/xz support                    : no
    zstd support                       : no
    zstd compression support           : no
    libstdc++ demangle support         : yes
    File textrel check                 : yes
    Symbol versioning                  : no

  NOT RECOMMENDED FEATURES (should all be no)
    Experimental thread safety         : no
    install elf.h                      : no

  OTHER FEATURES
    Deterministic archives by default  : false
    Native language support            : no
    Extra Valgrind annotations         : no
    libdebuginfod client support       : no
    Debuginfod server support          : no
    Default DEBUGINFOD_URLS            :

  EXTRA TEST FEATURES (used with make check)
    have bunzip2 installed (required)  : yes
    have zstd installed                : yes
    C++11                              : yes
    debug branch prediction            : no
    gprof support                      : no
    gcov support                       : no
    run all tests under valgrind       : no
    gcc undefined behaviour sanitizer  : no
    gcc address sanitizer              : no
    clang memory sanitizer             : no
    use rpath in tests                 : no
    test biarch                        : no

touch /Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191/.configured
CFLAGS="-O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC" CPPFLAGS="-I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include " CXXFLAGS="" LDFLAGS="-L/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/lib " make -j1 -C /Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191  SUBDIRS='$(wildcard libgnu config lib libelf libcpu backends libebl libdwelf libdwfl libdw)'
make[3]: Entering directory '/Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191'
make --no-print-directory all-recursive
Making all in libgnu
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  -e 's|@''HAVE_ALLOCA_H''@|1|g' \
  ./alloca.in.h > alloca.h-t
mv alloca.h-t alloca.h
{ sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_ASSERT_H''@|<assert.h>|g' \
      < ./assert.in.h && \
  sed -e '/@assert.h omit start@/,/@assert.h omit end@/d' \
      -e 's|_gl_verify|_gl_static_assert|g' \
      -e 's|_GL_VERIFY|_GL_STATIC_ASSERT|g' \
      -e 's|_GL\(_STATIC_ASSERT_H\)|_GL\1|g' \
      < ./verify.h; \
} > assert.h-t
mv assert.h-t assert.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''HAVE_DIRENT_H''@|1|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_DIRENT_H''@|<dirent.h>|g' \
      -e 's/@''DIR_HAS_FD_MEMBER''@/1/g' \
      -e 's/@''GNULIB_OPENDIR''@/1/g' \
      -e 's/@''GNULIB_READDIR''@/1/g' \
      -e 's/@''GNULIB_REWINDDIR''@/0/g' \
      -e 's/@''GNULIB_CLOSEDIR''@/1/g' \
      -e 's/@''GNULIB_DIRFD''@/1/g' \
      -e 's/@''GNULIB_FDOPENDIR''@/1/g' \
      -e 's/@''GNULIB_SCANDIR''@/0/g' \
      -e 's/@''GNULIB_ALPHASORT''@/0/g' \
      -e 's/@''HAVE_OPENDIR''@/1/g' \
      -e 's/@''HAVE_READDIR''@/1/g' \
      -e 's/@''HAVE_REWINDDIR''@/1/g' \
      -e 's/@''HAVE_CLOSEDIR''@/1/g' \
      -e 's|@''HAVE_DECL_DIRFD''@|1|g' \
      -e 's|@''HAVE_DECL_FDOPENDIR''@|1|g' \
      -e 's|@''HAVE_FDOPENDIR''@|1|g' \
      -e 's|@''HAVE_SCANDIR''@|1|g' \
      -e 's|@''HAVE_ALPHASORT''@|1|g' \
      -e 's|@''REPLACE_OPENDIR''@|0|g' \
      -e 's|@''REPLACE_READDIR''@|0|g' \
      -e 's|@''REPLACE_REWINDDIR''@|0|g' \
      -e 's|@''REPLACE_CLOSEDIR''@|0|g' \
      -e 's|@''REPLACE_DIRFD''@|0|g' \
      -e 's|@''REPLACE_FDOPENDIR''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      ./dirent.in.h > dirent.h-t
mv dirent.h-t dirent.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''HAVE_ERROR_H''@|0|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''NEXT_ERROR_H''@|<error.h>|g' \
      -e 's|@''HAVE_ERROR''@|0|g' \
      -e 's|@''HAVE_ERROR_AT_LINE''@|0|g' \
      -e 's|@''REPLACE_ERROR''@|0|g' \
      -e 's|@''REPLACE_ERROR_AT_LINE''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      ./error.in.h > error.h-t
mv error.h-t error.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
      -e 's/@''GNULIB_CREAT''@/0/g' \
      -e 's/@''GNULIB_FCNTL''@/1/g' \
      -e 's/@''GNULIB_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_OPEN''@/1/g' \
      -e 's/@''GNULIB_OPENAT''@/1/g' \
      -e 's/@''GNULIB_MDA_CREAT''@/1/g' \
      -e 's/@''GNULIB_MDA_OPEN''@/1/g' \
      -e 's|@''HAVE_FCNTL''@|1|g' \
      -e 's|@''HAVE_OPENAT''@|1|g' \
      -e 's|@''REPLACE_CREAT''@|0|g' \
      -e 's|@''REPLACE_FCNTL''@|0|g' \
      -e 's|@''REPLACE_OPEN''@|1|g' \
      -e 's|@''REPLACE_OPENAT''@|1|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      ./fcntl.in.h > fcntl.h-t
mv fcntl.h-t fcntl.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''HAVE_GETOPT_H''@|1|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_GETOPT_H''@|<getopt.h>|g' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      ./getopt.in.h > getopt.h-t
mv getopt.h-t getopt.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  -e 's|@''HAVE_SYS_CDEFS_H''@|1|g' \
  ./getopt-cdefs.in.h > getopt-cdefs.h-t
mv getopt-cdefs.h-t getopt-cdefs.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's/@''HAVE_INTTYPES_H''@/1/g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
      -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
      -e 's/@''PRIPTR_PREFIX''@/__PRIPTR_PREFIX/g' \
      -e 's/@''GNULIB_IMAXABS''@/0/g' \
      -e 's/@''GNULIB_IMAXDIV''@/0/g' \
      -e 's/@''GNULIB_STRTOIMAX''@/0/g' \
      -e 's/@''GNULIB_STRTOUMAX''@/0/g' \
      -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
      -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
      -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
      -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
      -e 's/@''HAVE_IMAXDIV_T''@/1/g' \
      -e 's/@''REPLACE_IMAXABS''@/0/g' \
      -e 's/@''REPLACE_IMAXDIV''@/0/g' \
      -e 's/@''REPLACE_STRTOIMAX''@/0/g' \
      -e 's/@''REPLACE_STRTOUMAX''@/0/g' \
      -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
      -e 's/@''INT64_MAX_EQ_LONG_MAX''@/defined _LP64/g' \
      -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
      -e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/defined _LP64/g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      ./inttypes.in.h > inttypes.h-t
mv inttypes.h-t inttypes.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_LIMITS_H''@|<limits.h>|g' \
      ./limits.in.h > limits.h-t
mv limits.h-t limits.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''REPLACE_OBSTACK''@|0|g' \
      ./obstack.in.h > obstack.h-t
mv obstack.h-t obstack.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''HAVE_SEARCH_H''@|1|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SEARCH_H''@|<search.h>|g' \
      -e 's|@''HAVE_TYPE_VISIT''@|1|g' \
      -e 's/@''GNULIB_TSEARCH''@/1/g' \
      -e 's/@''GNULIB_MDA_LFIND''@/1/g' \
      -e 's/@''GNULIB_MDA_LSEARCH''@/1/g' \
      -e 's|@''HAVE_TSEARCH''@|1|g' \
      -e 's|@''HAVE_TWALK''@|1|g' \
      -e 's|@''HAVE_TDESTROY''@|0|g' \
      -e 's|@''REPLACE_TSEARCH''@|0|g' \
      -e 's|@''REPLACE_TWALK''@|0|g' \
      -e 's|@''REPLACE_TDESTROY''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      ./search.in.h > search.h-t
mv search.h-t search.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
  ./stdckdint.in.h > stdckdint.h-t
mv stdckdint.h-t stdckdint.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDDEF_H''@|<stddef.h>|g' \
      -e 's|@''HAVE_MAX_ALIGN_T''@|1|g' \
      -e 's|@''HAVE_WCHAR_T''@|1|g' \
      -e 's|@''REPLACE_NULL''@|0|g' \
      ./stddef.in.h > stddef.h-t
mv stddef.h-t stddef.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's/@''HAVE_STDINT_H''@/1/g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
      -e 's/@''HAVE_C99_STDINT_H''@/1/g' \
      -e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
      -e 's/@''HAVE_INTTYPES_H''@/1/g' \
      -e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
      -e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
      -e 's/@''HAVE_WCHAR_H''@/1/g' \
      -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
      -e 's/@''BITSIZEOF_PTRDIFF_T''@//g' \
      -e 's/@''PTRDIFF_T_SUFFIX''@//g' \
      -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@//g' \
      -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@//g' \
      -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
      -e 's/@''BITSIZEOF_SIZE_T''@//g' \
      -e 's/@''SIZE_T_SUFFIX''@//g' \
      -e 's/@''BITSIZEOF_WCHAR_T''@//g' \
      -e 's/@''HAVE_SIGNED_WCHAR_T''@//g' \
      -e 's/@''WCHAR_T_SUFFIX''@//g' \
      -e 's/@''BITSIZEOF_WINT_T''@//g' \
      -e 's/@''HAVE_SIGNED_WINT_T''@//g' \
      -e 's/@''WINT_T_SUFFIX''@//g' \
      -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \
      ./stdint.in.h > stdint.h-t
mv stdint.h-t stdint.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
      -e 's/@''GNULIB_DPRINTF''@/0/g' \
      -e 's/@''GNULIB_FCLOSE''@/0/g' \
      -e 's/@''GNULIB_FDOPEN''@/0/g' \
      -e 's/@''GNULIB_FFLUSH''@/0/g' \
      -e 's/@''GNULIB_FGETC''@/1/g' \
      -e 's/@''GNULIB_FGETS''@/1/g' \
      -e 's/@''GNULIB_FOPEN''@/0/g' \
      -e 's/@''GNULIB_FOPEN_GNU''@/0/g' \
      -e 's/@''GNULIB_FPRINTF''@/1/g' \
      -e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_FPURGE''@/0/g' \
      -e 's/@''GNULIB_FPUTC''@/1/g' \
      -e 's/@''GNULIB_FPUTS''@/1/g' \
      -e 's/@''GNULIB_FREAD''@/1/g' \
      -e 's/@''GNULIB_FREOPEN''@/0/g' \
      -e 's/@''GNULIB_FSCANF''@/1/g' \
      -e 's/@''GNULIB_FSEEK''@/0/g' \
      -e 's/@''GNULIB_FSEEKO''@/0/g' \
      -e 's/@''GNULIB_FTELL''@/0/g' \
      -e 's/@''GNULIB_FTELLO''@/0/g' \
      -e 's/@''GNULIB_FWRITE''@/1/g' \
      -e 's/@''GNULIB_GETC''@/1/g' \
      -e 's/@''GNULIB_GETCHAR''@/1/g' \
      -e 's/@''GNULIB_GETDELIM''@/0/g' \
      -e 's/@''GNULIB_GETLINE''@/0/g' \
      -e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
      -e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_PCLOSE''@/0/g' \
      -e 's/@''GNULIB_PERROR''@/0/g' \
      -e 's/@''GNULIB_POPEN''@/0/g' \
      -e 's/@''GNULIB_PRINTF''@/1/g' \
      -e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_PUTC''@/1/g' \
      -e 's/@''GNULIB_PUTCHAR''@/1/g' \
      -e 's/@''GNULIB_PUTS''@/1/g' \
      -e 's/@''GNULIB_REMOVE''@/0/g' \
      -e 's/@''GNULIB_RENAME''@/0/g' \
      -e 's/@''GNULIB_RENAMEAT''@/0/g' \
      -e 's/@''GNULIB_SCANF''@/1/g' \
      -e 's/@''GNULIB_SNPRINTF''@/0/g' \
      -e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
      -e 's/@''GNULIB_TMPFILE''@/0/g' \
      -e 's/@''GNULIB_VASPRINTF''@/0/g' \
      -e 's/@''GNULIB_VDPRINTF''@/0/g' \
      -e 's/@''GNULIB_VFPRINTF''@/1/g' \
      -e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_VFSCANF''@/0/g' \
      -e 's/@''GNULIB_VSCANF''@/0/g' \
      -e 's/@''GNULIB_VPRINTF''@/1/g' \
      -e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_VSNPRINTF''@/1/g' \
      -e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
      -e 's/@''GNULIB_MDA_FCLOSEALL''@/1/g' \
      -e 's/@''GNULIB_MDA_FDOPEN''@/1/g' \
      -e 's/@''GNULIB_MDA_FILENO''@/1/g' \
      -e 's/@''GNULIB_MDA_GETW''@/1/g' \
      -e 's/@''GNULIB_MDA_PUTW''@/1/g' \
      -e 's/@''GNULIB_MDA_TEMPNAM''@/1/g' \
      < ./stdio.in.h > stdio.h-t1
sed \
      -e 's|@''HAVE_DECL_FCLOSEALL''@|0|g' \
      -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
      -e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
      -e 's|@''HAVE_DECL_FTELLO''@|1|g' \
      -e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
      -e 's|@''HAVE_DECL_GETLINE''@|1|g' \
      -e 's|@''HAVE_DECL_GETW''@|1|g' \
      -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
      -e 's|@''HAVE_DECL_PUTW''@|1|g' \
      -e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
      -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
      -e 's|@''HAVE_DPRINTF''@|1|g' \
      -e 's|@''HAVE_FSEEKO''@|1|g' \
      -e 's|@''HAVE_FTELLO''@|1|g' \
      -e 's|@''HAVE_PCLOSE''@|1|g' \
      -e 's|@''HAVE_POPEN''@|1|g' \
      -e 's|@''HAVE_RENAMEAT''@|1|g' \
      -e 's|@''HAVE_VASPRINTF''@|1|g' \
      -e 's|@''HAVE_VDPRINTF''@|1|g' \
      < stdio.h-t1 > stdio.h-t2
sed \
      -e 's|@''REPLACE_DPRINTF''@|0|g' \
      -e 's|@''REPLACE_FCLOSE''@|0|g' \
      -e 's|@''REPLACE_FDOPEN''@|0|g' \
      -e 's|@''REPLACE_FFLUSH''@|0|g' \
      -e 's|@''REPLACE_FOPEN''@|0|g' \
      -e 's|@''REPLACE_FOPEN_FOR_FOPEN_GNU''@|0|g' \
      -e 's|@''REPLACE_FPRINTF''@|0|g' \
      -e 's|@''REPLACE_FPURGE''@|0|g' \
      -e 's|@''REPLACE_FREOPEN''@|0|g' \
      -e 's|@''REPLACE_FSEEK''@|0|g' \
      -e 's|@''REPLACE_FSEEKO''@|0|g' \
      -e 's|@''REPLACE_FTELL''@|0|g' \
      -e 's|@''REPLACE_FTELLO''@|0|g' \
      -e 's|@''REPLACE_GETDELIM''@|0|g' \
      -e 's|@''REPLACE_GETLINE''@|0|g' \
      -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
      -e 's|@''REPLACE_PERROR''@|0|g' \
      -e 's|@''REPLACE_POPEN''@|0|g' \
      -e 's|@''REPLACE_PRINTF''@|0|g' \
      -e 's|@''REPLACE_REMOVE''@|0|g' \
      -e 's|@''REPLACE_RENAME''@|0|g' \
      -e 's|@''REPLACE_RENAMEAT''@|0|g' \
      -e 's|@''REPLACE_SNPRINTF''@|0|g' \
      -e 's|@''REPLACE_SPRINTF''@|0|g' \
      -e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
      -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
      -e 's|@''REPLACE_TMPFILE''@|0|g' \
      -e 's|@''REPLACE_VASPRINTF''@|0|g' \
      -e 's|@''REPLACE_VDPRINTF''@|0|g' \
      -e 's|@''REPLACE_VFPRINTF''@|0|g' \
      -e 's|@''REPLACE_VPRINTF''@|0|g' \
      -e 's|@''REPLACE_VSNPRINTF''@|0|g' \
      -e 's|@''REPLACE_VSPRINTF''@|0|g' \
      -e 's|@''ASM_SYMBOL_PREFIX''@||g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      < stdio.h-t2 > stdio.h-t3
rm -f stdio.h-t1 stdio.h-t2
mv stdio.h-t3 stdio.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
      -e 's/@''GNULIB__EXIT''@/0/g' \
      -e 's/@''GNULIB_ALIGNED_ALLOC''@/0/g' \
      -e 's/@''GNULIB_ATOLL''@/0/g' \
      -e 's/@''GNULIB_CALLOC_GNU''@/1/g' \
      -e 's/@''GNULIB_CALLOC_POSIX''@/1/g' \
      -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/0/g' \
      -e 's/@''GNULIB_FREE_POSIX''@/1/g' \
      -e 's/@''GNULIB_GETLOADAVG''@/0/g' \
      -e 's/@''GNULIB_GETPROGNAME''@/1/g' \
      -e 's/@''GNULIB_GETSUBOPT''@/0/g' \
      -e 's/@''GNULIB_GRANTPT''@/0/g' \
      -e 's/@''GNULIB_MALLOC_GNU''@/1/g' \
      -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \
      -e 's/@''GNULIB_MBSTOWCS''@/0/g' \
      -e 's/@''GNULIB_MBTOWC''@/0/g' \
      -e 's/@''GNULIB_MKDTEMP''@/0/g' \
      -e 's/@''GNULIB_MKOSTEMP''@/0/g' \
      -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
      -e 's/@''GNULIB_MKSTEMP''@/0/g' \
      -e 's/@''GNULIB_MKSTEMPS''@/0/g' \
      -e 's/@''GNULIB_POSIX_MEMALIGN''@/0/g' \
      -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
      -e 's/@''GNULIB_PTSNAME''@/0/g' \
      -e 's/@''GNULIB_PTSNAME_R''@/0/g' \
      -e 's/@''GNULIB_PUTENV''@/0/g' \
      -e 's/@''GNULIB_QSORT_R''@/0/g' \
      -e 's/@''GNULIB_RAND''@/0/g' \
      -e 's/@''GNULIB_RANDOM''@/0/g' \
      -e 's/@''GNULIB_RANDOM_R''@/0/g' \
      -e 's/@''GNULIB_REALLOC_GNU''@/1/g' \
      -e 's/@''GNULIB_REALLOC_POSIX''@/1/g' \
      -e 's/@''GNULIB_REALLOCARRAY''@/0/g' \
      -e 's/@''GNULIB_REALPATH''@/0/g' \
      -e 's/@''GNULIB_RPMATCH''@/0/g' \
      -e 's/@''GNULIB_SECURE_GETENV''@/0/g' \
      -e 's/@''GNULIB_SETENV''@/0/g' \
      -e 's/@''GNULIB_STRTOD''@/0/g' \
      -e 's/@''GNULIB_STRTOL''@/0/g' \
      -e 's/@''GNULIB_STRTOLD''@/0/g' \
      -e 's/@''GNULIB_STRTOLL''@/0/g' \
      -e 's/@''GNULIB_STRTOUL''@/0/g' \
      -e 's/@''GNULIB_STRTOULL''@/0/g' \
      -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
      -e 's/@''GNULIB_UNLOCKPT''@/0/g' \
      -e 's/@''GNULIB_UNSETENV''@/0/g' \
      -e 's/@''GNULIB_WCTOMB''@/0/g' \
      -e 's/@''GNULIB_MDA_ECVT''@/1/g' \
      -e 's/@''GNULIB_MDA_FCVT''@/1/g' \
      -e 's/@''GNULIB_MDA_GCVT''@/1/g' \
      -e 's/@''GNULIB_MDA_MKTEMP''@/1/g' \
      -e 's/@''GNULIB_MDA_PUTENV''@/1/g' \
      < ./stdlib.in.h > stdlib.h-t1
sed \
      -e 's|@''HAVE__EXIT''@|1|g' \
      -e 's|@''HAVE_ALIGNED_ALLOC''@|1|g' \
      -e 's|@''HAVE_ATOLL''@|1|g' \
      -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
      -e 's|@''HAVE_DECL_ECVT''@|1|g' \
      -e 's|@''HAVE_DECL_FCVT''@|1|g' \
      -e 's|@''HAVE_DECL_GCVT''@|1|g' \
      -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
      -e 's|@''HAVE_DECL_PROGRAM_INVOCATION_NAME''@|0|g' \
      -e 's|@''HAVE_GETPROGNAME''@|1|g' \
      -e 's|@''HAVE_GETSUBOPT''@|1|g' \
      -e 's|@''HAVE_GRANTPT''@|1|g' \
      -e 's|@''HAVE_INITSTATE''@|1|g' \
      -e 's|@''HAVE_DECL_INITSTATE''@|1|g' \
      -e 's|@''HAVE_MBTOWC''@|1|g' \
      -e 's|@''HAVE_MKDTEMP''@|1|g' \
      -e 's|@''HAVE_MKOSTEMP''@|1|g' \
      -e 's|@''HAVE_MKOSTEMPS''@|1|g' \
      -e 's|@''HAVE_MKSTEMP''@|1|g' \
      -e 's|@''HAVE_MKSTEMPS''@|1|g' \
      -e 's|@''HAVE_POSIX_MEMALIGN''@|1|g' \
      -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
      -e 's|@''HAVE_PTSNAME''@|1|g' \
      -e 's|@''HAVE_PTSNAME_R''@|1|g' \
      -e 's|@''HAVE_QSORT_R''@|1|g' \
      -e 's|@''HAVE_RANDOM''@|1|g' \
      -e 's|@''HAVE_RANDOM_H''@|1|g' \
      -e 's|@''HAVE_RANDOM_R''@|1|g' \
      -e 's|@''HAVE_REALLOCARRAY''@|1|g' \
      -e 's|@''HAVE_REALPATH''@|1|g' \
      -e 's|@''HAVE_RPMATCH''@|1|g' \
      -e 's|@''HAVE_SECURE_GETENV''@|1|g' \
      -e 's|@''HAVE_DECL_SETENV''@|1|g' \
      -e 's|@''HAVE_SETSTATE''@|1|g' \
      -e 's|@''HAVE_DECL_SETSTATE''@|1|g' \
      -e 's|@''HAVE_STRTOD''@|1|g' \
      -e 's|@''HAVE_STRTOL''@|1|g' \
      -e 's|@''HAVE_STRTOLD''@|1|g' \
      -e 's|@''HAVE_STRTOLL''@|1|g' \
      -e 's|@''HAVE_STRTOUL''@|1|g' \
      -e 's|@''HAVE_STRTOULL''@|1|g' \
      -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
      -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
      -e 's|@''HAVE_UNLOCKPT''@|1|g' \
      -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
      < stdlib.h-t1 > stdlib.h-t2
sed \
      -e 's|@''REPLACE__EXIT''@|0|g' \
      -e 's|@''REPLACE_ALIGNED_ALLOC''@|0|g' \
      -e 's|@''REPLACE_CALLOC_FOR_CALLOC_GNU''@|0|g' \
      -e 's|@''REPLACE_CALLOC_FOR_CALLOC_POSIX''@|0|g' \
      -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
      -e 's|@''REPLACE_FREE''@|1|g' \
      -e 's|@''REPLACE_GETLOADAVG''@|0|g' \
      -e 's|@''REPLACE_GETPROGNAME''@|0|g' \
      -e 's|@''REPLACE_GETSUBOPT''@|0|g' \
      -e 's|@''REPLACE_INITSTATE''@|0|g' \
      -e 's|@''REPLACE_MALLOC_FOR_MALLOC_GNU''@|0|g' \
      -e 's|@''REPLACE_MALLOC_FOR_MALLOC_POSIX''@|0|g' \
      -e 's|@''REPLACE_MB_CUR_MAX''@|0|g' \
      -e 's|@''REPLACE_MBSTOWCS''@|0|g' \
      -e 's|@''REPLACE_MBTOWC''@|0|g' \
      -e 's|@''REPLACE_MKOSTEMP''@|0|g' \
      -e 's|@''REPLACE_MKOSTEMPS''@|0|g' \
      -e 's|@''REPLACE_MKSTEMP''@|0|g' \
      -e 's|@''REPLACE_POSIX_MEMALIGN''@|0|g' \
      -e 's|@''REPLACE_POSIX_OPENPT''@|0|g' \
      -e 's|@''REPLACE_PTSNAME''@|0|g' \
      -e 's|@''REPLACE_PTSNAME_R''@|0|g' \
      -e 's|@''REPLACE_PUTENV''@|0|g' \
      -e 's|@''REPLACE_QSORT_R''@|0|g' \
      -e 's|@''REPLACE_RAND''@|0|g' \
      -e 's|@''REPLACE_RANDOM''@|0|g' \
      -e 's|@''REPLACE_RANDOM_R''@|0|g' \
      -e 's|@''REPLACE_REALLOC_FOR_REALLOC_GNU''@|0|g' \
      -e 's|@''REPLACE_REALLOC_FOR_REALLOC_POSIX''@|0|g' \
      -e 's|@''REPLACE_REALLOCARRAY''@|0|g' \
      -e 's|@''REPLACE_REALPATH''@|0|g' \
      -e 's|@''REPLACE_SETENV''@|0|g' \
      -e 's|@''REPLACE_SETSTATE''@|0|g' \
      -e 's|@''REPLACE_STRTOD''@|0|g' \
      -e 's|@''REPLACE_STRTOL''@|0|g' \
      -e 's|@''REPLACE_STRTOLD''@|0|g' \
      -e 's|@''REPLACE_STRTOLL''@|0|g' \
      -e 's|@''REPLACE_STRTOUL''@|0|g' \
      -e 's|@''REPLACE_STRTOULL''@|0|g' \
      -e 's|@''REPLACE_UNSETENV''@|0|g' \
      -e 's|@''REPLACE_WCTOMB''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _Noreturn/r ./_Noreturn.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      < stdlib.h-t2 > stdlib.h-t3
rm -f stdlib.h-t1 stdlib.h-t2
mv stdlib.h-t3 stdlib.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STRING_H''@|<string.h>|g' \
      -e 's/@''GNULIB_EXPLICIT_BZERO''@/0/g' \
      -e 's/@''GNULIB_FFSL''@/0/g' \
      -e 's/@''GNULIB_FFSLL''@/0/g' \
      -e 's/@''GNULIB_MBSLEN''@/0/g' \
      -e 's/@''GNULIB_MBSNLEN''@/0/g' \
      -e 's/@''GNULIB_MBSCHR''@/0/g' \
      -e 's/@''GNULIB_MBSRCHR''@/0/g' \
      -e 's/@''GNULIB_MBSSTR''@/0/g' \
      -e 's/@''GNULIB_MBSCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
      -e 's/@''GNULIB_MBSCASESTR''@/0/g' \
      -e 's/@''GNULIB_MBSCSPN''@/0/g' \
      -e 's/@''GNULIB_MBSPBRK''@/0/g' \
      -e 's/@''GNULIB_MBSSPN''@/0/g' \
      -e 's/@''GNULIB_MBSSEP''@/0/g' \
      -e 's/@''GNULIB_MBSTOK_R''@/0/g' \
      -e 's/@''GNULIB_MEMCHR''@/1/g' \
      -e 's/@''GNULIB_MEMMEM''@/0/g' \
      -e 's/@''GNULIB_MEMPCPY''@/1/g' \
      -e 's/@''GNULIB_MEMRCHR''@/1/g' \
      -e 's/@''GNULIB_MEMSET_EXPLICIT''@/0/g' \
      -e 's/@''GNULIB_RAWMEMCHR''@/1/g' \
      -e 's/@''GNULIB_STPCPY''@/0/g' \
      -e 's/@''GNULIB_STPNCPY''@/0/g' \
      -e 's/@''GNULIB_STRCHRNUL''@/1/g' \
      -e 's/@''GNULIB_STRDUP''@/1/g' \
      -e 's/@''GNULIB_STRNCAT''@/0/g' \
      -e 's/@''GNULIB_STRNDUP''@/1/g' \
      -e 's/@''GNULIB_STRNLEN''@/1/g' \
      -e 's/@''GNULIB_STRPBRK''@/0/g' \
      -e 's/@''GNULIB_STRSEP''@/0/g' \
      -e 's/@''GNULIB_STRSTR''@/0/g' \
      -e 's/@''GNULIB_STRCASESTR''@/0/g' \
      -e 's/@''GNULIB_STRTOK_R''@/0/g' \
      -e 's/@''GNULIB_STRERROR''@/1/g' \
      -e 's/@''GNULIB_STRERROR_R''@/0/g' \
      -e 's/@''GNULIB_STRERRORNAME_NP''@/0/g' \
      -e 's/@''GNULIB_SIGABBREV_NP''@/0/g' \
      -e 's/@''GNULIB_SIGDESCR_NP''@/0/g' \
      -e 's/@''GNULIB_STRSIGNAL''@/0/g' \
      -e 's/@''GNULIB_STRVERSCMP''@/0/g' \
      -e 's/@''GNULIB_MDA_MEMCCPY''@/1/g' \
      -e 's/@''GNULIB_MDA_STRDUP''@/1/g' \
      -e 's/@''GNULIB_FREE_POSIX''@/1/g' \
      < ./string.in.h > string.h-t1
sed \
      -e 's|@''HAVE_EXPLICIT_BZERO''@|1|g' \
      -e 's|@''HAVE_FFSL''@|1|g' \
      -e 's|@''HAVE_FFSLL''@|1|g' \
      -e 's|@''HAVE_MBSLEN''@|0|g' \
      -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
      -e 's|@''HAVE_MEMPCPY''@|0|g' \
      -e 's|@''HAVE_DECL_MEMRCHR''@|0|g' \
      -e 's|@''HAVE_MEMSET_EXPLICIT''@|1|g' \
      -e 's|@''HAVE_RAWMEMCHR''@|0|g' \
      -e 's|@''HAVE_STPCPY''@|1|g' \
      -e 's|@''HAVE_STPNCPY''@|1|g' \
      -e 's|@''HAVE_STRCHRNUL''@|0|g' \
      -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
      -e 's|@''HAVE_STRPBRK''@|1|g' \
      -e 's|@''HAVE_STRSEP''@|1|g' \
      -e 's|@''HAVE_STRCASESTR''@|1|g' \
      -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
      -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
      -e 's|@''HAVE_STRERRORNAME_NP''@|1|g' \
      -e 's|@''HAVE_SIGABBREV_NP''@|1|g' \
      -e 's|@''HAVE_SIGDESCR_NP''@|1|g' \
      -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
      -e 's|@''HAVE_STRVERSCMP''@|1|g' \
      -e 's|@''REPLACE_FFSLL''@|0|g' \
      -e 's|@''REPLACE_MEMCHR''@|0|g' \
      -e 's|@''REPLACE_MEMMEM''@|0|g' \
      -e 's|@''REPLACE_MEMPCPY''@|0|g' \
      -e 's|@''REPLACE_MEMSET_EXPLICIT''@|0|g' \
      -e 's|@''REPLACE_FREE''@|1|g' \
      -e 's|@''REPLACE_STPCPY''@|0|g' \
      -e 's|@''REPLACE_STPNCPY''@|0|g' \
      -e 's|@''REPLACE_STRCHRNUL''@|0|g' \
      -e 's|@''REPLACE_STRDUP''@|0|g' \
      -e 's|@''REPLACE_STRNCAT''@|0|g' \
      -e 's|@''REPLACE_STRNDUP''@|0|g' \
      -e 's|@''REPLACE_STRNLEN''@|0|g' \
      -e 's|@''REPLACE_STRSTR''@|0|g' \
      -e 's|@''REPLACE_STRCASESTR''@|0|g' \
      -e 's|@''REPLACE_STRTOK_R''@|0|g' \
      -e 's|@''REPLACE_STRERROR''@|1|g' \
      -e 's|@''REPLACE_STRERROR_R''@|0|g' \
      -e 's|@''REPLACE_STRERRORNAME_NP''@|0|g' \
      -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
      -e 's|@''REPLACE_STRVERSCMP''@|0|g' \
      -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      < string.h-t1 > string.h-t2
rm -f string.h-t1
mv string.h-t2 string.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''HAVE_STRINGS_H''@|1|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_STRINGS_H''@|<strings.h>|g' \
      -e 's/@''GNULIB_FFS''@/0/g' \
      -e 's|@''HAVE_FFS''@|1|g' \
      -e 's|@''HAVE_STRCASECMP''@|1|g' \
      -e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      ./strings.in.h > strings.h-t
mv strings.h-t strings.h
/usr/local/bin/gmkdir -p 'sys'
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
      -e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
      -e 's|@''WINDOWS_STAT_TIMESPEC''@|0|g' \
      -e 's/@''GNULIB_CHMOD''@/0/g' \
      -e 's/@''GNULIB_FCHMODAT''@/0/g' \
      -e 's/@''GNULIB_FSTAT''@/1/g' \
      -e 's/@''GNULIB_FSTATAT''@/0/g' \
      -e 's/@''GNULIB_FUTIMENS''@/0/g' \
      -e 's/@''GNULIB_GETUMASK''@/0/g' \
      -e 's/@''GNULIB_LCHMOD''@/0/g' \
      -e 's/@''GNULIB_LSTAT''@/1/g' \
      -e 's/@''GNULIB_MKDIR''@/0/g' \
      -e 's/@''GNULIB_MKDIRAT''@/0/g' \
      -e 's/@''GNULIB_MKFIFO''@/0/g' \
      -e 's/@''GNULIB_MKFIFOAT''@/0/g' \
      -e 's/@''GNULIB_MKNOD''@/0/g' \
      -e 's/@''GNULIB_MKNODAT''@/0/g' \
      -e 's/@''GNULIB_STAT''@/1/g' \
      -e 's/@''GNULIB_UTIMENSAT''@/0/g' \
      -e 's/@''GNULIB_OVERRIDES_STRUCT_STAT''@/0/g' \
      -e 's/@''GNULIB_MDA_CHMOD''@/1/g' \
      -e 's/@''GNULIB_MDA_MKDIR''@/1/g' \
      -e 's/@''GNULIB_MDA_UMASK''@/1/g' \
      -e 's|@''HAVE_FCHMODAT''@|1|g' \
      -e 's|@''HAVE_FSTATAT''@|1|g' \
      -e 's|@''HAVE_FUTIMENS''@|1|g' \
      -e 's|@''HAVE_GETUMASK''@|1|g' \
      -e 's|@''HAVE_LCHMOD''@|1|g' \
      -e 's|@''HAVE_LSTAT''@|1|g' \
      -e 's|@''HAVE_MKDIRAT''@|1|g' \
      -e 's|@''HAVE_MKFIFO''@|1|g' \
      -e 's|@''HAVE_MKFIFOAT''@|1|g' \
      -e 's|@''HAVE_MKNOD''@|1|g' \
      -e 's|@''HAVE_MKNODAT''@|1|g' \
      -e 's|@''HAVE_UTIMENSAT''@|1|g' \
      -e 's|@''REPLACE_CHMOD''@|0|g' \
      -e 's|@''REPLACE_FCHMODAT''@|0|g' \
      -e 's|@''REPLACE_FSTAT''@|1|g' \
      -e 's|@''REPLACE_FSTATAT''@|0|g' \
      -e 's|@''REPLACE_FUTIMENS''@|0|g' \
      -e 's|@''REPLACE_LSTAT''@|1|g' \
      -e 's|@''REPLACE_MKDIR''@|0|g' \
      -e 's|@''REPLACE_MKFIFO''@|0|g' \
      -e 's|@''REPLACE_MKFIFOAT''@|0|g' \
      -e 's|@''REPLACE_MKNOD''@|0|g' \
      -e 's|@''REPLACE_MKNODAT''@|0|g' \
      -e 's|@''REPLACE_STAT''@|1|g' \
      -e 's|@''REPLACE_UTIMENSAT''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      ./sys_stat.in.h > sys/stat.h-t
mv sys/stat.h-t sys/stat.h
/usr/local/bin/gmkdir -p 'sys'
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
      -e 's|@''WINDOWS_STAT_INODES''@|0|g' \
      ./sys_types.in.h > sys/types.h-t
mv sys/types.h-t sys/types.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_TIME_H''@|<time.h>|g' \
      -e 's/@''GNULIB_CTIME''@/0/g' \
      -e 's/@''GNULIB_LOCALTIME''@/0/g' \
      -e 's/@''GNULIB_MKTIME''@/0/g' \
      -e 's/@''GNULIB_NANOSLEEP''@/0/g' \
      -e 's/@''GNULIB_STRFTIME''@/0/g' \
      -e 's/@''GNULIB_STRPTIME''@/0/g' \
      -e 's/@''GNULIB_TIME''@/0/g' \
      -e 's/@''GNULIB_TIMEGM''@/0/g' \
      -e 's/@''GNULIB_TIMESPEC_GET''@/0/g' \
      -e 's/@''GNULIB_TIMESPEC_GETRES''@/0/g' \
      -e 's/@''GNULIB_TIME_R''@/0/g' \
      -e 's/@''GNULIB_TIME_RZ''@/0/g' \
      -e 's/@''GNULIB_TZSET''@/0/g' \
      -e 's/@''GNULIB_MDA_TZSET''@/1/g' \
      -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
      -e 's|@''HAVE_NANOSLEEP''@|1|g' \
      -e 's|@''HAVE_STRPTIME''@|1|g' \
      -e 's|@''HAVE_TIMEGM''@|1|g' \
      -e 's|@''HAVE_TIMESPEC_GET''@|1|g' \
      -e 's|@''HAVE_TIMESPEC_GETRES''@|1|g' \
      -e 's|@''HAVE_TIMEZONE_T''@|0|g' \
      -e 's|@''REPLACE_CTIME''@|0|g' \
      -e 's|@''REPLACE_GMTIME''@|0|g' \
      -e 's|@''REPLACE_LOCALTIME''@|0|g' \
      -e 's|@''REPLACE_LOCALTIME_R''@|0|g' \
      -e 's|@''REPLACE_MKTIME''@|0|g' \
      -e 's|@''REPLACE_NANOSLEEP''@|0|g' \
      -e 's|@''REPLACE_STRFTIME''@|0|g' \
      -e 's|@''REPLACE_TIME''@|0|g' \
      -e 's|@''REPLACE_TIMEGM''@|0|g' \
      -e 's|@''REPLACE_TIMESPEC_GET''@|0|g' \
      -e 's|@''REPLACE_TIMESPEC_GETRES''@|0|g' \
      -e 's|@''REPLACE_TZSET''@|0|g' \
      -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
      -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
      -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
      -e 's|@''UNISTD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
      -e 's|@''TIME_H_DEFINES_TIME_UTC''@|1|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      ./time.in.h > time.h-t
mv time.h-t time.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''HAVE_UNISTD_H''@|1|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
      -e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
      -e 's/@''GNULIB_ACCESS''@/0/g' \
      -e 's/@''GNULIB_CHDIR''@/1/g' \
      -e 's/@''GNULIB_CHOWN''@/0/g' \
      -e 's/@''GNULIB_CLOSE''@/1/g' \
      -e 's/@''GNULIB_COPY_FILE_RANGE''@/0/g' \
      -e 's/@''GNULIB_DUP''@/1/g' \
      -e 's/@''GNULIB_DUP2''@/1/g' \
      -e 's/@''GNULIB_DUP3''@/0/g' \
      -e 's/@''GNULIB_ENVIRON''@/0/g' \
      -e 's/@''GNULIB_EUIDACCESS''@/0/g' \
      -e 's/@''GNULIB_EXECL''@/0/g' \
      -e 's/@''GNULIB_EXECLE''@/0/g' \
      -e 's/@''GNULIB_EXECLP''@/0/g' \
      -e 's/@''GNULIB_EXECV''@/0/g' \
      -e 's/@''GNULIB_EXECVE''@/0/g' \
      -e 's/@''GNULIB_EXECVP''@/0/g' \
      -e 's/@''GNULIB_EXECVPE''@/0/g' \
      -e 's/@''GNULIB_FACCESSAT''@/0/g' \
      -e 's/@''GNULIB_FCHDIR''@/1/g' \
      -e 's/@''GNULIB_FCHOWNAT''@/0/g' \
      -e 's/@''GNULIB_FDATASYNC''@/0/g' \
      -e 's/@''GNULIB_FSYNC''@/0/g' \
      -e 's/@''GNULIB_FTRUNCATE''@/0/g' \
      < ./unistd.in.h > unistd.h-t1
sed \
      -e 's/@''GNULIB_GETCWD''@/1/g' \
      -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
      -e 's/@''GNULIB_GETDTABLESIZE''@/1/g' \
      -e 's/@''GNULIB_GETENTROPY''@/0/g' \
      -e 's/@''GNULIB_GETGROUPS''@/0/g' \
      -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
      -e 's/@''GNULIB_GETLOGIN''@/0/g' \
      -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
      -e 's/@''GNULIB_GETOPT_POSIX''@/1/g' \
      -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
      -e 's/@''GNULIB_GETPASS''@/0/g' \
      -e 's/@''GNULIB_GETPASS_GNU''@/0/g' \
      -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
      -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \
      -e 's/@''GNULIB_ISATTY''@/0/g' \
      -e 's/@''GNULIB_LCHOWN''@/0/g' \
      -e 's/@''GNULIB_LINK''@/0/g' \
      -e 's/@''GNULIB_LINKAT''@/0/g' \
      -e 's/@''GNULIB_LSEEK''@/0/g' \
      -e 's/@''GNULIB_PIPE''@/1/g' \
      -e 's/@''GNULIB_PIPE2''@/0/g' \
      -e 's/@''GNULIB_PREAD''@/0/g' \
      -e 's/@''GNULIB_PWRITE''@/0/g' \
      -e 's/@''GNULIB_READ''@/0/g' \
      -e 's/@''GNULIB_READLINK''@/0/g' \
      -e 's/@''GNULIB_READLINKAT''@/0/g' \
      -e 's/@''GNULIB_RMDIR''@/0/g' \
      -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
      -e 's/@''GNULIB_SLEEP''@/1/g' \
      -e 's/@''GNULIB_SYMLINK''@/0/g' \
      -e 's/@''GNULIB_SYMLINKAT''@/0/g' \
      -e 's/@''GNULIB_TRUNCATE''@/0/g' \
      -e 's/@''GNULIB_TTYNAME_R''@/0/g' \
      -e 's/@''GNULIB_UNISTD_H_GETOPT''@/01/g' \
      -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
      -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
      -e 's/@''GNULIB_UNLINK''@/0/g' \
      -e 's/@''GNULIB_UNLINKAT''@/0/g' \
      -e 's/@''GNULIB_USLEEP''@/0/g' \
      -e 's/@''GNULIB_WRITE''@/0/g' \
      -e 's/@''GNULIB_MDA_ACCESS''@/1/g' \
      -e 's/@''GNULIB_MDA_CHDIR''@/1/g' \
      -e 's/@''GNULIB_MDA_CLOSE''@/1/g' \
      -e 's/@''GNULIB_MDA_DUP''@/1/g' \
      -e 's/@''GNULIB_MDA_DUP2''@/1/g' \
      -e 's/@''GNULIB_MDA_EXECL''@/1/g' \
      -e 's/@''GNULIB_MDA_EXECLE''@/1/g' \
      -e 's/@''GNULIB_MDA_EXECLP''@/1/g' \
      -e 's/@''GNULIB_MDA_EXECV''@/1/g' \
      -e 's/@''GNULIB_MDA_EXECVE''@/1/g' \
      -e 's/@''GNULIB_MDA_EXECVP''@/1/g' \
      -e 's/@''GNULIB_MDA_EXECVPE''@/1/g' \
      -e 's/@''GNULIB_MDA_GETCWD''@/1/g' \
      -e 's/@''GNULIB_MDA_GETPID''@/1/g' \
      -e 's/@''GNULIB_MDA_ISATTY''@/1/g' \
      -e 's/@''GNULIB_MDA_LSEEK''@/1/g' \
      -e 's/@''GNULIB_MDA_READ''@/1/g' \
      -e 's/@''GNULIB_MDA_RMDIR''@/1/g' \
      -e 's/@''GNULIB_MDA_SWAB''@/1/g' \
      -e 's/@''GNULIB_MDA_UNLINK''@/1/g' \
      -e 's/@''GNULIB_MDA_WRITE''@/1/g' \
      < unistd.h-t1 > unistd.h-t2
sed \
      -e 's|@''HAVE_CHOWN''@|1|g' \
      -e 's|@''HAVE_COPY_FILE_RANGE''@|1|g' \
      -e 's|@''HAVE_DUP3''@|1|g' \
      -e 's|@''HAVE_EUIDACCESS''@|1|g' \
      -e 's|@''HAVE_EXECVPE''@|1|g' \
      -e 's|@''HAVE_FACCESSAT''@|1|g' \
      -e 's|@''HAVE_FCHDIR''@|1|g' \
      -e 's|@''HAVE_FCHOWNAT''@|1|g' \
      -e 's|@''HAVE_FDATASYNC''@|1|g' \
      -e 's|@''HAVE_FSYNC''@|1|g' \
      -e 's|@''HAVE_FTRUNCATE''@|1|g' \
      -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
      -e 's|@''HAVE_GETENTROPY''@|1|g' \
      -e 's|@''HAVE_GETGROUPS''@|1|g' \
      -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
      -e 's|@''HAVE_GETPASS''@|1|g' \
      -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \
      -e 's|@''HAVE_LCHOWN''@|1|g' \
      -e 's|@''HAVE_LINK''@|1|g' \
      -e 's|@''HAVE_LINKAT''@|1|g' \
      -e 's|@''HAVE_PIPE''@|1|g' \
      -e 's|@''HAVE_PIPE2''@|1|g' \
      -e 's|@''HAVE_PREAD''@|1|g' \
      -e 's|@''HAVE_PWRITE''@|1|g' \
      -e 's|@''HAVE_READLINK''@|1|g' \
      -e 's|@''HAVE_READLINKAT''@|1|g' \
      -e 's|@''HAVE_SETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_SLEEP''@|1|g' \
      -e 's|@''HAVE_SYMLINK''@|1|g' \
      -e 's|@''HAVE_SYMLINKAT''@|1|g' \
      -e 's|@''HAVE_UNLINKAT''@|1|g' \
      -e 's|@''HAVE_USLEEP''@|1|g' \
      -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
      -e 's|@''HAVE_DECL_EXECVPE''@|0|g' \
      -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
      -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \
      -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
      -e 's|@''HAVE_DECL_GETLOGIN''@|1|g' \
      -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
      -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
      -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
      -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
      -e 's|@''HAVE_DECL_TRUNCATE''@|1|g' \
      -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
      -e 's|@''HAVE_OS_H''@|0|g' \
      -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
      < unistd.h-t2 > unistd.h-t3
sed \
      -e 's|@''REPLACE_ACCESS''@|0|g' \
      -e 's|@''REPLACE_CHOWN''@|0|g' \
      -e 's|@''REPLACE_CLOSE''@|0|g' \
      -e 's|@''REPLACE_COPY_FILE_RANGE''@|0|g' \
      -e 's|@''REPLACE_DUP''@|0|g' \
      -e 's|@''REPLACE_DUP2''@|0|g' \
      -e 's|@''REPLACE_DUP3''@|0|g' \
      -e 's|@''REPLACE_EXECL''@|0|g' \
      -e 's|@''REPLACE_EXECLE''@|0|g' \
      -e 's|@''REPLACE_EXECLP''@|0|g' \
      -e 's|@''REPLACE_EXECV''@|0|g' \
      -e 's|@''REPLACE_EXECVE''@|0|g' \
      -e 's|@''REPLACE_EXECVP''@|0|g' \
      -e 's|@''REPLACE_EXECVPE''@|0|g' \
      -e 's|@''REPLACE_FACCESSAT''@|0|g' \
      -e 's|@''REPLACE_FCHDIR''@|0|g' \
      -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
      -e 's|@''REPLACE_FDATASYNC''@|0|g' \
      -e 's|@''REPLACE_FTRUNCATE''@|0|g' \
      -e 's|@''REPLACE_GETCWD''@|0|g' \
      -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
      -e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
      -e 's|@''REPLACE_GETENTROPY''@|0|g' \
      -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
      -e 's|@''REPLACE_GETGROUPS''@|0|g' \
      -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
      -e 's|@''REPLACE_GETPASS''@|0|g' \
      -e 's|@''REPLACE_GETPASS_FOR_GETPASS_GNU''@|0|g' \
      -e 's|@''REPLACE_ISATTY''@|0|g' \
      -e 's|@''REPLACE_LCHOWN''@|0|g' \
      -e 's|@''REPLACE_LINK''@|0|g' \
      -e 's|@''REPLACE_LINKAT''@|0|g' \
      -e 's|@''REPLACE_LSEEK''@|0|g' \
      -e 's|@''REPLACE_PIPE2''@|0|g' \
      -e 's|@''REPLACE_PREAD''@|0|g' \
      -e 's|@''REPLACE_PWRITE''@|0|g' \
      -e 's|@''REPLACE_READ''@|0|g' \
      -e 's|@''REPLACE_READLINK''@|0|g' \
      -e 's|@''REPLACE_READLINKAT''@|0|g' \
      -e 's|@''REPLACE_RMDIR''@|0|g' \
      -e 's|@''REPLACE_SETHOSTNAME''@|0|g' \
      -e 's|@''REPLACE_SLEEP''@|0|g' \
      -e 's|@''REPLACE_SYMLINK''@|0|g' \
      -e 's|@''REPLACE_SYMLINKAT''@|0|g' \
      -e 's|@''REPLACE_TRUNCATE''@|0|g' \
      -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
      -e 's|@''REPLACE_UNLINK''@|0|g' \
      -e 's|@''REPLACE_UNLINKAT''@|0|g' \
      -e 's|@''REPLACE_USLEEP''@|0|g' \
      -e 's|@''REPLACE_WRITE''@|0|g' \
      -e 's|@''UNISTD_H_HAVE_SYS_RANDOM_H''@|0|g' \
      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
      -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      < unistd.h-t3 > unistd.h-t4
rm -f unistd.h-t1 unistd.h-t2 unistd.h-t3
mv unistd.h-t4 unistd.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
      -e 's|@''GUARD_PREFIX''@|GL|g' \
      -e 's|@''INCLUDE_NEXT''@|include_next|g' \
      -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
      -e 's|@''PRAGMA_COLUMNS''@||g' \
      -e 's|@''HAVE_FEATURES_H''@|0|g' \
      -e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
      -e 's|@''HAVE_WCHAR_H''@|1|g' \
      -e 's/@''HAVE_CRTDEFS_H''@/0/g' \
      -e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \
      -e 's/@''GNULIB_BTOWC''@/0/g' \
      -e 's/@''GNULIB_WCTOB''@/0/g' \
      -e 's/@''GNULIB_MBSINIT''@/0/g' \
      -e 's/@''GNULIB_MBSZERO''@/1/g' \
      -e 's/@''GNULIB_MBRTOWC''@/0/g' \
      -e 's/@''GNULIB_MBRLEN''@/0/g' \
      -e 's/@''GNULIB_MBSRTOWCS''@/0/g' \
      -e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
      -e 's/@''GNULIB_WCRTOMB''@/0/g' \
      -e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
      -e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
      -e 's/@''GNULIB_WCWIDTH''@/0/g' \
      -e 's/@''GNULIB_WMEMCHR''@/0/g' \
      -e 's/@''GNULIB_WMEMCMP''@/0/g' \
      -e 's/@''GNULIB_WMEMCPY''@/0/g' \
      -e 's/@''GNULIB_WMEMMOVE''@/0/g' \
      -e 's/@''GNULIB_WMEMPCPY''@/0/g' \
      -e 's/@''GNULIB_WMEMSET''@/0/g' \
      -e 's/@''GNULIB_WCSLEN''@/0/g' \
      -e 's/@''GNULIB_WCSNLEN''@/0/g' \
      -e 's/@''GNULIB_WCSCPY''@/0/g' \
      -e 's/@''GNULIB_WCPCPY''@/0/g' \
      -e 's/@''GNULIB_WCSNCPY''@/0/g' \
      -e 's/@''GNULIB_WCPNCPY''@/0/g' \
      -e 's/@''GNULIB_WCSCAT''@/0/g' \
      -e 's/@''GNULIB_WCSNCAT''@/0/g' \
      -e 's/@''GNULIB_WCSCMP''@/0/g' \
      -e 's/@''GNULIB_WCSNCMP''@/0/g' \
      -e 's/@''GNULIB_WCSCASECMP''@/0/g' \
      -e 's/@''GNULIB_WCSNCASECMP''@/0/g' \
      -e 's/@''GNULIB_WCSCOLL''@/0/g' \
      -e 's/@''GNULIB_WCSXFRM''@/0/g' \
      -e 's/@''GNULIB_WCSDUP''@/0/g' \
      -e 's/@''GNULIB_WCSCHR''@/0/g' \
      -e 's/@''GNULIB_WCSRCHR''@/0/g' \
      -e 's/@''GNULIB_WCSCSPN''@/0/g' \
      -e 's/@''GNULIB_WCSSPN''@/0/g' \
      -e 's/@''GNULIB_WCSPBRK''@/0/g' \
      -e 's/@''GNULIB_WCSSTR''@/0/g' \
      -e 's/@''GNULIB_WCSTOK''@/0/g' \
      -e 's/@''GNULIB_WCSWIDTH''@/0/g' \
      -e 's/@''GNULIB_WCSFTIME''@/0/g' \
      -e 's/@''GNULIB_WGETCWD''@/0/g' \
      -e 's/@''GNULIB_MDA_WCSDUP''@/1/g' \
      -e 's/@''GNULIB_FREE_POSIX''@/1/g' \
      < ./wchar.in.h > wchar.h-t1
sed \
      -e 's|@''HAVE_WINT_T''@|1|g' \
      -e 's|@''HAVE_BTOWC''@|1|g' \
      -e 's|@''HAVE_MBSINIT''@|1|g' \
      -e 's|@''HAVE_MBRTOWC''@|1|g' \
      -e 's|@''HAVE_MBRLEN''@|1|g' \
      -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
      -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
      -e 's|@''HAVE_WCRTOMB''@|1|g' \
      -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
      -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
      -e 's|@''HAVE_WMEMCHR''@|1|g' \
      -e 's|@''HAVE_WMEMCMP''@|1|g' \
      -e 's|@''HAVE_WMEMCPY''@|1|g' \
      -e 's|@''HAVE_WMEMMOVE''@|1|g' \
      -e 's|@''HAVE_WMEMPCPY''@|1|g' \
      -e 's|@''HAVE_WMEMSET''@|1|g' \
      -e 's|@''HAVE_WCSLEN''@|1|g' \
      -e 's|@''HAVE_WCSNLEN''@|1|g' \
      -e 's|@''HAVE_WCSCPY''@|1|g' \
      -e 's|@''HAVE_WCPCPY''@|1|g' \
      -e 's|@''HAVE_WCSNCPY''@|1|g' \
      -e 's|@''HAVE_WCPNCPY''@|1|g' \
      -e 's|@''HAVE_WCSCAT''@|1|g' \
      -e 's|@''HAVE_WCSNCAT''@|1|g' \
      -e 's|@''HAVE_WCSCMP''@|1|g' \
      -e 's|@''HAVE_WCSNCMP''@|1|g' \
      -e 's|@''HAVE_WCSCASECMP''@|1|g' \
      -e 's|@''HAVE_WCSNCASECMP''@|1|g' \
      -e 's|@''HAVE_WCSCOLL''@|1|g' \
      -e 's|@''HAVE_WCSXFRM''@|1|g' \
      -e 's|@''HAVE_WCSDUP''@|1|g' \
      -e 's|@''HAVE_WCSCHR''@|1|g' \
      -e 's|@''HAVE_WCSRCHR''@|1|g' \
      -e 's|@''HAVE_WCSCSPN''@|1|g' \
      -e 's|@''HAVE_WCSSPN''@|1|g' \
      -e 's|@''HAVE_WCSPBRK''@|1|g' \
      -e 's|@''HAVE_WCSSTR''@|1|g' \
      -e 's|@''HAVE_WCSTOK''@|1|g' \
      -e 's|@''HAVE_WCSWIDTH''@|1|g' \
      -e 's|@''HAVE_WCSFTIME''@|1|g' \
      -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
      -e 's|@''HAVE_DECL_WCSDUP''@|1|g' \
      -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
      < wchar.h-t1 > wchar.h-t2
sed \
      -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
      -e 's|@''REPLACE_BTOWC''@|0|g' \
      -e 's|@''REPLACE_WCTOB''@|0|g' \
      -e 's|@''REPLACE_FREE''@|1|g' \
      -e 's|@''REPLACE_MBSINIT''@|0|g' \
      -e 's|@''REPLACE_MBRTOWC''@|0|g' \
      -e 's|@''REPLACE_MBRLEN''@|0|g' \
      -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
      -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
      -e 's|@''REPLACE_WCRTOMB''@|0|g' \
      -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
      -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
      -e 's|@''REPLACE_WCWIDTH''@|0|g' \
      -e 's|@''REPLACE_WCSWIDTH''@|0|g' \
      -e 's|@''REPLACE_WCSFTIME''@|0|g' \
      -e 's|@''REPLACE_WCSCMP''@|0|g' \
      -e 's|@''REPLACE_WCSNCMP''@|0|g' \
      -e 's|@''REPLACE_WCSSTR''@|0|g' \
      -e 's|@''REPLACE_WCSTOK''@|0|g' \
      -e 's|@''REPLACE_WMEMCMP''@|0|g' \
      -e 's|@''REPLACE_WMEMPCPY''@|0|g' \
      -e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
      -e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
      -e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
      < wchar.h-t2 > wchar.h-t3
rm -f wchar.h-t1 wchar.h-t2
mv wchar.h-t3 wchar.h
make  all-recursive
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-argp-ba.lo `test -f 'argp-ba.c' || echo './'`argp-ba.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c argp-ba.c -o libgnu_la-argp-ba.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-argp-eexst.lo `test -f 'argp-eexst.c' || echo './'`argp-eexst.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c argp-eexst.c -o libgnu_la-argp-eexst.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-argp-fmtstream.lo `test -f 'argp-fmtstream.c' || echo './'`argp-fmtstream.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c argp-fmtstream.c -o libgnu_la-argp-fmtstream.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-argp-fs-xinl.lo `test -f 'argp-fs-xinl.c' || echo './'`argp-fs-xinl.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c argp-fs-xinl.c -o libgnu_la-argp-fs-xinl.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-argp-help.lo `test -f 'argp-help.c' || echo './'`argp-help.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c argp-help.c -o libgnu_la-argp-help.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-argp-parse.lo `test -f 'argp-parse.c' || echo './'`argp-parse.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c argp-parse.c -o libgnu_la-argp-parse.o
argp-parse.c:40:9: warning: 'N_' macro redefined [-Wmacro-redefined]
#define N_(msgid) msgid
        ^
./eu-config.h:64:9: note: previous definition is here
#define N_(Str) Str
        ^
1 warning generated.
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-argp-pin.lo `test -f 'argp-pin.c' || echo './'`argp-pin.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c argp-pin.c -o libgnu_la-argp-pin.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-argp-pv.lo `test -f 'argp-pv.c' || echo './'`argp-pv.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c argp-pv.c -o libgnu_la-argp-pv.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-argp-pvh.lo `test -f 'argp-pvh.c' || echo './'`argp-pvh.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c argp-pvh.c -o libgnu_la-argp-pvh.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-argp-xinl.lo `test -f 'argp-xinl.c' || echo './'`argp-xinl.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c argp-xinl.c -o libgnu_la-argp-xinl.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-openat-proc.lo `test -f 'openat-proc.c' || echo './'`openat-proc.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c openat-proc.c -o libgnu_la-openat-proc.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-basename-lgpl.lo `test -f 'basename-lgpl.c' || echo './'`basename-lgpl.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c basename-lgpl.c -o libgnu_la-basename-lgpl.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-bitrotate.lo `test -f 'bitrotate.c' || echo './'`bitrotate.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c bitrotate.c -o libgnu_la-bitrotate.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-chdir-long.lo `test -f 'chdir-long.c' || echo './'`chdir-long.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c chdir-long.c -o libgnu_la-chdir-long.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-cloexec.lo `test -f 'cloexec.c' || echo './'`cloexec.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c cloexec.c -o libgnu_la-cloexec.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-cycle-check.lo `test -f 'cycle-check.c' || echo './'`cycle-check.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c cycle-check.c -o libgnu_la-cycle-check.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-dirname.lo `test -f 'dirname.c' || echo './'`dirname.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c dirname.c -o libgnu_la-dirname.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-basename.lo `test -f 'basename.c' || echo './'`basename.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c basename.c -o libgnu_la-basename.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-dirname-lgpl.lo `test -f 'dirname-lgpl.c' || echo './'`dirname-lgpl.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c dirname-lgpl.c -o libgnu_la-dirname-lgpl.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-stripslash.lo `test -f 'stripslash.c' || echo './'`stripslash.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c stripslash.c -o libgnu_la-stripslash.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-error.lo `test -f 'error.c' || echo './'`error.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c error.c -o libgnu_la-error.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-exitfail.lo `test -f 'exitfail.c' || echo './'`exitfail.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c exitfail.c -o libgnu_la-exitfail.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-creat-safer.lo `test -f 'creat-safer.c' || echo './'`creat-safer.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c creat-safer.c -o libgnu_la-creat-safer.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-open-safer.lo `test -f 'open-safer.c' || echo './'`open-safer.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c open-safer.c -o libgnu_la-open-safer.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-fd-hook.lo `test -f 'fd-hook.c' || echo './'`fd-hook.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c fd-hook.c -o libgnu_la-fd-hook.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-fd-safer-flag.lo `test -f 'fd-safer-flag.c' || echo './'`fd-safer-flag.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c fd-safer-flag.c -o libgnu_la-fd-safer-flag.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-dup-safer-flag.lo `test -f 'dup-safer-flag.c' || echo './'`dup-safer-flag.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c dup-safer-flag.c -o libgnu_la-dup-safer-flag.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-filenamecat-lgpl.lo `test -f 'filenamecat-lgpl.c' || echo './'`filenamecat-lgpl.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c filenamecat-lgpl.c -o libgnu_la-filenamecat-lgpl.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-free.lo `test -f 'free.c' || echo './'`free.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c free.c -o libgnu_la-free.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-fstat.lo `test -f 'fstat.c' || echo './'`fstat.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c fstat.c -o libgnu_la-fstat.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-fts.lo `test -f 'fts.c' || echo './'`fts.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c fts.c -o libgnu_la-fts.o
In file included from fts.c:72:
./attribute.h:165:9: warning: 'FALLTHROUGH' macro redefined [-Wmacro-redefined]
#define FALLTHROUGH _GL_ATTRIBUTE_FALLTHROUGH
        ^
./eu-config.h:252:11: note: previous definition is here
#  define FALLTHROUGH __attribute__ ((fallthrough))
          ^
1 warning generated.
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-getopt.lo `test -f 'getopt.c' || echo './'`getopt.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c getopt.c -o libgnu_la-getopt.o
getopt.c:45:10: warning: '_' macro redefined [-Wmacro-redefined]
# define _(msgid) gettext (msgid)
         ^
./eu-config.h:65:9: note: previous definition is here
#define _(Str) dgettext ("elfutils", Str)
        ^
1 warning generated.
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-getopt1.lo `test -f 'getopt1.c' || echo './'`getopt1.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c getopt1.c -o libgnu_la-getopt1.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-hash.lo `test -f 'hash.c' || echo './'`hash.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c hash.c -o libgnu_la-hash.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-i-ring.lo `test -f 'i-ring.c' || echo './'`i-ring.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c i-ring.c -o libgnu_la-i-ring.o
/usr/bin/env bash ../libtool  --tag=CC   --mode=compile /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I..   -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include   -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include  -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c -o libgnu_la-ialloc.lo `test -f 'ialloc.c' || echo './'`ialloc.c
OpenWrt-libtool: compile:  /Volumes/pr-14802-fix-final/openwrt/staging_dir/host/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-tautological-constant-out-of-range-compare -Wno-sign-conversion -Wno-type-limits -D_FORTIFY_SOURCE=3 -O2 -I/Volumes/pr-14802-fix-final/openwrt/staging_dir/host/include -I/opt/homebrew/include -Wno-error -fPIC -fno-addrsig -c ialloc.c -o libgnu_la-ialloc.o
In file included from ialloc.c:21:
./ialloc.h:123:11: error: call to undeclared function 'reallocarray'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
      p = reallocarray (p, nx, sx);
          ^
./ialloc.h:123:11: note: did you mean 'ireallocarray'?
./ialloc.h:113:1: note: 'ireallocarray' declared here
ireallocarray (void *p, idx_t n, idx_t s)
^
1 error generated.
make[7]: *** [Makefile:2289: libgnu_la-ialloc.lo] Error 1
make[6]: *** [Makefile:2675: all-recursive] Error 1
make[5]: *** [Makefile:1760: all] Error 2
make[4]: *** [Makefile:1480: all-recursive] Error 1
make[3]: *** [Makefile:1387: all] Error 2
make[3]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191'
make[2]: *** [Makefile:94: /Volumes/pr-14802-fix-final/openwrt/build_dir/host/elfutils-0.191/.built] Error 2
make[2]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt/tools/elfutils'
time: tools/elfutils/compile#74.80#40.02#121.41
    ERROR: tools/elfutils failed to build.
make[1]: *** [tools/Makefile:230: tools/elfutils/compile] Error 1
make[1]: Leaving directory '/Volumes/pr-14802-fix-final/openwrt'
make: *** [/Volumes/pr-14802-fix-final/openwrt/include/toplevel.mk:233: tools/elfutils/compile] Error 2