Skip to content

Instantly share code, notes, and snippets.

@graysky2
Created March 17, 2023 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save graysky2/aaf998c9d66446907c3cb424ddc1ae26 to your computer and use it in GitHub Desktop.
Save graysky2/aaf998c9d66446907c3cb424ddc1ae26 to your computer and use it in GitHub Desktop.
make -j1 V=s
make[2]: Entering directory '/scratch/union/scripts/config'
make[2]: 'conf' is up to date.
make[2]: Leaving directory '/scratch/union/scripts/config'
make[1]: Entering directory '/scratch/union'
make[2]: Entering directory '/scratch/union'
+ mkdir -p /scratch/union/staging_dir/target-mipsel_24kc_musl
+ cd /scratch/union/staging_dir/target-mipsel_24kc_musl
+ mkdir -p bin lib stamp usr/include usr/lib
mkdir -p /scratch/union/build_dir/target-mipsel_24kc_musl/stamp
touch /scratch/union/staging_dir/target-mipsel_24kc_musl/.prepared
+ mkdir -p /scratch/union/staging_dir/host
+ cd /scratch/union/staging_dir/host
+ mkdir -p bin lib stamp usr/include usr/lib
mkdir -p /scratch/union/build_dir/host/stamp /scratch/union/staging_dir/host/include/sys
install -m0644 /scratch/union/tools/include/*.h /scratch/union/staging_dir/host/include/
install -m0644 /scratch/union/tools/include/sys/*.h /scratch/union/staging_dir/host/include/sys/
ln -snf lib /scratch/union/staging_dir/host/lib64
touch /scratch/union/staging_dir/host/.prepared
make[3]: Entering directory '/scratch/union/tools/flock'
make[3]: Leaving directory '/scratch/union/tools/flock'
time: tools/flock/compile#0.02#0.01#0.03
make[3]: Entering directory '/scratch/union/tools/xz'
make[3]: Leaving directory '/scratch/union/tools/xz'
time: tools/xz/compile#0.03#0.01#0.04
make[3]: Entering directory '/scratch/union/tools/sed'
make[3]: Leaving directory '/scratch/union/tools/sed'
time: tools/sed/compile#0.03#0.01#0.04
make[3]: Entering directory '/scratch/union/tools/libdeflate'
make[3]: Leaving directory '/scratch/union/tools/libdeflate'
time: tools/libdeflate/compile#0.02#0.01#0.03
make[3]: Entering directory '/scratch/union/tools/patch'
make[3]: Leaving directory '/scratch/union/tools/patch'
time: tools/patch/compile#0.02#0.01#0.04
make[3]: Entering directory '/scratch/union/tools/tar'
make[3]: Leaving directory '/scratch/union/tools/tar'
time: tools/tar/compile#0.03#0.00#0.04
make[3]: Entering directory '/scratch/union/tools/m4'
make[3]: Leaving directory '/scratch/union/tools/m4'
time: tools/m4/compile#0.03#0.01#0.04
make[3]: Entering directory '/scratch/union/tools/autoconf'
make[3]: Leaving directory '/scratch/union/tools/autoconf'
time: tools/autoconf/compile#0.03#0.00#0.03
make[3]: Entering directory '/scratch/union/tools/autoconf-archive'
make[3]: Leaving directory '/scratch/union/tools/autoconf-archive'
time: tools/autoconf-archive/compile#0.03#0.01#0.04
make[3]: Entering directory '/scratch/union/tools/ninja'
make[3]: Leaving directory '/scratch/union/tools/ninja'
time: tools/ninja/compile#0.02#0.01#0.03
make[3]: Entering directory '/scratch/union/tools/meson'
make[3]: Leaving directory '/scratch/union/tools/meson'
time: tools/meson/compile#0.02#0.00#0.03
make[3]: Entering directory '/scratch/union/tools/pkgconf'
make[3]: Leaving directory '/scratch/union/tools/pkgconf'
time: tools/pkgconf/compile#0.03#0.00#0.03
make[3]: Entering directory '/scratch/union/tools/automake'
make[3]: Leaving directory '/scratch/union/tools/automake'
time: tools/automake/compile#0.03#0.00#0.04
make[3]: Entering directory '/scratch/union/tools/missing-macros'
make[3]: Leaving directory '/scratch/union/tools/missing-macros'
time: tools/missing-macros/compile#0.02#0.00#0.02
make[3]: Entering directory '/scratch/union/tools/libtool'
make[3]: Leaving directory '/scratch/union/tools/libtool'
time: tools/libtool/compile#0.03#0.00#0.04
make[3]: Entering directory '/scratch/union/tools/flex'
make[3]: Leaving directory '/scratch/union/tools/flex'
time: tools/flex/compile#0.02#0.01#0.04
make[3]: Entering directory '/scratch/union/tools/bison'
make[3]: Leaving directory '/scratch/union/tools/bison'
time: tools/bison/compile#0.03#0.01#0.04
make[3]: Entering directory '/scratch/union/tools/bc'
. /scratch/union/include/shell.sh; /scratch/union/staging_dir/host/bin/libdeflate-gzip -dc /scratch/union/dl/bc-1.07.1.tar.gz | tar -C /scratch/union/build_dir/host/bc-1.07.1/.. -xf -
[ ! -d ./src/ ] || cp -fpR ./src/* /scratch/union/build_dir/host/bc-1.07.1
Applying ./patches/001-no_doc.patch using plaintext:
patching file Makefile.am
patching file Makefile.in
Applying ./patches/002-fix-libmath.patch using plaintext:
patching file bc/fix-libmath_h
patching file configure
touch /scratch/union/build_dir/host/bc-1.07.1/.prepared670ee84ea068f2038a3d02d6f5b3c765_6664517399ebbbc92a37c5bb081b5c53
(cd /scratch/union/build_dir/host/bc-1.07.1; rm -f aclocal.m4; if [ -f ./configure.ac ] || [ -f ./configure.in ]; then [ -d ./autom4te.cache ] && rm -rf ./autom4te.cache; [ -e ./config.rpath ] || ln -s /scratch/union/scripts/config.rpath ./config.rpath; touch NEWS AUTHORS COPYING ABOUT-NLS ChangeLog; AUTOM4TE=/scratch/union/staging_dir/host/bin/autom4te AUTOCONF=/scratch/union/staging_dir/host/bin/autoconf AUTOMAKE=/scratch/union/staging_dir/host/bin/automake ACLOCAL=/scratch/union/staging_dir/host/bin/aclocal AUTOHEADER=/scratch/union/staging_dir/host/bin/autoheader LIBTOOLIZE=/scratch/union/staging_dir/host/bin/libtoolize LIBTOOL=/scratch/union/staging_dir/host/bin/libtool M4=/scratch/union/staging_dir/host/bin/m4 AUTOPOINT=true GTKDOCIZE=true LIBTOOLIZE='/scratch/union/staging_dir/host/bin/libtoolize --install' /scratch/union/staging_dir/host/bin/autoreconf -v -f -i -s -B /scratch/union/staging_dir/host/share/aclocal -I m4 -I . . || true; fi; );
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: /scratch/union/staging_dir/host/bin/aclocal -I m4 -I . --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: /scratch/union/staging_dir/host/bin/autoconf --include=m4 --include=. --prepend-include=/scratch/union/staging_dir/host/share/aclocal --force
configure.ac:40: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete
./lib/autoconf/programs.m4:716: _AC_PROG_LEX is expanded from...
./lib/autoconf/programs.m4:709: AC_PROG_LEX is expanded from...
aclocal.m4:728: AM_PROG_LEX is expanded from...
configure.ac:40: the top level
autoreconf: running: /scratch/union/staging_dir/host/bin/autoheader --include=m4 --include=. --prepend-include=/scratch/union/staging_dir/host/share/aclocal --force
autoreconf: running: /scratch/union/staging_dir/host/bin/automake --add-missing --force-missing
autoreconf: Leaving directory '.'
(cd /scratch/union/build_dir/host/bc-1.07.1/; if [ -x configure ]; then cp -fpR /scratch/union/scripts/config.{guess,sub} /scratch/union/build_dir/host/bc-1.07.1// && CC="gcc" CFLAGS="-O2 -I/scratch/union/staging_dir/host/include " CXX="g++" CPPFLAGS="-I/scratch/union/staging_dir/host/include " CXXFLAGS="" LDFLAGS="-L/scratch/union/staging_dir/host/lib " CONFIG_SHELL="/usr/bin/env bash" bash ./configure --target=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-dependency-tracking --program-prefix="" --program-suffix="" --prefix=/scratch/union/staging_dir/host --exec-prefix=/scratch/union/staging_dir/host --sysconfdir=/scratch/union/staging_dir/host/etc --localstatedir=/scratch/union/staging_dir/host/var --sbindir=/scratch/union/staging_dir/host/bin ; fi )
checking for a BSD-compatible install... /scratch/union/staging_dir/host/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for x86_64-pc-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of 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 stdarg.h... yes
checking for stddef.h... yes
checking for errno.h... yes
checking for limits.h... yes
checking for lib.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for flex... flex
checking for lex output file root... lex.yy
checking for lex library... none needed
checking for library containing yywrap... -lfl
checking whether yytext is a pointer... yes
checking for x86_64-pc-linux-gnu-ar... no
checking for x86_64-pc-linux-gnu-lib... no
checking for x86_64-pc-linux-gnu-link... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for bison... bison -y
checking for x86_64-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for ptrdiff_t... yes
checking for vprintf... yes
checking for isgraph... yes
checking for setvbuf... yes
checking for fstat... yes
checking for strtol... yes
Adding GCC specific compile flags.
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bc/Makefile
config.status: creating dc/Makefile
config.status: creating lib/Makefile
config.status: creating doc/Makefile
config.status: creating doc/texi-ver.incl
config.status: creating config.h
config.status: executing depfiles commands
touch /scratch/union/build_dir/host/bc-1.07.1/.configured
CFLAGS="-O2 -I/scratch/union/staging_dir/host/include " CPPFLAGS="-I/scratch/union/staging_dir/host/include " CXXFLAGS="" LDFLAGS="-L/scratch/union/staging_dir/host/lib " make -j1 -C /scratch/union/build_dir/host/bc-1.07.1
make[4]: Entering directory '/scratch/union/build_dir/host/bc-1.07.1'
make all-recursive
make[5]: Entering directory '/scratch/union/build_dir/host/bc-1.07.1'
Making all in lib
make[6]: Entering directory '/scratch/union/build_dir/host/bc-1.07.1/lib'
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o getopt.o getopt.c
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o getopt1.o getopt1.c
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o vfprintf.o vfprintf.c
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o number.o number.c
rm -f libbc.a
ar cru libbc.a getopt.o getopt1.o vfprintf.o number.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libbc.a
make[6]: Leaving directory '/scratch/union/build_dir/host/bc-1.07.1/lib'
Making all in bc
make[6]: Entering directory '/scratch/union/build_dir/host/bc-1.07.1/bc'
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o main.o main.c
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o bc.o bc.c
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o scan.o scan.c
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o execute.o execute.c
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o load.o load.c
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o storage.o storage.c
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o util.o util.c
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o warranty.o warranty.c
echo '{0}' > libmath.h
make global.o
make[7]: Entering directory '/scratch/union/build_dir/host/bc-1.07.1/bc'
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o global.o global.c
make[7]: Leaving directory '/scratch/union/build_dir/host/bc-1.07.1/bc'
gcc -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -L/scratch/union/staging_dir/host/lib -o libmath.h -o fbc main.o bc.o scan.o execute.o load.o storage.o util.o warranty.o global.o ../lib/libbc.a -lfl
./fbc -c ./libmath.b </dev/null >libmath.h
./fix-libmath_h
rm -f ./fbc ./global.o
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o global.o global.c
gcc -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -L/scratch/union/staging_dir/host/lib -o bc main.o bc.o scan.o execute.o load.o storage.o util.o global.o warranty.o ../lib/libbc.a -lfl
make[6]: Leaving directory '/scratch/union/build_dir/host/bc-1.07.1/bc'
Making all in dc
make[6]: Entering directory '/scratch/union/build_dir/host/bc-1.07.1/dc'
gcc -DHAVE_CONFIG_H -I. -I.. -I./.. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o dc.o dc.c
gcc -DHAVE_CONFIG_H -I. -I.. -I./.. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o misc.o misc.c
gcc -DHAVE_CONFIG_H -I. -I.. -I./.. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o eval.o eval.c
gcc -DHAVE_CONFIG_H -I. -I.. -I./.. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o stack.o stack.c
gcc -DHAVE_CONFIG_H -I. -I.. -I./.. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o array.o array.c
gcc -DHAVE_CONFIG_H -I. -I.. -I./.. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o numeric.o numeric.c
gcc -DHAVE_CONFIG_H -I. -I.. -I./.. -I./../h -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -c -o string.o string.c
gcc -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -O2 -I/scratch/union/staging_dir/host/include -Wall -funsigned-char -L/scratch/union/staging_dir/host/lib -o dc dc.o misc.o eval.o stack.o array.o numeric.o string.o ../lib/libbc.a
make[6]: Leaving directory '/scratch/union/build_dir/host/bc-1.07.1/dc'
make[6]: Entering directory '/scratch/union/build_dir/host/bc-1.07.1'
make[6]: Leaving directory '/scratch/union/build_dir/host/bc-1.07.1'
make[5]: Leaving directory '/scratch/union/build_dir/host/bc-1.07.1'
make[4]: Leaving directory '/scratch/union/build_dir/host/bc-1.07.1'
touch /scratch/union/build_dir/host/bc-1.07.1/.built
CFLAGS="-O2 -I/scratch/union/staging_dir/host/include " CPPFLAGS="-I/scratch/union/staging_dir/host/include " CXXFLAGS="" LDFLAGS="-L/scratch/union/staging_dir/host/lib " make -j1 -C /scratch/union/build_dir/host/bc-1.07.1 install
make[4]: Entering directory '/scratch/union/build_dir/host/bc-1.07.1'
Making install in lib
make[5]: Entering directory '/scratch/union/build_dir/host/bc-1.07.1/lib'
make[6]: Entering directory '/scratch/union/build_dir/host/bc-1.07.1/lib'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/scratch/union/build_dir/host/bc-1.07.1/lib'
make[5]: Leaving directory '/scratch/union/build_dir/host/bc-1.07.1/lib'
Making install in bc
make[5]: Entering directory '/scratch/union/build_dir/host/bc-1.07.1/bc'
make[6]: Entering directory '/scratch/union/build_dir/host/bc-1.07.1/bc'
/usr/bin/mkdir -p '/scratch/union/staging_dir/host/bin'
/scratch/union/staging_dir/host/bin/install -c bc '/scratch/union/staging_dir/host/bin'
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/scratch/union/build_dir/host/bc-1.07.1/bc'
make[5]: Leaving directory '/scratch/union/build_dir/host/bc-1.07.1/bc'
Making install in dc
make[5]: Entering directory '/scratch/union/build_dir/host/bc-1.07.1/dc'
make[6]: Entering directory '/scratch/union/build_dir/host/bc-1.07.1/dc'
/usr/bin/mkdir -p '/scratch/union/staging_dir/host/bin'
/scratch/union/staging_dir/host/bin/install -c dc '/scratch/union/staging_dir/host/bin'
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/scratch/union/build_dir/host/bc-1.07.1/dc'
make[5]: Leaving directory '/scratch/union/build_dir/host/bc-1.07.1/dc'
make[5]: Entering directory '/scratch/union/build_dir/host/bc-1.07.1'
make[6]: Entering directory '/scratch/union/build_dir/host/bc-1.07.1'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/scratch/union/build_dir/host/bc-1.07.1'
make[5]: Leaving directory '/scratch/union/build_dir/host/bc-1.07.1'
make[4]: Leaving directory '/scratch/union/build_dir/host/bc-1.07.1'
mkdir -p /scratch/union/staging_dir/host/stamp
touch /scratch/union/build_dir/host/bc-1.07.1/.built
touch /scratch/union/staging_dir/host/stamp/.bc_installed
make[3]: Leaving directory '/scratch/union/tools/bc'
time: tools/bc/compile#3.70#0.55#5.24
make[3]: Entering directory '/scratch/union/tools/libressl'
make[3]: Leaving directory '/scratch/union/tools/libressl'
time: tools/libressl/compile#0.03#0.01#0.05
make[3]: Entering directory '/scratch/union/tools/expat'
make[3]: Leaving directory '/scratch/union/tools/expat'
time: tools/expat/compile#0.03#0.00#0.04
make[3]: Entering directory '/scratch/union/tools/zlib'
make[3]: Leaving directory '/scratch/union/tools/zlib'
time: tools/zlib/compile#0.03#0.01#0.04
make[3]: Entering directory '/scratch/union/tools/zstd'
make[3]: Leaving directory '/scratch/union/tools/zstd'
time: tools/zstd/compile#0.03#0.00#0.04
make[3]: Entering directory '/scratch/union/tools/cmake'
make[3]: Leaving directory '/scratch/union/tools/cmake'
time: tools/cmake/compile#0.06#0.08#0.09
make[3]: Entering directory '/scratch/union/tools/cpio'
make[3]: Leaving directory '/scratch/union/tools/cpio'
time: tools/cpio/compile#0.03#0.01#0.04
make[3]: Entering directory '/scratch/union/tools/dosfstools'
make[3]: Leaving directory '/scratch/union/tools/dosfstools'
time: tools/dosfstools/compile#0.03#0.00#0.04
make[3]: Entering directory '/scratch/union/tools/e2fsprogs'
make[3]: Leaving directory '/scratch/union/tools/e2fsprogs'
time: tools/e2fsprogs/compile#0.03#0.01#0.04
make[3]: Entering directory '/scratch/union/tools/fakeroot'
make[3]: Leaving directory '/scratch/union/tools/fakeroot'
time: tools/fakeroot/compile#0.03#0.00#0.04
make[3]: Entering directory '/scratch/union/tools/findutils'
. /scratch/union/include/shell.sh; xzcat /scratch/union/dl/findutils-4.9.0.tar.xz | tar -C /scratch/union/build_dir/host/findutils-4.9.0/.. -xf -
[ ! -d ./src/ ] || cp -fpR ./src/* /scratch/union/build_dir/host/findutils-4.9.0
Applying ./patches/010-endpwent.patch using plaintext:
patching file find/parser.c
touch /scratch/union/build_dir/host/findutils-4.9.0/.prepared85ec27b4952a30604feb9e1d0d0d84c9_6664517399ebbbc92a37c5bb081b5c53
(cd /scratch/union/build_dir/host/findutils-4.9.0/; if [ -x configure ]; then cp -fpR /scratch/union/scripts/config.{guess,sub} /scratch/union/build_dir/host/findutils-4.9.0// && CC="gcc" CFLAGS="-O2 -I/scratch/union/staging_dir/host/include " CXX="g++" CPPFLAGS="-I/scratch/union/staging_dir/host/include " CXXFLAGS="" LDFLAGS="-L/scratch/union/staging_dir/host/lib " CONFIG_SHELL="/usr/bin/env bash" bash ./configure --target=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-dependency-tracking --program-prefix="" --program-suffix="" --prefix=/scratch/union/staging_dir/host --exec-prefix=/scratch/union/staging_dir/host --sysconfdir=/scratch/union/staging_dir/host/etc --localstatedir=/scratch/union/staging_dir/host/var --sbindir=/scratch/union/staging_dir/host/bin --enable-threads=pth --disable-rpath --disable-nls --without-selinux ; fi )
checking for a BSD-compatible install... /scratch/union/staging_dir/host/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for leaf optimisation... yes
checking for x86_64-pc-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether the compiler is clang... no
checking for compiler option needed when checking for declarations... none
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /scratch/union/staging_dir/host/bin/grep
checking for egrep... /scratch/union/staging_dir/host/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for sys/socket.h... yes
checking for dirent.h... yes
checking for fnmatch.h... yes
checking for stdio_ext.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/vfs.h... yes
checking for netdb.h... yes
checking for getopt.h... yes
checking for sys/cdefs.h... yes
checking for sys/time.h... yes
checking for threads.h... yes
checking for limits.h... yes
checking for inttypes.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for crtdefs.h... no
checking for wctype.h... yes
checking for langinfo.h... yes
checking for xlocale.h... no
checking for math.h... yes
checking for sys/mman.h... yes
checking for sys/statvfs.h... yes
checking for malloc.h... yes
checking for selinux/selinux.h... no
checking for strings.h... (cached) yes
checking for sys/uio.h... yes
checking for sys/utsname.h... yes
checking for sys/wait.h... yes
checking for features.h... yes
checking for arpa/inet.h... yes
checking for netinet/in.h... yes
checking for semaphore.h... yes
checking for sys/select.h... yes
checking for priv.h... no
checking for pthread.h... yes
checking for sys/ioctl.h... yes
checking for sys/random.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for x86_64-pc-linux-gnu-ar... no
checking for ar... ar
checking for x86_64-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether ln -s works... yes
checking for x86_64-pc-linux-gnu-ar... ar
checking for x86_64-pc-linux-gnu-ranlib... ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking for btowc... yes
checking for canonicalize_file_name... yes
checking for faccessat... yes
checking for realpath... yes
checking for lstat... yes
checking for readlinkat... yes
checking for _set_invalid_parameter_handler... no
checking for fchdir... yes
checking for fdopendir... yes
checking for fcntl... yes
checking for symlink... yes
checking for mempcpy... yes
checking for fnmatch... yes
checking for mbsrtowcs... yes
checking for fpurge... no
checking for __fpurge... yes
checking for __freadahead... no
checking for __freading... yes
checking for fstatat... yes
checking for openat... yes
checking for fstatfs... yes
checking for getdelim... yes
checking for getdtablesize... yes
checking for getprogname... no
checking for getexecname... no
checking for timespec_get... yes
checking for gettimeofday... yes
checking for isblank... yes
checking for iswcntrl... yes
checking for iswblank... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mbslen... no
checking for isascii... yes
checking for mprotect... yes
checking for nl_langinfo... yes
checking for strerror_r... yes
checking for __xpg_strerror_r... yes
checking for pipe... yes
checking for readlink... yes
checking for iswctype... yes
checking for setenv... yes
checking for snprintf... yes
checking for catgets... yes
checking for strndup... yes
checking for strtoumax... yes
checking for localtime_r... yes
checking for timegm... yes
checking for unlinkat... yes
checking for vasnprintf... no
checking for wcrtomb... yes
checking for wcwidth... yes
checking for wmempcpy... yes
checking for ftruncate... yes
checking for getrandom... yes
checking for duplocale... yes
checking for newlocale... yes
checking for uselocale... yes
checking for freelocale... yes
checking for pthread_sigmask... yes
checking for secure_getenv... yes
checking for getuid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getegid... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for siginterrupt... yes
checking for sleep... yes
checking for symlinkat... yes
checking for shutdown... yes
checking for usleep... yes
checking for wctob... yes
checking for nl_langinfo and CODESET... yes
checking for a traditional french locale... none
checking whether malloc is ptrdiff_t safe... yes
checking whether malloc, realloc, calloc set errno on failure... yes
checking whether lstat correctly handles trailing slash... yes
checking whether // is distinct from /... no
checking whether realpath works... yes
checking for C/C++ restrict keyword... __restrict__
checking whether the preprocessor supports include_next... yes
checking whether source code line length is unlimited... yes
checking if environ is properly declared... yes
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... (cached) yes
checking whether strerror_r returns char *... yes
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking whether ctype.h defines __header_inline... no
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... mode_t
checking whether strmode is declared... no
checking for mbstate_t... yes
checking whether stdin defaults to large file offsets... yes
checking whether fseeko is declared... yes
checking for fseeko... yes
checking whether fflush works on input streams... no
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking whether ftello is declared... yes
checking whether ungetc works on arbitrary bytes... yes
checking for ftello... yes
checking whether ftello works... yes
checking for O_CLOEXEC... yes
checking whether getcwd (NULL, 0) allocates memory for result... yes
checking for getcwd with POSIX signature... yes
checking whether getcwd is declared... yes
checking whether getdelim is declared... yes
checking whether getdtablesize is declared... yes
checking whether getline is declared... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking for working GNU getopt_long function... yes
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking for pthread.h... (cached) yes
checking for pthread_kill in -lpthread... yes
checking whether POSIX threads API is available... yes
checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes
checking whether setlocale (category, NULL) is multithread-safe... yes
checking for inline... inline
checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes
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.... yes
checking whether INT32_MAX < INTMAX_MAX... yes
checking whether INT64_MAX == LONG_MAX... yes
checking whether UINT32_MAX < UINTMAX_MAX... yes
checking whether UINT64_MAX == ULONG_MAX... yes
checking whether byte ordering is bigendian... no
checking whether long double and double are the same... no
checking where to find the exponent in a 'double'... word 1 bit 20
checking where to find the exponent in a 'float'... word 0 bit 23
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking for a traditional japanese locale... none
checking for a french Unicode locale... none
checking for a transitional chinese locale... none
checking whether langinfo.h defines CODESET... yes
checking whether langinfo.h defines T_FMT_AMPM... yes
checking whether langinfo.h defines ALTMON_1... yes
checking whether langinfo.h defines ERA... yes
checking whether langinfo.h defines YESEXPR... yes
checking for wchar_t... yes
checking for good max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether locale.h defines locale_t... yes
checking whether locale.h conforms to POSIX:2001... yes
checking whether struct lconv is properly defined... yes
checking whether imported symbols can be declared weak... yes
checking for multithread API to use... none
checking for a sed that does not truncate output... /scratch/union/staging_dir/host/bin/sed
checking whether malloc (0) returns nonnull... yes
checking whether NAN macro works... yes
checking whether HUGE_VAL works... yes
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether memrchr is declared... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking whether time_t is signed... yes
checking whether alarm is declared... yes
checking for working mktime... yes
checking whether trunc is declared... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for compound literals... yes
checking whether strerror(0) succeeds... yes
checking for strerror_r with POSIX signature... no
checking whether __xpg_strerror_r works... yes
checking whether strerror_r is declared... (cached) yes
checking for ssize_t... yes
checking whether setenv is declared... yes
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for tsearch... yes
checking whether snprintf returns a byte count as in C99... yes
checking whether snprintf is declared... yes
checking for library containing setsockopt... none needed
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether fcloseall 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 for strcasestr... yes
checking whether strcasestr works... yes
checking whether strdup is declared... yes
checking whether strndup is declared... yes
checking whether strnlen is declared... yes
checking whether strstr works... yes
checking whether strtoumax is declared... yes
checking whether <sys/socket.h> is self-contained... yes
checking for shutdown... (cached) yes
checking whether <sys/socket.h> defines the SHUT_* macros... yes
checking for struct sockaddr_storage... yes
checking for sa_family_t... yes
checking for struct sockaddr_storage.ss_family... yes
checking for struct utsname... yes
checking for struct timespec in <time.h>... yes
checking for TIME_UTC in <time.h>... yes
checking whether execvpe is declared... yes
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... yes
checking whether fgets_unlocked is declared... yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
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 whether unsetenv is declared... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether snprintf truncates the result as in C99... yes
checking for snprintf... (cached) yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... (cached) yes
checking whether _snprintf is declared... no
checking whether wcsdup is declared... yes
checking for time_t past the year 2038... yes
checking for C compiler option to allow warnings... -Wno-error
checking for C++ compiler option to allow warnings... -Wno-error
checking for IPv4 sockets... yes
checking for IPv6 sockets... yes
checking for off_t... yes
checking for LC_MESSAGES... yes
checking whether uselocale works... yes
checking for fake locale system (OpenBSD)... no
checking for Solaris 11.4 locale system... no
checking for getlocalename_l... no
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyPreferredLanguages... no
checking for library needed for semaphore functions... none
checking whether <sys/select.h> is self-contained... yes
checking whether select supports a 0 argument... yes
checking whether select detects invalid fds... yes
checking for pthread_t... yes
checking for pthread_spinlock_t... yes
checking for PTHREAD_CREATE_DETACHED... yes
checking for PTHREAD_MUTEX_RECURSIVE... yes
checking for PTHREAD_MUTEX_ROBUST... yes
checking for PTHREAD_PROCESS_SHARED... yes
checking for sigset_t... yes
checking for sched.h... yes
checking for struct sched_param... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking whether <sys/ioctl.h> declares ioctl... yes
checking for alloca as a compiler built-in... yes
checking whether to enable assertions... yes
checking whether btowc(0) is correct... yes
checking whether btowc(EOF) is correct... guessing yes
checking for __builtin_expect... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
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 library containing clock_gettime... none required
checking for clock_getres... yes
checking for clock_gettime... yes
checking for clock_settime... yes
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 /... (cached) no
checking whether dup works... yes
checking whether dup2 works... yes
checking for error_at_line... yes
checking for euidaccess... yes
checking whether fflush works on input streams... (cached) no
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
checking whether fdopendir is declared... yes
checking whether fdopendir works... yes
checking whether fflush works on input streams... (cached) no
checking for struct stat.st_blocks... yes
checking for flexible array member... yes
checking whether conversion from 'int' to 'long double' works... yes
checking for working GNU fnmatch... yes
checking whether fopen recognizes a trailing slash... yes
checking whether fopen supports the mode character 'x'... yes
checking whether fopen supports the mode character 'e'... yes
checking for __fpending... yes
checking whether __fpending is declared... yes
checking whether fpurge is declared... no
checking whether free is known to preserve errno... yes
checking for fseeko... (cached) yes
checking whether fflush works on input streams... (cached) no
checking for _fseeki64... no
checking whether fstatat (..., 0) works... yes
checking for ftello... (cached) yes
checking whether ftello works... (cached) yes
checking for struct statfs.f_type... yes
checking for __fsword_t... yes
checking for fts_open... yes
checking whether getcwd handles long file names properly... yes
checking for getpagesize... yes
checking whether getcwd succeeds when 4k < cwd_length < 16k... yes
checking for working getdelim function... yes
checking whether getdtablesize works... yes
checking for getgroups... yes
checking for working getgroups... yes
checking whether getgroups handles negative values... yes
checking for gethostname... yes
checking for HOST_NAME_MAX... yes
checking for getline... yes
checking for working getline function... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking whether __argv is declared... no
checking for gettimeofday with POSIX signature... yes
checking for group_member... yes
checking whether the compiler generally respects inline... yes
checking whether isfinite is declared... yes
checking whether isfinite(long double) works... yes
checking whether isinf is declared... yes
checking whether isinf(long double) works... yes
checking whether isnan(double) can be used without linking with libm... yes
checking whether isnan(float) can be used without linking with libm... yes
checking whether isnan(float) works... yes
checking whether isnan(long double) can be used without linking with libm... yes
checking whether isnanl works... yes
checking whether iswblank is declared... yes
checking whether iswdigit is ISO C compliant... guessing yes
checking whether iswxdigit is ISO C compliant... guessing yes
checking whether the compiler supports the __inline keyword... yes
checking whether lseek detects pipes... yes
checking whether malloc (0) returns nonnull... (cached) yes
checking whether mbrtowc handles incomplete characters... guessing yes
checking whether mbrtowc works as well as mbtowc... guessing yes
checking whether mbrtowc handles a NULL pwc argument... guessing yes
checking whether mbrtowc handles a NULL string argument... guessing yes
checking whether mbrtowc has a correct return value... guessing yes
checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
checking whether mbrtowc stores incomplete characters... guessing no
checking whether mbrtowc works on empty input... yes
checking whether the C locale is free of encoding errors... no
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether mbsrtowcs works... guessing yes
checking whether mbswidth is declared in <wchar.h>... no
checking for mbstate_t... (cached) yes
checking for mbtowc... yes
checking for mempcpy... (cached) yes
checking for memrchr... yes
checking for __mktime_internal... no
checking whether modf can be used without linking with libm... yes
checking for listmntent... no
checking for sys/ucred.h... no
checking for sys/mount.h... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking sys/fs_types.h usability... no
checking sys/fs_types.h presence... no
checking for sys/fs_types.h... no
checking for struct fsstat.f_fstypename... no
checking for library containing getmntent... none required
checking for getmntent... yes
checking for mntctl function and struct vmount... no
checking for one-argument getmntent function... yes
checking for setmntent... yes
checking for endmntent... yes
checking for hasmntopt... yes
checking sys/mntent.h usability... no
checking sys/mntent.h presence... no
checking for sys/mntent.h... no
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking for struct statfs.f_fstypename... no
checking whether YESEXPR works... yes
checking whether open recognizes a trailing slash... yes
checking for opendir... yes
checking for bison... bison
checking for bison 2.4 or newer... 3.8.2, ok
checking for struct tm.tm_zone... (cached) yes
checking whether perror matches strerror... yes
checking whether program_invocation_name is declared... (cached) yes
checking whether program_invocation_short_name is declared... (cached) yes
checking for rawmemchr... yes
checking for readdir... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking whether readlink truncates results correctly... yes
checking whether readlinkat signature is correct... yes
checking whether realloc (0, 0) returns nonnull... yes
checking for reallocarray... yes
checking for working re_compile_pattern... yes
checking for rewinddir... yes
checking whether rmdir works... yes
checking for rpmatch... yes
checking selinux/flask.h usability... no
checking selinux/flask.h presence... no
checking for selinux/flask.h... no
checking whether setenv validates arguments... yes
checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes
checking whether setlocale (category, NULL) is multithread-safe... (cached) yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for snprintf... (cached) yes
checking whether snprintf respects a size of 1... yes
checking whether printf supports POSIX/XSI format strings with positions... yes
checking for socklen_t... yes
checking for ssize_t... (cached) yes
checking whether stat handles trailing slashes on files... yes
checking for struct stat.st_atim.tv_nsec... yes
checking whether struct stat.st_atim is of type struct timespec... yes
checking for struct stat.st_birthtimespec.tv_nsec... no
checking for struct stat.st_birthtimensec... no
checking for struct stat.st_birthtim.tv_nsec... no
checking for working stdalign.h... yes
checking for va_copy... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking whether strcasestr works in linear time... yes
checking for strcasestr... (cached) yes
checking whether strcasestr works... (cached) yes
checking for working strerror function... yes
checking for working strndup... yes
checking for working strnlen... yes
checking whether strstr works in linear time... yes
checking whether strstr works... (cached) yes
checking for strtoull... yes
checking whether strtoull works... yes
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking whether localtime works even near extrema... yes
checking for timezone_t... no
checking whether trunc is declared... (cached) yes
checking for uname... yes
checking whether unlink honors trailing slashes... yes
checking whether unlink of a parent directory fails as it should... guessing yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... yes
checking for variable-length arrays... yes
checking for ptrdiff_t... yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether wcrtomb works in the C locale... yes
checking whether wcrtomb return value is correct... guessing yes
checking whether wcwidth is declared... yes
checking whether wcwidth works reasonably in UTF-8 locales... yes
checking for wmemchr... yes
checking for stdint.h... (cached) yes
checking for atoll... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional french locale... (cached) none
checking for a turkish Unicode locale... none
checking whether fdopen sets errno... yes
checking for getpagesize... (cached) yes
checking whether getpagesize is declared... yes
checking whether getrandom is compatible with its GNU+BSD signature... yes
checking for library containing inet_pton... none required
checking whether inet_pton is declared... yes
checking whether byte ordering is bigendian... (cached) no
checking for ioctl... yes
checking for ioctl with POSIX signature... no
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking where to find the exponent in a 'double'... (cached) word 1 bit 20
checking where to find the exponent in a 'long double'... word 2 bit 0
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking where to find the exponent in a 'double'... (cached) word 1 bit 20
checking where to find the exponent in a 'long double'... (cached) word 2 bit 0
checking where to find the exponent in a 'double'... (cached) word 1 bit 20
checking where to find the exponent in a 'float'... (cached) word 0 bit 23
checking where to find the exponent in a 'long double'... (cached) word 2 bit 0
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a turkish Unicode locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking whether mkdir handles trailing slash... yes
checking whether mkdir handles trailing dot... yes
checking for library containing nanosleep... none required
checking for working nanosleep... no (mishandles large arguments)
checking whether <netinet/in.h> is self-contained... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for getppriv... no
checking whether pthread_create exists as a global function... yes
checking whether pthread_sigmask is a macro... no
checking whether pthread_sigmask works without -lpthread... yes
checking whether pthread_sigmask returns error numbers... yes
checking whether pthread_sigmask unblocks signals correctly... guessing yes
checking for putenv compatible with GNU and SVID... yes
checking for raise... yes
checking for sigprocmask... yes
checking whether sched_yield is declared... yes
checking whether select supports a 0 argument... (cached) yes
checking whether select detects invalid fds... (cached) yes
checking whether setlocale supports the C locale... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking for struct sigaction.sa_sigaction... yes
checking for sigprocmask... (cached) yes
checking whether sleep is declared... yes
checking for working sleep... yes
checking for strtoll... yes
checking whether strtoll works... yes
checking whether symlink handles trailing slash correctly... yes
checking whether symlinkat handles trailing slash correctly... yes
checking sys/single_threaded.h usability... yes
checking sys/single_threaded.h presence... yes
checking for sys/single_threaded.h... yes
checking whether tmpfile works... yes
checking for useconds_t... yes
checking whether usleep allows large arguments... yes
checking for a traditional french locale... (cached) none
checking for a french Unicode locale... (cached) none
checking for a traditional japanese locale... (cached) none
checking for a transitional chinese locale... (cached) none
checking whether wctob works... guessing yes
checking whether wctob is declared... yes
checking whether C compiler handles -Werror -Wunknown-warning-option... no
checking for getpwnam... yes
checking for modf in -lm... yes
checking for fabs in -lm... yes
checking for ANSI C header files... (cached) yes
checking for sys/param.h... (cached) yes
checking for mntent.h... (cached) yes
checking sys/mnttab.h usability... no
checking sys/mnttab.h presence... no
checking for sys/mnttab.h... no
checking sys/mntio.h usability... no
checking sys/mntio.h presence... no
checking for sys/mntio.h... no
checking for sys/mkdev.h... (cached) no
checking for getrlimit... yes
checking for sys/mkdev.h... (cached) no
checking for sys/sysmacros.h... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether stat file-mode macros are broken... (cached) no
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for size_t... (cached) yes
checking for ssize_t... yes
checking for pid_t... (cached) yes
checking for ino_t... yes
checking for dev_t... yes
checking for mode_t... (cached) yes
checking for struct stat.st_blocks... (cached) yes
checking for struct stat.st_rdev... yes
checking for promoted mode_t type... (cached) mode_t
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for struct tm.tm_zone... (cached) yes
checking for strftime... yes
checking for memcmp... yes
checking for memset... yes
checking for stpcpy... (cached) yes
checking for strdup... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for fchdir... (cached) yes
checking for getcwd... yes
checking for strerror... yes
checking for endgrent... yes
checking for endpwent... yes
checking for setlocale... yes
checking for getrusage... yes
checking for vprintf... yes
checking for _doprnt... no
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking whether closedir returns void... no
checking for getmntent... (cached) yes
checking for getmntent... (cached) yes
checking for setmntent... (cached) yes
checking for endmntent... (cached) yes
checking for setgroups... yes
checking for alloca as a compiler built-in... (cached) yes
checking for working re_compile_pattern... (cached) yes
checking for sort... /usr/bin/sort
checking if /usr/bin/sort supports the -z option... yes
checking for struct dirent.d_type... yes
checking for __attribute__ ((__noreturn__)) support... yes
checking whether NLS is requested... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyPreferredLanguages... (cached) no
checking whether to use NLS... no
checking for python... /scratch/union/staging_dir/host/bin/python
checking for python version... 3.10
checking for python platform... linux
checking for GNU default python prefix... ${prefix}
checking for GNU default python exec_prefix... ${exec_prefix}
checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.10/site-packages
checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.10/site-packages
checking for faketime... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating build-aux/Makefile
config.status: creating doc/Makefile
config.status: creating find/Makefile
config.status: creating find/testsuite/Makefile
config.status: creating gl/Makefile
config.status: creating gl/lib/Makefile
config.status: creating lib/Makefile
config.status: creating locate/Makefile
config.status: creating locate/testsuite/Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: creating po/Makefile
config.status: creating gnulib-tests/Makefile
config.status: creating xargs/Makefile
config.status: creating xargs/testsuite/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
touch /scratch/union/build_dir/host/findutils-4.9.0/.configured
CFLAGS="-O2 -I/scratch/union/staging_dir/host/include " CPPFLAGS="-I/scratch/union/staging_dir/host/include " CXXFLAGS="" LDFLAGS="-L/scratch/union/staging_dir/host/lib " make -C /scratch/union/build_dir/host/findutils-4.9.0
make[4]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0'
make all-recursive
make[5]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0'
Making all in gl
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/gl'
Making all in lib
make[7]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/gl/lib'
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|@''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_CTYPE_H''@|<ctype.h>|g' \
-e 's/@''GNULIB_ISBLANK''@/1/g' \
-e 's/@''HAVE_ISBLANK''@/1/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
./ctype.in.h > ctype.h-t
mv ctype.h-t ctype.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/@''GNULIB_OPENDIR''@/1/g' \
-e 's/@''GNULIB_READDIR''@/1/g' \
-e 's/@''GNULIB_REWINDDIR''@/1/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_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
/usr/bin/mkdir -p 'malloc'
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
-e '/libc_hidden_proto/d' \
./malloc/dynarray.h > malloc/dynarray.gl.h-t
mv malloc/dynarray.gl.h-t malloc/dynarray.gl.h
/usr/bin/mkdir -p 'malloc'
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
-e 's|<malloc/dynarray\.h>|<malloc/dynarray.gl.h>|g' \
-e 's|__attribute_maybe_unused__|_GL_ATTRIBUTE_MAYBE_UNUSED|g' \
-e 's|__attribute_nonnull__|_GL_ATTRIBUTE_NONNULL|g' \
-e 's|__attribute_warn_unused_result__|_GL_ATTRIBUTE_NODISCARD|g' \
-e 's|__glibc_likely|_GL_LIKELY|g' \
-e 's|__glibc_unlikely|_GL_UNLIKELY|g' \
./malloc/dynarray-skeleton.c > malloc/dynarray-skeleton.gl.h-t
mv malloc/dynarray-skeleton.gl.h-t malloc/dynarray-skeleton.gl.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''@|1|g' \
-e 's|@''REPLACE_OPEN''@|0|g' \
-e 's|@''REPLACE_OPENAT''@|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' \
./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/@''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''@/"l"/g' \
-e 's/@''GNULIB_IMAXABS''@/0/g' \
-e 's/@''GNULIB_IMAXDIV''@/0/g' \
-e 's/@''GNULIB_STRTOIMAX''@/0/g' \
-e 's/@''GNULIB_STRTOUMAX''@/1/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_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''@/1/g' \
-e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
-e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/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' \
./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|@''HAVE_LANGINFO_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_LANGINFO_H''@|<langinfo.h>|g' \
-e 's/@''GNULIB_NL_LANGINFO''@/1/g' \
-e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
-e 's|@''HAVE_LANGINFO_T_FMT_AMPM''@|1|g' \
-e 's|@''HAVE_LANGINFO_ALTMON''@|1|g' \
-e 's|@''HAVE_LANGINFO_ERA''@|1|g' \
-e 's|@''HAVE_LANGINFO_YESEXPR''@|1|g' \
-e 's|@''HAVE_NL_LANGINFO''@|1|g' \
-e 's|@''REPLACE_NL_LANGINFO''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
./langinfo.in.h > langinfo.h-t
mv langinfo.h-t langinfo.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|@''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_LOCALE_H''@|<locale.h>|g' \
-e 's/@''GNULIB_LOCALECONV''@/1/g' \
-e 's/@''GNULIB_SETLOCALE''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_SETLOCALE_NULL''@/1/g' \
-e 's/@''GNULIB_DUPLOCALE''@/0/g' \
-e 's/@''GNULIB_LOCALENAME''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's|@''HAVE_NEWLOCALE''@|1|g' \
-e 's|@''HAVE_DUPLOCALE''@|1|g' \
-e 's|@''HAVE_FREELOCALE''@|1|g' \
-e 's|@''HAVE_XLOCALE_H''@|0|g' \
-e 's|@''REPLACE_LOCALECONV''@|0|g' \
-e 's|@''REPLACE_SETLOCALE''@|0|g' \
-e 's|@''REPLACE_NEWLOCALE''@|0|g' \
-e 's|@''REPLACE_DUPLOCALE''@|0|g' \
-e 's|@''REPLACE_FREELOCALE''@|0|g' \
-e 's|@''REPLACE_STRUCT_LCONV''@|0|g' \
-e 's|@''LOCALENAME_ENHANCE_LOCALE_FUNCS''@|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' \
./locale.in.h > locale.h-t
mv locale.h-t locale.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
-e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_AS_FIRST_DIRECTIVE_MATH_H''@|<math.h>|g' \
-e 's/@''GNULIB_ACOSF''@/0/g' \
-e 's/@''GNULIB_ACOSL''@/0/g' \
-e 's/@''GNULIB_ASINF''@/0/g' \
-e 's/@''GNULIB_ASINL''@/0/g' \
-e 's/@''GNULIB_ATANF''@/0/g' \
-e 's/@''GNULIB_ATANL''@/0/g' \
-e 's/@''GNULIB_ATAN2F''@/0/g' \
-e 's/@''GNULIB_CBRT''@/0/g' \
-e 's/@''GNULIB_CBRTF''@/0/g' \
-e 's/@''GNULIB_CBRTL''@/0/g' \
-e 's/@''GNULIB_CEIL''@/0/g' \
-e 's/@''GNULIB_CEILF''@/0/g' \
-e 's/@''GNULIB_CEILL''@/0/g' \
-e 's/@''GNULIB_COPYSIGN''@/0/g' \
-e 's/@''GNULIB_COPYSIGNF''@/0/g' \
-e 's/@''GNULIB_COPYSIGNL''@/0/g' \
-e 's/@''GNULIB_COSF''@/0/g' \
-e 's/@''GNULIB_COSL''@/0/g' \
-e 's/@''GNULIB_COSHF''@/0/g' \
-e 's/@''GNULIB_EXPF''@/0/g' \
-e 's/@''GNULIB_EXPL''@/0/g' \
-e 's/@''GNULIB_EXP2''@/0/g' \
-e 's/@''GNULIB_EXP2F''@/0/g' \
-e 's/@''GNULIB_EXP2L''@/0/g' \
-e 's/@''GNULIB_EXPM1''@/0/g' \
-e 's/@''GNULIB_EXPM1F''@/0/g' \
-e 's/@''GNULIB_EXPM1L''@/0/g' \
-e 's/@''GNULIB_FABSF''@/0/g' \
-e 's/@''GNULIB_FABSL''@/0/g' \
-e 's/@''GNULIB_FLOOR''@/0/g' \
-e 's/@''GNULIB_FLOORF''@/0/g' \
-e 's/@''GNULIB_FLOORL''@/0/g' \
-e 's/@''GNULIB_FMA''@/0/g' \
-e 's/@''GNULIB_FMAF''@/0/g' \
-e 's/@''GNULIB_FMAL''@/0/g' \
-e 's/@''GNULIB_FMOD''@/0/g' \
-e 's/@''GNULIB_FMODF''@/0/g' \
-e 's/@''GNULIB_FMODL''@/0/g' \
-e 's/@''GNULIB_FREXPF''@/0/g' \
-e 's/@''GNULIB_FREXP''@/0/g' \
-e 's/@''GNULIB_FREXPL''@/0/g' \
-e 's/@''GNULIB_HYPOT''@/0/g' \
-e 's/@''GNULIB_HYPOTF''@/0/g' \
-e 's/@''GNULIB_HYPOTL''@/0/g' \
< ./math.in.h | \
sed -e 's/@''GNULIB_ILOGB''@/0/g' \
-e 's/@''GNULIB_ILOGBF''@/0/g' \
-e 's/@''GNULIB_ILOGBL''@/0/g' \
-e 's/@''GNULIB_ISFINITE''@/1/g' \
-e 's/@''GNULIB_ISINF''@/1/g' \
-e 's/@''GNULIB_ISNAN''@/0/g' \
-e 's/@''GNULIB_ISNANF''@/0/g' \
-e 's/@''GNULIB_ISNAND''@/0/g' \
-e 's/@''GNULIB_ISNANL''@/0/g' \
-e 's/@''GNULIB_LDEXPF''@/0/g' \
-e 's/@''GNULIB_LDEXPL''@/0/g' \
-e 's/@''GNULIB_LOG''@/0/g' \
-e 's/@''GNULIB_LOGF''@/0/g' \
-e 's/@''GNULIB_LOGL''@/0/g' \
-e 's/@''GNULIB_LOG10''@/0/g' \
-e 's/@''GNULIB_LOG10F''@/0/g' \
-e 's/@''GNULIB_LOG10L''@/0/g' \
-e 's/@''GNULIB_LOG1P''@/0/g' \
-e 's/@''GNULIB_LOG1PF''@/0/g' \
-e 's/@''GNULIB_LOG1PL''@/0/g' \
-e 's/@''GNULIB_LOG2''@/0/g' \
-e 's/@''GNULIB_LOG2F''@/0/g' \
-e 's/@''GNULIB_LOG2L''@/0/g' \
-e 's/@''GNULIB_LOGB''@/0/g' \
-e 's/@''GNULIB_LOGBF''@/0/g' \
-e 's/@''GNULIB_LOGBL''@/0/g' \
-e 's/@''GNULIB_MODF''@/1/g' \
-e 's/@''GNULIB_MODFF''@/0/g' \
-e 's/@''GNULIB_MODFL''@/0/g' \
-e 's/@''GNULIB_POWF''@/0/g' \
-e 's/@''GNULIB_REMAINDER''@/0/g' \
-e 's/@''GNULIB_REMAINDERF''@/0/g' \
-e 's/@''GNULIB_REMAINDERL''@/0/g' \
-e 's/@''GNULIB_RINT''@/0/g' \
-e 's/@''GNULIB_RINTF''@/0/g' \
-e 's/@''GNULIB_RINTL''@/0/g' \
-e 's/@''GNULIB_ROUND''@/0/g' \
-e 's/@''GNULIB_ROUNDF''@/0/g' \
-e 's/@''GNULIB_ROUNDL''@/0/g' \
-e 's/@''GNULIB_SIGNBIT''@/0/g' \
-e 's/@''GNULIB_SINF''@/0/g' \
-e 's/@''GNULIB_SINL''@/0/g' \
-e 's/@''GNULIB_SINHF''@/0/g' \
-e 's/@''GNULIB_SQRTF''@/0/g' \
-e 's/@''GNULIB_SQRTL''@/0/g' \
-e 's/@''GNULIB_TANF''@/0/g' \
-e 's/@''GNULIB_TANL''@/0/g' \
-e 's/@''GNULIB_TANHF''@/0/g' \
-e 's/@''GNULIB_TRUNC''@/1/g' \
-e 's/@''GNULIB_TRUNCF''@/0/g' \
-e 's/@''GNULIB_TRUNCL''@/0/g' \
-e 's/@''GNULIB_MDA_J0''@/1/g' \
-e 's/@''GNULIB_MDA_J1''@/1/g' \
-e 's/@''GNULIB_MDA_JN''@/1/g' \
-e 's/@''GNULIB_MDA_Y0''@/1/g' \
-e 's/@''GNULIB_MDA_Y1''@/1/g' \
-e 's/@''GNULIB_MDA_YN''@/1/g' \
| \
sed -e 's|@''HAVE_ACOSF''@|1|g' \
-e 's|@''HAVE_ACOSL''@|1|g' \
-e 's|@''HAVE_ASINF''@|1|g' \
-e 's|@''HAVE_ASINL''@|1|g' \
-e 's|@''HAVE_ATANF''@|1|g' \
-e 's|@''HAVE_ATANL''@|1|g' \
-e 's|@''HAVE_ATAN2F''@|1|g' \
-e 's|@''HAVE_CBRT''@|1|g' \
-e 's|@''HAVE_CBRTF''@|1|g' \
-e 's|@''HAVE_CBRTL''@|1|g' \
-e 's|@''HAVE_COPYSIGN''@|1|g' \
-e 's|@''HAVE_COPYSIGNL''@|1|g' \
-e 's|@''HAVE_COSF''@|1|g' \
-e 's|@''HAVE_COSL''@|1|g' \
-e 's|@''HAVE_COSHF''@|1|g' \
-e 's|@''HAVE_EXPF''@|1|g' \
-e 's|@''HAVE_EXPL''@|1|g' \
-e 's|@''HAVE_EXPM1''@|1|g' \
-e 's|@''HAVE_EXPM1F''@|1|g' \
-e 's|@''HAVE_FABSF''@|1|g' \
-e 's|@''HAVE_FABSL''@|1|g' \
-e 's|@''HAVE_FMA''@|1|g' \
-e 's|@''HAVE_FMAF''@|1|g' \
-e 's|@''HAVE_FMAL''@|1|g' \
-e 's|@''HAVE_FMODF''@|1|g' \
-e 's|@''HAVE_FMODL''@|1|g' \
-e 's|@''HAVE_FREXPF''@|1|g' \
-e 's|@''HAVE_HYPOTF''@|1|g' \
-e 's|@''HAVE_HYPOTL''@|1|g' \
-e 's|@''HAVE_ILOGB''@|1|g' \
-e 's|@''HAVE_ILOGBF''@|1|g' \
-e 's|@''HAVE_ILOGBL''@|1|g' \
-e 's|@''HAVE_ISNANF''@|1|g' \
-e 's|@''HAVE_ISNAND''@|1|g' \
-e 's|@''HAVE_ISNANL''@|1|g' \
-e 's|@''HAVE_LDEXPF''@|1|g' \
-e 's|@''HAVE_LOGF''@|1|g' \
-e 's|@''HAVE_LOGL''@|1|g' \
-e 's|@''HAVE_LOG10F''@|1|g' \
-e 's|@''HAVE_LOG10L''@|1|g' \
-e 's|@''HAVE_LOG1P''@|1|g' \
-e 's|@''HAVE_LOG1PF''@|1|g' \
-e 's|@''HAVE_LOG1PL''@|1|g' \
-e 's|@''HAVE_LOGBF''@|1|g' \
-e 's|@''HAVE_LOGBL''@|1|g' \
-e 's|@''HAVE_MODFF''@|1|g' \
-e 's|@''HAVE_MODFL''@|1|g' \
-e 's|@''HAVE_POWF''@|1|g' \
-e 's|@''HAVE_REMAINDER''@|1|g' \
-e 's|@''HAVE_REMAINDERF''@|1|g' \
-e 's|@''HAVE_RINT''@|1|g' \
-e 's|@''HAVE_RINTL''@|1|g' \
-e 's|@''HAVE_SINF''@|1|g' \
-e 's|@''HAVE_SINL''@|1|g' \
-e 's|@''HAVE_SINHF''@|1|g' \
-e 's|@''HAVE_SQRTF''@|1|g' \
-e 's|@''HAVE_SQRTL''@|1|g' \
-e 's|@''HAVE_TANF''@|1|g' \
-e 's|@''HAVE_TANL''@|1|g' \
-e 's|@''HAVE_TANHF''@|1|g' \
-e 's|@''HAVE_DECL_ACOSL''@|1|g' \
-e 's|@''HAVE_DECL_ASINL''@|1|g' \
-e 's|@''HAVE_DECL_ATANL''@|1|g' \
-e 's|@''HAVE_DECL_CBRTF''@|1|g' \
-e 's|@''HAVE_DECL_CBRTL''@|1|g' \
-e 's|@''HAVE_DECL_CEILF''@|1|g' \
-e 's|@''HAVE_DECL_CEILL''@|1|g' \
-e 's|@''HAVE_DECL_COPYSIGNF''@|1|g' \
-e 's|@''HAVE_DECL_COSL''@|1|g' \
-e 's|@''HAVE_DECL_EXPL''@|1|g' \
-e 's|@''HAVE_DECL_EXP2''@|1|g' \
-e 's|@''HAVE_DECL_EXP2F''@|1|g' \
-e 's|@''HAVE_DECL_EXP2L''@|1|g' \
-e 's|@''HAVE_DECL_EXPM1L''@|1|g' \
-e 's|@''HAVE_DECL_FLOORF''@|1|g' \
-e 's|@''HAVE_DECL_FLOORL''@|1|g' \
-e 's|@''HAVE_DECL_FREXPL''@|1|g' \
-e 's|@''HAVE_DECL_LDEXPL''@|1|g' \
-e 's|@''HAVE_DECL_LOGL''@|1|g' \
-e 's|@''HAVE_DECL_LOG10L''@|1|g' \
-e 's|@''HAVE_DECL_LOG2''@|1|g' \
-e 's|@''HAVE_DECL_LOG2F''@|1|g' \
-e 's|@''HAVE_DECL_LOG2L''@|1|g' \
-e 's|@''HAVE_DECL_LOGB''@|1|g' \
-e 's|@''HAVE_DECL_REMAINDER''@|1|g' \
-e 's|@''HAVE_DECL_REMAINDERL''@|1|g' \
-e 's|@''HAVE_DECL_RINTF''@|1|g' \
-e 's|@''HAVE_DECL_ROUND''@|1|g' \
-e 's|@''HAVE_DECL_ROUNDF''@|1|g' \
-e 's|@''HAVE_DECL_ROUNDL''@|1|g' \
-e 's|@''HAVE_DECL_SINL''@|1|g' \
-e 's|@''HAVE_DECL_SQRTL''@|1|g' \
-e 's|@''HAVE_DECL_TANL''@|1|g' \
-e 's|@''HAVE_DECL_TRUNC''@|1|g' \
-e 's|@''HAVE_DECL_TRUNCF''@|1|g' \
-e 's|@''HAVE_DECL_TRUNCL''@|1|g' \
| \
sed -e 's|@''REPLACE_ACOSF''@|0|g' \
-e 's|@''REPLACE_ASINF''@|0|g' \
-e 's|@''REPLACE_ATANF''@|0|g' \
-e 's|@''REPLACE_ATAN2F''@|0|g' \
-e 's|@''REPLACE_CBRTF''@|0|g' \
-e 's|@''REPLACE_CBRTL''@|0|g' \
-e 's|@''REPLACE_CEIL''@|0|g' \
-e 's|@''REPLACE_CEILF''@|0|g' \
-e 's|@''REPLACE_CEILL''@|0|g' \
-e 's|@''REPLACE_COSF''@|0|g' \
-e 's|@''REPLACE_COSHF''@|0|g' \
-e 's|@''REPLACE_EXPF''@|0|g' \
-e 's|@''REPLACE_EXPL''@|0|g' \
-e 's|@''REPLACE_EXPM1''@|0|g' \
-e 's|@''REPLACE_EXPM1F''@|0|g' \
-e 's|@''REPLACE_EXPM1L''@|0|g' \
-e 's|@''REPLACE_EXP2''@|0|g' \
-e 's|@''REPLACE_EXP2L''@|0|g' \
-e 's|@''REPLACE_FABSL''@|0|g' \
-e 's|@''REPLACE_FLOOR''@|0|g' \
-e 's|@''REPLACE_FLOORF''@|0|g' \
-e 's|@''REPLACE_FLOORL''@|0|g' \
-e 's|@''REPLACE_FMA''@|0|g' \
-e 's|@''REPLACE_FMAF''@|0|g' \
-e 's|@''REPLACE_FMAL''@|0|g' \
-e 's|@''REPLACE_FMOD''@|0|g' \
-e 's|@''REPLACE_FMODF''@|0|g' \
-e 's|@''REPLACE_FMODL''@|0|g' \
-e 's|@''REPLACE_FREXPF''@|0|g' \
-e 's|@''REPLACE_FREXP''@|0|g' \
-e 's|@''REPLACE_FREXPL''@|0|g' \
-e 's|@''REPLACE_HUGE_VAL''@|0|g' \
-e 's|@''REPLACE_HYPOT''@|0|g' \
-e 's|@''REPLACE_HYPOTF''@|0|g' \
-e 's|@''REPLACE_HYPOTL''@|0|g' \
-e 's|@''REPLACE_ILOGB''@|0|g' \
-e 's|@''REPLACE_ILOGBF''@|0|g' \
-e 's|@''REPLACE_ILOGBL''@|0|g' \
-e 's|@''REPLACE_ISFINITE''@|0|g' \
-e 's|@''REPLACE_ISINF''@|0|g' \
-e 's|@''REPLACE_ISNAN''@|0|g' \
-e 's|@''REPLACE_ITOLD''@|0|g' \
-e 's|@''REPLACE_LDEXPL''@|0|g' \
-e 's|@''REPLACE_LOG''@|0|g' \
-e 's|@''REPLACE_LOGF''@|0|g' \
-e 's|@''REPLACE_LOGL''@|0|g' \
-e 's|@''REPLACE_LOG10''@|0|g' \
-e 's|@''REPLACE_LOG10F''@|0|g' \
-e 's|@''REPLACE_LOG10L''@|0|g' \
-e 's|@''REPLACE_LOG1P''@|0|g' \
-e 's|@''REPLACE_LOG1PF''@|0|g' \
-e 's|@''REPLACE_LOG1PL''@|0|g' \
-e 's|@''REPLACE_LOG2''@|0|g' \
-e 's|@''REPLACE_LOG2F''@|0|g' \
-e 's|@''REPLACE_LOG2L''@|0|g' \
-e 's|@''REPLACE_LOGB''@|0|g' \
-e 's|@''REPLACE_LOGBF''@|0|g' \
-e 's|@''REPLACE_LOGBL''@|0|g' \
-e 's|@''REPLACE_MODF''@|0|g' \
-e 's|@''REPLACE_MODFF''@|0|g' \
-e 's|@''REPLACE_MODFL''@|0|g' \
-e 's|@''REPLACE_NAN''@|0|g' \
-e 's|@''REPLACE_REMAINDER''@|0|g' \
-e 's|@''REPLACE_REMAINDERF''@|0|g' \
-e 's|@''REPLACE_REMAINDERL''@|0|g' \
-e 's|@''REPLACE_RINTL''@|0|g' \
-e 's|@''REPLACE_ROUND''@|0|g' \
-e 's|@''REPLACE_ROUNDF''@|0|g' \
-e 's|@''REPLACE_ROUNDL''@|0|g' \
-e 's|@''REPLACE_SIGNBIT''@|0|g' \
-e 's|@''REPLACE_SIGNBIT_USING_BUILTINS''@|0|g' \
-e 's|@''REPLACE_SINF''@|0|g' \
-e 's|@''REPLACE_SINHF''@|0|g' \
-e 's|@''REPLACE_SQRTF''@|0|g' \
-e 's|@''REPLACE_SQRTL''@|0|g' \
-e 's|@''REPLACE_TANF''@|0|g' \
-e 's|@''REPLACE_TANHF''@|0|g' \
-e 's|@''REPLACE_TRUNC''@|0|g' \
-e 's|@''REPLACE_TRUNCF''@|0|g' \
-e 's|@''REPLACE_TRUNCL''@|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' \
> math.h-t
mv math.h-t math.h
/usr/bin/mkdir -p 'malloc'
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
-e 's|__always_inline|inline _GL_ATTRIBUTE_ALWAYS_INLINE|g' \
-e 's|__glibc_likely|_GL_LIKELY|g' \
-e 's|__glibc_unlikely|_GL_UNLIKELY|g' \
-e '/libc_hidden_proto/d' \
./malloc/scratch_buffer.h > malloc/scratch_buffer.gl.h-t
mv malloc/scratch_buffer.gl.h-t malloc/scratch_buffer.gl.h
/usr/bin/mkdir -p 'selinux'
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_SELINUX_SELINUX_H''@||g' \
./se-selinux.in.h > selinux/selinux.h-t
mv selinux/selinux.h-t selinux/selinux.h
/usr/bin/mkdir -p 'selinux'
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w selinux/context.h-t' ./se-context.in.h
mv selinux/context.h-t selinux/context.h
/usr/bin/mkdir -p 'selinux'
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w selinux/label.h-t' ./se-label.in.h
mv selinux/label.h-t selinux/label.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''@/1/g' \
-e 's/@''GNULIB_FDOPEN''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_FFLUSH''@/1/g' \
-e 's/@''GNULIB_FGETC''@/1/g' \
-e 's/@''GNULIB_FGETS''@/1/g' \
-e 's/@''GNULIB_FOPEN''@/1/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''@/1/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''@/1/g' \
-e 's/@''GNULIB_FSEEKO''@/1/g' \
-e 's/@''GNULIB_FTELL''@/1/g' \
-e 's/@''GNULIB_FTELLO''@/1/g' \
-e 's/@''GNULIB_FWRITE''@/1/g' \
-e 's/@''GNULIB_GETC''@/1/g' \
-e 's/@''GNULIB_GETCHAR''@/1/g' \
-e 's/@''GNULIB_GETDELIM''@/1/g' \
-e 's/@''GNULIB_GETLINE''@/1/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''@/1/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''@/1/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''@/IN_FINDUTILS_GNULIB_TESTS/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''@/0/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 | \
sed -e 's|@''HAVE_DECL_FCLOSEALL''@|1|g' \
-e 's|@''HAVE_DECL_FPURGE''@|0|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_OBSTACK_PRINTF''@|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' \
-e 's|@''REPLACE_DPRINTF''@|0|g' \
-e 's|@''REPLACE_FCLOSE''@|1|g' \
-e 's|@''REPLACE_FDOPEN''@|0|g' \
-e 's|@''REPLACE_FFLUSH''@|1|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''@|1|g' \
-e 's|@''REPLACE_FSEEKO''@|1|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-t
mv stdio.h-t 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''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_CALLOC_GNU''@/1/g' \
-e 's/@''GNULIB_CALLOC_POSIX''@/1/g' \
-e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/1/g' \
-e 's/@''GNULIB_FREE_POSIX''@/1/g' \
-e 's/@''GNULIB_GETLOADAVG''@/0/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_MBTOWC''@/1/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''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_QSORT_R''@/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''@/1/g' \
-e 's/@''GNULIB_REALPATH''@/0/g' \
-e 's/@''GNULIB_RPMATCH''@/1/g' \
-e 's/@''GNULIB_SECURE_GETENV''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_SETENV''@/1/g' \
-e 's/@''GNULIB_STRTOD''@/0/g' \
-e 's/@''GNULIB_STRTOL''@/0/g' \
-e 's/@''GNULIB_STRTOLD''@/0/g' \
-e 's/@''GNULIB_STRTOLL''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_STRTOUL''@/0/g' \
-e 's/@''GNULIB_STRTOULL''@/1/g' \
-e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
-e 's/@''GNULIB_UNLOCKPT''@/0/g' \
-e 's/@''GNULIB_UNSETENV''@/1/g' \
-e 's/@''GNULIB_WCTOMB''@/IN_FINDUTILS_GNULIB_TESTS/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 | \
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_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' \
-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''@|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_MBTOWC''@|0|g' \
-e 's|@''REPLACE_MKSTEMP''@|0|g' \
-e 's|@''REPLACE_POSIX_MEMALIGN''@|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_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-t
mv stdlib.h-t 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''@/1/g' \
-e 's/@''GNULIB_MBSNLEN''@/0/g' \
-e 's/@''GNULIB_MBSCHR''@/0/g' \
-e 's/@''GNULIB_MBSRCHR''@/0/g' \
-e 's/@''GNULIB_MBSSTR''@/1/g' \
-e 's/@''GNULIB_MBSCASECMP''@/0/g' \
-e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
-e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
-e 's/@''GNULIB_MBSCASESTR''@/1/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_RAWMEMCHR''@/1/g' \
-e 's/@''GNULIB_STPCPY''@/1/g' \
-e 's/@''GNULIB_STPNCPY''@/0/g' \
-e 's/@''GNULIB_STRCHRNUL''@/0/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''@/1/g' \
-e 's/@''GNULIB_STRCASESTR''@/1/g' \
-e 's/@''GNULIB_STRTOK_R''@/0/g' \
-e 's/@''GNULIB_STRERROR''@/1/g' \
-e 's/@''GNULIB_STRERROR_R''@/1/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 | \
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''@|1|g' \
-e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
-e 's|@''HAVE_RAWMEMCHR''@|1|g' \
-e 's|@''HAVE_STPCPY''@|1|g' \
-e 's|@''HAVE_STPNCPY''@|1|g' \
-e 's|@''HAVE_STRCHRNUL''@|1|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_FREE''@|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''@|0|g' \
-e 's|@''REPLACE_STRERROR_R''@|1|g' \
-e 's|@''REPLACE_STRERRORNAME_NP''@|0|g' \
-e 's|@''REPLACE_STRSIGNAL''@|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-t
mv string.h-t 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/bin/mkdir -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_SOCKET_H''@|<sys/socket.h>|g' \
-e 's|@''HAVE_SYS_SOCKET_H''@|1|g' \
-e 's/@''GNULIB_CLOSE''@/1/g' \
-e 's/@''GNULIB_SOCKET''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_CONNECT''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_ACCEPT''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_BIND''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_GETPEERNAME''@/0/g' \
-e 's/@''GNULIB_GETSOCKNAME''@/0/g' \
-e 's/@''GNULIB_GETSOCKOPT''@/0/g' \
-e 's/@''GNULIB_LISTEN''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_RECV''@/0/g' \
-e 's/@''GNULIB_SEND''@/0/g' \
-e 's/@''GNULIB_RECVFROM''@/0/g' \
-e 's/@''GNULIB_SENDTO''@/0/g' \
-e 's/@''GNULIB_SETSOCKOPT''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_SHUTDOWN''@/0/g' \
-e 's/@''GNULIB_ACCEPT4''@/0/g' \
-e 's|@''HAVE_WINSOCK2_H''@|0|g' \
-e 's|@''HAVE_WS2TCPIP_H''@|0|g' \
-e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|1|g' \
-e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY''@|1|g' \
-e 's|@''HAVE_SA_FAMILY_T''@|1|g' \
-e 's|@''HAVE_ACCEPT4''@|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' \
./sys_socket.in.h > sys/socket.h-t
mv sys/socket.h-t sys/socket.h
/usr/bin/mkdir -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_FCHMODAT''@/0/g' \
-e 's/@''GNULIB_FSTAT''@/1/g' \
-e 's/@''GNULIB_FSTATAT''@/1/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''@/IN_FINDUTILS_GNULIB_TESTS/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_FCHMODAT''@|0|g' \
-e 's|@''REPLACE_FSTAT''@|0|g' \
-e 's|@''REPLACE_FSTATAT''@|0|g' \
-e 's|@''REPLACE_FUTIMENS''@|0|g' \
-e 's|@''REPLACE_LSTAT''@|0|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''@|0|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/bin/mkdir -p 'sys'
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
-e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's/@''HAVE_SYS_TIME_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_SYS_TIME_H''@|<sys/time.h>|g' \
-e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
-e 's|@''HAVE_WINSOCK2_H''@|0|g' \
-e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
-e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
-e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
-e 's/@''REPLACE_STRUCT_TIMEVAL''@/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_time.in.h > sys/time.h-t
mv sys/time.h-t sys/time.h
/usr/bin/mkdir -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
/usr/bin/mkdir -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_UIO_H''@|<sys/uio.h>|g' \
-e 's|@''HAVE_SYS_UIO_H''@|1|g' \
./sys_uio.in.h > sys/uio.h-t
mv sys/uio.h-t sys/uio.h
/usr/bin/mkdir -p 'sys'
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
-e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's/@''HAVE_SYS_UTSNAME_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_SYS_UTSNAME_H''@|<sys/utsname.h>|g' \
-e 's/@''GNULIB_UNAME''@/1/g' \
-e 's|@''HAVE_STRUCT_UTSNAME''@|1|g' \
-e 's|@''HAVE_UNAME''@|1|g' \
-e '/definition of _GL_ARG_NONNULL/r ./arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
./sys_utsname.in.h > sys/utsname.h-t
mv sys/utsname.h-t sys/utsname.h
/usr/bin/mkdir -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_WAIT_H''@|<sys/wait.h>|g' \
-e 's/@''GNULIB_WAITPID''@/0/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
./sys_wait.in.h > sys/wait.h-t
mv sys/wait.h-t sys/wait.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''@/1/g' \
-e 's/@''GNULIB_NANOSLEEP''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_STRFTIME''@/0/g' \
-e 's/@''GNULIB_STRPTIME''@/0/g' \
-e 's/@''GNULIB_TIMEGM''@/1/g' \
-e 's/@''GNULIB_TIMESPEC_GET''@/0/g' \
-e 's/@''GNULIB_TIMESPEC_GETRES''@/0/g' \
-e 's/@''GNULIB_TIME_R''@/1/g' \
-e 's/@''GNULIB_TIME_RZ''@/1/g' \
-e 's/@''GNULIB_TZSET''@/1/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''@|GNULIB_PORTCHECK|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''@|1|g' \
-e 's|@''REPLACE_STRFTIME''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_TIMEGM''@|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''@/1/g' \
-e 's/@''GNULIB_EUIDACCESS''@/1/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''@/1/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''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-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''@/1/g' \
-e 's/@''GNULIB_GETHOSTNAME''@/1/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''@/IN_FINDUTILS_GNULIB_TESTS/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''@/1/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''@/1/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''@/1/g' \
-e 's/@''GNULIB_READLINK''@/1/g' \
-e 's/@''GNULIB_READLINKAT''@/1/g' \
-e 's/@''GNULIB_RMDIR''@/1/g' \
-e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
-e 's/@''GNULIB_SLEEP''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_SYMLINK''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_SYMLINKAT''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_TRUNCATE''@/0/g' \
-e 's/@''GNULIB_TTYNAME_R''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_GETOPT''@/00/g' \
-e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
-e 's/@''GNULIB_UNLINK''@/1/g' \
-e 's/@''GNULIB_UNLINKAT''@/1/g' \
-e 's/@''GNULIB_USLEEP''@/IN_FINDUTILS_GNULIB_TESTS/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.in.h | \
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''@|1|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' \
| \
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_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_FCHOWNAT''@|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_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_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_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''@|1|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-t
mv unistd.h-t unistd.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w unitypes.h-t' ./unitypes.in.h
mv unitypes.h-t unitypes.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G -n -e 'w uniwidth.h-t' ./uniwidth.in.h
mv uniwidth.h-t uniwidth.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''@|1|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''@/1/g' \
-e 's/@''GNULIB_WCTOB''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_MBSINIT''@/1/g' \
-e 's/@''GNULIB_MBRTOWC''@/1/g' \
-e 's/@''GNULIB_MBRLEN''@/0/g' \
-e 's/@''GNULIB_MBSRTOWCS''@/1/g' \
-e 's/@''GNULIB_MBSNRTOWCS''@/0/g' \
-e 's/@''GNULIB_WCRTOMB''@/1/g' \
-e 's/@''GNULIB_WCSRTOMBS''@/0/g' \
-e 's/@''GNULIB_WCSNRTOMBS''@/0/g' \
-e 's/@''GNULIB_WCWIDTH''@/1/g' \
-e 's/@''GNULIB_WMEMCHR''@/1/g' \
-e 's/@''GNULIB_WMEMCMP''@/0/g' \
-e 's/@''GNULIB_WMEMCPY''@/0/g' \
-e 's/@''GNULIB_WMEMMOVE''@/0/g' \
-e 's/@''GNULIB_WMEMPCPY''@/1/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_MDA_WCSDUP''@/1/g' \
-e 's/@''GNULIB_FREE_POSIX''@/1/g' \
< ./wchar.in.h | \
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' \
| \
sed -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
-e 's|@''REPLACE_BTOWC''@|0|g' \
-e 's|@''REPLACE_WCTOB''@|0|g' \
-e 's|@''REPLACE_FREE''@|0|g' \
-e 's|@''REPLACE_MBSINIT''@|0|g' \
-e 's|@''REPLACE_MBRTOWC''@|1|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_WCSTOK''@|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-t
mv wchar.h-t wchar.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
-e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's/@''HAVE_WCTYPE_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_WCTYPE_H''@|<wctype.h>|g' \
-e 's/@''HAVE_CRTDEFS_H''@/0/g' \
-e 's/@''GNULIBHEADERS_OVERRIDE_WINT_T''@/0/g' \
-e 's/@''GNULIB_ISWBLANK''@/1/g' \
-e 's/@''GNULIB_ISWDIGIT''@/1/g' \
-e 's/@''GNULIB_ISWXDIGIT''@/1/g' \
-e 's/@''GNULIB_WCTYPE''@/0/g' \
-e 's/@''GNULIB_ISWCTYPE''@/0/g' \
-e 's/@''GNULIB_WCTRANS''@/0/g' \
-e 's/@''GNULIB_TOWCTRANS''@/0/g' \
-e 's/@''HAVE_ISWBLANK''@/1/g' \
-e 's/@''HAVE_ISWCNTRL''@/1/g' \
-e 's/@''HAVE_WCTYPE_T''@/1/g' \
-e 's/@''HAVE_WCTRANS_T''@/1/g' \
-e 's/@''HAVE_WINT_T''@/1/g' \
-e 's/@''REPLACE_ISWBLANK''@/0/g' \
-e 's/@''REPLACE_ISWDIGIT''@/0/g' \
-e 's/@''REPLACE_ISWXDIGIT''@/0/g' \
-e 's/@''REPLACE_ISWCNTRL''@/0/g' \
-e 's/@''REPLACE_TOWLOWER''@/0/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
./wctype.in.h > wctype.h-t
mv wctype.h-t wctype.h
make all-recursive
make[8]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/gl/lib'
make[9]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/gl/lib'
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-allocator.o `test -f 'allocator.c' || echo './'`allocator.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-areadlink.o `test -f 'areadlink.c' || echo './'`areadlink.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-areadlinkat.o `test -f 'areadlinkat.c' || echo './'`areadlinkat.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-argmatch.o `test -f 'argmatch.c' || echo './'`argmatch.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-argv-iter.o `test -f 'argv-iter.c' || echo './'`argv-iter.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-openat-proc.o `test -f 'openat-proc.c' || echo './'`openat-proc.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-basename-lgpl.o `test -f 'basename-lgpl.c' || echo './'`basename-lgpl.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-bitrotate.o `test -f 'bitrotate.c' || echo './'`bitrotate.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-c-ctype.o `test -f 'c-ctype.c' || echo './'`c-ctype.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-c-strcasecmp.o `test -f 'c-strcasecmp.c' || echo './'`c-strcasecmp.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-c-strncasecmp.o `test -f 'c-strncasecmp.c' || echo './'`c-strncasecmp.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-c-strcasestr.o `test -f 'c-strcasestr.c' || echo './'`c-strcasestr.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-c-strstr.o `test -f 'c-strstr.c' || echo './'`c-strstr.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-canonicalize.o `test -f 'canonicalize.c' || echo './'`canonicalize.c
canonicalize.c: In function 'canonicalize_filename_mode':
canonicalize.c:484:5: warning: #warning "GCC might issue a bogus -Wreturn-local-addr warning here." [-Wcpp]
484 | #warning "GCC might issue a bogus -Wreturn-local-addr warning here."
| ^~~~~~~
canonicalize.c:485:5: warning: #warning "See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93644>." [-Wcpp]
485 | #warning "See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93644>."
| ^~~~~~~
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-careadlinkat.o `test -f 'careadlinkat.c' || echo './'`careadlinkat.c
careadlinkat.c: In function 'careadlinkat':
careadlinkat.c:178:5: warning: #warning "GCC might issue a bogus -Wreturn-local-addr warning here." [-Wcpp]
178 | #warning "GCC might issue a bogus -Wreturn-local-addr warning here."
| ^~~~~~~
careadlinkat.c:179:5: warning: #warning "See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93644>." [-Wcpp]
179 | #warning "See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93644>."
| ^~~~~~~
careadlinkat.c:182:10: warning: function may return address of local variable [-Wreturn-local-addr]
182 | return readlink_stk (fd, filename, buffer, buffer_size, alloc,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
183 | preadlinkat, stack_buf);
| ~~~~~~~~~~~~~~~~~~~~~~~
careadlinkat.c:181:8: note: declared here
181 | char stack_buf[STACK_BUF_SIZE];
| ^~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-chdir-long.o `test -f 'chdir-long.c' || echo './'`chdir-long.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-cloexec.o `test -f 'cloexec.c' || echo './'`cloexec.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-close-stream.o `test -f 'close-stream.c' || echo './'`close-stream.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-closein.o `test -f 'closein.c' || echo './'`closein.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-closeout.o `test -f 'closeout.c' || echo './'`closeout.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-cycle-check.o `test -f 'cycle-check.c' || echo './'`cycle-check.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-opendir-safer.o `test -f 'opendir-safer.c' || echo './'`opendir-safer.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-dirname.o `test -f 'dirname.c' || echo './'`dirname.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-basename.o `test -f 'basename.c' || echo './'`basename.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-dirname-lgpl.o `test -f 'dirname-lgpl.c' || echo './'`dirname-lgpl.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-stripslash.o `test -f 'stripslash.c' || echo './'`stripslash.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o malloc/libgnulib_a-dynarray_at_failure.o `test -f 'malloc/dynarray_at_failure.c' || echo './'`malloc/dynarray_at_failure.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o malloc/libgnulib_a-dynarray_emplace_enlarge.o `test -f 'malloc/dynarray_emplace_enlarge.c' || echo './'`malloc/dynarray_emplace_enlarge.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o malloc/libgnulib_a-dynarray_finalize.o `test -f 'malloc/dynarray_finalize.c' || echo './'`malloc/dynarray_finalize.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o malloc/libgnulib_a-dynarray_resize.o `test -f 'malloc/dynarray_resize.c' || echo './'`malloc/dynarray_resize.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o malloc/libgnulib_a-dynarray_resize_clear.o `test -f 'malloc/dynarray_resize_clear.c' || echo './'`malloc/dynarray_resize_clear.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-exitfail.o `test -f 'exitfail.c' || echo './'`exitfail.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-fclose.o `test -f 'fclose.c' || echo './'`fclose.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-fcntl.o `test -f 'fcntl.c' || echo './'`fcntl.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-creat-safer.o `test -f 'creat-safer.c' || echo './'`creat-safer.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-open-safer.o `test -f 'open-safer.c' || echo './'`open-safer.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-fd-hook.o `test -f 'fd-hook.c' || echo './'`fd-hook.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-fd-safer-flag.o `test -f 'fd-safer-flag.c' || echo './'`fd-safer-flag.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-dup-safer-flag.o `test -f 'dup-safer-flag.c' || echo './'`dup-safer-flag.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-fflush.o `test -f 'fflush.c' || echo './'`fflush.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-file-set.o `test -f 'file-set.c' || echo './'`file-set.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-filemode.o `test -f 'filemode.c' || echo './'`filemode.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-filenamecat-lgpl.o `test -f 'filenamecat-lgpl.c' || echo './'`filenamecat-lgpl.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-fopen-safer.o `test -f 'fopen-safer.c' || echo './'`fopen-safer.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-fpurge.o `test -f 'fpurge.c' || echo './'`fpurge.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-freadahead.o `test -f 'freadahead.c' || echo './'`freadahead.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-freading.o `test -f 'freading.c' || echo './'`freading.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-fseek.o `test -f 'fseek.c' || echo './'`fseek.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-fseeko.o `test -f 'fseeko.c' || echo './'`fseeko.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-fts.o `test -f 'fts.c' || echo './'`fts.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-getprogname.o `test -f 'getprogname.c' || echo './'`getprogname.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-gettime.o `test -f 'gettime.c' || echo './'`gettime.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-hard-locale.o `test -f 'hard-locale.c' || echo './'`hard-locale.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-hash.o `test -f 'hash.c' || echo './'`hash.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-hash-pjw.o `test -f 'hash-pjw.c' || echo './'`hash-pjw.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-hash-triple-simple.o `test -f 'hash-triple-simple.c' || echo './'`hash-triple-simple.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-human.o `test -f 'human.c' || echo './'`human.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-i-ring.o `test -f 'i-ring.c' || echo './'`i-ring.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-ialloc.o `test -f 'ialloc.c' || echo './'`ialloc.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-idcache.o `test -f 'idcache.c' || echo './'`idcache.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-localcharset.o `test -f 'localcharset.c' || echo './'`localcharset.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o glthread/libgnulib_a-lock.o `test -f 'glthread/lock.c' || echo './'`glthread/lock.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-malloca.o `test -f 'malloca.c' || echo './'`malloca.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-math.o `test -f 'math.c' || echo './'`math.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-mbchar.o `test -f 'mbchar.c' || echo './'`mbchar.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-mbrtowc.o `test -f 'mbrtowc.c' || echo './'`mbrtowc.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-mbscasestr.o `test -f 'mbscasestr.c' || echo './'`mbscasestr.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-mbslen.o `test -f 'mbslen.c' || echo './'`mbslen.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-mbsstr.o `test -f 'mbsstr.c' || echo './'`mbsstr.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-mbswidth.o `test -f 'mbswidth.c' || echo './'`mbswidth.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-mbuiter.o `test -f 'mbuiter.c' || echo './'`mbuiter.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-modechange.o `test -f 'modechange.c' || echo './'`modechange.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-mountlist.o `test -f 'mountlist.c' || echo './'`mountlist.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-nstrftime.o `test -f 'nstrftime.c' || echo './'`nstrftime.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-openat-die.o `test -f 'openat-die.c' || echo './'`openat-die.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-openat-safer.o `test -f 'openat-safer.c' || echo './'`openat-safer.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-opendirat.o `test -f 'opendirat.c' || echo './'`opendirat.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-parse-datetime.o `test -f 'parse-datetime.c' || echo './'`parse-datetime.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-progname.o `test -f 'progname.c' || echo './'`progname.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-quotearg.o `test -f 'quotearg.c' || echo './'`quotearg.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-safe-read.o `test -f 'safe-read.c' || echo './'`safe-read.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-save-cwd.o `test -f 'save-cwd.c' || echo './'`save-cwd.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-savedir.o `test -f 'savedir.c' || echo './'`savedir.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o malloc/libgnulib_a-scratch_buffer_dupfree.o `test -f 'malloc/scratch_buffer_dupfree.c' || echo './'`malloc/scratch_buffer_dupfree.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o malloc/libgnulib_a-scratch_buffer_grow.o `test -f 'malloc/scratch_buffer_grow.c' || echo './'`malloc/scratch_buffer_grow.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o malloc/libgnulib_a-scratch_buffer_grow_preserve.o `test -f 'malloc/scratch_buffer_grow_preserve.c' || echo './'`malloc/scratch_buffer_grow_preserve.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o malloc/libgnulib_a-scratch_buffer_set_array_size.o `test -f 'malloc/scratch_buffer_set_array_size.c' || echo './'`malloc/scratch_buffer_set_array_size.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-selinux-at.o `test -f 'selinux-at.c' || echo './'`selinux-at.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-se-context.o `test -f 'se-context.c' || echo './'`se-context.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-se-label.o `test -f 'se-label.c' || echo './'`se-label.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-se-selinux.o `test -f 'se-selinux.c' || echo './'`se-selinux.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-setlocale_null.o `test -f 'setlocale_null.c' || echo './'`setlocale_null.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-sockets.o `test -f 'sockets.c' || echo './'`sockets.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-stat-time.o `test -f 'stat-time.c' || echo './'`stat-time.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-statat.o `test -f 'statat.c' || echo './'`statat.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-strnlen1.o `test -f 'strnlen1.c' || echo './'`strnlen1.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-sys_socket.o `test -f 'sys_socket.c' || echo './'`sys_socket.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o glthread/libgnulib_a-threadlib.o `test -f 'glthread/threadlib.c' || echo './'`glthread/threadlib.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-time_rz.o `test -f 'time_rz.c' || echo './'`time_rz.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-timespec.o `test -f 'timespec.c' || echo './'`timespec.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-unistd.o `test -f 'unistd.c' || echo './'`unistd.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-dup-safer.o `test -f 'dup-safer.c' || echo './'`dup-safer.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-fd-safer.o `test -f 'fd-safer.c' || echo './'`fd-safer.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-pipe-safer.o `test -f 'pipe-safer.c' || echo './'`pipe-safer.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o uniwidth/libgnulib_a-width.o `test -f 'uniwidth/width.c' || echo './'`uniwidth/width.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-version-etc.o `test -f 'version-etc.c' || echo './'`version-etc.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-version-etc-fsf.o `test -f 'version-etc-fsf.c' || echo './'`version-etc-fsf.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-wctype-h.o `test -f 'wctype-h.c' || echo './'`wctype-h.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-xmalloc.o `test -f 'xmalloc.c' || echo './'`xmalloc.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-xalloc-die.o `test -f 'xalloc-die.c' || echo './'`xalloc-die.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-xgetcwd.o `test -f 'xgetcwd.c' || echo './'`xgetcwd.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-xsize.o `test -f 'xsize.c' || echo './'`xsize.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-xstrtod.o `test -f 'xstrtod.c' || echo './'`xstrtod.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-xstrtol.o `test -f 'xstrtol.c' || echo './'`xstrtol.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-xstrtoul.o `test -f 'xstrtoul.c' || echo './'`xstrtoul.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-xstrtol-error.o `test -f 'xstrtol-error.c' || echo './'`xstrtol-error.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-xstrtoumax.o `test -f 'xstrtoumax.c' || echo './'`xstrtoumax.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o libgnulib_a-yesno.o `test -f 'yesno.c' || echo './'`yesno.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o asnprintf.o asnprintf.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o mktime.o mktime.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o printf-args.o printf-args.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o printf-parse.o printf-parse.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o strerror_r.o strerror_r.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o vasnprintf.o vasnprintf.c
rm -f libgnulib.a
ar cr libgnulib.a libgnulib_a-allocator.o libgnulib_a-areadlink.o libgnulib_a-areadlinkat.o libgnulib_a-argmatch.o libgnulib_a-argv-iter.o libgnulib_a-openat-proc.o libgnulib_a-basename-lgpl.o libgnulib_a-bitrotate.o libgnulib_a-c-ctype.o libgnulib_a-c-strcasecmp.o libgnulib_a-c-strncasecmp.o libgnulib_a-c-strcasestr.o libgnulib_a-c-strstr.o libgnulib_a-canonicalize.o libgnulib_a-careadlinkat.o libgnulib_a-chdir-long.o libgnulib_a-cloexec.o libgnulib_a-close-stream.o libgnulib_a-closein.o libgnulib_a-closeout.o libgnulib_a-cycle-check.o libgnulib_a-opendir-safer.o libgnulib_a-dirname.o libgnulib_a-basename.o libgnulib_a-dirname-lgpl.o libgnulib_a-stripslash.o malloc/libgnulib_a-dynarray_at_failure.o malloc/libgnulib_a-dynarray_emplace_enlarge.o malloc/libgnulib_a-dynarray_finalize.o malloc/libgnulib_a-dynarray_resize.o malloc/libgnulib_a-dynarray_resize_clear.o libgnulib_a-exitfail.o libgnulib_a-fclose.o libgnulib_a-fcntl.o libgnulib_a-creat-safer.o libgnulib_a-open-safer.o libgnulib_a-fd-hook.o libgnulib_a-fd-safer-flag.o libgnulib_a-dup-safer-flag.o libgnulib_a-fflush.o libgnulib_a-file-set.o libgnulib_a-filemode.o libgnulib_a-filenamecat-lgpl.o libgnulib_a-fopen-safer.o libgnulib_a-fpurge.o libgnulib_a-freadahead.o libgnulib_a-freading.o libgnulib_a-fseek.o libgnulib_a-fseeko.o libgnulib_a-fts.o libgnulib_a-getprogname.o libgnulib_a-gettime.o libgnulib_a-hard-locale.o libgnulib_a-hash.o libgnulib_a-hash-pjw.o libgnulib_a-hash-triple-simple.o libgnulib_a-human.o libgnulib_a-i-ring.o libgnulib_a-ialloc.o libgnulib_a-idcache.o libgnulib_a-localcharset.o glthread/libgnulib_a-lock.o libgnulib_a-malloca.o libgnulib_a-math.o libgnulib_a-mbchar.o libgnulib_a-mbrtowc.o libgnulib_a-mbscasestr.o libgnulib_a-mbslen.o libgnulib_a-mbsstr.o libgnulib_a-mbswidth.o libgnulib_a-mbuiter.o libgnulib_a-modechange.o libgnulib_a-mountlist.o libgnulib_a-nstrftime.o libgnulib_a-openat-die.o libgnulib_a-openat-safer.o libgnulib_a-opendirat.o libgnulib_a-parse-datetime.o libgnulib_a-progname.o libgnulib_a-quotearg.o libgnulib_a-safe-read.o libgnulib_a-save-cwd.o libgnulib_a-savedir.o malloc/libgnulib_a-scratch_buffer_dupfree.o malloc/libgnulib_a-scratch_buffer_grow.o malloc/libgnulib_a-scratch_buffer_grow_preserve.o malloc/libgnulib_a-scratch_buffer_set_array_size.o libgnulib_a-selinux-at.o libgnulib_a-se-context.o libgnulib_a-se-label.o libgnulib_a-se-selinux.o libgnulib_a-setlocale_null.o libgnulib_a-sockets.o libgnulib_a-stat-time.o libgnulib_a-statat.o libgnulib_a-strnlen1.o libgnulib_a-sys_socket.o glthread/libgnulib_a-threadlib.o libgnulib_a-time_rz.o libgnulib_a-timespec.o libgnulib_a-unistd.o libgnulib_a-dup-safer.o libgnulib_a-fd-safer.o libgnulib_a-pipe-safer.o uniwidth/libgnulib_a-width.o libgnulib_a-version-etc.o libgnulib_a-version-etc-fsf.o libgnulib_a-wctype-h.o libgnulib_a-xmalloc.o libgnulib_a-xalloc-die.o libgnulib_a-xgetcwd.o libgnulib_a-xsize.o libgnulib_a-xstrtod.o libgnulib_a-xstrtol.o libgnulib_a-xstrtoul.o libgnulib_a-xstrtol-error.o libgnulib_a-xstrtoumax.o libgnulib_a-yesno.o asnprintf.o mktime.o printf-args.o printf-parse.o strerror_r.o vasnprintf.o
ranlib libgnulib.a
make[9]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/gl/lib'
make[8]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/gl/lib'
make[7]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/gl/lib'
make[7]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/gl'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/gl'
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/gl'
Making all in build-aux
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/build-aux'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/build-aux'
Making all in lib
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/lib'
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o buildcmd.o buildcmd.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o dircallback.o dircallback.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o extendbuf.o extendbuf.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o fdleak.o fdleak.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o findutils-version.o findutils-version.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o listfile.o listfile.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o printquoted.o printquoted.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o qmark.o qmark.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o regextype.o regextype.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o safe-atoi.o safe-atoi.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o splitstring.o splitstring.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../gl/lib -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o bugreports.o bugreports.c
rm -f libfind.a
ar cr libfind.a buildcmd.o dircallback.o extendbuf.o fdleak.o findutils-version.o listfile.o printquoted.o qmark.o regextype.o safe-atoi.o splitstring.o bugreports.o
ranlib libfind.a
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/lib'
Making all in find
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/find'
Making all in .
make[7]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/find'
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -DLOCALEDIR=\"/scratch/union/staging_dir/host/share/locale\" -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o ftsfind.o ftsfind.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -DLOCALEDIR=\"/scratch/union/staging_dir/host/share/locale\" -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o finddata.o finddata.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -DLOCALEDIR=\"/scratch/union/staging_dir/host/share/locale\" -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o fstype.o fstype.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -DLOCALEDIR=\"/scratch/union/staging_dir/host/share/locale\" -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o parser.o parser.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -DLOCALEDIR=\"/scratch/union/staging_dir/host/share/locale\" -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o pred.o pred.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -DLOCALEDIR=\"/scratch/union/staging_dir/host/share/locale\" -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o exec.o exec.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -DLOCALEDIR=\"/scratch/union/staging_dir/host/share/locale\" -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o tree.o tree.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -DLOCALEDIR=\"/scratch/union/staging_dir/host/share/locale\" -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o util.o util.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -DLOCALEDIR=\"/scratch/union/staging_dir/host/share/locale\" -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o sharefile.o sharefile.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../gl/lib -I../lib -I../gl/lib -DLOCALEDIR=\"/scratch/union/staging_dir/host/share/locale\" -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o print.o print.c
rm -f libfindtools.a
ar cr libfindtools.a finddata.o fstype.o parser.o pred.o exec.o tree.o util.o sharefile.o print.o
ranlib libfindtools.a
gcc -O2 -I/scratch/union/staging_dir/host/include -L/scratch/union/staging_dir/host/lib -o find ftsfind.o libfindtools.a ../lib/libfind.a ../gl/lib/libgnulib.a -lm -lm
make[7]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/find'
Making all in testsuite
make[7]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/find/testsuite'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/find/testsuite'
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/find'
Making all in xargs
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/xargs'
Making all in .
make[7]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/xargs'
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gl/lib -I../gl/lib -I../lib -DLOCALEDIR=\"/scratch/union/staging_dir/host/share/locale\" -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o xargs.o xargs.c
gcc -O2 -I/scratch/union/staging_dir/host/include -L/scratch/union/staging_dir/host/lib -o xargs xargs.o ../lib/libfind.a ../gl/lib/libgnulib.a
make[7]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/xargs'
Making all in testsuite
make[7]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/xargs/testsuite'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/xargs/testsuite'
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/xargs'
Making all in locate
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/locate'
echo '@set LOCATE_DB /scratch/union/staging_dir/host/var/locatedb' > dblocation.texi.tmp
if test -f dblocation.texi && cmp dblocation.texi.tmp dblocation.texi >/dev/null ; then \
rm dblocation.texi.tmp ; \
else \
mv dblocation.texi.tmp dblocation.texi ; \
fi
make all-recursive
make[7]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/locate'
Making all in .
make[8]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/locate'
gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -I../gl/lib -I../gl/lib -DLOCATE_DB=\"/scratch/union/staging_dir/host/var/locatedb\" -DLOCALEDIR=\"/scratch/union/staging_dir/host/share/locale\" -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o locate.o locate.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -I../gl/lib -I../gl/lib -DLOCATE_DB=\"/scratch/union/staging_dir/host/var/locatedb\" -DLOCALEDIR=\"/scratch/union/staging_dir/host/share/locale\" -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o word_io.o word_io.c
gcc -O2 -I/scratch/union/staging_dir/host/include -L/scratch/union/staging_dir/host/lib -o locate locate.o word_io.o ../lib/libfind.a ../gl/lib/libgnulib.a
gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -I../gl/lib -I../gl/lib -DLOCATE_DB=\"/scratch/union/staging_dir/host/var/locatedb\" -DLOCALEDIR=\"/scratch/union/staging_dir/host/share/locale\" -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o frcode.o frcode.c
gcc -O2 -I/scratch/union/staging_dir/host/include -L/scratch/union/staging_dir/host/lib -o frcode frcode.o ../lib/libfind.a ../gl/lib/libgnulib.a
rm -f updatedb
find=`echo find|sed 's&$&&;s&^&&'`; \
frcode=`echo frcode|sed 's&$&&;s&^&&'`; \
copyright=`sed -n '/^# Copyright /{s/^..//;p;q;}' ./updatedb.sh \
grep .` || exit 1; \
sed \
-e "s,@""bindir""@,/scratch/union/staging_dir/host/bin," \
-e "s,@""libexecdir""@,/scratch/union/staging_dir/host/libexec," \
-e "s,@""LOCATE_DB""@,/scratch/union/staging_dir/host/var/locatedb," \
-e "s,@""VERSION""@,4.9.0," \
-e "s,@""PACKAGE_NAME""@,GNU findutils," \
-e "s,@""PACKAGE_BUGREPORT""@,bug-findutils@gnu.org," \
-e "s,@""PACKAGE_BUGREPORT_URL""@,https://savannah.gnu.org/bugs/?group=findutils," \
-e "s,@""PACKAGE_URL""@,http://www.gnu.org/software/findutils/," \
-e "s,@""find""@,${find}," \
-e "s,@""frcode""@,${frcode}," \
-e "s,@""SORT""@,/usr/bin/sort," \
-e "s,@""SORT_SUPPORTS_Z""@,true," \
-e "s/@""COPYRIGHT""@/${copyright}/" \
./updatedb.sh > updatedb
chmod +x updatedb
make[8]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/locate'
Making all in testsuite
make[8]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/locate/testsuite'
make[8]: Nothing to be done for 'all'.
make[8]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/locate/testsuite'
make[7]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/locate'
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/locate'
Making all in doc
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/doc'
ln -s ../locate/dblocation.texi dblocation.texi
make all-am
make[7]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/doc'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/doc'
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/doc'
Making all in po
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/po'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/po'
Making all in m4
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/m4'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/m4'
Making all in gnulib-tests
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/gnulib-tests'
/usr/bin/mkdir -p 'arpa'
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''@|1|g' \
-e 's|@''NEXT_ARPA_INET_H''@|<arpa/inet.h>|g' \
-e 's|@''HAVE_ARPA_INET_H''@|1|g' \
-e 's/@''GNULIB_INET_NTOP''@/0/g' \
-e 's/@''GNULIB_INET_PTON''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's|@''HAVE_WS2TCPIP_H''@|0|g' \
-e 's|@''HAVE_DECL_INET_NTOP''@|1|g' \
-e 's|@''HAVE_DECL_INET_PTON''@|1|g' \
-e 's|@''REPLACE_INET_NTOP''@|0|g' \
-e 's|@''REPLACE_INET_PTON''@|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' \
./arpa_inet.in.h > arpa/inet.h-t
mv arpa/inet.h-t arpa/inet.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
-e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_PTHREAD_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_PTHREAD_H''@|<pthread.h>|g' \
-e 's/@''GNULIB_PTHREAD_THREAD''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_PTHREAD_ONCE''@/0/g' \
-e 's/@''GNULIB_PTHREAD_MUTEX''@/0/g' \
-e 's/@''GNULIB_PTHREAD_RWLOCK''@/0/g' \
-e 's/@''GNULIB_PTHREAD_COND''@/0/g' \
-e 's/@''GNULIB_PTHREAD_TSS''@/0/g' \
-e 's/@''GNULIB_PTHREAD_SPIN''@/0/g' \
-e 's/@''GNULIB_PTHREAD_MUTEX_TIMEDLOCK''@/0/g' \
-e 's|@''HAVE_PTHREAD_T''@|1|g' \
-e 's|@''HAVE_PTHREAD_SPINLOCK_T''@|1|g' \
-e 's|@''HAVE_PTHREAD_CREATE_DETACHED''@|1|g' \
-e 's|@''HAVE_PTHREAD_MUTEX_RECURSIVE''@|1|g' \
-e 's|@''HAVE_PTHREAD_MUTEX_ROBUST''@|1|g' \
-e 's|@''HAVE_PTHREAD_PROCESS_SHARED''@|1|g' \
-e 's|@''HAVE_PTHREAD_CREATE''@|1|g' \
-e 's|@''HAVE_PTHREAD_ATTR_INIT''@|1|g' \
-e 's|@''HAVE_PTHREAD_ATTR_GETDETACHSTATE''@|1|g' \
-e 's|@''HAVE_PTHREAD_ATTR_SETDETACHSTATE''@|1|g' \
-e 's|@''HAVE_PTHREAD_ATTR_DESTROY''@|1|g' \
-e 's|@''HAVE_PTHREAD_SELF''@|1|g' \
-e 's|@''HAVE_PTHREAD_EQUAL''@|1|g' \
-e 's|@''HAVE_PTHREAD_DETACH''@|1|g' \
-e 's|@''HAVE_PTHREAD_JOIN''@|1|g' \
-e 's|@''HAVE_PTHREAD_EXIT''@|1|g' \
-e 's|@''HAVE_PTHREAD_ONCE''@|1|g' \
-e 's|@''HAVE_PTHREAD_MUTEX_INIT''@|1|g' \
-e 's|@''HAVE_PTHREAD_MUTEXATTR_INIT''@|1|g' \
-e 's|@''HAVE_PTHREAD_MUTEXATTR_GETTYPE''@|1|g' \
-e 's|@''HAVE_PTHREAD_MUTEXATTR_SETTYPE''@|1|g' \
-e 's|@''HAVE_PTHREAD_MUTEXATTR_GETROBUST''@|1|g' \
-e 's|@''HAVE_PTHREAD_MUTEXATTR_SETROBUST''@|1|g' \
-e 's|@''HAVE_PTHREAD_MUTEXATTR_DESTROY''@|1|g' \
-e 's|@''HAVE_PTHREAD_MUTEX_LOCK''@|1|g' \
-e 's|@''HAVE_PTHREAD_MUTEX_TRYLOCK''@|1|g' \
-e 's|@''HAVE_PTHREAD_MUTEX_TIMEDLOCK''@|1|g' \
-e 's|@''HAVE_PTHREAD_MUTEX_UNLOCK''@|1|g' \
-e 's|@''HAVE_PTHREAD_MUTEX_DESTROY''@|1|g' \
-e 's|@''HAVE_PTHREAD_RWLOCK_INIT''@|1|g' \
-e 's|@''HAVE_PTHREAD_RWLOCKATTR_INIT''@|1|g' \
-e 's|@''HAVE_PTHREAD_RWLOCKATTR_DESTROY''@|1|g' \
-e 's|@''HAVE_PTHREAD_RWLOCK_RDLOCK''@|1|g' \
-e 's|@''HAVE_PTHREAD_RWLOCK_WRLOCK''@|1|g' \
-e 's|@''HAVE_PTHREAD_RWLOCK_TRYRDLOCK''@|1|g' \
-e 's|@''HAVE_PTHREAD_RWLOCK_TRYWRLOCK''@|1|g' \
-e 's|@''HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK''@|1|g' \
-e 's|@''HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK''@|1|g' \
-e 's|@''HAVE_PTHREAD_RWLOCK_UNLOCK''@|1|g' \
-e 's|@''HAVE_PTHREAD_RWLOCK_DESTROY''@|1|g' \
-e 's|@''HAVE_PTHREAD_COND_INIT''@|1|g' \
-e 's|@''HAVE_PTHREAD_CONDATTR_INIT''@|1|g' \
-e 's|@''HAVE_PTHREAD_CONDATTR_DESTROY''@|1|g' \
-e 's|@''HAVE_PTHREAD_COND_WAIT''@|1|g' \
-e 's|@''HAVE_PTHREAD_COND_TIMEDWAIT''@|1|g' \
-e 's|@''HAVE_PTHREAD_COND_SIGNAL''@|1|g' \
-e 's|@''HAVE_PTHREAD_COND_BROADCAST''@|1|g' \
-e 's|@''HAVE_PTHREAD_COND_DESTROY''@|1|g' \
-e 's|@''HAVE_PTHREAD_KEY_CREATE''@|1|g' \
-e 's|@''HAVE_PTHREAD_SETSPECIFIC''@|1|g' \
-e 's|@''HAVE_PTHREAD_GETSPECIFIC''@|1|g' \
-e 's|@''HAVE_PTHREAD_KEY_DELETE''@|1|g' \
-e 's|@''HAVE_PTHREAD_SPIN_INIT''@|1|g' \
-e 's|@''HAVE_PTHREAD_SPIN_LOCK''@|1|g' \
-e 's|@''HAVE_PTHREAD_SPIN_TRYLOCK''@|1|g' \
-e 's|@''HAVE_PTHREAD_SPIN_UNLOCK''@|1|g' \
-e 's|@''HAVE_PTHREAD_SPIN_DESTROY''@|1|g' \
< ./pthread.in.h | \
sed -e 's|@''REPLACE_PTHREAD_CREATE''@|0|g' \
-e 's|@''REPLACE_PTHREAD_ATTR_INIT''@|0|g' \
-e 's|@''REPLACE_PTHREAD_ATTR_GETDETACHSTATE''@|0|g' \
-e 's|@''REPLACE_PTHREAD_ATTR_SETDETACHSTATE''@|0|g' \
-e 's|@''REPLACE_PTHREAD_ATTR_DESTROY''@|0|g' \
-e 's|@''REPLACE_PTHREAD_SELF''@|0|g' \
-e 's|@''REPLACE_PTHREAD_EQUAL''@|0|g' \
-e 's|@''REPLACE_PTHREAD_DETACH''@|0|g' \
-e 's|@''REPLACE_PTHREAD_JOIN''@|0|g' \
-e 's|@''REPLACE_PTHREAD_EXIT''@|0|g' \
-e 's|@''REPLACE_PTHREAD_ONCE''@|0|g' \
-e 's|@''REPLACE_PTHREAD_MUTEX_INIT''@|0|g' \
-e 's|@''REPLACE_PTHREAD_MUTEXATTR_INIT''@|0|g' \
-e 's|@''REPLACE_PTHREAD_MUTEXATTR_GETTYPE''@|0|g' \
-e 's|@''REPLACE_PTHREAD_MUTEXATTR_SETTYPE''@|0|g' \
-e 's|@''REPLACE_PTHREAD_MUTEXATTR_GETROBUST''@|0|g' \
-e 's|@''REPLACE_PTHREAD_MUTEXATTR_SETROBUST''@|0|g' \
-e 's|@''REPLACE_PTHREAD_MUTEXATTR_DESTROY''@|0|g' \
-e 's|@''REPLACE_PTHREAD_MUTEX_LOCK''@|0|g' \
-e 's|@''REPLACE_PTHREAD_MUTEX_TRYLOCK''@|0|g' \
-e 's|@''REPLACE_PTHREAD_MUTEX_TIMEDLOCK''@|0|g' \
-e 's|@''REPLACE_PTHREAD_MUTEX_UNLOCK''@|0|g' \
-e 's|@''REPLACE_PTHREAD_MUTEX_DESTROY''@|0|g' \
-e 's|@''REPLACE_PTHREAD_RWLOCK_INIT''@|0|g' \
-e 's|@''REPLACE_PTHREAD_RWLOCKATTR_INIT''@|0|g' \
-e 's|@''REPLACE_PTHREAD_RWLOCKATTR_DESTROY''@|0|g' \
-e 's|@''REPLACE_PTHREAD_RWLOCK_RDLOCK''@|0|g' \
-e 's|@''REPLACE_PTHREAD_RWLOCK_WRLOCK''@|0|g' \
-e 's|@''REPLACE_PTHREAD_RWLOCK_TRYRDLOCK''@|0|g' \
-e 's|@''REPLACE_PTHREAD_RWLOCK_TRYWRLOCK''@|0|g' \
-e 's|@''REPLACE_PTHREAD_RWLOCK_TIMEDRDLOCK''@|0|g' \
-e 's|@''REPLACE_PTHREAD_RWLOCK_TIMEDWRLOCK''@|0|g' \
-e 's|@''REPLACE_PTHREAD_RWLOCK_UNLOCK''@|0|g' \
-e 's|@''REPLACE_PTHREAD_RWLOCK_DESTROY''@|0|g' \
-e 's|@''REPLACE_PTHREAD_COND_INIT''@|0|g' \
-e 's|@''REPLACE_PTHREAD_CONDATTR_INIT''@|0|g' \
-e 's|@''REPLACE_PTHREAD_CONDATTR_DESTROY''@|0|g' \
-e 's|@''REPLACE_PTHREAD_COND_WAIT''@|0|g' \
-e 's|@''REPLACE_PTHREAD_COND_TIMEDWAIT''@|0|g' \
-e 's|@''REPLACE_PTHREAD_COND_SIGNAL''@|0|g' \
-e 's|@''REPLACE_PTHREAD_COND_BROADCAST''@|0|g' \
-e 's|@''REPLACE_PTHREAD_COND_DESTROY''@|0|g' \
-e 's|@''REPLACE_PTHREAD_KEY_CREATE''@|0|g' \
-e 's|@''REPLACE_PTHREAD_SETSPECIFIC''@|0|g' \
-e 's|@''REPLACE_PTHREAD_GETSPECIFIC''@|0|g' \
-e 's|@''REPLACE_PTHREAD_KEY_DELETE''@|0|g' \
-e 's|@''REPLACE_PTHREAD_SPIN_INIT''@|0|g' \
-e 's|@''REPLACE_PTHREAD_SPIN_LOCK''@|0|g' \
-e 's|@''REPLACE_PTHREAD_SPIN_TRYLOCK''@|0|g' \
-e 's|@''REPLACE_PTHREAD_SPIN_UNLOCK''@|0|g' \
-e 's|@''REPLACE_PTHREAD_SPIN_DESTROY''@|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' \
> pthread.h-t
mv pthread.h-t pthread.h
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
-e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_SCHED_H''@|1|g' \
-e 's|@''HAVE_SYS_CDEFS_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_SCHED_H''@|<sched.h>|g' \
-e 's|@''HAVE_STRUCT_SCHED_PARAM''@|1|g' \
-e 's/@''GNULIB_SCHED_YIELD''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's|@''HAVE_SCHED_YIELD''@|1|g' \
-e 's|@''REPLACE_SCHED_YIELD''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
./sched.in.h > sched.h-t
mv sched.h-t sched.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_SIGNAL_H''@|<signal.h>|g' \
-e 's/@''GNULIB_PTHREAD_SIGMASK''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_RAISE''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \
-e 's/@''GNULIB_SIGPROCMASK''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''GNULIB_SIGACTION''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
-e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
-e 's|@''HAVE_RAISE''@|1|g' \
-e 's|@''HAVE_SIGSET_T''@|1|g' \
-e 's|@''HAVE_SIGINFO_T''@|1|g' \
-e 's|@''HAVE_SIGACTION''@|1|g' \
-e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
-e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
-e 's|@''HAVE_SIGHANDLER_T''@|1|g' \
-e 's|@''REPLACE_PTHREAD_SIGMASK''@|1|g' \
-e 's|@''REPLACE_RAISE''@|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' \
./signal.in.h > signal.h-t
mv signal.h-t signal.h
/usr/bin/mkdir -p 'sys'
sed -e 1h -e '1s,.*,/* DO NOT EDIT! GENERATED AUTOMATICALLY! */,' -e 1G \
-e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_SYS_IOCTL_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_SYS_IOCTL_H''@|<sys/ioctl.h>|g' \
-e 's/@''GNULIB_IOCTL''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H''@|0|g' \
-e 's|@''SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
-e 's|@''REPLACE_IOCTL''@|1|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
./sys_ioctl.in.h > sys/ioctl.h-t
mv sys/ioctl.h-t sys/ioctl.h
/usr/bin/mkdir -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_RANDOM_H''@|<sys/random.h>|g' \
-e 's|@''HAVE_SYS_RANDOM_H''@|1|g' \
-e 's/@''GNULIB_GETRANDOM''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's/@''HAVE_GETRANDOM''@/1/g' \
-e 's/@''REPLACE_GETRANDOM''@/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_random.in.h > sys/random.h-t
mv sys/random.h-t sys/random.h
/usr/bin/mkdir -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_SELECT_H''@|<sys/select.h>|g' \
-e 's|@''HAVE_SYS_SELECT_H''@|1|g' \
-e 's/@''GNULIB_PSELECT''@/0/g' \
-e 's/@''GNULIB_SELECT''@/IN_FINDUTILS_GNULIB_TESTS/g' \
-e 's|@''HAVE_WINSOCK2_H''@|0|g' \
-e 's|@''HAVE_PSELECT''@|1|g' \
-e 's|@''REPLACE_PSELECT''@|0|g' \
-e 's|@''REPLACE_SELECT''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r ./c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r ./warn-on-use.h' \
./sys_select.in.h > sys/select.h-t
mv sys/select.h-t sys/select.h
## ---------------------------------------------------- ##
## ------------------- Gnulib tests ------------------- ##
## You can ignore compiler warnings in this directory. ##
## ---------------------------------------------------- ##
make all-recursive
make[7]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/gnulib-tests'
Making all in .
make[8]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/gnulib-tests'
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o locale.o locale.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o binary-io.o binary-io.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o dtotimespec.o dtotimespec.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o imaxtostr.o imaxtostr.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o inttostr.o inttostr.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o offtostr.o offtostr.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o uinttostr.o uinttostr.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o umaxtostr.o umaxtostr.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o ioctl.o ioctl.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o localename.o localename.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o localename-table.o localename-table.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o nanosleep.o nanosleep.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o priv-set.o priv-set.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o pthread_sigmask.o pthread_sigmask.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o sig-handler.o sig-handler.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o tempname.o tempname.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o glthread/thread.o glthread/thread.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o timespec-add.o timespec-add.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o timespec-sub.o timespec-sub.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o tmpdir.o tmpdir.c
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o unlinkdir.o unlinkdir.c
rm -f libtests.a
ar cr libtests.a binary-io.o dtotimespec.o imaxtostr.o inttostr.o offtostr.o uinttostr.o umaxtostr.o ioctl.o localename.o localename-table.o nanosleep.o priv-set.o pthread_sigmask.o sig-handler.o tempname.o glthread/thread.o timespec-add.o timespec-sub.o tmpdir.o unlinkdir.o
ranlib libtests.a
gcc -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -L/scratch/union/staging_dir/host/lib -o current-locale locale.o libtests.a ../gl/lib/libgnulib.a libtests.a ../gl/lib/libgnulib.a libtests.a
gcc -DHAVE_CONFIG_H -DEXEEXT=\"\" -I. -I.. -DIN_FINDUTILS_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gl/lib -I./../gl/lib -I/scratch/union/staging_dir/host/include -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -c -o test-localcharset.o test-localcharset.c
gcc -Wno-error -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-sign-conversion -Wno-type-limits -Wno-unsuffixed-float-constants -O2 -I/scratch/union/staging_dir/host/include -L/scratch/union/staging_dir/host/lib -o test-localcharset test-localcharset.o libtests.a ../gl/lib/libgnulib.a libtests.a ../gl/lib/libgnulib.a libtests.a
make[8]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/gnulib-tests'
make[7]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/gnulib-tests'
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/gnulib-tests'
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0'
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0'
make[5]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0'
make[4]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0'
touch /scratch/union/build_dir/host/findutils-4.9.0/.built
CFLAGS="-O2 -I/scratch/union/staging_dir/host/include " CPPFLAGS="-I/scratch/union/staging_dir/host/include " CXXFLAGS="" LDFLAGS="-L/scratch/union/staging_dir/host/lib " make -C /scratch/union/build_dir/host/findutils-4.9.0 install
make[4]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0'
Making install in gl
make[5]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/gl'
Making install in lib
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/gl/lib'
make install-recursive
make[7]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/gl/lib'
make[8]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/gl/lib'
make[9]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/gl/lib'
make[9]: Nothing to be done for 'install-exec-am'.
make[9]: Nothing to be done for 'install-data-am'.
make[9]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/gl/lib'
make[8]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/gl/lib'
make[7]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/gl/lib'
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/gl/lib'
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/gl'
make[7]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/gl'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/gl'
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/gl'
make[5]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/gl'
Making install in build-aux
make[5]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/build-aux'
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/build-aux'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/build-aux'
make[5]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/build-aux'
Making install in lib
make[5]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/lib'
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/lib'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/lib'
make[5]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/lib'
Making install in find
make[5]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/find'
Making install in .
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/find'
make[7]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/find'
/usr/bin/mkdir -p '/scratch/union/staging_dir/host/bin'
/scratch/union/staging_dir/host/bin/install -c find '/scratch/union/staging_dir/host/bin'
/usr/bin/mkdir -p '/scratch/union/staging_dir/host/share/man/man1'
/scratch/union/staging_dir/host/bin/install -c -m 644 find.1 '/scratch/union/staging_dir/host/share/man/man1'
make[7]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/find'
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/find'
Making install in testsuite
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/find/testsuite'
make[7]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/find/testsuite'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/find/testsuite'
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/find/testsuite'
make[5]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/find'
Making install in xargs
make[5]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/xargs'
Making install in .
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/xargs'
make[7]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/xargs'
/usr/bin/mkdir -p '/scratch/union/staging_dir/host/bin'
/scratch/union/staging_dir/host/bin/install -c xargs '/scratch/union/staging_dir/host/bin'
/usr/bin/mkdir -p '/scratch/union/staging_dir/host/share/man/man1'
/scratch/union/staging_dir/host/bin/install -c -m 644 xargs.1 '/scratch/union/staging_dir/host/share/man/man1'
make[7]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/xargs'
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/xargs'
Making install in testsuite
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/xargs/testsuite'
make[7]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/xargs/testsuite'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/xargs/testsuite'
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/xargs/testsuite'
make[5]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/xargs'
Making install in locate
make[5]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/locate'
echo '@set LOCATE_DB /scratch/union/staging_dir/host/var/locatedb' > dblocation.texi.tmp
if test -f dblocation.texi && cmp dblocation.texi.tmp dblocation.texi >/dev/null ; then \
rm dblocation.texi.tmp ; \
else \
mv dblocation.texi.tmp dblocation.texi ; \
fi
make install-recursive
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/locate'
Making install in .
make[7]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/locate'
make[8]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/locate'
/usr/bin/mkdir -p '/scratch/union/staging_dir/host/bin'
/scratch/union/staging_dir/host/bin/install -c locate '/scratch/union/staging_dir/host/bin'
/usr/bin/mkdir -p '/scratch/union/staging_dir/host/bin'
/scratch/union/staging_dir/host/bin/install -c updatedb '/scratch/union/staging_dir/host/bin'
/usr/bin/mkdir -p '/scratch/union/staging_dir/host/libexec'
/scratch/union/staging_dir/host/bin/install -c frcode '/scratch/union/staging_dir/host/libexec'
/usr/bin/mkdir -p '/scratch/union/staging_dir/host/share/man/man1'
/scratch/union/staging_dir/host/bin/install -c -m 644 locate.1 updatedb.1 '/scratch/union/staging_dir/host/share/man/man1'
/usr/bin/mkdir -p '/scratch/union/staging_dir/host/share/man/man5'
/scratch/union/staging_dir/host/bin/install -c -m 644 locatedb.5 '/scratch/union/staging_dir/host/share/man/man5'
make install-data-hook
make[9]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/locate'
../build-aux/mkinstalldirs /scratch/union/staging_dir/host/var
make[9]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/locate'
make[8]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/locate'
make[7]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/locate'
Making install in testsuite
make[7]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/locate/testsuite'
make[8]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/locate/testsuite'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/locate/testsuite'
make[7]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/locate/testsuite'
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/locate'
make[5]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/locate'
Making install in doc
make[5]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/doc'
make install-am
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/doc'
make[7]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/doc'
make[7]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/scratch/union/staging_dir/host/share/info'
/scratch/union/staging_dir/host/bin/install -c -m 644 ./find.info ./find.info-1 ./find.info-2 ./find-maint.info '/scratch/union/staging_dir/host/share/info'
install-info --info-dir='/scratch/union/staging_dir/host/share/info' '/scratch/union/staging_dir/host/share/info/find.info'
install-info --info-dir='/scratch/union/staging_dir/host/share/info' '/scratch/union/staging_dir/host/share/info/find-maint.info'
make[7]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/doc'
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/doc'
make[5]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/doc'
Making install in po
make[5]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/po'
if test "findutils" = "gettext-tools"; then \
/usr/bin/mkdir -p /scratch/union/staging_dir/host/share/gettext/po; \
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 \
/scratch/union/staging_dir/host/bin/install -c -m 644 ./$file \
/scratch/union/staging_dir/host/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /scratch/union/staging_dir/host/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[5]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/po'
Making install in m4
make[5]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/m4'
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/m4'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/m4'
make[5]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/m4'
Making install in gnulib-tests
make[5]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/gnulib-tests'
make install-recursive
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/gnulib-tests'
Making install in .
make[7]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/gnulib-tests'
make[8]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0/gnulib-tests'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/gnulib-tests'
make[7]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/gnulib-tests'
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/gnulib-tests'
make[5]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0/gnulib-tests'
make[5]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0'
make[6]: Entering directory '/scratch/union/build_dir/host/findutils-4.9.0'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0'
make[5]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0'
make[4]: Leaving directory '/scratch/union/build_dir/host/findutils-4.9.0'
mkdir -p /scratch/union/staging_dir/host/stamp
touch /scratch/union/build_dir/host/findutils-4.9.0/.built
touch /scratch/union/staging_dir/host/stamp/.findutils_installed
make[3]: Leaving directory '/scratch/union/tools/findutils'
time: tools/findutils/compile#17.94#4.82#28.63
make[3]: Entering directory '/scratch/union/tools/firmware-utils'
mkdir -p /scratch/union/dl
SHELL= flock /scratch/union/tmp/.firmware-utils-2023-03-14-a2c80c58.tar.xz.flock -c ' /scratch/union/scripts/download.pl "/scratch/union/dl" "firmware-utils-2023-03-14-a2c80c58.tar.xz" "86d528f5c5e5571d2e3d36da8557913185c252dba9cc18f24d9450a2dcadf744" "" || ( echo "Checking out files from the git repository..."; mkdir -p /scratch/union/tmp/dl && cd /scratch/union/tmp/dl && rm -rf firmware-utils-2023-03-14-a2c80c58 && [ \! -d firmware-utils-2023-03-14-a2c80c58 ] && git clone https://git.openwrt.org/project/firmware-utils.git firmware-utils-2023-03-14-a2c80c58 && (cd firmware-utils-2023-03-14-a2c80c58 && git checkout a2c80c586b81efc1662fec23202b88e2790e305e && git submodule update --init --recursive) && echo "Packing checkout..." && export TAR_TIMESTAMP=`cd firmware-utils-2023-03-14-a2c80c58 && git log -1 --format='\''@%ct'\''` && rm -rf firmware-utils-2023-03-14-a2c80c58/.git && tar --numeric-owner --owner=0 --group=0 --mode=a-s --sort=name ${TAR_TIMESTAMP:+--mtime="$TAR_TIMESTAMP"} -c firmware-utils-2023-03-14-a2c80c58 | xz -zc -7e > /scratch/union/tmp/dl/firmware-utils-2023-03-14-a2c80c58.tar.xz && mv /scratch/union/tmp/dl/firmware-utils-2023-03-14-a2c80c58.tar.xz /scratch/union/dl/ && rm -rf firmware-utils-2023-03-14-a2c80c58; ) '
+ curl -f --connect-timeout 20 --retry 5 --location https://sources.cdn.openwrt.org/firmware-utils-2023-03-14-a2c80c58.tar.xz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 175k 100 175k 0 0 623k 0 --:--:-- --:--:-- --:--:-- 625k
. /scratch/union/include/shell.sh; xzcat /scratch/union/dl/firmware-utils-2023-03-14-a2c80c58.tar.xz | tar -C /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/.. -xf -
[ ! -d ./src/ ] || cp -fpR ./src/* /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58
touch /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/.prepareda487d1ec79dad51d6ac33a9794b54e08_6664517399ebbbc92a37c5bb081b5c53
mkdir -p "/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58"
(cd /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58; CFLAGS="-O2 -I/scratch/union/staging_dir/host/include " CXXFLAGS="-O2 -I/scratch/union/staging_dir/host/include " LDFLAGS="-L/scratch/union/staging_dir/host/lib " cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER_LAUNCHER="" -DCMAKE_C_COMPILER="gcc" -DCMAKE_CXX_COMPILER_LAUNCHER="" -DCMAKE_CXX_COMPILER="g++" -DCMAKE_ASM_COMPILER_LAUNCHER="" -DCMAKE_ASM_COMPILER="gcc" -DCMAKE_C_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" -DCMAKE_EXE_LINKER_FLAGS:STRING="-L/scratch/union/staging_dir/host/lib " -DCMAKE_MODULE_LINKER_FLAGS:STRING="-L/scratch/union/staging_dir/host/lib " -DCMAKE_SHARED_LINKER_FLAGS:STRING="-L/scratch/union/staging_dir/host/lib " -DCMAKE_FIND_ROOT_PATH="/scratch/union/staging_dir/target-mipsel_24kc_musl/host;/scratch/union/staging_dir/hostpkg;/scratch/union/staging_dir/host" -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=BOTH -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY -DCMAKE_STRIP=: -DCMAKE_INSTALL_PREFIX=/scratch/union/staging_dir/host -DCMAKE_PREFIX_PATH=/scratch/union/staging_dir/host -DCMAKE_SKIP_RPATH=TRUE -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_EXPORT_PACKAGE_REGISTRY=FALSE -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=TRUE -DCMAKE_FIND_USE_PACKAGE_REGISTRY=FALSE -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=TRUE -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=FALSE -DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=TRUE -DCMAKE_GENERATOR="Ninja" /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58 )
-- The C compiler identification is GNU 12.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /scratch/union/staging_dir/host/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Checking for one of the modules 'zlib'
-- Found ZLIB: /scratch/union/staging_dir/host/lib/libz.a (found version "1.2.13")
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found OpenSSL: /scratch/union/staging_dir/host/lib/libcrypto.a (found version "2.0.0")
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_ASM_COMPILER
CMAKE_ASM_COMPILER_LAUNCHER
CMAKE_CXX_COMPILER
CMAKE_CXX_FLAGS_RELEASE
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_EXPORT_PACKAGE_REGISTRY
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY
CMAKE_MODULE_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS
-- Build files have been written to: /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58
touch /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/.configured
MAKEFLAGS="" /scratch/union/staging_dir/host/bin/ninja -j1 -C /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58
ninja: Entering directory `/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58'
[1/195] Building C object CMakeFiles/add_header.dir/src/add_header.c.o
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/add_header.c: In function 'main':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/add_header.c:99:9: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
99 | strncpy(header.model, argv[1], sizeof(header.model));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[5/195] Building C object CMakeFiles/asustrx.dir/src/asustrx.c.o
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/asustrx.c: In function 'main':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/asustrx.c:171:9: warning: 'strncpy' specified bound 12 equals destination size [-Wstringop-truncation]
171 | strncpy(tail.productid, productid, sizeof(tail.productid));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[9/195] Building C object CMakeFiles/bcm4908asus.dir/src/bcm4908asus.c.o
In function 'bcm4908asus_create_parse_options',
inlined from 'bcm4908asus_create' at /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/bcm4908asus.c:297:2:
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/bcm4908asus.c:260:25: warning: 'strncpy' specified bound 12 equals destination size [-Wstringop-truncation]
260 | strncpy(tail->productid, optarg, sizeof(tail->productid));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[13/195] Building C object CMakeFiles/buffalo-enc.dir/src/buffalo-enc.c.o
In function 'encrypt_file',
inlined from 'main' at /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/buffalo-enc.c:309:9:
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/buffalo-enc.c:155:17: warning: 'tail_len' may be used uninitialized [-Wmaybe-uninitialized]
155 | memmove(&buf[tail_dst], &buf[tail_src], tail_len);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/buffalo-enc.c: In function 'main':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/buffalo-enc.c:119:36: note: 'tail_len' was declared here
119 | ssize_t src_len, tail_dst, tail_len, tail_src;
| ^~~~~~~~
In function 'encrypt_file',
inlined from 'main' at /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/buffalo-enc.c:309:9:
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/buffalo-enc.c:156:52: warning: 'tail_dst' may be used uninitialized [-Wmaybe-uninitialized]
156 | memset(&buf[tail_src], 0, tail_dst - tail_src);
| ~~~~~~~~~^~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/buffalo-enc.c: In function 'main':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/buffalo-enc.c:119:26: note: 'tail_dst' was declared here
119 | ssize_t src_len, tail_dst, tail_len, tail_src;
| ^~~~~~~~
[30/195] Building C object CMakeFiles/edimax_fw_header.dir/src/edimax_fw_header.c.o
In function 'build_fw',
inlined from 'main' at /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/edimax_fw_header.c:378:8:
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/edimax_fw_header.c:282:9: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation]
282 | strncpy(hdr->model, model, sizeof(hdr->model));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/edimax_fw_header.c:283:9: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
283 | strncpy(hdr->magic, magic, sizeof(hdr->magic));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/edimax_fw_header.c:284:9: warning: 'strncpy' specified bound 14 equals destination size [-Wstringop-truncation]
284 | strncpy(hdr->fw_version, fw_version, sizeof(hdr->fw_version));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/edimax_fw_header.c:285:9: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
285 | strncpy(hdr->mtd_name, mtd_name, sizeof(hdr->mtd_name));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[40/195] Building C object CMakeFiles/imagetag.dir/src/imagetag.c.o
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/imagetag.c: In function 'tagfile':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/imagetag.c:326:13: warning: 'strncpy' specified bound 20 equals destination size [-Wstringop-truncation]
326 | strncpy(tag.rsa_signature, args->rsa_signature_arg, RSASIG_LEN);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/imagetag.c:330:13: warning: 'strncpy' specified bound 4 equals destination size [-Wstringop-truncation]
330 | strncpy(tag.flashLayoutVer, args->layoutver_arg, TAGLAYOUT_LEN);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/imagetag.c:334:11: warning: 'strncpy' specified bound 30 equals destination size [-Wstringop-truncation]
334 | strncpy(tag.information1, args->info1_arg, TAGINFO1_LEN);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/imagetag.c:338:11: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
338 | strncpy(tag.information2, args->info2_arg, TAGINFO2_LEN);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/imagetag.c:342:11: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
342 | strncpy(tag.reserved2, args->reserved2_arg, 16);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/imagetag.c:346:11: warning: 'strncpy' specified bound 30 equals destination size [-Wstringop-truncation]
346 | strncpy(tag.information1, args->altinfo_arg, TAGINFO1_LEN);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/imagetag.c:351:17: warning: 'strncpy' specified bound 2 equals destination size [-Wstringop-truncation]
351 | strncpy(tag.dualImage, args->second_image_flag_arg, DUALFLAG_LEN);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/imagetag.c:357:17: warning: 'strncpy' specified bound 2 equals destination size [-Wstringop-truncation]
357 | strncpy(tag.inactiveFlag, args->second_image_flag_arg, INACTIVEFLAG_LEN);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[63/195] Building C object CMakeFiles/mkcameofw.dir/src/mkcameofw.c.o
In function 'build_fw',
inlined from 'main' at /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkcameofw.c:424:8:
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkcameofw.c:342:9: warning: 'strncpy' specified bound 20 equals destination size [-Wstringop-truncation]
342 | strncpy(hdr->model, model, sizeof(hdr->model));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkcameofw.c:343:9: warning: 'strncpy' specified bound 30 equals destination size [-Wstringop-truncation]
343 | strncpy(hdr->signature, signature, sizeof(hdr->signature));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkcameofw.c:344:9: warning: 'strncpy' specified bound 12 equals destination size [-Wstringop-truncation]
344 | strncpy(hdr->version, version, sizeof(hdr->version));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkcameofw.c:345:9: warning: 'strncpy' specified bound 4 equals destination size [-Wstringop-truncation]
345 | strncpy(hdr->region, region, sizeof(hdr->region));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[71/195] Building C object CMakeFiles/mkdapimg.dir/src/mkdapimg.c.o
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkdapimg.c: In function 'main':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkdapimg.c:160:17: warning: 'strncpy' output may be truncated copying between 0 and 20 bytes from a string of length 30 [-Wstringop-truncation]
160 | strncpy(model, signature, p - signature);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkdapimg.c:205:9: warning: 'strncpy' output may be truncated copying 20 bytes from a string of length 20 [-Wstringop-truncation]
205 | strncpy(imghdr.model, model, MAX_MODEL_NAME_LEN);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkdapimg.c:206:9: warning: 'strncpy' output may be truncated copying 30 bytes from a string of length 30 [-Wstringop-truncation]
206 | strncpy(imghdr.sig, signature, MAX_SIG_LEN);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[83/195] Building C object CMakeFiles/mkedimaximg.dir/src/mkedimaximg.c.o
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkedimaximg.c: In function 'main':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkedimaximg.c:182:35: warning: taking address of packed member of 'struct header' may result in an unaligned pointer value [-Waddress-of-packed-member]
182 | if (!strtou32(optarg, &header.flash)) {
| ^~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkedimaximg.c:188:35: warning: taking address of packed member of 'struct header' may result in an unaligned pointer value [-Waddress-of-packed-member]
188 | if (!strtou32(optarg, &header.start)) {
| ^~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkedimaximg.c:217:21: warning: the comparison will always evaluate as 'false' for the address of 'sign' will never be NULL [-Waddress]
217 | if (header.sign == NULL) {
| ^~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkedimaximg.c:33:19: note: 'sign' declared here
33 | unsigned char sign[4];
| ^~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkedimaximg.c:222:22: warning: the comparison will always evaluate as 'false' for the address of 'model' will never be NULL [-Waddress]
222 | if (header.model == NULL) {
| ^~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkedimaximg.c:36:19: note: 'model' declared here
36 | unsigned char model[4];
| ^~~~~
[87/195] Building C object CMakeFiles/mkfwimage2.dir/src/mkfwimage2.c.o
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkfwimage2.c: In function 'write_part':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkfwimage2.c:103:9: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation]
103 | strncpy(p->magic, MAGIC_PART, MAGIC_LENGTH);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'write_part',
inlined from 'build_image' at /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkfwimage2.c:338:13,
inlined from 'main' at /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkfwimage2.c:432:7:
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkfwimage2.c:104:9: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
104 | strncpy(p->name, d->partition_name, sizeof(p->name));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkfwimage2.c: In function 'main':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkfwimage2.c:415:33: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation]
415 | strncpy(im.version, optarg, sizeof(im.version));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkfwimage2.c:405:33: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation]
405 | strncpy(im.outputfile, optarg, sizeof(im.outputfile));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[116/195] Building C object CMakeFiles/mksercommfw.dir/src/mksercommfw.c.o
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mksercommfw.c: In function 'main':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mksercommfw.c:240:9: warning: 'strncpy' output truncated before terminating nul copying 7 bytes from a string of the same length [-Wstringop-truncation]
240 | strncpy(image.file_data + hdr_offset + 0, magic, 7);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mksercommfw.c:245:9: warning: 'strncpy' output truncated before terminating nul copying 7 bytes from a string of the same length [-Wstringop-truncation]
245 | strncpy(image.file_data + hdr_offset + 63, magic, 7);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[118/195] Building C object CMakeFiles/mktitanimg.dir/src/mktitanimg.c.o
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mktitanimg.c: In function 'cs_read_sum':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mktitanimg.c:533:16: warning: array subscript 'long unsigned int[0]' is partly outside array bounds of 'char[8]' [-Warray-bounds]
533 | return *((unsigned long*)&buf[4]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mktitanimg.c:529:14: note: at offset 4 into object 'buf' of size 8
529 | char buf[8];
| ^~~
[120/195] Building C object CMakeFiles/mktplinkfw.dir/src/mktplinkfw.c.o
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mktplinkfw.c: In function 'fill_header':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mktplinkfw.c:371:9: warning: 'strncpy' specified bound 24 equals destination size [-Wstringop-truncation]
371 | strncpy(hdr->vendor_name, vendor, sizeof(hdr->vendor_name));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mktplinkfw.c:372:9: warning: 'strncpy' specified bound 36 equals destination size [-Wstringop-truncation]
372 | strncpy(hdr->fw_version, version, sizeof(hdr->fw_version));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[128/195] Building C object CMakeFiles/mkwrggimg.dir/src/mkwrggimg.c.o
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkwrggimg.c: In function 'main':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkwrggimg.c:238:9: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation]
238 | strncpy(header->signature, signature, sizeof(header->signature));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkwrggimg.c:241:9: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
241 | strncpy(header->version, version, sizeof(header->version));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkwrggimg.c:242:9: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
242 | strncpy(header->model, model, sizeof(header->model));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkwrggimg.c:245:9: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
245 | strncpy(header->buildno, buildno, sizeof(header->buildno));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkwrggimg.c:248:9: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation]
248 | strncpy(header->devname, devname, sizeof(header->devname));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[131/195] Building C object CMakeFiles/mkwrgimg.dir/src/mkwrgimg.c.o
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkwrgimg.c: In function 'main':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkwrgimg.c:200:9: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation]
200 | strncpy(header->signature, signature, sizeof(header->signature));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkwrgimg.c:201:9: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation]
201 | strncpy(header->devname, dev_name, sizeof(header->signature));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[134/195] Building C object CMakeFiles/mkzcfw.dir/src/mkzcfw.c.o
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c: In function 'usage':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:128:33: warning: '%s' directive argument is null [-Wformat-overflow=]
128 | fprintf(stream, "Usage: %s [OPTIONS...]\n", progname);
| ^~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c: In function 'get_file_stat':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:100:25: warning: '%s' directive argument is null [-Wformat-overflow=]
100 | fprintf(stderr, "[%s] *** error: " fmt ": %s\n", \
| ^~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:152:17: note: in expansion of macro 'ERRS'
152 | ERRS("stat failed on %s", fdata->file_name);
| ^~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c: In function 'read_to_buf':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:100:25: warning: '%s' directive argument is null [-Wformat-overflow=]
100 | fprintf(stderr, "[%s] *** error: " fmt ": %s\n", \
| ^~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:174:17: note: in expansion of macro 'ERRS'
174 | ERRS("unable to read from file \"%s\"", fdata->file_name);
| ^~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:100:25: warning: '%s' directive argument is null [-Wformat-overflow=]
100 | fprintf(stderr, "[%s] *** error: " fmt ": %s\n", \
| ^~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:167:17: note: in expansion of macro 'ERRS'
167 | ERRS("could not open \"%s\" for reading", fdata->file_name);
| ^~~~
In function 'write_fw',
inlined from 'build_fw' at /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:343:8,
inlined from 'main' at /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:392:8:
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:105:25: warning: '%s' directive argument is null [-Wformat-overflow=]
105 | fprintf(stderr, "[%s] " fmt "\n", progname, ## __VA_ARGS__ ); \
| ^~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:255:9: note: in expansion of macro 'DBG'
255 | DBG("firmware file \"%s\" completed", ofname);
| ^~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:100:25: warning: '%s' directive argument is null [-Wformat-overflow=]
100 | fprintf(stderr, "[%s] *** error: " fmt ": %s\n", \
| ^~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:251:17: note: in expansion of macro 'ERRS'
251 | ERRS("unable to write output file");
| ^~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:100:25: warning: '%s' directive argument is null [-Wformat-overflow=]
100 | fprintf(stderr, "[%s] *** error: " fmt ": %s\n", \
| ^~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:244:17: note: in expansion of macro 'ERRS'
244 | ERRS("could not open \"%s\" for writing", ofname);
| ^~~~
In function 'build_fw',
inlined from 'main' at /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:392:8:
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:93:25: warning: '%s' directive argument is null [-Wformat-overflow=]
93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \
| ^~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:284:17: note: in expansion of macro 'ERR'
284 | ERR("no memory for buffer\n");
| ^~~
In function 'check_options',
inlined from 'main' at /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:388:8:
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:93:25: warning: '%s' directive argument is null [-Wformat-overflow=]
93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \
| ^~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:230:17: note: in expansion of macro 'ERR'
230 | ERR("no output file specified");
| ^~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:93:25: warning: '%s' directive argument is null [-Wformat-overflow=]
93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \
| ^~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:225:17: note: in expansion of macro 'ERR'
225 | ERR("rootfs image is too big");
| ^~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:93:25: warning: '%s' directive argument is null [-Wformat-overflow=]
93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \
| ^~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:216:17: note: in expansion of macro 'ERR'
216 | ERR("no rootfs image specified");
| ^~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:93:25: warning: '%s' directive argument is null [-Wformat-overflow=]
93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \
| ^~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:211:17: note: in expansion of macro 'ERR'
211 | ERR("kernel image is too big");
| ^~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:93:25: warning: '%s' directive argument is null [-Wformat-overflow=]
93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \
| ^~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:202:17: note: in expansion of macro 'ERR'
202 | ERR("no kernel image specified");
| ^~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:93:25: warning: '%s' directive argument is null [-Wformat-overflow=]
93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \
| ^~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:197:17: note: in expansion of macro 'ERR'
197 | ERR("unknown/unsupported board id \"%s\"", board_id);
| ^~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:93:25: warning: '%s' directive argument is null [-Wformat-overflow=]
93 | fprintf(stderr, "[%s] *** error: " fmt "\n", \
| ^~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzcfw.c:191:17: note: in expansion of macro 'ERR'
191 | ERR("no board specified");
| ^~~
[137/195] Building C object CMakeFiles/mkzynfw.dir/src/mkzynfw.c.o
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzynfw.c: In function 'write_out_image':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzynfw.c:833:26: warning: taking address of packed member of 'struct zyn_rombin_hdr' may result in an unaligned pointer value [-Waddress-of-packed-member]
833 | res = read_magic(&hdr.ocsum);
| ^~~~~~~~~~
[139/195] Building C object CMakeFiles/mkzyxelzldfw.dir/src/mkzyxelzldfw.c.o
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzyxelzldfw.c: In function 'main':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzyxelzldfw.c:803:9: warning: 'strncpy' output may be truncated copying 31 bytes from a string of length 31 [-Wstringop-truncation]
803 | strncpy(fw.kernel_header.model_name, fw.header.model_name,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
804 | sizeof(fw.kernel_header.model_name) - 1);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzyxelzldfw.c:805:9: warning: 'strncpy' output may be truncated copying 31 bytes from a string of length 31 [-Wstringop-truncation]
805 | strncpy(fw.kernel_header.capwap_version, fw.header.capwap_version,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
806 | sizeof(fw.kernel_header.capwap_version) - 1);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'parse_firmware',
inlined from 'extract_firmware' at /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzyxelzldfw.c:494:2,
inlined from 'main' at /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzyxelzldfw.c:602:4:
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzyxelzldfw.c:466:20: warning: 'kernel_offset' may be used uninitialized [-Wmaybe-uninitialized]
466 | checksum = checksum_calculate(fp, kernel_offset);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzyxelzldfw.c: In function 'main':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/mkzyxelzldfw.c:395:40: note: 'kernel_offset' was declared here
395 | size_t file_size, file_offset, kernel_offset;
| ^~~~~~~~~~~~~
[155/195] Building C object CMakeFiles/pc1crypt.dir/src/pc1crypt.c.o
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/pc1crypt.c: In function 'pc1_init':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/pc1crypt.c:167:19: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign]
167 | strcpy(pc1->cle, "Remsaalps!123456");
| ~~~^~~~~
| |
| unsigned char *
In file included from /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/pc1crypt.c:18:
/usr/include/string.h:141:39: note: expected 'char * restrict' but argument is of type 'unsigned char *'
141 | extern char *strcpy (char *__restrict __dest, const char *__restrict __src)
| ~~~~~~~~~~~~~~~~~^~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/pc1crypt.c: In function 'main':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/pc1crypt.c:322:47: warning: pointer targets in passing argument 2 of 'pc1_decrypt_buf' differ in signedness [-Wpointer-sign]
322 | pc1_decrypt_buf(&pc1, buf, datalen);
| ^~~
| |
| char *
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/pc1crypt.c:170:65: note: expected 'unsigned char *' but argument is of type 'char *'
170 | static void pc1_decrypt_buf(struct pc1_ctx *pc1, unsigned char *buf,
| ~~~~~~~~~~~~~~~^~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/pc1crypt.c:324:47: warning: pointer targets in passing argument 2 of 'pc1_encrypt_buf' differ in signedness [-Wpointer-sign]
324 | pc1_encrypt_buf(&pc1, buf, datalen);
| ^~~
| |
| char *
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/pc1crypt.c:179:65: note: expected 'unsigned char *' but argument is of type 'char *'
179 | static void pc1_encrypt_buf(struct pc1_ctx *pc1, unsigned char *buf,
| ~~~~~~~~~~~~~~~^~~
[168/195] Building C object CMakeFiles/srec2bin.dir/src/srec2bin.c.o
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/srec2bin.c: In function 'checksum':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/srec2bin.c:297:7: warning: variable 'dum' set but not used [-Wunused-but-set-variable]
297 | int dum;
| ^~~
[181/195] Building C object CMakeFiles/uimage_sgehdr.dir/src/uimage_sgehdr.c.o
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/uimage_sgehdr.c: In function 'main':
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/uimage_sgehdr.c:152:21: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign]
152 | strncpy(imgh->sgeih_p, model, sizeof(imgh->sgeih_p));
| ~~~~^~~~~~~~~
| |
| uint8_t * {aka unsigned char *}
In file included from /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/uimage_sgehdr.c:13:
/usr/include/string.h:144:40: note: expected 'char * restrict' but argument is of type 'uint8_t *' {aka 'unsigned char *'}
144 | extern char *strncpy (char *__restrict __dest,
| ~~~~~~~~~~~~~~~~~^~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/uimage_sgehdr.c:153:21: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign]
153 | strncpy(imgh->sgeih_sv, sversion, sizeof(imgh->sgeih_sv));
| ~~~~^~~~~~~~~~
| |
| uint8_t * {aka unsigned char *}
/usr/include/string.h:144:40: note: expected 'char * restrict' but argument is of type 'uint8_t *' {aka 'unsigned char *'}
144 | extern char *strncpy (char *__restrict __dest,
| ~~~~~~~~~~~~~~~~~^~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/uimage_sgehdr.c:154:21: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign]
154 | strncpy(imgh->sgeih_hv, hversion, sizeof(imgh->sgeih_hv));
| ~~~~^~~~~~~~~~
| |
| uint8_t * {aka unsigned char *}
/usr/include/string.h:144:40: note: expected 'char * restrict' but argument is of type 'uint8_t *' {aka 'unsigned char *'}
144 | extern char *strncpy (char *__restrict __dest,
| ~~~~~~~~~~~~~~~~~^~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/uimage_sgehdr.c:76:13: warning: unused variable 'ltmp' [-Wunused-variable]
76 | int ltmp;
| ^~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/uimage_sgehdr.c:152:9: warning: 'strncpy' specified bound 64 equals destination size [-Wstringop-truncation]
152 | strncpy(imgh->sgeih_p, model, sizeof(imgh->sgeih_p));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/uimage_sgehdr.c:153:9: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
153 | strncpy(imgh->sgeih_sv, sversion, sizeof(imgh->sgeih_sv));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/uimage_sgehdr.c:154:9: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
154 | strncpy(imgh->sgeih_hv, hversion, sizeof(imgh->sgeih_hv));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[186/195] Building C object CMakeFiles/xiaomifw.dir/src/xiaomifw.c.o
In function 'xiaomifw_create_append_file',
inlined from 'xiaomifw_create' at /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/xiaomifw.c:620:12:
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/xiaomifw.c:477:25: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation]
477 | strncpy(header.name, p, sizeof(header.name));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/src/xiaomifw.c:477:25: warning: 'strncpy' specified bound 32 equals destination size [-Wstringop-truncation]
[195/195] Linking C executable zyxbcm
touch /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/.built
MAKEFLAGS="" /scratch/union/staging_dir/host/bin/ninja -j1 -C /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58 install
ninja: Entering directory `/scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58'
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /scratch/union/staging_dir/host/bin/add_header
-- Installing: /scratch/union/staging_dir/host/bin/addpattern
-- Installing: /scratch/union/staging_dir/host/bin/asustrx
-- Installing: /scratch/union/staging_dir/host/bin/avm-wasp-checksum
-- Installing: /scratch/union/staging_dir/host/bin/bcm4908asus
-- Installing: /scratch/union/staging_dir/host/bin/bcm4908kernel
-- Installing: /scratch/union/staging_dir/host/bin/buffalo-enc
-- Installing: /scratch/union/staging_dir/host/bin/buffalo-tag
-- Installing: /scratch/union/staging_dir/host/bin/buffalo-tftp
-- Installing: /scratch/union/staging_dir/host/bin/cros-vbutil
-- Installing: /scratch/union/staging_dir/host/bin/dgfirmware
-- Installing: /scratch/union/staging_dir/host/bin/dgn3500sum
-- Installing: /scratch/union/staging_dir/host/bin/dns313-header
-- Installing: /scratch/union/staging_dir/host/bin/edimax_fw_header
-- Installing: /scratch/union/staging_dir/host/bin/encode_crc
-- Installing: /scratch/union/staging_dir/host/bin/fix-u-media-header
-- Installing: /scratch/union/staging_dir/host/bin/hcsmakeimage
-- Installing: /scratch/union/staging_dir/host/bin/imagetag
-- Installing: /scratch/union/staging_dir/host/bin/iptime-crc32
-- Installing: /scratch/union/staging_dir/host/bin/iptime-naspkg
-- Installing: /scratch/union/staging_dir/host/bin/jcgimage
-- Installing: /scratch/union/staging_dir/host/bin/lxlfw
-- Installing: /scratch/union/staging_dir/host/bin/lzma2eva
-- Installing: /scratch/union/staging_dir/host/bin/makeamitbin
-- Installing: /scratch/union/staging_dir/host/bin/mkbrncmdline
-- Installing: /scratch/union/staging_dir/host/bin/mkbrnimg
-- Installing: /scratch/union/staging_dir/host/bin/mkbuffaloimg
-- Installing: /scratch/union/staging_dir/host/bin/mkcameofw
-- Installing: /scratch/union/staging_dir/host/bin/mkcasfw
-- Installing: /scratch/union/staging_dir/host/bin/mkchkimg
-- Installing: /scratch/union/staging_dir/host/bin/mkcsysimg
-- Installing: /scratch/union/staging_dir/host/bin/mkdapimg
-- Installing: /scratch/union/staging_dir/host/bin/mkdapimg2
-- Installing: /scratch/union/staging_dir/host/bin/mkdhpimg
-- Installing: /scratch/union/staging_dir/host/bin/mkdlinkfw
-- Installing: /scratch/union/staging_dir/host/bin/mkdniimg
-- Installing: /scratch/union/staging_dir/host/bin/mkedimaximg
-- Installing: /scratch/union/staging_dir/host/bin/mkfwimage
-- Installing: /scratch/union/staging_dir/host/bin/mkfwimage2
-- Installing: /scratch/union/staging_dir/host/bin/mkh3cimg
-- Installing: /scratch/union/staging_dir/host/bin/mkh3cvfs
-- Installing: /scratch/union/staging_dir/host/bin/mkheader_gemtek
-- Installing: /scratch/union/staging_dir/host/bin/mkhilinkfw
-- Installing: /scratch/union/staging_dir/host/bin/mkmerakifw
-- Installing: /scratch/union/staging_dir/host/bin/mkmerakifw-old
-- Installing: /scratch/union/staging_dir/host/bin/mkmylofw
-- Installing: /scratch/union/staging_dir/host/bin/mkplanexfw
-- Installing: /scratch/union/staging_dir/host/bin/mkporayfw
-- Installing: /scratch/union/staging_dir/host/bin/mkrasimage
-- Installing: /scratch/union/staging_dir/host/bin/mkrtn56uimg
-- Installing: /scratch/union/staging_dir/host/bin/mksenaofw
-- Installing: /scratch/union/staging_dir/host/bin/mksercommfw
-- Installing: /scratch/union/staging_dir/host/bin/mktitanimg
-- Installing: /scratch/union/staging_dir/host/bin/mktplinkfw
-- Installing: /scratch/union/staging_dir/host/bin/mktplinkfw2
-- Installing: /scratch/union/staging_dir/host/bin/mkwrggimg
-- Installing: /scratch/union/staging_dir/host/bin/mkwrgimg
-- Installing: /scratch/union/staging_dir/host/bin/mkzcfw
-- Installing: /scratch/union/staging_dir/host/bin/mkzynfw
-- Installing: /scratch/union/staging_dir/host/bin/mkzyxelzldfw
-- Installing: /scratch/union/staging_dir/host/bin/motorola-bin
-- Installing: /scratch/union/staging_dir/host/bin/nand_ecc
-- Installing: /scratch/union/staging_dir/host/bin/nec-enc
-- Installing: /scratch/union/staging_dir/host/bin/osbridge-crc
-- Installing: /scratch/union/staging_dir/host/bin/oseama
-- Installing: /scratch/union/staging_dir/host/bin/otrx
-- Installing: /scratch/union/staging_dir/host/bin/pc1crypt
-- Installing: /scratch/union/staging_dir/host/bin/ptgen
-- Installing: /scratch/union/staging_dir/host/bin/seama
-- Installing: /scratch/union/staging_dir/host/bin/sign_dlink_ru
-- Installing: /scratch/union/staging_dir/host/bin/spw303v
-- Installing: /scratch/union/staging_dir/host/bin/srec2bin
-- Installing: /scratch/union/staging_dir/host/bin/tplink-safeloader
-- Installing: /scratch/union/staging_dir/host/bin/trx
-- Installing: /scratch/union/staging_dir/host/bin/trx2edips
-- Installing: /scratch/union/staging_dir/host/bin/trx2usr
-- Installing: /scratch/union/staging_dir/host/bin/uimage_padhdr
-- Installing: /scratch/union/staging_dir/host/bin/uimage_sgehdr
-- Installing: /scratch/union/staging_dir/host/bin/wrt400n
-- Installing: /scratch/union/staging_dir/host/bin/xiaomifw
-- Installing: /scratch/union/staging_dir/host/bin/xorimage
-- Installing: /scratch/union/staging_dir/host/bin/zyimage
-- Installing: /scratch/union/staging_dir/host/bin/zytrx
-- Installing: /scratch/union/staging_dir/host/bin/zyxbcm
mkdir -p /scratch/union/staging_dir/host/stamp
touch /scratch/union/build_dir/host/firmware-utils-2023-03-14-a2c80c58/.built
touch /scratch/union/staging_dir/host/stamp/.firmware-utils_installed
make[3]: Leaving directory '/scratch/union/tools/firmware-utils'
time: tools/firmware-utils/compile#6.88#0.99#8.28
make[3]: Entering directory '/scratch/union/tools/gengetopt'
make[3]: Leaving directory '/scratch/union/tools/gengetopt'
time: tools/gengetopt/compile#0.04#0.00#0.04
make[3]: Entering directory '/scratch/union/tools/lzma'
make[3]: Leaving directory '/scratch/union/tools/lzma'
time: tools/lzma/compile#0.03#0.01#0.04
make[3]: Entering directory '/scratch/union/tools/make-ext4fs'
make[3]: Leaving directory '/scratch/union/tools/make-ext4fs'
time: tools/make-ext4fs/compile#0.03#0.00#0.04
make[3]: Entering directory '/scratch/union/tools/mkimage'
. /scratch/union/include/shell.sh; bzcat /scratch/union/dl/u-boot-2023.01.tar.bz2 | tar -C /scratch/union/build_dir/host/u-boot-2023.01/.. -xf -
[ ! -d ./src/ ] || cp -fpR ./src/* /scratch/union/build_dir/host/u-boot-2023.01
Applying ./patches/030-allow-to-use-different-magic.patch using plaintext:
patching file tools/mkimage.c
patching file tools/default_image.c
patching file tools/imagetool.h
Applying ./patches/050-Add-compatibility-with-non-Linux-hosts.patch using plaintext:
patching file include/image.h
patching file include/linux/posix_types.h
patching file include/linux/types.h
Applying ./patches/095-tools-disable-TOOLS_FIT_FULL_CHECK.patch using plaintext:
patching file tools/Kconfig
Applying ./patches/100-increase-tmpfile-name-length-limit.patch using plaintext:
patching file tools/mkimage.h
touch /scratch/union/build_dir/host/u-boot-2023.01/.prepared5dcf5fa05b8423f987f2a075a7b2a610_6664517399ebbbc92a37c5bb081b5c53
make -C /scratch/union/build_dir/host/u-boot-2023.01 HOSTCFLAGS="-O2 -I/scratch/union/staging_dir/host/include " HOSTLDFLAGS="-L/scratch/union/staging_dir/host/lib " PKG_CONFIG_EXTRAARGS="--static" V= tools-only_config
make[4]: Entering directory '/scratch/union/build_dir/host/u-boot-2023.01'
HOSTCC scripts/basic/fixdep
HOSTCC scripts/kconfig/conf.o
YACC scripts/kconfig/zconf.tab.c
LEX scripts/kconfig/zconf.lex.c
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
#
# configuration written to .config
#
make[4]: Leaving directory '/scratch/union/build_dir/host/u-boot-2023.01'
sed -i 's/CONFIG_TOOLS_MKEFICAPSULE=y/# CONFIG_TOOLS_MKEFICAPSULE is not set/' /scratch/union/build_dir/host/u-boot-2023.01/.config
touch /scratch/union/build_dir/host/u-boot-2023.01/.configured
make -C /scratch/union/build_dir/host/u-boot-2023.01 HOSTCFLAGS="-O2 -I/scratch/union/staging_dir/host/include " HOSTLDFLAGS="-L/scratch/union/staging_dir/host/lib " PKG_CONFIG_EXTRAARGS="--static" V= tools-only
make[4]: Entering directory '/scratch/union/build_dir/host/u-boot-2023.01'
scripts/kconfig/conf --syncconfig Kconfig
UPD include/config.h
CFG u-boot.cfg
GEN include/autoconf.mk
GEN include/autoconf.mk.dep
UPD include/config/uboot.release
UPD include/generated/version_autogenerated.h
UPD include/generated/timestamp_autogenerated.h
COPY tools/version.h
HOSTCC tools/bmp_logo
In file included from ././include/compiler.h:47,
from <command-line>:
/scratch/union/staging_dir/host/include/byteswap.h:2:2: warning: #include_next is a GCC extension
2 | #include_next <byteswap.h>
| ^~~~~~~~~~~~
HOSTCC tools/img2srec
In file included from ././include/compiler.h:47,
from <command-line>:
/scratch/union/staging_dir/host/include/byteswap.h:2:2: warning: #include_next is a GCC extension
2 | #include_next <byteswap.h>
| ^~~~~~~~~~~~
HOSTCC tools/mkenvimage.o
HOSTCC tools/os_support.o
WRAP tools/lib/crc32.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/crc32.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/boot/crc32.c'.
HOSTCC tools/lib/crc32.o
In file included from ././include/compiler.h:47,
from <command-line>:
/scratch/union/staging_dir/host/include/byteswap.h:2:2: warning: #include_next is a GCC extension
2 | #include_next <byteswap.h>
| ^~~~~~~~~~~~
HOSTLD tools/mkenvimage
HOSTCC tools/aisimage.o
HOSTCC tools/atmelimage.o
HOSTCC tools/fit_common.o
HOSTCC tools/fit_image.o
HOSTCC tools/image-host.o
WRAP tools/boot/image-fit.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/lib/image-fit.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/image-fit.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/image-fit.c'.
HOSTCC tools/boot/image-fit.o
HOSTCC tools/image-sig-host.o
WRAP tools/boot/image-fit-sig.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/lib/image-fit-sig.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/image-fit-sig.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/image-fit-sig.c'.
HOSTCC tools/boot/image-fit-sig.o
WRAP tools/boot/image-cipher.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/lib/image-cipher.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/image-cipher.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/image-cipher.c'.
HOSTCC tools/boot/image-cipher.o
WRAP tools/boot/fdt_region.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/lib/fdt_region.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/fdt_region.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/fdt_region.c'.
HOSTCC tools/boot/fdt_region.o
WRAP tools/boot/bootm.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/lib/bootm.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/bootm.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/bootm.c'.
HOSTCC tools/boot/bootm.o
HOSTCC tools/default_image.o
WRAP tools/lib/fdtdec_common.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/fdtdec_common.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/fdtdec_common.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/boot/fdtdec_common.c'.
HOSTCC tools/lib/fdtdec_common.o
WRAP tools/lib/fdtdec.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/fdtdec.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/fdtdec.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/boot/fdtdec.c'.
HOSTCC tools/lib/fdtdec.o
WRAP tools/boot/image.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/lib/image.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/image.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/image.c'.
HOSTCC tools/boot/image.o
WRAP tools/boot/image-host.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/lib/image-host.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/image-host.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/image-host.c'.
HOSTCC tools/boot/image-host.o
HOSTCC tools/imagetool.o
HOSTCC tools/imximage.o
HOSTCC tools/imx8image.o
HOSTCC tools/imx8mimage.o
HOSTCC tools/kwbimage.o
WRAP tools/lib/md5.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/md5.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/md5.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/boot/md5.c'.
HOSTCC tools/lib/md5.o
In file included from ././include/compiler.h:47,
from <command-line>:
/scratch/union/staging_dir/host/include/byteswap.h:2:2: warning: #include_next is a GCC extension
2 | #include_next <byteswap.h>
| ^~~~~~~~~~~~
HOSTCC tools/lpc32xximage.o
HOSTCC tools/mxsimage.o
HOSTCC tools/omapimage.o
HOSTCC tools/pblimage.o
HOSTCC tools/pbl_crc32.o
HOSTCC tools/vybridimage.o
HOSTCC tools/stm32image.o
WRAP tools/lib/rc4.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/rc4.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/rc4.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/boot/rc4.c'.
HOSTCC tools/lib/rc4.o
HOSTCC tools/rkcommon.o
HOSTCC tools/rkimage.o
HOSTCC tools/rksd.o
HOSTCC tools/rkspi.o
HOSTCC tools/socfpgaimage.o
HOSTCC tools/sunxi_egon.o
WRAP tools/lib/crc16-ccitt.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/crc16-ccitt.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/crc16-ccitt.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/boot/crc16-ccitt.c'.
HOSTCC tools/lib/crc16-ccitt.o
WRAP tools/lib/hash-checksum.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/hash-checksum.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/hash-checksum.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/boot/hash-checksum.c'.
HOSTCC tools/lib/hash-checksum.o
WRAP tools/lib/sha1.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/sha1.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/sha1.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/boot/sha1.c'.
HOSTCC tools/lib/sha1.o
In file included from ././include/compiler.h:47,
from <command-line>:
/scratch/union/staging_dir/host/include/byteswap.h:2:2: warning: #include_next is a GCC extension
2 | #include_next <byteswap.h>
| ^~~~~~~~~~~~
WRAP tools/lib/sha256.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/sha256.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/sha256.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/boot/sha256.c'.
HOSTCC tools/lib/sha256.o
In file included from ././include/compiler.h:47,
from <command-line>:
/scratch/union/staging_dir/host/include/byteswap.h:2:2: warning: #include_next is a GCC extension
2 | #include_next <byteswap.h>
| ^~~~~~~~~~~~
WRAP tools/lib/sha512.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/sha512.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/sha512.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/boot/sha512.c'.
HOSTCC tools/lib/sha512.o
In file included from ././include/compiler.h:47,
from <command-line>:
/scratch/union/staging_dir/host/include/byteswap.h:2:2: warning: #include_next is a GCC extension
2 | #include_next <byteswap.h>
| ^~~~~~~~~~~~
WRAP tools/common/hash.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/lib/hash.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/hash.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/boot/hash.c'.
HOSTCC tools/common/hash.o
HOSTCC tools/ublimage.o
HOSTCC tools/zynqimage.o
HOSTCC tools/zynqmpimage.o
HOSTCC tools/zynqmpbif.o
WRAP tools/lib/fdt-libcrypto.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/fdt-libcrypto.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/fdt-libcrypto.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/boot/fdt-libcrypto.c'.
HOSTCC tools/lib/fdt-libcrypto.o
HOSTCC tools/sunxi_toc0.o
HOSTCC tools/libfdt/fdt.o
HOSTCC tools/libfdt/fdt_ro.o
HOSTCC tools/libfdt/fdt_wip.o
HOSTCC tools/libfdt/fdt_sw.o
HOSTCC tools/libfdt/fdt_rw.o
HOSTCC tools/libfdt/fdt_strerror.o
HOSTCC tools/libfdt/fdt_empty_tree.o
HOSTCC tools/libfdt/fdt_addresses.o
HOSTCC tools/libfdt/fdt_overlay.o
HOSTCC tools/gpimage.o
HOSTCC tools/gpimage-common.o
HOSTCC tools/mtk_image.o
HOSTCC tools/mtk_nand_headers.o
WRAP tools/lib/ecdsa/ecdsa-libcrypto.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/ecdsa/ecdsa-libcrypto.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/ecdsa/ecdsa-libcrypto.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/boot/ecdsa/ecdsa-libcrypto.c'.
HOSTCC tools/lib/ecdsa/ecdsa-libcrypto.o
WRAP tools/lib/rsa/rsa-sign.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/rsa/rsa-sign.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/rsa/rsa-sign.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/boot/rsa/rsa-sign.c'.
HOSTCC tools/lib/rsa/rsa-sign.o
WRAP tools/lib/rsa/rsa-verify.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/rsa/rsa-verify.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/rsa/rsa-verify.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/boot/rsa/rsa-verify.c'.
HOSTCC tools/lib/rsa/rsa-verify.o
WRAP tools/lib/rsa/rsa-mod-exp.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/rsa/rsa-mod-exp.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/rsa/rsa-mod-exp.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/boot/rsa/rsa-mod-exp.c'.
HOSTCC tools/lib/rsa/rsa-mod-exp.o
WRAP tools/lib/aes/aes-encrypt.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/aes/aes-encrypt.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/aes/aes-encrypt.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/boot/aes/aes-encrypt.c'.
HOSTCC tools/lib/aes/aes-encrypt.o
WRAP tools/lib/aes/aes-decrypt.c
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/env/aes/aes-decrypt.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/common/aes/aes-decrypt.c'.
tools/Makefile:272: warning: pattern recipe did not update peer target 'tools/boot/aes/aes-decrypt.c'.
HOSTCC tools/lib/aes/aes-decrypt.o
HOSTCC tools/dumpimage.o
HOSTLD tools/dumpimage
HOSTCC tools/mkimage.o
HOSTLD tools/mkimage
HOSTCC tools/fit_info.o
HOSTLD tools/fit_info
HOSTCC tools/fit_check_sign.o
HOSTLD tools/fit_check_sign
HOSTCC tools/ifwitool.o
HOSTLD tools/ifwitool
HOSTCC tools/proftool
HOSTCC tools/fdtgrep.o
HOSTLD tools/fdtgrep
tools/bmp_logo --gen-info ./tools/logos/denx.bmp > include/bmp_logo.h
tools/bmp_logo --gen-bmp ./tools/logos/denx.bmp > include/bmp_logo_data.h
make[4]: Leaving directory '/scratch/union/build_dir/host/u-boot-2023.01'
touch /scratch/union/build_dir/host/u-boot-2023.01/.built
cp -fpR /scratch/union/build_dir/host/u-boot-2023.01/tools/mkimage /scratch/union/staging_dir/host/bin/
cp -fpR /scratch/union/build_dir/host/u-boot-2023.01/tools/mkenvimage /scratch/union/staging_dir/host/bin/
mkdir -p /scratch/union/staging_dir/host/stamp
touch /scratch/union/build_dir/host/u-boot-2023.01/.built
touch /scratch/union/staging_dir/host/stamp/.mkimage_installed
make[3]: Leaving directory '/scratch/union/tools/mkimage'
time: tools/mkimage/compile#10.01#1.58#11.35
make[3]: Entering directory '/scratch/union/tools/mklibs'
make[3]: Leaving directory '/scratch/union/tools/mklibs'
time: tools/mklibs/compile#0.03#0.00#0.04
make[3]: Entering directory '/scratch/union/tools/mtd-utils'
make[3]: Leaving directory '/scratch/union/tools/mtd-utils'
time: tools/mtd-utils/compile#0.03#0.00#0.03
make[3]: Entering directory '/scratch/union/tools/mtools'
make[3]: Leaving directory '/scratch/union/tools/mtools'
time: tools/mtools/compile#0.03#0.00#0.04
make[3]: Entering directory '/scratch/union/tools/padjffs2'
mkdir -p /scratch/union/build_dir/host/padjffs2
cp -fpR ./src/* /scratch/union/build_dir/host/padjffs2/
find /scratch/union/build_dir/host/padjffs2 -name .svn | xargs -r rm -rf
touch /scratch/union/build_dir/host/padjffs2/.prepared3c3096680025f213c43d48a233aa2b47_6664517399ebbbc92a37c5bb081b5c53
touch /scratch/union/build_dir/host/padjffs2/.configured
make -C /scratch/union/build_dir/host/padjffs2
make[4]: Entering directory '/scratch/union/build_dir/host/padjffs2'
gcc -Wall -Werror -c -o padjffs2.o padjffs2.c
gcc -o padjffs2 padjffs2.o
make[4]: Leaving directory '/scratch/union/build_dir/host/padjffs2'
touch /scratch/union/build_dir/host/padjffs2/.built
cp -fpR /scratch/union/build_dir/host/padjffs2/padjffs2 /scratch/union/staging_dir/host/bin/
mkdir -p /scratch/union/staging_dir/host/stamp
touch /scratch/union/build_dir/host/padjffs2/.built
touch /scratch/union/staging_dir/host/stamp/.padjffs2_installed
make[3]: Leaving directory '/scratch/union/tools/padjffs2'
time: tools/padjffs2/compile#0.05#0.02#0.07
make[3]: Entering directory '/scratch/union/tools/patch-image'
make[3]: Leaving directory '/scratch/union/tools/patch-image'
time: tools/patch-image/compile#0.03#0.00#0.03
make[3]: Entering directory '/scratch/union/tools/patchelf'
make[3]: Leaving directory '/scratch/union/tools/patchelf'
time: tools/patchelf/compile#0.03#0.01#0.03
make[3]: Entering directory '/scratch/union/tools/quilt'
. /scratch/union/include/shell.sh; /scratch/union/staging_dir/host/bin/libdeflate-gzip -dc /scratch/union/dl/quilt-0.67.tar.gz | tar -C /scratch/union/build_dir/host/quilt-0.67/.. -xf -
[ ! -d ./src/ ] || cp -fpR ./src/* /scratch/union/build_dir/host/quilt-0.67
Applying ./patches/000-relocatable.patch using plaintext:
patching file bin/quilt.in
patching file quilt/scripts/edmail.in
patching file quilt/scripts/patchfns.in
patching file quilt/scripts/remove-trailing-ws.in
patching file Makefile.in
patching file quilt/scripts/backup-files.in
patching file bin/guards.in
patching file compat/date.in
patching file compat/getopt.in
patching file quilt/scripts/dependency-graph.in
Applying ./patches/001-fix_compile.patch using plaintext:
patching file Makefile.in
touch /scratch/union/build_dir/host/quilt-0.67/.preparedf6f854f81a08688714c464ada009f2ee_6664517399ebbbc92a37c5bb081b5c53
cd /scratch/union/build_dir/host/quilt-0.67 && autoconf
configure.ac:24: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:24: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:6: QUILT_COMPAT_PROG_PATH is expanded from...
configure.ac:24: the top level
configure.ac:52: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:52: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:6: QUILT_COMPAT_PROG_PATH is expanded from...
configure.ac:52: the top level
configure.ac:53: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:53: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:6: QUILT_COMPAT_PROG_PATH is expanded from...
configure.ac:53: the top level
configure.ac:69: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:69: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:6: QUILT_COMPAT_PROG_PATH is expanded from...
configure.ac:69: the top level
configure.ac:70: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:70: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:6: QUILT_COMPAT_PROG_PATH is expanded from...
configure.ac:70: the top level
configure.ac:97: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:97: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:6: QUILT_COMPAT_PROG_PATH is expanded from...
configure.ac:97: the top level
configure.ac:113: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:113: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:6: QUILT_COMPAT_PROG_PATH is expanded from...
configure.ac:113: the top level
configure.ac:129: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:129: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:6: QUILT_COMPAT_PROG_PATH is expanded from...
configure.ac:129: the top level
configure.ac:152: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:152: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:6: QUILT_COMPAT_PROG_PATH is expanded from...
configure.ac:152: the top level
configure.ac:167: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:167: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:6: QUILT_COMPAT_PROG_PATH is expanded from...
configure.ac:167: the top level
configure.ac:183: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:183: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:183: the top level
configure.ac:197: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:197: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:6: QUILT_COMPAT_PROG_PATH is expanded from...
configure.ac:197: the top level
configure.ac:198: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:198: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:6: QUILT_COMPAT_PROG_PATH is expanded from...
configure.ac:198: the top level
configure.ac:220: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:220: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:6: QUILT_COMPAT_PROG_PATH is expanded from...
configure.ac:220: the top level
configure.ac:237: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:237: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:6: QUILT_COMPAT_PROG_PATH is expanded from...
configure.ac:237: the top level
configure.ac:238: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:238: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:6: QUILT_COMPAT_PROG_PATH is expanded from...
configure.ac:238: the top level
configure.ac:293: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:293: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:6: QUILT_COMPAT_PROG_PATH is expanded from...
configure.ac:293: the top level
configure.ac:321: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:321: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:6: QUILT_COMPAT_PROG_PATH is expanded from...
configure.ac:321: the top level
configure.ac:336: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:336: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:72: QUILT_COMPAT_PROG_PATH_OPT is expanded from...
configure.ac:336: the top level
configure.ac:367: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:367: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:6: QUILT_COMPAT_PROG_PATH is expanded from...
configure.ac:367: the top level
configure.ac:381: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:381: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:381: the top level
configure.ac:394: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:394: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:394: the top level
configure.ac:410: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:410: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:72: QUILT_COMPAT_PROG_PATH_OPT is expanded from...
configure.ac:410: the top level
configure.ac:412: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:412: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:72: QUILT_COMPAT_PROG_PATH_OPT is expanded from...
configure.ac:412: the top level
configure.ac:414: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:414: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
aclocal.m4:72: QUILT_COMPAT_PROG_PATH_OPT is expanded from...
configure.ac:414: the top level
(cd /scratch/union/build_dir/host/quilt-0.67/; if [ -x configure ]; then cp -fpR /scratch/union/scripts/config.{guess,sub} /scratch/union/build_dir/host/quilt-0.67// && CC="gcc" CFLAGS="-O2 -I/scratch/union/staging_dir/host/include " CXX="g++" CPPFLAGS="-I/scratch/union/staging_dir/host/include " CXXFLAGS="" LDFLAGS="-L/scratch/union/staging_dir/host/lib " CONFIG_SHELL="/usr/bin/env bash" bash ./configure --target=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-dependency-tracking --program-prefix="" --program-suffix="" --prefix=/scratch/union/staging_dir/host --exec-prefix=/scratch/union/staging_dir/host --sysconfdir=/scratch/union/staging_dir/host/etc --localstatedir=/scratch/union/staging_dir/host/var --sbindir=/scratch/union/staging_dir/host/bin ; fi )
configure: WARNING: unrecognized options: --disable-dependency-tracking
checking for a BSD-compatible install... /scratch/union/staging_dir/host/bin/install -c
checking whether #! works in shell scripts... yes
checking for bash... /scratch/union/staging_dir/host/bin/bash
checking whether /scratch/union/staging_dir/host/bin/bash quoting works... yes
checking for gcp... no
checking for cp... /scratch/union/staging_dir/host/bin/cp
checking for gdate... no
checking for date... /usr/bin/date
checking whether /usr/bin/date --rfc-822 works... yes
checking for perl... /scratch/union/staging_dir/host/bin/perl
checking for grep... /scratch/union/staging_dir/host/bin/grep
checking whether /scratch/union/staging_dir/host/bin/grep -q works... yes
checking whether /scratch/union/staging_dir/host/bin/grep understands (foo|bar)... yes
checking for tail... /usr/bin/tail
checking whether /usr/bin/tail -n works... yes
checking for tr... /usr/bin/tr
checking whether /usr/bin/tr understands a-z ... yes
checking for stat... /scratch/union/staging_dir/host/bin/stat
checking whether /scratch/union/staging_dir/host/bin/stat -c '%h' works... yes
checking for sed... /scratch/union/staging_dir/host/bin/sed
checking whether /scratch/union/staging_dir/host/bin/sed understands (foo|bar)... yes
checking for gawk... /usr/bin/gawk
checking whether /usr/bin/gawk supports sub... yes
checking for pod2man... /usr/bin/core_perl/pod2man
checking for column... /usr/bin/column
checking for getopt... /scratch/union/staging_dir/host/bin/getopt
checking for getopt --long syntax... yes
checking for mktemp... /usr/bin/mktemp
checking whether /usr/bin/mktemp -d works... yes
checking for diff... /scratch/union/staging_dir/host/bin/diff
checking for patch... /scratch/union/staging_dir/host/bin/patch
checking the version of /scratch/union/staging_dir/host/bin/diff... 3.9
checking the version of /scratch/union/staging_dir/host/bin/patch... 2.7.6
checking for find... /scratch/union/staging_dir/host/bin/find
checking whether /scratch/union/staging_dir/host/bin/find -path works... yes
checking whether /scratch/union/staging_dir/host/bin/find -print0 works... yes
checking for xargs... /scratch/union/staging_dir/host/bin/xargs
checking whether /scratch/union/staging_dir/host/bin/xargs -0 works... yes
checking for diffstat... /usr/bin/diffstat
checking for diffstat version... 1.65
checking for sendmail... no
configure: WARNING: Using internal sendmail mechanism. Use option '--with-sendmail' to override
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msguniq... /usr/bin/msguniq
checking for msgcat... /usr/bin/msgcat
checking for rpmbuild... no
checking for rpm... no
configure: WARNING: rpmbuild not found, some optional functionalities will be missing
checking for gmd5sum... no
checking for md5sum... /usr/bin/md5sum
checking for 7zr... /usr/bin/7zr
configure: creating ./config.status
config.status: creating Makefile
configure: WARNING: unrecognized options: --disable-dependency-tracking
quilt version 0.67 configured.
Using '/scratch/union/staging_dir/host' for installation prefix.
Report bugs to quilt-dev@nongnu.org
[ -f /scratch/union/build_dir/host/quilt-0.67/Makefile ]
touch /scratch/union/build_dir/host/quilt-0.67/.configured
make -C /scratch/union/build_dir/host/quilt-0.67 SHELL="bash" all
make[4]: Entering directory '/scratch/union/build_dir/host/quilt-0.67'
bin/quilt.in -> bin/quilt
bin/guards.in -> bin/guards
quilt/add.in -> quilt/add
quilt/annotate.in -> quilt/annotate
quilt/applied.in -> quilt/applied
quilt/delete.in -> quilt/delete
quilt/diff.in -> quilt/diff
quilt/edit.in -> quilt/edit
quilt/files.in -> quilt/files
quilt/fold.in -> quilt/fold
quilt/fork.in -> quilt/fork
quilt/graph.in -> quilt/graph
quilt/grep.in -> quilt/grep
quilt/header.in -> quilt/header
quilt/import.in -> quilt/import
quilt/mail.in -> quilt/mail
quilt/new.in -> quilt/new
quilt/next.in -> quilt/next
quilt/patches.in -> quilt/patches
quilt/pop.in -> quilt/pop
quilt/previous.in -> quilt/previous
quilt/push.in -> quilt/push
quilt/refresh.in -> quilt/refresh
quilt/remove.in -> quilt/remove
quilt/rename.in -> quilt/rename
quilt/revert.in -> quilt/revert
quilt/series.in -> quilt/series
quilt/setup.in -> quilt/setup
quilt/snapshot.in -> quilt/snapshot
quilt/top.in -> quilt/top
quilt/unapplied.in -> quilt/unapplied
quilt/upgrade.in -> quilt/upgrade
quilt/scripts/patchfns.in -> quilt/scripts/patchfns
quilt/scripts/inspect-wrapper.in -> quilt/scripts/inspect-wrapper
quilt/scripts/dependency-graph.in -> quilt/scripts/dependency-graph
quilt/scripts/edmail.in -> quilt/scripts/edmail
quilt/scripts/remove-trailing-ws.in -> quilt/scripts/remove-trailing-ws
quilt/scripts/backup-files.in -> quilt/scripts/backup-files
README.in -> README
quilt.1.in -> quilt.1
/usr/bin/core_perl/pod2man bin/guards > doc/guards.1
rm -f po/quilt.pot; touch po/quilt.pot
for file in bin/guards.in bin/patch-wrapper.in bin/quilt.in compat/column.in compat/date.in compat/getopt.in compat/mktemp.in compat/sendmail.in quilt/add.in quilt/annotate.in quilt/applied.in quilt/delete.in quilt/diff.in quilt/edit.in quilt/files.in quilt/fold.in quilt/fork.in quilt/graph.in quilt/grep.in quilt/header.in quilt/import.in quilt/mail.in quilt/new.in quilt/next.in quilt/patches.in quilt/pop.in quilt/previous.in quilt/push.in quilt/refresh.in quilt/remove.in quilt/rename.in quilt/revert.in quilt/series.in quilt/setup.in quilt/snapshot.in quilt/top.in quilt/unapplied.in quilt/upgrade.in quilt/scripts/backup-files.in quilt/scripts/dependency-graph.in quilt/scripts/edmail.in quilt/scripts/inspect-wrapper.in quilt/scripts/patchfns.in quilt/scripts/remove-trailing-ws.in ; do\
if test -n "`/scratch/union/staging_dir/host/bin/sed -ne '1{ /@BASH''@/p }' $file`" \
-o "$file" = quilt/scripts/patchfns.in; then \
/usr/bin/env bash --dump-po-strings $file ; \
elif test -n "`/scratch/union/staging_dir/host/bin/sed -ne '1{ /@PERL''@/p }' $file`"; then \
/usr/bin/xgettext --from-code=UTF-8 --omit-header --language=Perl \
--keyword=_ -o - $file; \
else \
echo "Don't know how to handle $file" >&2 ; \
exit 1; \
fi \
done \
|/usr/bin/msguniq \
|/usr/bin/msgcat --force-po -F - po/quilt.pot -o po/quilt.pot
/usr/bin/msgmerge -o po/fr.po po/fr.po po/quilt.pot
.................................................. done.
/usr/bin/msgfmt --statistics -o po/fr.mo po/fr.po
181 translated messages, 1 fuzzy translation.
/usr/bin/msgmerge -o po/de.po po/de.po po/quilt.pot
................................................ done.
/usr/bin/msgfmt --statistics -o po/de.mo po/de.po
181 translated messages, 1 fuzzy translation.
/usr/bin/msgmerge -o po/ja.po po/ja.po po/quilt.pot
.................................................. done.
/usr/bin/msgfmt --statistics -o po/ja.mo po/ja.po
181 translated messages, 1 fuzzy translation.
/usr/bin/msgmerge -o po/ru.po po/ru.po po/quilt.pot
...................................................... done.
/usr/bin/msgfmt --statistics -o po/ru.mo po/ru.po
181 translated messages, 1 fuzzy translation.
make[4]: Leaving directory '/scratch/union/build_dir/host/quilt-0.67'
touch /scratch/union/build_dir/host/quilt-0.67/.built
make -C /scratch/union/build_dir/host/quilt-0.67 SHELL="bash" install
make[4]: Entering directory '/scratch/union/build_dir/host/quilt-0.67'
/scratch/union/staging_dir/host/bin/install -c -d /scratch/union/staging_dir/host/bin
/scratch/union/staging_dir/host/bin/install -c -m 755 bin/quilt bin/guards /scratch/union/staging_dir/host/bin/
/scratch/union/staging_dir/host/bin/install -c -d /scratch/union/staging_dir/host/share/quilt
/scratch/union/staging_dir/host/bin/install -c -m 755 quilt/add quilt/annotate quilt/applied quilt/delete quilt/diff quilt/edit quilt/files quilt/fold quilt/fork quilt/graph quilt/grep quilt/header quilt/import quilt/mail quilt/new quilt/next quilt/patches quilt/pop quilt/previous quilt/push quilt/refresh quilt/remove quilt/rename quilt/revert quilt/series quilt/setup quilt/snapshot quilt/top quilt/unapplied quilt/upgrade /scratch/union/staging_dir/host/share/quilt/
/scratch/union/staging_dir/host/bin/install -c -d /scratch/union/staging_dir/host/share/quilt/scripts
/scratch/union/staging_dir/host/bin/install -c -m 755 quilt/scripts/inspect-wrapper quilt/scripts/dependency-graph quilt/scripts/edmail quilt/scripts/remove-trailing-ws quilt/scripts/backup-files \
/scratch/union/staging_dir/host/share/quilt/scripts
/scratch/union/staging_dir/host/bin/install -c -m 644 quilt/scripts/patchfns quilt/scripts/utilfns \
/scratch/union/staging_dir/host/share/quilt/scripts
/scratch/union/staging_dir/host/bin/install -c -d /scratch/union/staging_dir/host/share/doc/quilt/
/scratch/union/staging_dir/host/bin/install -c -m 644 doc/README \
/scratch/union/staging_dir/host/share/doc/quilt/
/scratch/union/staging_dir/host/bin/install -c -m 644 doc/quilt.pdf doc/README.MAIL \
/scratch/union/staging_dir/host/share/doc/quilt/
/scratch/union/staging_dir/host/bin/install -c -d /scratch/union/staging_dir/host/share/man/man1
/scratch/union/staging_dir/host/bin/install -c -m 644 doc/quilt.1 doc/guards.1 /scratch/union/staging_dir/host/share/man/man1/
/scratch/union/staging_dir/host/bin/install -c -d /scratch/union/staging_dir/host/etc
/scratch/union/staging_dir/host/bin/install -c -d /scratch/union/staging_dir/host/etc/bash_completion.d
/scratch/union/staging_dir/host/bin/install -c -m 644 bash_completion \
/scratch/union/staging_dir/host/etc/bash_completion.d/quilt
/scratch/union/staging_dir/host/bin/install -c -m 644 quilt.quiltrc /scratch/union/staging_dir/host/etc/
/scratch/union/staging_dir/host/bin/install -c -d /scratch/union/staging_dir/host/share/emacs/site-lisp/
/scratch/union/staging_dir/host/bin/install -c -m 644 lib/quilt.el /scratch/union/staging_dir/host/share/emacs/site-lisp/
for lang in fr de ja ru ; do \
dir=/scratch/union/staging_dir/host/share/locale/$lang/LC_MESSAGES; \
/scratch/union/staging_dir/host/bin/install -c -d $dir; \
/scratch/union/staging_dir/host/bin/install -c -m 644 po/$lang.mo \
$dir/quilt.mo ; \
done
rm -rf /scratch/union/staging_dir/host/share/quilt/compat
make[4]: Leaving directory '/scratch/union/build_dir/host/quilt-0.67'
mkdir -p /scratch/union/staging_dir/host/stamp
touch /scratch/union/build_dir/host/quilt-0.67/.built
touch /scratch/union/staging_dir/host/stamp/.quilt_installed
make[3]: Leaving directory '/scratch/union/tools/quilt'
time: tools/quilt/compile#1.70#0.36#0.92
make[3]: Entering directory '/scratch/union/tools/squashfs4'
make[3]: Leaving directory '/scratch/union/tools/squashfs4'
time: tools/squashfs4/compile#0.03#0.00#0.03
make[3]: Entering directory '/scratch/union/tools/sstrip'
make[3]: Leaving directory '/scratch/union/tools/sstrip'
time: tools/sstrip/compile#0.03#0.00#0.03
make[3]: Entering directory '/scratch/union/tools/zip'
make[3]: Leaving directory '/scratch/union/tools/zip'
time: tools/zip/compile#0.03#0.00#0.04
make[3]: Entering directory '/scratch/union/tools/gmp'
make[3]: Leaving directory '/scratch/union/tools/gmp'
time: tools/gmp/compile#0.04#0.01#0.04
make[3]: Entering directory '/scratch/union/tools/mpfr'
make[3]: Leaving directory '/scratch/union/tools/mpfr'
time: tools/mpfr/compile#0.02#0.01#0.04
make[3]: Entering directory '/scratch/union/tools/mpc'
. /scratch/union/include/shell.sh; /scratch/union/staging_dir/host/bin/libdeflate-gzip -dc /scratch/union/dl/mpc-1.3.1.tar.gz | tar -C /scratch/union/build_dir/host/mpc-1.3.1/.. -xf -
[ ! -d ./src/ ] || cp -fpR ./src/* /scratch/union/build_dir/host/mpc-1.3.1
touch /scratch/union/build_dir/host/mpc-1.3.1/.preparedf98e9502500dc7d7b950eb52268b450a_6664517399ebbbc92a37c5bb081b5c53
(cd /scratch/union/build_dir/host/mpc-1.3.1/; if [ -x configure ]; then cp -fpR /scratch/union/scripts/config.{guess,sub} /scratch/union/build_dir/host/mpc-1.3.1// && CC="gcc" CFLAGS="-O2 -I/scratch/union/staging_dir/host/include " CXX="g++" CPPFLAGS="-I/scratch/union/staging_dir/host/include " CXXFLAGS="" LDFLAGS="-L/scratch/union/staging_dir/host/lib " CONFIG_SHELL="/usr/bin/env bash" bash ./configure --target=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-dependency-tracking --program-prefix="" --program-suffix="" --prefix=/scratch/union/staging_dir/host --exec-prefix=/scratch/union/staging_dir/host --sysconfdir=/scratch/union/staging_dir/host/etc --localstatedir=/scratch/union/staging_dir/host/var --sbindir=/scratch/union/staging_dir/host/bin --enable-static --disable-shared --with-mpfr=/scratch/union/staging_dir/host --with-gmp=/scratch/union/staging_dir/host ; fi )
checking for a BSD-compatible install... /scratch/union/staging_dir/host/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for grep that handles long lines and -e... /scratch/union/staging_dir/host/bin/grep
checking for egrep... /scratch/union/staging_dir/host/bin/grep -E
checking for a sed that does not truncate output... /scratch/union/staging_dir/host/bin/sed
checking for x86_64-pc-linux-gnu-gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking for x86_64-pc-linux-gnu-ar... no
checking for x86_64-pc-linux-gnu-lib... no
checking for x86_64-pc-linux-gnu-link... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /scratch/union/staging_dir/host/bin/sed
checking for fgrep... /scratch/union/staging_dir/host/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-file... no
checking for file... file
checking for x86_64-pc-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-pc-linux-gnu-ar... ar
checking for archiver @FILE support... @
checking for x86_64-pc-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for x86_64-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
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 for gmp.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking for library containing creal... -lm
checking whether creal, cimag and I can be used... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for gettimeofday... yes
checking for localeconv... yes
checking for setlocale... yes
checking for getrusage... yes
checking for dup... yes
checking for dup2... yes
checking for fesetround in -lm... yes
checking for __gmpz_init in -lgmp... yes
checking for MPFR... yes
checking for recent GMP... yes
checking for recent MPFR... yes
checking if gcc accepts -dumpversion option... yes
checking gcc version... 12.2.1
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating tools/Makefile
config.status: creating tools/bench/Makefile
config.status: creating tools/mpcheck/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
touch /scratch/union/build_dir/host/mpc-1.3.1/.configured
CFLAGS="-O2 -I/scratch/union/staging_dir/host/include " CPPFLAGS="-I/scratch/union/staging_dir/host/include " CXXFLAGS="" LDFLAGS="-L/scratch/union/staging_dir/host/lib " make -C /scratch/union/build_dir/host/mpc-1.3.1
make[4]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1'
make all-recursive
make[5]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1'
Making all in src
make[6]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/src'
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o abs.lo abs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c abs.c -o abs.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o acos.lo acos.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c acos.c -o acos.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o acosh.lo acosh.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c acosh.c -o acosh.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o add.lo add.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c add.c -o add.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o add_fr.lo add_fr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c add_fr.c -o add_fr.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o add_si.lo add_si.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c add_si.c -o add_si.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o add_ui.lo add_ui.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c add_ui.c -o add_ui.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o agm.lo agm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c agm.c -o agm.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o arg.lo arg.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c arg.c -o arg.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o asin.lo asin.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c asin.c -o asin.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o asinh.lo asinh.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c asinh.c -o asinh.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o atan.lo atan.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c atan.c -o atan.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o atanh.lo atanh.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c atanh.c -o atanh.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o clear.lo clear.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c clear.c -o clear.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o cmp.lo cmp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c cmp.c -o cmp.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o cmp_abs.lo cmp_abs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c cmp_abs.c -o cmp_abs.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o cmp_si_si.lo cmp_si_si.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c cmp_si_si.c -o cmp_si_si.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o conj.lo conj.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c conj.c -o conj.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o cos.lo cos.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c cos.c -o cos.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o cosh.lo cosh.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c cosh.c -o cosh.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o div_2si.lo div_2si.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c div_2si.c -o div_2si.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o div_2ui.lo div_2ui.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c div_2ui.c -o div_2ui.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o div.lo div.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c div.c -o div.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o div_fr.lo div_fr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c div_fr.c -o div_fr.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o div_ui.lo div_ui.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c div_ui.c -o div_ui.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o dot.lo dot.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c dot.c -o dot.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o eta.lo eta.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c eta.c -o eta.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o exp.lo exp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c exp.c -o exp.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o fma.lo fma.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c fma.c -o fma.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o fr_div.lo fr_div.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c fr_div.c -o fr_div.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o fr_sub.lo fr_sub.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c fr_sub.c -o fr_sub.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o get_prec2.lo get_prec2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c get_prec2.c -o get_prec2.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o get_prec.lo get_prec.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c get_prec.c -o get_prec.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o get_version.lo get_version.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c get_version.c -o get_version.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o get_x.lo get_x.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c get_x.c -o get_x.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o imag.lo imag.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c imag.c -o imag.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o init2.lo init2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c init2.c -o init2.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o init3.lo init3.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c init3.c -o init3.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o inp_str.lo inp_str.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c inp_str.c -o inp_str.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o log.lo log.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c log.c -o log.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o log10.lo log10.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c log10.c -o log10.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o mem.lo mem.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c mem.c -o mem.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o mul_2si.lo mul_2si.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c mul_2si.c -o mul_2si.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o mul_2ui.lo mul_2ui.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c mul_2ui.c -o mul_2ui.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o mul.lo mul.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c mul.c -o mul.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o mul_fr.lo mul_fr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c mul_fr.c -o mul_fr.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o mul_i.lo mul_i.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c mul_i.c -o mul_i.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o mul_si.lo mul_si.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c mul_si.c -o mul_si.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o mul_ui.lo mul_ui.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c mul_ui.c -o mul_ui.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o neg.lo neg.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c neg.c -o neg.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o norm.lo norm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c norm.c -o norm.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o out_str.lo out_str.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c out_str.c -o out_str.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o pow.lo pow.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c pow.c -o pow.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o pow_fr.lo pow_fr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c pow_fr.c -o pow_fr.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o pow_ld.lo pow_ld.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c pow_ld.c -o pow_ld.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o pow_d.lo pow_d.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c pow_d.c -o pow_d.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o pow_si.lo pow_si.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c pow_si.c -o pow_si.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o pow_ui.lo pow_ui.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c pow_ui.c -o pow_ui.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o pow_z.lo pow_z.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c pow_z.c -o pow_z.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o proj.lo proj.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c proj.c -o proj.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o real.lo real.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c real.c -o real.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o rootofunity.lo rootofunity.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c rootofunity.c -o rootofunity.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o urandom.lo urandom.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c urandom.c -o urandom.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o set.lo set.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c set.c -o set.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o set_prec.lo set_prec.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c set_prec.c -o set_prec.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o set_str.lo set_str.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c set_str.c -o set_str.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o set_x.lo set_x.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c set_x.c -o set_x.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o set_x_x.lo set_x_x.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c set_x_x.c -o set_x_x.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o sin.lo sin.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c sin.c -o sin.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o sin_cos.lo sin_cos.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c sin_cos.c -o sin_cos.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o sinh.lo sinh.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c sinh.c -o sinh.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o sqr.lo sqr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c sqr.c -o sqr.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o sqrt.lo sqrt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c sqrt.c -o sqrt.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o strtoc.lo strtoc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c strtoc.c -o strtoc.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o sub.lo sub.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c sub.c -o sub.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o sub_fr.lo sub_fr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c sub_fr.c -o sub_fr.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o sub_ui.lo sub_ui.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c sub_ui.c -o sub_ui.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o sum.lo sum.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c sum.c -o sum.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o swap.lo swap.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c swap.c -o swap.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o tan.lo tan.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c tan.c -o tan.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o tanh.lo tanh.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c tanh.c -o tanh.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o uceil_log2.lo uceil_log2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c uceil_log2.c -o uceil_log2.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o ui_div.lo ui_div.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c ui_div.c -o ui_div.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o ui_ui_sub.lo ui_ui_sub.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c ui_ui_sub.c -o ui_ui_sub.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o radius.lo radius.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c radius.c -o radius.o
/usr/bin/env bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c -o balls.lo balls.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -I/scratch/union/staging_dir/host/include -O2 -I/scratch/union/staging_dir/host/include -c balls.c -o balls.o
/usr/bin/env bash ../libtool --tag=CC --mode=link gcc -O2 -I/scratch/union/staging_dir/host/include -version-info 6:1:3 -L/scratch/union/staging_dir/host/lib -L/scratch/union/staging_dir/host/lib -L/scratch/union/staging_dir/host/lib -o libmpc.la -rpath /scratch/union/staging_dir/host/lib abs.lo acos.lo acosh.lo add.lo add_fr.lo add_si.lo add_ui.lo agm.lo arg.lo asin.lo asinh.lo atan.lo atanh.lo clear.lo cmp.lo cmp_abs.lo cmp_si_si.lo conj.lo cos.lo cosh.lo div_2si.lo div_2ui.lo div.lo div_fr.lo div_ui.lo dot.lo eta.lo exp.lo fma.lo fr_div.lo fr_sub.lo get_prec2.lo get_prec.lo get_version.lo get_x.lo imag.lo init2.lo init3.lo inp_str.lo log.lo log10.lo mem.lo mul_2si.lo mul_2ui.lo mul.lo mul_fr.lo mul_i.lo mul_si.lo mul_ui.lo neg.lo norm.lo out_str.lo pow.lo pow_fr.lo pow_ld.lo pow_d.lo pow_si.lo pow_ui.lo pow_z.lo proj.lo real.lo rootofunity.lo urandom.lo set.lo set_prec.lo set_str.lo set_x.lo set_x_x.lo sin.lo sin_cos.lo sinh.lo sqr.lo sqrt.lo strtoc.lo sub.lo sub_fr.lo sub_ui.lo sum.lo swap.lo tan.lo tanh.lo uceil_log2.lo ui_div.lo ui_ui_sub.lo radius.lo balls.lo -lmpfr -lgmp -lm -lm
libtool: link: ar cr .libs/libmpc.a abs.o acos.o acosh.o add.o add_fr.o add_si.o add_ui.o agm.o arg.o asin.o asinh.o atan.o atanh.o clear.o cmp.o cmp_abs.o cmp_si_si.o conj.o cos.o cosh.o div_2si.o div_2ui.o div.o div_fr.o div_ui.o dot.o eta.o exp.o fma.o fr_div.o fr_sub.o get_prec2.o get_prec.o get_version.o get_x.o imag.o init2.o init3.o inp_str.o log.o log10.o mem.o mul_2si.o mul_2ui.o mul.o mul_fr.o mul_i.o mul_si.o mul_ui.o neg.o norm.o out_str.o pow.o pow_fr.o pow_ld.o pow_d.o pow_si.o pow_ui.o pow_z.o proj.o real.o rootofunity.o urandom.o set.o set_prec.o set_str.o set_x.o set_x_x.o sin.o sin_cos.o sinh.o sqr.o sqrt.o strtoc.o sub.o sub_fr.o sub_ui.o sum.o swap.o tan.o tanh.o uceil_log2.o ui_div.o ui_ui_sub.o radius.o balls.o
libtool: link: ranlib .libs/libmpc.a
libtool: link: ( cd ".libs" && rm -f "libmpc.la" && ln -s "../libmpc.la" "libmpc.la" )
make[6]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/src'
Making all in tests
make[6]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/tests'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/tests'
Making all in doc
make[6]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/doc'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/doc'
Making all in tools
make[6]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/tools'
Making all in bench
make[7]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/tools/bench'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/tools/bench'
Making all in mpcheck
make[7]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/tools/mpcheck'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/tools/mpcheck'
make[7]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/tools'
make[7]: Nothing to be done for 'all-am'.
make[7]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/tools'
make[6]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/tools'
make[6]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1'
make[6]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1'
make[5]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1'
make[4]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1'
touch /scratch/union/build_dir/host/mpc-1.3.1/.built
CFLAGS="-O2 -I/scratch/union/staging_dir/host/include " CPPFLAGS="-I/scratch/union/staging_dir/host/include " CXXFLAGS="" LDFLAGS="-L/scratch/union/staging_dir/host/lib " make -C /scratch/union/build_dir/host/mpc-1.3.1 install
make[4]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1'
Making install in src
make[5]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/src'
make[6]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/src'
/usr/bin/mkdir -p '/scratch/union/staging_dir/host/lib'
/usr/bin/env bash ../libtool --mode=install /scratch/union/staging_dir/host/bin/install -c libmpc.la '/scratch/union/staging_dir/host/lib'
libtool: install: /scratch/union/staging_dir/host/bin/install -c .libs/libmpc.lai /scratch/union/staging_dir/host/lib/libmpc.la
libtool: install: /scratch/union/staging_dir/host/bin/install -c .libs/libmpc.a /scratch/union/staging_dir/host/lib/libmpc.a
libtool: install: chmod 644 /scratch/union/staging_dir/host/lib/libmpc.a
libtool: install: ranlib /scratch/union/staging_dir/host/lib/libmpc.a
libtool: finish: PATH="/scratch/union/staging_dir/toolchain-mipsel_24kc_gcc-12.2.0_musl/bin:/scratch/union/staging_dir/toolchain-mipsel_24kc_gcc-12.2.0_musl/bin:/scratch/union/staging_dir/host/bin:/scratch/union/staging_dir/toolchain-mipsel_24kc_gcc-12.2.0_musl/bin:/scratch/union/staging_dir/host/bin:/scratch/union/staging_dir/host/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/squishy/bin:/home/squishy/bin/makepkg:/home/squishy/bin/mounts:/home/squishy/bin/repo:/home/squishy/bin/benchmarking:/home/squishy/bin/chroots:/home/squishy/bin/backup:/home/squishy/bin/stress:/sbin" ldconfig -n /scratch/union/staging_dir/host/lib
----------------------------------------------------------------------
Libraries have been installed in:
/scratch/union/staging_dir/host/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/src'
make[5]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/src'
Making install in tests
make[5]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/tests'
make[6]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/tests'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/tests'
make[5]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/tests'
Making install in doc
make[5]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/doc'
make[6]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/doc'
make[6]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/scratch/union/staging_dir/host/share/info'
/scratch/union/staging_dir/host/bin/install -c -m 644 ./mpc.info '/scratch/union/staging_dir/host/share/info'
install-info --info-dir='/scratch/union/staging_dir/host/share/info' '/scratch/union/staging_dir/host/share/info/mpc.info'
make[6]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/doc'
make[5]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/doc'
Making install in tools
make[5]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/tools'
Making install in bench
make[6]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/tools/bench'
make[7]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/tools/bench'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/tools/bench'
make[6]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/tools/bench'
Making install in mpcheck
make[6]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/tools/mpcheck'
make[7]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/tools/mpcheck'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/tools/mpcheck'
make[6]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/tools/mpcheck'
make[6]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/tools'
make[7]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1/tools'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/tools'
make[6]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/tools'
make[5]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1/tools'
make[5]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1'
make[6]: Entering directory '/scratch/union/build_dir/host/mpc-1.3.1'
make[6]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/scratch/union/staging_dir/host/include'
/scratch/union/staging_dir/host/bin/install -c -m 644 src/mpc.h '/scratch/union/staging_dir/host/include'
make[6]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1'
make[5]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1'
make[4]: Leaving directory '/scratch/union/build_dir/host/mpc-1.3.1'
mkdir -p /scratch/union/staging_dir/host/stamp
touch /scratch/union/build_dir/host/mpc-1.3.1/.built
touch /scratch/union/staging_dir/host/stamp/.mpc_installed
make[3]: Leaving directory '/scratch/union/tools/mpc'
time: tools/mpc/compile#5.57#1.33#6.79
make[3]: Entering directory '/scratch/union/tools/kernel2minor'
make[3]: Leaving directory '/scratch/union/tools/kernel2minor'
time: tools/kernel2minor/compile#0.03#0.00#0.04
make[3]: Entering directory '/scratch/union/tools/elfutils'
CFLAGS="-O2 -I/scratch/union/staging_dir/host/include " CPPFLAGS="-I/scratch/union/staging_dir/host/include " CXXFLAGS="" LDFLAGS="-L/scratch/union/staging_dir/host/lib " make -j1 -C /scratch/union/build_dir/host/elfutils-0.189 SUBDIRS="lib libelf libcpu backends libebl libdwelf libdwfl libdw" install
make[4]: Entering directory '/scratch/union/build_dir/host/elfutils-0.189'
Making install in lib
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
Making install in libelf
/usr/bin/mkdir -p '/scratch/union/staging_dir/host/lib'
/scratch/union/staging_dir/host/bin/install -c -m 644 libelf.a '/scratch/union/staging_dir/host/lib'
( cd '/scratch/union/staging_dir/host/lib' && ranlib libelf.a )
/usr/bin/mkdir -p '/scratch/union/staging_dir/host/include'
/scratch/union/staging_dir/host/bin/install -c -m 644 libelf.h gelf.h nlist.h '/scratch/union/staging_dir/host/include'
/usr/bin/mkdir -p '/scratch/union/staging_dir/host/include/elfutils'
/scratch/union/staging_dir/host/bin/install -c -m 644 elf-knowledge.h '/scratch/union/staging_dir/host/include/elfutils'
/usr/bin/env bash /scratch/union/build_dir/host/elfutils-0.189/config/install-sh -d /scratch/union/staging_dir/host/lib
bash: /scratch/union/build_dir/host/elfutils-0.189/config/install-sh: No such file or directory
make[5]: *** [Makefile:1057: install] Error 127
make[4]: *** [Makefile:532: install-recursive] Error 1
make[4]: Leaving directory '/scratch/union/build_dir/host/elfutils-0.189'
make[3]: *** [Makefile:37: /scratch/union/staging_dir/host/stamp/.elfutils_installed] Error 2
make[3]: Leaving directory '/scratch/union/tools/elfutils'
time: tools/elfutils/compile#0.07#0.03#0.09
ERROR: tools/elfutils failed to build.
make[2]: *** [tools/Makefile:219: tools/elfutils/compile] Error 1
make[2]: Leaving directory '/scratch/union'
make[1]: *** [tools/Makefile:215: /scratch/union/staging_dir/host/stamp/.tools_compile_nyyynyynnyyynynyyyyyyynyynyynyynnynnyyyyyyyyyyyyyyyyynynnyyyyyyy] Error 2
make[1]: Leaving directory '/scratch/union'
make: *** [/scratch/union/include/toplevel.mk:231: world] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment