>>> linux 6.4.14 Extracting /home/buildroot/autobuild/instance-0/output-1/host/bin/xzcat /home/buildroot/autobuild/instance-0/dl/linux/linux-6.4.14.tar.xz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14 -xf - >>> linux 6.4.14 Patching for p in ; do if test -d $p ; then PATH=/home/buildroot/autobuild/instance-0/output-1/host/bin:$PATH support/scripts/apply-patches.sh /home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14 $p \*.patch || exit 1 ; else PATH=/home/buildroot/autobuild/instance-0/output-1/host/bin:$PATH support/scripts/apply-patches.sh /home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14 `dirname $p` `basename $p` || exit 1; fi done >>> linux-tools Patching if [ -f /home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14/tools/perf/Documentation/Makefile ]; then printf "%%:\n\t@:\n" >/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14/tools/perf/Documentation/GNUmakefile; fi >>> linux-tools Configuring >>> linux-tools Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14/tools HOSTCC="/usr/bin/gcc -O2 -isystem /home/buildroot/autobuild/instance-0/output-1/host/include -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" ARCH=mips INSTALL_MOD_PATH=/home/buildroot/autobuild/instance-0/output-1/target CROSS_COMPILE="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/home/buildroot/autobuild/instance-0/output-1/host/sbin/depmod CC=/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc LDFLAGS="" PKG_CONFIG_PATH=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig tmon make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14/tools' DESCEND thermal/tmon make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14/tools/thermal/tmon' /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -fstack-protector-strong -D VERSION=\"1.0\" -c -o tmon.o tmon.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -fstack-protector-strong -D VERSION=\"1.0\" -c -o tui.o tui.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -fstack-protector-strong -D VERSION=\"1.0\" -c -o sysfs.o sysfs.c tui.c: In function 'show_cooling_device': tui.c:216:40: warning: format '%d' expects argument of type 'int', but argument 7 has type 'long unsigned int' [-Wformat=] 216 | "%02d %12.12s%6d %6d", | ~~^ | | | int | %6ld ...... 219 | ptdata.cdi[j].cur_state, | ~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int tui.c:216:44: warning: format '%d' expects argument of type 'int', but argument 8 has type 'long unsigned int' [-Wformat=] 216 | "%02d %12.12s%6d %6d", | ~~^ | | | int | %6ld ...... 220 | ptdata.cdi[j].max_state); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int tmon.c: In function 'main': tmon.c:233:25: warning: 'strncpy' specified bound 20 equals destination size [-Wstringop-truncation] 233 | strncpy(ctrl_cdev, optarg, CDEV_NAME_SIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -fstack-protector-strong -D VERSION=\"1.0\" -c -o pid.o pid.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -fstack-protector-strong -D VERSION=\"1.0\" tmon.o tui.o sysfs.o pid.o -o tmon -lm -lpthread -lpanel -lncurses make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14/tools/thermal/tmon' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14/tools' >>> linux-tools Installing to staging directory >>> linux-tools Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/buildroot/autobuild/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> linux-tools Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14/tools HOSTCC="/usr/bin/gcc -O2 -isystem /home/buildroot/autobuild/instance-0/output-1/host/include -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" ARCH=mips INSTALL_MOD_PATH=/home/buildroot/autobuild/instance-0/output-1/target CROSS_COMPILE="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/home/buildroot/autobuild/instance-0/output-1/host/sbin/depmod CC=/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc LDFLAGS="" PKG_CONFIG_PATH=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig INSTALL_ROOT=/home/buildroot/autobuild/instance-0/output-1/target tmon_install make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14/tools' DESCEND thermal/tmon make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14/tools/thermal/tmon' install -m 755 -p -D "tmon" "/home/buildroot/autobuild/instance-0/output-1/target/usr/bin/tmon" make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14/tools/thermal/tmon' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14/tools' luksmeta-9.tar.bz2: OK (sha256: 2ca0c35b551b331ba1444fc9d36e8c48ff8cae53dd4e6155b028e8904edc202a) >>> luksmeta 9 Extracting bzcat /home/buildroot/autobuild/instance-0/dl/luksmeta/luksmeta-9.tar.bz2 | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9 -xf - >>> luksmeta 9 Patching >>> luksmeta 9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> luksmeta 9 Patching libtool patching file /home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8142 (offset 30 lines). Hunk #8 succeeded at 10771 (offset 61 lines). >>> luksmeta 9 Configuring (cd /home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes ac_cv_prog_A2X="" CONFIG_SITE=/dev/null ./configure --target=mips-buildroot-linux-gnu --host=mips-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking build system type... x86_64-pc-linux-gnu checking host system type... mips-buildroot-linux-gnu checking target system type... mips-buildroot-linux-gnu checking for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-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... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... yes checking for /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to accept ISO C99... none needed checking for a BSD-compatible install... /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c checking whether build environment is sane... yes checking for mips-buildroot-linux-gnu-strip... /bin/true checking for a thread-safe mkdir -p... /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc... none checking whether make supports nested variables... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm) 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 mips-buildroot-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 /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld option to reload object files... -r checking for mips-buildroot-linux-gnu-objdump... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for mips-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for mips-buildroot-linux-gnu-strip... (cached) /bin/true checking for mips-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /home/buildroot/autobuild/instance-0/output-1/host/bin/dd checking how to truncate binary pipes... /home/buildroot/autobuild/instance-0/output-1/host/bin/dd bs=4096 count=1 checking for mips-buildroot-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp 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 /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking pkg-config is at least version 0.25... yes checking for cryptsetup... yes checking for a2x... (cached) no configure: WARNING: asciidoc / a2x not found -- man pages will not be generated and installed! checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating luksmeta.pc config.status: creating Makefile config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> luksmeta 9 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9' /usr/bin/make all-am make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9' CC libluksmeta.lo CC crc32c.lo CC luksmeta.o CCLD libcrc32c.la CCLD libluksmeta.la libtool: warning: '/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib/libuuid.la' seems to be moved libtool: warning: '/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib/libblkid.la' seems to be moved CCLD luksmeta make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9' >>> luksmeta 9 Installing to staging directory PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9' /usr/bin/make install-am make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /bin/sh ./libtool --mode=install /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c libluksmeta.la '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 luksmeta.h '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 luksmeta.pc '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libluksmeta.so.0.0.0 /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libluksmeta.so.0.0.0 libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libluksmeta.so.0.0.0 libluksmeta.so.0 || { rm -f libluksmeta.so.0 && ln -s libluksmeta.so.0.0.0 libluksmeta.so.0; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libluksmeta.so.0.0.0 libluksmeta.so || { rm -f libluksmeta.so && ln -s libluksmeta.so.0.0.0 libluksmeta.so; }; }) libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libluksmeta.lai /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libluksmeta.la libtool: warning: remember to run 'libtool --finish /usr/lib' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin' /bin/sh ./libtool --mode=install /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c luksmeta '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin' libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c luksmeta /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/luksmeta make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9' >>> luksmeta 9 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/buildroot/autobuild/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> luksmeta 9 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target install -C /home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9' /usr/bin/make install-am make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/lib' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/include' /bin/sh ./libtool --mode=install /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c libluksmeta.la '/home/buildroot/autobuild/instance-0/output-1/target/usr/lib' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 luksmeta.h '/home/buildroot/autobuild/instance-0/output-1/target/usr/include' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 luksmeta.pc '/home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig' libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libluksmeta.so.0.0.0 /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libluksmeta.so.0.0.0 libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/target/usr/lib && { ln -s -f libluksmeta.so.0.0.0 libluksmeta.so.0 || { rm -f libluksmeta.so.0 && ln -s libluksmeta.so.0.0.0 libluksmeta.so.0; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/target/usr/lib && { ln -s -f libluksmeta.so.0.0.0 libluksmeta.so || { rm -f libluksmeta.so && ln -s libluksmeta.so.0.0.0 libluksmeta.so; }; }) libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libluksmeta.lai /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libluksmeta.la libtool: warning: remember to run 'libtool --finish /usr/lib' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/bin' /bin/sh ./libtool --mode=install /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c luksmeta '/home/buildroot/autobuild/instance-0/output-1/target/usr/bin' libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c luksmeta /home/buildroot/autobuild/instance-0/output-1/target/usr/bin/luksmeta make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/luksmeta-9' mbpfan-2.4.0.tar.gz: OK (sha256: e1cdcffaba52be215ae40a8568949190866d500d6ae2a1e96b71ab5372f3580b) >>> mbpfan 2.4.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/mbpfan/mbpfan-2.4.0.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/mbpfan-2.4.0 -xf - >>> mbpfan 2.4.0 Patching >>> mbpfan 2.4.0 Configuring >>> mbpfan 2.4.0 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" /usr/bin/make -j4 CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" -C /home/buildroot/autobuild/instance-0/output-1/build/mbpfan-2.4.0 make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mbpfan-2.4.0' mkdir -p bin Compiling src/daemon... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/daemon.c -osrc/daemon.o mkdir -p bin mkdir -p bin Compiling src/main... Compiling src/mbpfan... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/main.c -osrc/main.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/mbpfan.c -osrc/mbpfan.o mkdir -p bin Compiling src/settings... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/settings.c -osrc/settings.o src/daemon.c: In function 'read_pid': src/daemon.c:62:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 62 | fscanf(file, "%d", &pid); | ^~~~~~~~~~~~~~~~~~~~~~~~ src/mbpfan.c: In function 'retrieve_sensors': src/mbpfan.c:199:21: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 199 | fscanf(file, "%d", &s->temperature); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/mbpfan.c: In function 'read_value': src/mbpfan.c:246:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 246 | fscanf(file, "%d", &value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/mbpfan.c: In function 'read_value_str': src/mbpfan.c:256:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 256 | fgets(str, len, file); | ^~~~~~~~~~~~~~~~~~~~~ mkdir -p bin mkdir -p bin Compiling src/strmap... Compiling src/util... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/strmap.c -osrc/strmap.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 src/util.c -osrc/util.o mkdir -p bin Compiling tests/main... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 tests/main.c -otests/main.o mkdir -p bin Compiling tests/minunit... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -g -Wall -Wextra -Wno-unused-function -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=500 tests/minunit.c -otests/minunit.o Linking... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -g src/daemon.o src/main.o src/mbpfan.o src/settings.o src/strmap.o src/util.o -lm -o bin/mbpfan Linking... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -g tests/main.o tests/minunit.o src/daemon.o src/mbpfan.o src/settings.o src/strmap.o src/util.o -lm -o bin/mbpfan-tests make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mbpfan-2.4.0' >>> mbpfan 2.4.0 Installing to target /usr/bin/install -D -m 0644 /home/buildroot/autobuild/instance-0/output-1/build/mbpfan-2.4.0/mbpfan.conf /home/buildroot/autobuild/instance-0/output-1/target/etc/mbpfan.conf /usr/bin/install -m 0755 /home/buildroot/autobuild/instance-0/output-1/build/mbpfan-2.4.0/bin/mbpfan /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin/mbpfan mbw-2.0.tar.gz: OK (sha256: 557f670e13ff663086fe239e4184d8ca6154b004bd5fde2b0a748e5aa543c87f) >>> mbw 2.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/mbw/mbw-2.0.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/mbw-2.0 -xf - >>> mbw 2.0 Patching >>> mbw 2.0 Configuring (mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/mbw-2.0/ && cd /home/buildroot/autobuild/instance-0/output-1/build/mbw-2.0/ && rm -f CMakeCache.txt && PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/output-1/host/bin/cmake /home/buildroot/autobuild/instance-0/output-1/build/mbw-2.0/ -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/buildroot/autobuild/instance-0/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_RUNSTATEDIR="/run" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON ) -- The C compiler identification is GNU 12.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Configuring done (0.7s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_SHARED_LIBS BUILD_TEST BUILD_TESTING BUILD_TESTS CMAKE_INSTALL_RUNSTATEDIR -- Build files have been written to: /home/buildroot/autobuild/instance-0/output-1/build/mbw-2.0 >>> mbw 2.0 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/mbw-2.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mbw-2.0' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mbw-2.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mbw-2.0' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mbw-2.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mbw-2.0' [ 50%] Building C object CMakeFiles/mbw.dir/mbw.c.o [100%] Linking C executable mbw make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mbw-2.0' [100%] Built target mbw make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mbw-2.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mbw-2.0' >>> mbw 2.0 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target install/fast -C /home/buildroot/autobuild/instance-0/output-1/build/mbw-2.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mbw-2.0' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/bin/mbw make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mbw-2.0' mksh-R59c.tgz: OK (sha256: 77ae1665a337f1c48c61d6b961db3e52119b38e58884d1c89684af31f87bc506) >>> mksh 59c Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/mksh/mksh-R59c.tgz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/mksh-59c -xf - >>> mksh 59c Patching >>> mksh 59c Configuring >>> mksh 59c Building cd /home/buildroot/autobuild/instance-0/output-1/build/mksh-59c && PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" TARGET_OS=Linux PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no sh ./Build.sh For the build logs, demonstrate that /dev/null and /dev/tty exist: crw-rw-rw- 1 root root 1, 3 Dec 6 2022 /dev/null crw-rw-rw- 1 root tty 5, 0 Feb 6 2023 /dev/tty Hi from $MirOS: src/bin/mksh/Build.sh,v 1.763 2020/09/04 21:01:37 tg Exp $ on: $ uname -a >&2 | Linux br-autobuild-1.osuosl.org 6.0.11-300.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Dec 2 20:47:45 UTC 2022 x86_64 GNU/Linux Build.sh: Building the MirBSD Korn Shell R59 2020/10/31 on Linux ... Build.sh: Scanning for functions... please ignore any errors. ... which compiler type seems to be used $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -E -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN conftest.c | sed -n '/^ *[ce]t *= */s/^ *\([ce]t\) *= */\1=/p' | tr -d \\015 >x [ ct="gcc" [ et="unknown" $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -v conftest.c | Using built-in specs. | COLLECT_GCC=/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc.br_real | COLLECT_LTO_WRAPPER=/home/buildroot/autobuild/instance-0/output-1/host/libexec/gcc/mips-buildroot-linux-gnu/12.3.0/lto-wrapper | Target: mips-buildroot-linux-gnu | Configured with: ./configure --prefix=/home/buildroot/autobuild/instance-0/output-1/host --sysconfdir=/home/buildroot/autobuild/instance-0/output-1/host/etc --enable-static --target=mips-buildroot-linux-gnu --with-sysroot=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot --enable-__cxa_atexit --with-gnu-ld --disable-libssp --disable-multilib --disable-decimal-float --enable-plugins --enable-lto --with-gmp=/home/buildroot/autobuild/instance-0/output-1/host --with-mpc=/home/buildroot/autobuild/instance-0/output-1/host --with-mpfr=/home/buildroot/autobuild/instance-0/output-1/host --with-pkgversion='Buildroot 2023.08-rc3-37-g79c7a67a4c' --with-bugurl=http://bugs.buildroot.net/ --without-zstd --disable-libquadmath --disable-libquadmath-support --disable-libsanitizer --enable-tls --enable-threads --without-isl --without-cloog --with-arch=mips32r5 --with-abi=32 --with-nan=2008 --with-fp-32=xx --enable-languages=c --with-build-time-tools=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/bin --enable-shared --disable-libgomp | Thread model: posix | Supported LTO compression algorithms: zlib | gcc version 12.3.0 (Buildroot 2023.08-rc3-37-g79c7a67a4c) | COLLECT_GCC_OPTIONS='--sysroot=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot' '-fstack-protector-strong' '-D' '_LARGEFILE_SOURCE' '-D' '_LARGEFILE64_SOURCE' '-D' '_FILE_OFFSET_BITS=64' '-Og' '-g0' '-D' '_FORTIFY_SOURCE=1' '-I' '.' '-D' '_LARGEFILE_SOURCE' '-D' '_LARGEFILE64_SOURCE' '-D' '_FILE_OFFSET_BITS=64' '-D' 'MKSH_BUILDSH' '-D' '_GNU_SOURCE' '-D' 'SETUID_CAN_FAIL_WITH_EAGAIN' '-v' '-march=mips32r5' '-mabi=32' '-mnan=2008' '-mfpxx' '-mllsc' '-mips32r5' '-mno-shared' '-EB' '-dumpdir' 'a-' | /home/buildroot/autobuild/instance-0/output-1/host/libexec/gcc/mips-buildroot-linux-gnu/12.3.0/cc1 -quiet -v -I . -isysroot /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot -D _LARGEFILE_SOURCE -D _LARGEFILE64_SOURCE -D _FILE_OFFSET_BITS=64 -D _FORTIFY_SOURCE=1 -D _LARGEFILE_SOURCE -D _LARGEFILE64_SOURCE -D _FILE_OFFSET_BITS=64 -D MKSH_BUILDSH -D _GNU_SOURCE -D SETUID_CAN_FAIL_WITH_EAGAIN conftest.c -meb -quiet -dumpdir a- -dumpbase conftest.c -dumpbase-ext .c -march=mips32r5 -mabi=32 -mnan=2008 -mfpxx -mllsc -mips32r5 -mno-shared -g0 -Og -version -fstack-protector-strong -o /tmp/ccWiLJ29.s | GNU C17 (Buildroot 2023.08-rc3-37-g79c7a67a4c) version 12.3.0 (mips-buildroot-linux-gnu) | compiled by GNU C version 12.3.1 20230508 (Red Hat 12.3.1-1), GMP version 6.2.1, MPFR version 4.1.1, MPC version 1.2.1, isl version none | GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | ignoring nonexistent directory "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/local/include" | ignoring nonexistent directory "/home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/include" | #include "..." search starts here: | #include <...> search starts here: | . | /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/include | /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/include-fixed | /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include | End of search list. | GNU C17 (Buildroot 2023.08-rc3-37-g79c7a67a4c) version 12.3.0 (mips-buildroot-linux-gnu) | compiled by GNU C version 12.3.1 20230508 (Red Hat 12.3.1-1), GMP version 6.2.1, MPFR version 4.1.1, MPC version 1.2.1, isl version none | GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | Compiler executable checksum: 1131843e4c3d21917e38a981e88fe96d | COLLECT_GCC_OPTIONS='--sysroot=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot' '-fstack-protector-strong' '-D' '_LARGEFILE_SOURCE' '-D' '_LARGEFILE64_SOURCE' '-D' '_FILE_OFFSET_BITS=64' '-Og' '-g0' '-D' '_FORTIFY_SOURCE=1' '-I' '.' '-D' '_LARGEFILE_SOURCE' '-D' '_LARGEFILE64_SOURCE' '-D' '_FILE_OFFSET_BITS=64' '-D' 'MKSH_BUILDSH' '-D' '_GNU_SOURCE' '-D' 'SETUID_CAN_FAIL_WITH_EAGAIN' '-v' '-march=mips32r5' '-mabi=32' '-mnan=2008' '-mfpxx' '-mllsc' '-mips32r5' '-mno-shared' '-EB' '-dumpdir' 'a-' | /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/as -v -I . -EB -mips32r5 -O2 -g0 -mabi=32 -march=mips32r5 -mfpxx -mnan=2008 -mno-shared -KPIC -o /tmp/cctx77Cy.o /tmp/ccWiLJ29.s | GNU assembler version 2.40 (mips-buildroot-linux-gnu) using BFD version (GNU Binutils) 2.40 | COMPILER_PATH=/home/buildroot/autobuild/instance-0/output-1/host/libexec/gcc/mips-buildroot-linux-gnu/12.3.0/:/home/buildroot/autobuild/instance-0/output-1/host/libexec/gcc/mips-buildroot-linux-gnu/12.3.0/:/home/buildroot/autobuild/instance-0/output-1/host/libexec/gcc/mips-buildroot-linux-gnu/:/home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/:/home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/:/home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ | LIBRARY_PATH=/home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/:/home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/lib/:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/lib/:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/ | COLLECT_GCC_OPTIONS='--sysroot=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot' '-fstack-protector-strong' '-D' '_LARGEFILE_SOURCE' '-D' '_LARGEFILE64_SOURCE' '-D' '_FILE_OFFSET_BITS=64' '-Og' '-g0' '-D' '_FORTIFY_SOURCE=1' '-I' '.' '-D' '_LARGEFILE_SOURCE' '-D' '_LARGEFILE64_SOURCE' '-D' '_FILE_OFFSET_BITS=64' '-D' 'MKSH_BUILDSH' '-D' '_GNU_SOURCE' '-D' 'SETUID_CAN_FAIL_WITH_EAGAIN' '-v' '-march=mips32r5' '-mabi=32' '-mnan=2008' '-mfpxx' '-mllsc' '-mips32r5' '-mno-shared' '-EB' '-dumpdir' 'a.' | /home/buildroot/autobuild/instance-0/output-1/host/libexec/gcc/mips-buildroot-linux-gnu/12.3.0/collect2 -plugin /home/buildroot/autobuild/instance-0/output-1/host/libexec/gcc/mips-buildroot-linux-gnu/12.3.0/liblto_plugin.so -plugin-opt=/home/buildroot/autobuild/instance-0/output-1/host/libexec/gcc/mips-buildroot-linux-gnu/12.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cc7dfsww.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot --eh-frame-hdr -EB -mips32r5 -dynamic-linker /lib/ld-linux-mipsn8.so.1 -melf32btsmip /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/crt1.o /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/crti.o /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/crtbegin.o -L/home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0 -L/home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/lib -L/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/lib -L/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -z relro /tmp/cctx77Cy.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/crtend.o /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/crtn.o | COLLECT_GCC_OPTIONS='--sysroot=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot' '-fstack-protector-strong' '-D' '_LARGEFILE_SOURCE' '-D' '_LARGEFILE64_SOURCE' '-D' '_FILE_OFFSET_BITS=64' '-Og' '-g0' '-D' '_FORTIFY_SOURCE=1' '-I' '.' '-D' '_LARGEFILE_SOURCE' '-D' '_LARGEFILE64_SOURCE' '-D' '_FILE_OFFSET_BITS=64' '-D' 'MKSH_BUILDSH' '-D' '_GNU_SOURCE' '-D' 'SETUID_CAN_FAIL_WITH_EAGAIN' '-v' '-march=mips32r5' '-mabi=32' '-mnan=2008' '-mfpxx' '-mllsc' '-mips32r5' '-mno-shared' '-EB' '-dumpdir' 'a.' $ eval echo "\`$CC $CFLAGS $CPPFLAGS $LDFLAGS $NOWARN $LIBS -dumpmachine\`" \ "gcc\`$CC $CFLAGS $CPPFLAGS $LDFLAGS $NOWARN $LIBS -dumpversion\`" | mips-buildroot-linux-gnu gcc12.3.0 ==> which compiler type seems to be used... gcc ... if the compiler works $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> if the compiler works... yes ... if the compiler does not fail correctly $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: /tmp/ccpcxFma.o: in function `main': ] conftest.c:(.text+0x30): undefined reference to `thiswillneverbedefinedIhope' ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: conftest.c:(.text+0x34): undefined reference to `thiswillneverbedefinedIhope' ] collect2: error: ld returned 1 exit status ==> if the compiler does not fail correctly... no ==> if this could be tcc... no (implied) ... if -Wno-error can be used $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -Wno-error -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> if -Wno-error can be used... yes ... if -Werror can be used $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -Werror -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> if -Werror can be used... yes ... whether we can explicitly disable buggy GCC LTO $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> whether we can explicitly disable buggy GCC LTO... yes ... if -Wno-deprecated-declarations can be used $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> if -Wno-deprecated-declarations can be used... yes ... if -fno-asynchronous-unwind-tables can be used $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> if -fno-asynchronous-unwind-tables can be used... yes ... if -fno-strict-aliasing can be used $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> if -fno-strict-aliasing can be used... yes ... if -fstack-protector-strong can be used $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> if -fstack-protector-strong can be used... yes ... if -malign-data=abi can be used $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -malign-data=abi -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] mips-buildroot-linux-gnu-gcc.br_real: error: unrecognized command-line option '-malign-data=abi' ==> if -malign-data=abi can be used... no ... if -Wall can be used $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> if -Wall can be used... yes ... if -fwrapv can be used $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> if -fwrapv can be used... yes ==> if to rely on compiler for string pooling... yes (on demand) ... for __attribute__((__bounded__)) $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] conftest.c:10:5: error: 'bounded' attribute directive ignored [-Werror=attributes] ] 10 | __attribute__((__bounded__(__buffer__, 2, 3))); ] | ^~~~~~~~~~~~~ ] conftest.c:10:5: error: 'bounded' attribute directive ignored [-Werror=attributes] ] cc1: all warnings being treated as errors ==> for __attribute__((__bounded__))... no ... for __attribute__((__format__)) $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for __attribute__((__format__))... yes ... for __attribute__((__noreturn__)) $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for __attribute__((__noreturn__))... yes ... for __attribute__((__pure__)) $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for __attribute__((__pure__))... yes ... for __attribute__((__unused__)) $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for __attribute__((__unused__))... yes ... for __attribute__((__used__)) $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for __attribute__((__used__))... yes ... if a reduced-feature mksh is requested $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: /tmp/cc5SibNW.o: in function `main': ] conftest.c:(.text+0x30): undefined reference to `thiswillneverbedefinedIhope' ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: conftest.c:(.text+0x34): undefined reference to `thiswillneverbedefinedIhope' ] collect2: error: ld returned 1 exit status ==> if a reduced-feature mksh is requested... no ... if invoking as sh should be handled specially $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: /tmp/ccft4Ies.o: in function `main': ] conftest.c:(.text+0x30): undefined reference to `thiswillneverbedefinedIhope' ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: conftest.c:(.text+0x34): undefined reference to `thiswillneverbedefinedIhope' ] collect2: error: ld returned 1 exit status ==> if invoking as sh should be handled specially... no ... if mksh will be built without job control $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: /tmp/ccrgjiCz.o: in function `main': ] conftest.c:(.text+0x30): undefined reference to `thiswillneverbedefinedIhope' ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: conftest.c:(.text+0x34): undefined reference to `thiswillneverbedefinedIhope' ] collect2: error: ld returned 1 exit status ==> if mksh will be built without job control... no ... if mksh will be built without job signals $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: /tmp/ccWlKLXj.o: in function `main': ] conftest.c:(.text+0x30): undefined reference to `thiswillneverbedefinedIhope' ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: conftest.c:(.text+0x34): undefined reference to `thiswillneverbedefinedIhope' ] collect2: error: ld returned 1 exit status ==> if mksh will be built without job signals... no ... if the default UTF-8 mode is specified $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: /tmp/ccu9uVBK.o: in function `main': ] conftest.c:(.text+0x30): undefined reference to `thiswillneverbedefinedIhope' ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: conftest.c:(.text+0x34): undefined reference to `thiswillneverbedefinedIhope' ] collect2: error: ld returned 1 exit status ==> if the default UTF-8 mode is specified... no ==> if the default UTF-8 mode is disabled... no (implied) ... if the MidnightBSD 0.1 ash compatibility mode is requested $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: /tmp/ccVPxDCz.o: in function `main': ] conftest.c:(.text+0x30): undefined reference to `thiswillneverbedefinedIhope' ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: conftest.c:(.text+0x34): undefined reference to `thiswillneverbedefinedIhope' ] collect2: error: ld returned 1 exit status ==> if the MidnightBSD 0.1 ash compatibility mode is requested... no ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... whether and can both be included $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> whether and can both be included... yes ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] conftest.c:2:10: fatal error: sys/bsdtypes.h: No such file or directory ] 2 | #include ] | ^~~~~~~~~~~~~~~~ ] compilation terminated. ==> ... no ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] conftest.c:3:10: fatal error: sys/mkdev.h: No such file or directory ] 3 | #include ] | ^~~~~~~~~~~~~ ] compilation terminated. ==> ... no ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] conftest.c:2:10: fatal error: bstring.h: No such file or directory ] 2 | #include ] | ^~~~~~~~~~~ ] compilation terminated. ==> ... no ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] conftest.c:2:10: fatal error: io.h: No such file or directory ] 2 | #include ] | ^~~~~~ ] compilation terminated. ==> ... no ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] conftest.c:3:10: fatal error: libutil.h: No such file or directory ] 3 | #include ] | ^~~~~~~~~~~ ] compilation terminated. ==> ... no ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... for large file support $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for large file support... yes ==> ... with -D_FILE_OFFSET_BITS=64... no (implied) ==> ... with -D_LARGE_FILES=1... no (implied) ==> for standard 32-bit integer types... yes (implied) ==> for UCB 32-bit integer types... yes (implied) ==> for standard 8-bit integer type... yes (implied) ==> for UCB 8-bit integer type... yes (implied) ... sig_t $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> sig_t... yes ==> sighandler_t... no (implied) ==> __sighandler_t... no (implied) ... checking if the final link command may succeed /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -Wno-error -c conftest.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -fno-lto -o a.out conftest.o || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> checking if the final link command may succeed... yes ... the sys_errlist[] array and sys_nerr $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: /tmp/ccFDJZdr.o: in function `main': ] conftest.c:(.text+0x18): undefined reference to `sys_nerr' ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: conftest.c:(.text+0x28): undefined reference to `sys_errlist' ] collect2: error: ld returned 1 exit status ==> the sys_errlist[] array and sys_nerr... no ... the _sys_errlist[] array and _sys_nerr $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: /tmp/cc0GfHmL.o: in function `main': ] conftest.c:(.text+0x18): undefined reference to `_sys_nerr' ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: conftest.c:(.text+0x28): undefined reference to `_sys_errlist' ] collect2: error: ld returned 1 exit status ==> the _sys_errlist[] array and _sys_nerr... no ... the sys_signame[] array $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: /tmp/cctVIZkH.o: in function `main': ] conftest.c:(.text+0x18): undefined reference to `sys_signame' ] collect2: error: ld returned 1 exit status ==> the sys_signame[] array... no ... the _sys_signame[] array $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: /tmp/ccTvktgr.o: in function `main': ] conftest.c:(.text+0x18): undefined reference to `_sys_signame' ] collect2: error: ld returned 1 exit status ==> the _sys_signame[] array... no ... the sys_siglist[] array $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: /tmp/cc72rpKh.o: in function `main': ] conftest.c:(.text+0x18): undefined reference to `sys_siglist' ] collect2: error: ld returned 1 exit status ==> the sys_siglist[] array... no ... the _sys_siglist[] array $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: /tmp/ccbg4Tzo.o: in function `main': ] conftest.c:(.text+0x18): undefined reference to `_sys_siglist' ] collect2: error: ld returned 1 exit status ==> the _sys_siglist[] array... no ... flock $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> flock... yes ==> whether we can lock files with fcntl... yes (implied) ... getrlimit and setrlimit $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> getrlimit and setrlimit... yes ... rlim_t $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> rlim_t... yes ... getrusage $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> getrusage... yes ... getsid $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> getsid... yes ... gettimeofday $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> gettimeofday... yes ... killpg $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> killpg... yes ... memmove $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> memmove... yes ==> if to use mknod(), makedev() and friends... no (cached) ... for mmap and munmap $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for mmap and munmap... yes ... for ftruncate $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for ftruncate... yes ... nice $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> nice... yes ==> revoke... no (cached) ... setlocale(LC_CTYPE, "") $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> setlocale(LC_CTYPE, "")... yes ... nl_langinfo(CODESET) $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> nl_langinfo(CODESET)... yes ... select $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> select... yes ... setresugid $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> setresugid... yes ... setgroups $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> setgroups... yes ... strerror $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> strerror... yes ... strsignal $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> strsignal... yes ... strlcpy $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] conftest.c: In function 'main': ] conftest.c:2:40: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] ] 2 | int main(int ac, char *av[]) { return (strlcpy(*av, av[1], ] | ^~~~~~~ ] | strncpy ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: /tmp/ccm48Gly.o: in function `main': ] conftest.c:(.text+0x24): undefined reference to `strlcpy' ] /home/buildroot/autobuild/instance-0/output-1/host/lib/gcc/mips-buildroot-linux-gnu/12.3.0/../../../../mips-buildroot-linux-gnu/bin/ld: conftest.c:(.text+0x28): undefined reference to `strlcpy' ] collect2: error: ld returned 1 exit status ==> strlcpy... no ... for declaration of flock() $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for declaration of flock()... yes ==> for declaration of revoke()... yes (implied) ==> for declaration of sys_errlist[] and sys_nerr... no (implied) ==> for declaration of sys_siglist[]... no (implied) ... for struct stat.st_mtim.tv_nsec $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for struct stat.st_mtim.tv_nsec... yes ==> for struct stat.st_mtimensec... no (implied) ==> if to use persistent history... yes ... checking if the C Preprocessor supports -dD $ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -E -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -Wno-error -dD conftest.c >x ==> checking if the C Preprocessor supports -dD... yes ... done. Generating list of signal names... NSIG=128 ... ABRT=6 FPE=8 ILL=4 INT=2 SEGV=11 TERM=15 ALRM=14 BUS=10 CHLD=18 CONT=25 HUP=1 KILL=9 PIPE=13 QUIT=3 STOP=23 TSTP=24 TTIN=26 TTOU=27 USR1=16 USR2=17 POLL=22 PROF=29 SYS=12 TRAP=5 URG=21 VTALRM=28 XCPU=30 XFSZ=31 WINCH=20 EMT=7 PWR=19 done. Build.sh: Finished configuration testing, now producing output. + Running genopt on 'rlimits.opt'... + Running genopt on 'sh_flags.opt'... + Running genopt on 'ulimits.opt'... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c lalloc.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c edit.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c eval.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c exec.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c expr.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c funcs.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c histrap.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c jobs.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c lex.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c main.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c misc.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c shf.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c syn.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c tree.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c var.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c strlcpy.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c ulimit.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -fno-lto -o mksh lalloc.o edit.o eval.o exec.o expr.o funcs.o histrap.o jobs.o lex.o main.o misc.o shf.o syn.o tree.o var.o strlcpy.o ulimit.o || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done nroff -c -mdoc <'./lksh.1' >lksh.cat1 nroff -c -mdoc <'./mksh.1' >mksh.cat1 (set -- ''; . './FAQ2HTML.sh') size mksh text data bss dec hex filename 346701 4128 7968 358797 5798d mksh Installing the shell: # install -c -s -o root -g bin -m 555 mksh /bin/mksh # grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells # install -c -o root -g bin -m 444 dot.mkshrc /usr/share/doc/mksh/examples/ Installing the manual: # install -c -o root -g bin -m 444 FAQ.htm /usr/share/doc/mksh/ plus either # install -c -o root -g bin -m 444 lksh.cat1 /usr/share/man/cat1/lksh.0 # install -c -o root -g bin -m 444 mksh.cat1 /usr/share/man/cat1/mksh.0 or # install -c -o root -g bin -m 444 lksh.1 mksh.1 /usr/share/man/man1/ Run the regression test suite: ./test.sh Please also read the sample file dot.mkshrc and the fine manual. >>> mksh 59c Installing to target /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-0/output-1/build/mksh-59c/mksh /home/buildroot/autobuild/instance-0/output-1/target/bin/mksh moby-buildkit-0.11.6.tar.gz: OK (sha256: 1efa1c54b299c463c1b039d3df8ba1c68e70fe4de608fd14653fcebf9f27837b) >>> host-moby-buildkit 0.11.6 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/moby-buildkit/moby-buildkit-0.11.6.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/host-moby-buildkit-0.11.6 -xf - >>> host-moby-buildkit 0.11.6 Patching if [ ! -f /home/buildroot/autobuild/instance-0/output-1/build/host-moby-buildkit-0.11.6/go.mod ]; then printf "module github.com/moby/buildkit\n" > /home/buildroot/autobuild/instance-0/output-1/build/host-moby-buildkit-0.11.6/go.mod; fi >>> host-moby-buildkit 0.11.6 Configuring >>> host-moby-buildkit 0.11.6 Building cd /home/buildroot/autobuild/instance-0/output-1/build/host-moby-buildkit-0.11.6; GO111MODULE=on GOFLAGS=-mod=vendor GOROOT="/home/buildroot/autobuild/instance-0/output-1/host/lib/go" GOPATH="/home/buildroot/autobuild/instance-0/output-1/host/share/go-path" GOCACHE="/home/buildroot/autobuild/instance-0/output-1/host/share/go-cache" GOMODCACHE="/home/buildroot/autobuild/instance-0/output-1/host/share/go-path/pkg/mod" GOPROXY=off PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" GOBIN= CGO_ENABLED=1 GOOS="" GOARCH="" GOCACHE="/home/buildroot/autobuild/instance-0/output-1/host/share/host-go-cache" CC="/usr/bin/gcc" CXX="/usr/bin/g++" CGO_CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CGO_CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CGO_LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" /home/buildroot/autobuild/instance-0/output-1/host/bin/go build -v -ldflags "" -modcacherw -tags "cgo" -trimpath -p 4 -buildvcs=false -o /home/buildroot/autobuild/instance-0/output-1/build/host-moby-buildkit-0.11.6/bin/buildctl github.com/moby/buildkit/cmd/buildctl google.golang.org/protobuf/internal/flags google.golang.org/protobuf/internal/set github.com/docker/cli/cli/config/types google.golang.org/grpc/attributes google.golang.org/grpc/serviceconfig github.com/containerd/containerd/defaults hash/fnv google.golang.org/protobuf/internal/pragma github.com/containerd/continuity/pathdriver golang.org/x/sys/unix google.golang.org/protobuf/internal/version github.com/opencontainers/go-digest github.com/docker/docker-credential-helpers/credentials google.golang.org/protobuf/internal/detrand google.golang.org/protobuf/internal/errors golang.org/x/sys/execabs github.com/pkg/errors google.golang.org/protobuf/encoding/protowire github.com/docker/docker-credential-helpers/client google.golang.org/protobuf/reflect/protoreflect github.com/docker/docker/pkg/homedir github.com/docker/cli/cli/config/credentials github.com/gogo/protobuf/sortkeys github.com/gogo/protobuf/proto golang.org/x/net/internal/timeseries golang.org/x/net/trace google.golang.org/protobuf/internal/descfmt google.golang.org/protobuf/internal/descopts google.golang.org/protobuf/internal/strs google.golang.org/protobuf/internal/encoding/text google.golang.org/protobuf/internal/encoding/messageset google.golang.org/protobuf/internal/genid google.golang.org/protobuf/internal/order google.golang.org/protobuf/reflect/protoregistry google.golang.org/protobuf/internal/encoding/defval google.golang.org/protobuf/runtime/protoiface google.golang.org/grpc/backoff google.golang.org/grpc/internal/grpclog google.golang.org/protobuf/proto google.golang.org/grpc/grpclog google.golang.org/grpc/connectivity google.golang.org/grpc/internal/credentials google.golang.org/protobuf/internal/encoding/json github.com/containerd/continuity/devices github.com/containerd/continuity/sysx google.golang.org/protobuf/internal/filedesc github.com/containerd/continuity/driver google.golang.org/protobuf/encoding/prototext github.com/sirupsen/logrus google.golang.org/grpc/metadata google.golang.org/grpc/internal/grpcrand google.golang.org/grpc/codes google.golang.org/grpc/encoding google.golang.org/grpc/internal/backoff google.golang.org/grpc/internal/balancerload google.golang.org/grpc/internal/grpcutil google.golang.org/grpc/internal/buffer github.com/docker/cli/cli/config/configfile google.golang.org/grpc/internal/grpcsync google.golang.org/grpc/internal/envconfig golang.org/x/text/transform github.com/docker/cli/cli/config google.golang.org/protobuf/internal/encoding/tag golang.org/x/text/unicode/bidi google.golang.org/protobuf/encoding/protojson google.golang.org/protobuf/internal/impl github.com/gogo/protobuf/types golang.org/x/text/secure/bidirule golang.org/x/text/unicode/norm golang.org/x/net/http2/hpack google.golang.org/grpc/internal/syscall google.golang.org/grpc/keepalive google.golang.org/grpc/stats google.golang.org/grpc/tap net/http/httputil github.com/containerd/containerd/log github.com/opencontainers/image-spec/specs-go github.com/opencontainers/image-spec/specs-go/v1 github.com/gogo/protobuf/protoc-gen-gogo/descriptor golang.org/x/net/idna golang.org/x/net/http/httpguts github.com/gogo/protobuf/gogoproto golang.org/x/net/http2 github.com/moby/buildkit/util/apicaps/pb github.com/moby/buildkit/util/apicaps github.com/gogo/googleapis/google/rpc github.com/moby/buildkit/solver/pb google.golang.org/protobuf/internal/filetype google.golang.org/protobuf/runtime/protoimpl github.com/containerd/continuity/proto github.com/containerd/continuity google.golang.org/protobuf/types/descriptorpb google.golang.org/protobuf/types/known/anypb github.com/golang/protobuf/ptypes/any google.golang.org/protobuf/types/known/durationpb github.com/golang/protobuf/ptypes/duration google.golang.org/protobuf/types/known/timestamppb github.com/golang/protobuf/ptypes/timestamp google.golang.org/protobuf/reflect/protodesc google.golang.org/genproto/googleapis/rpc/status github.com/moby/buildkit/sourcepolicy/pb github.com/moby/buildkit/util/entitlements github.com/moby/buildkit/client/buildid github.com/moby/buildkit/client/connhelper github.com/docker/distribution/digestset github.com/google/shlex github.com/docker/distribution/reference github.com/moby/buildkit/api/types github.com/moby/buildkit/identity github.com/moby/buildkit/util/progress github.com/golang/protobuf/proto golang.org/x/crypto/internal/alias github.com/moby/buildkit/util/flightcontrol golang.org/x/crypto/chacha20 golang.org/x/crypto/curve25519/internal/field golang.org/x/crypto/ed25519 golang.org/x/crypto/internal/poly1305 golang.org/x/crypto/blowfish golang.org/x/crypto/curve25519 golang.org/x/sync/errgroup golang.org/x/crypto/ssh/internal/bcrypt_pbkdf github.com/gofrs/flock github.com/containerd/continuity/fs golang.org/x/crypto/ssh github.com/moby/buildkit/client/ociindex github.com/containerd/typeurl github.com/moby/buildkit/util/stack google.golang.org/grpc/credentials github.com/golang/protobuf/jsonpb google.golang.org/grpc/encoding/proto google.golang.org/grpc/internal/channelz google.golang.org/grpc/credentials/insecure github.com/golang/protobuf/ptypes google.golang.org/grpc/binarylog/grpc_binarylog_v1 google.golang.org/grpc/internal/pretty google.golang.org/grpc/resolver google.golang.org/grpc/channelz google.golang.org/grpc/internal/status google.golang.org/grpc/internal google.golang.org/grpc/internal/metadata google.golang.org/grpc/balancer google.golang.org/grpc/status google.golang.org/grpc/balancer/grpclb/state google.golang.org/grpc/internal/resolver/dns google.golang.org/grpc/balancer/base google.golang.org/grpc/internal/binarylog google.golang.org/grpc/balancer/roundrobin google.golang.org/grpc/internal/balancer/gracefulswitch google.golang.org/grpc/internal/serviceconfig google.golang.org/grpc/internal/resolver/passthrough google.golang.org/grpc/internal/resolver google.golang.org/grpc/internal/transport/networktype google.golang.org/grpc/internal/resolver/unix google.golang.org/grpc/peer github.com/containerd/containerd/errdefs google.golang.org/grpc/internal/transport github.com/moby/buildkit/util/system github.com/tonistiigi/fsutil/types github.com/containerd/containerd/filters github.com/containerd/containerd/content github.com/containerd/containerd/platforms github.com/containerd/containerd/content/local github.com/moby/buildkit/exporter/containerimage/exptypes go.opentelemetry.io/otel/internal github.com/moby/buildkit/util/sshutil go.opentelemetry.io/otel/codes go.opentelemetry.io/otel/attribute github.com/moby/buildkit/util/gitutil github.com/moby/sys/signal github.com/moby/buildkit/client/llb github.com/go-logr/logr github.com/go-logr/logr/funcr go.opentelemetry.io/otel/trace github.com/go-logr/stdr github.com/moby/buildkit/util/bklog go.opentelemetry.io/otel/semconv/v1.7.0 go.opentelemetry.io/otel/internal/baggage go.opentelemetry.io/otel/baggage google.golang.org/grpc go.opentelemetry.io/otel/propagation go.opentelemetry.io/otel/internal/global go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal go.opentelemetry.io/otel archive/tar text/scanner github.com/moby/buildkit/util/appdefaults go.opentelemetry.io/otel/sdk/instrumentation github.com/moby/patternmatcher go.opentelemetry.io/otel/sdk/resource go.opentelemetry.io/otel/sdk/internal go.opentelemetry.io/otel/sdk/internal/env runtime/trace go.opentelemetry.io/proto/otlp/common/v1 go.opentelemetry.io/otel/sdk/trace github.com/tonistiigi/fsutil go.opentelemetry.io/proto/otlp/resource/v1 go.opentelemetry.io/proto/otlp/trace/v1 github.com/golang/protobuf/protoc-gen-go/descriptor github.com/golang/protobuf/descriptor go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/tracetransform google.golang.org/protobuf/types/known/wrapperspb github.com/grpc-ecosystem/grpc-gateway/internal github.com/containerd/containerd/api/services/content/v1 github.com/grpc-ecosystem/go-grpc-middleware github.com/moby/buildkit/api/services/control github.com/moby/buildkit/util/grpcerrors go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc github.com/moby/buildkit/frontend/gateway/pb google.golang.org/grpc/health/grpc_health_v1 google.golang.org/grpc/health github.com/moby/buildkit/session github.com/containerd/containerd/content/proxy github.com/containerd/containerd/services/content/contentserver github.com/moby/buildkit/session/filesync github.com/moby/buildkit/session/content go.opentelemetry.io/otel/exporters/otlp/otlptrace github.com/golang/protobuf/ptypes/wrappers github.com/moby/buildkit/session/grpchijack github.com/grpc-ecosystem/grpc-gateway/utilities google.golang.org/genproto/googleapis/api/httpbody google.golang.org/protobuf/types/known/fieldmaskpb github.com/docker/cli/cli/connhelper/commandconn github.com/containerd/console google.golang.org/genproto/protobuf/field_mask github.com/grpc-ecosystem/grpc-gateway/runtime github.com/moby/buildkit/client/connhelper/dockercontainer github.com/moby/buildkit/client/connhelper/kubepod github.com/moby/buildkit/client/connhelper/podmancontainer github.com/moby/buildkit/client/connhelper/ssh github.com/moby/buildkit/session/secrets github.com/tonistiigi/units github.com/moby/buildkit/session/sshforward github.com/moby/buildkit/solver/result github.com/moby/buildkit/frontend/gateway/client github.com/moby/buildkit/session/secrets/secretsprovider github.com/moby/buildkit/frontend/gateway/grpcclient golang.org/x/crypto/ssh/agent github.com/moby/buildkit/util/appcontext github.com/cenkalti/backoff/v4 go.opentelemetry.io/proto/otlp/collector/trace/v1 go.opentelemetry.io/otel/exporters/otlp/internal/retry google.golang.org/grpc/encoding/gzip github.com/moby/buildkit/session/sshforward/sshprovider go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/otlpconfig github.com/moby/buildkit/util/tracing/otlptracegrpc google.golang.org/genproto/googleapis/rpc/errdetails go.opentelemetry.io/otel/sdk/trace/tracetest go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp github.com/russross/blackfriday/v2 github.com/moby/buildkit/client go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc github.com/morikuni/aec github.com/moby/buildkit/util/tracing/detect expvar image/color golang.org/x/time/rate github.com/tonistiigi/vt100 go.etcd.io/bbolt github.com/moby/buildkit/cmd/buildctl/build github.com/moby/buildkit/util/progress/progressui github.com/cpuguy83/go-md2man/v2/md2man github.com/urfave/cli github.com/containerd/containerd/remotes/errors github.com/containerd/containerd/version github.com/moby/buildkit/util/progress/progresswriter golang.org/x/net/context/ctxhttp github.com/containerd/containerd/remotes/docker/auth golang.org/x/crypto/nacl/sign github.com/moby/buildkit/session/auth github.com/moby/buildkit/solver/errdefs runtime/pprof github.com/moby/buildkit/util/tracing/detect/delegated database/sql/driver github.com/moby/buildkit/cmd/buildctl/common github.com/moby/buildkit/session/auth/authprovider internal/sysinfo testing github.com/pkg/profile github.com/moby/buildkit/util/profiler github.com/moby/buildkit/util/tracing/env github.com/moby/buildkit/version github.com/moby/buildkit/cmd/buildctl/debug go.opentelemetry.io/otel/exporters/jaeger/internal/third_party/thrift/lib/go/thrift go.opentelemetry.io/otel/exporters/jaeger/internal/gen-go/zipkincore go.opentelemetry.io/otel/exporters/jaeger/internal/gen-go/jaeger go.opentelemetry.io/otel/exporters/jaeger/internal/gen-go/agent go.opentelemetry.io/otel/exporters/jaeger github.com/moby/buildkit/util/tracing/detect/jaeger github.com/moby/buildkit/cmd/buildctl cd /home/buildroot/autobuild/instance-0/output-1/build/host-moby-buildkit-0.11.6; GO111MODULE=on GOFLAGS=-mod=vendor GOROOT="/home/buildroot/autobuild/instance-0/output-1/host/lib/go" GOPATH="/home/buildroot/autobuild/instance-0/output-1/host/share/go-path" GOCACHE="/home/buildroot/autobuild/instance-0/output-1/host/share/go-cache" GOMODCACHE="/home/buildroot/autobuild/instance-0/output-1/host/share/go-path/pkg/mod" GOPROXY=off PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" GOBIN= CGO_ENABLED=1 GOOS="" GOARCH="" GOCACHE="/home/buildroot/autobuild/instance-0/output-1/host/share/host-go-cache" CC="/usr/bin/gcc" CXX="/usr/bin/g++" CGO_CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CGO_CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CGO_LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" /home/buildroot/autobuild/instance-0/output-1/host/bin/go build -v -ldflags "" -modcacherw -tags "cgo" -trimpath -p 4 -buildvcs=false -o /home/buildroot/autobuild/instance-0/output-1/build/host-moby-buildkit-0.11.6/bin/buildkitd github.com/moby/buildkit/cmd/buildkitd github.com/klauspost/compress/internal/cpuinfo github.com/containerd/containerd/services github.com/klauspost/compress github.com/containerd/stargz-snapshotter/fs/config github.com/containerd/containerd/api/types github.com/containerd/containerd/api/types/task github.com/containerd/containerd/archive/tarheader github.com/containerd/containerd/api/services/containers/v1 github.com/containerd/containerd/api/services/events/v1 github.com/containerd/containerd/api/services/leases/v1 github.com/containerd/containerd/api/services/diff/v1 github.com/containerd/containerd/api/services/images/v1 github.com/containerd/containerd/api/services/introspection/v1 github.com/containerd/containerd/api/services/namespaces/v1 github.com/containerd/containerd/api/services/snapshots/v1 github.com/containerd/containerd/api/services/tasks/v1 github.com/containerd/containerd/api/services/version/v1 github.com/containerd/containerd/pkg/userns github.com/containerd/containerd/archive github.com/klauspost/compress/fse github.com/klauspost/compress/internal/snapref github.com/klauspost/compress/huff0 github.com/klauspost/compress/zstd/internal/xxhash github.com/containerd/fifo github.com/containerd/containerd/containers github.com/containerd/containerd/labels golang.org/x/sync/semaphore github.com/moby/sys/mountinfo github.com/containerd/containerd/cio github.com/containerd/containerd/mount github.com/klauspost/compress/zstd github.com/containerd/containerd/events github.com/containerd/containerd/reference github.com/containerd/containerd/reference/docker github.com/containerd/containerd/leases github.com/containerd/containerd/identifiers github.com/containerd/ttrpc github.com/containerd/containerd/leases/proxy github.com/containerd/containerd/pkg/cap github.com/containerd/containerd/snapshots github.com/opencontainers/runc/libcontainer/user github.com/opencontainers/runtime-spec/specs-go github.com/containerd/containerd/pkg/dialer github.com/containerd/containerd/pkg/kmutex github.com/docker/go-events plugin github.com/containerd/containerd/namespaces github.com/moby/locker github.com/containerd/containerd/events/exchange github.com/opencontainers/image-spec/identity github.com/containerd/containerd/runtime/linux/runctypes github.com/containerd/containerd/runtime/v2/runc/options github.com/google/uuid github.com/containerd/containerd/snapshots/proxy github.com/opencontainers/selinux/pkg/pwalkdir github.com/opencontainers/selinux/go-selinux github.com/containerd/containerd/pkg/seed github.com/containerd/containerd/plugin github.com/containerd/containerd/metadata/boltutil github.com/containerd/containerd/services/introspection github.com/containerd/containerd/snapshots/storage github.com/opencontainers/selinux/go-selinux/label github.com/containerd/containerd/snapshots/native github.com/containerd/containerd/contrib/seccomp/kernelversion github.com/containerd/containerd/sys github.com/containerd/containerd/archive/compression github.com/containerd/containerd/snapshots/overlay/overlayutils github.com/containerd/fuse-overlayfs-snapshotter github.com/containerd/stargz-snapshotter/estargz/errorutil github.com/containerd/containerd/images github.com/containerd/containerd/snapshots/overlay github.com/vbatts/tar-split/archive/tar github.com/golang/groupcache/lru github.com/containerd/stargz-snapshotter/util/cacheutil github.com/containerd/stargz-snapshotter/util/namedmutex github.com/containerd/containerd/diff github.com/containerd/containerd/images/archive github.com/containerd/containerd/oci github.com/containerd/containerd/remotes github.com/containerd/containerd/remotes/docker/schema1 github.com/containerd/containerd/rootfs github.com/containerd/stargz-snapshotter/estargz github.com/containerd/containerd/remotes/docker github.com/hashicorp/errwrap github.com/hashicorp/go-multierror github.com/beorn7/perks/quantile github.com/containerd/stargz-snapshotter/cache github.com/cespare/xxhash/v2 github.com/prometheus/client_model/go github.com/prometheus/common/model runtime/metrics github.com/matttproud/golang_protobuf_extensions/pbutil github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg github.com/prometheus/client_golang/prometheus/internal github.com/prometheus/common/expfmt github.com/containerd/containerd github.com/prometheus/procfs/internal/fs github.com/prometheus/procfs/internal/util github.com/prometheus/procfs github.com/containerd/stargz-snapshotter/estargz/zstdchunked github.com/containerd/stargz-snapshotter/metadata github.com/containerd/stargz-snapshotter/estargz/externaltoc github.com/containerd/stargz-snapshotter/fs/source github.com/containerd/stargz-snapshotter/util/testutil github.com/hashicorp/go-cleanhttp github.com/hashicorp/go-retryablehttp golang.org/x/sync/singleflight github.com/containerd/stargz-snapshotter/task github.com/hanwen/go-fuse/v2/splice github.com/hanwen/go-fuse/v2/internal github.com/hanwen/go-fuse/v2/fuse github.com/containerd/stargz-snapshotter/metadata/memory github.com/containerd/stargz-snapshotter/snapshot github.com/coreos/go-systemd/v22/activation github.com/coreos/go-systemd/v22/daemon github.com/moby/sys/sequential github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/system github.com/moby/buildkit/solver/internal/pipe github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/prometheus/client_golang/prometheus github.com/moby/buildkit/util/iohelper github.com/moby/buildkit/util/cond github.com/moby/buildkit/util/progress/controller github.com/hanwen/go-fuse/v2/fs github.com/moby/buildkit/util/compression go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace github.com/felixge/httpsnoop go.opentelemetry.io/otel/metric/number go.opentelemetry.io/otel/metric/unit go.opentelemetry.io/otel/metric/sdkapi go.opentelemetry.io/otel/metric go.opentelemetry.io/otel/internal/metric/registry github.com/moby/buildkit/util/resolver/limited go.opentelemetry.io/otel/internal/metric/global github.com/moby/buildkit/util/resolver/retryhandler github.com/containerd/containerd/diff/walking github.com/moby/buildkit/util/contentutil go.opentelemetry.io/otel/metric/global github.com/containerd/containerd/gc go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp github.com/containerd/containerd/images/converter github.com/containerd/stargz-snapshotter/fs/metrics/common github.com/prometheus/client_golang/prometheus/promhttp github.com/containerd/stargz-snapshotter/fs/reader github.com/containerd/stargz-snapshotter/fs/remote github.com/moby/buildkit/util/tracing github.com/moby/buildkit/solver github.com/moby/buildkit/cache/config github.com/moby/buildkit/cache/metadata github.com/containerd/stargz-snapshotter/fs/layer github.com/moby/buildkit/util/leaseutil github.com/moby/buildkit/util/overlay github.com/docker/go-metrics github.com/moby/buildkit/util/strutil github.com/moby/buildkit/util/rootless/mountopts github.com/moby/buildkit/snapshot github.com/armon/circbuf github.com/moby/buildkit/util/progress/logs github.com/moby/buildkit/util/pull/pullprogress github.com/moby/buildkit/util/winlayers github.com/moby/buildkit/frontend github.com/moby/buildkit/executor github.com/containerd/stargz-snapshotter/fs/metrics/layer github.com/moby/buildkit/cache github.com/docker/docker/api/types/strslice github.com/moby/buildkit/util/attestation github.com/moby/buildkit/exporter/containerimage/image github.com/moby/buildkit/source/types github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared github.com/containerd/stargz-snapshotter/fs github.com/moby/buildkit/util/buildinfo/types github.com/moby/buildkit/util/imageutil github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud github.com/Azure/azure-sdk-for-go/sdk/internal/log github.com/Azure/azure-sdk-for-go/sdk/azcore/policy github.com/Azure/azure-sdk-for-go/sdk/azcore/log github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log github.com/Azure/azure-sdk-for-go/sdk/azcore github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers github.com/Azure/azure-sdk-for-go/sdk/internal/diag github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo github.com/Azure/azure-sdk-for-go/sdk/internal/temporal github.com/Azure/azure-sdk-for-go/sdk/internal/uuid github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime github.com/kylelemons/godebug/diff github.com/kylelemons/godebug/pretty github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared github.com/golang-jwt/jwt/v4 github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local github.com/pkg/browser golang.org/x/crypto/pkcs12/internal/rc2 github.com/Azure/azure-sdk-for-go/sdk/azcore/to golang.org/x/crypto/pkcs12 github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens github.com/Azure/azure-sdk-for-go/sdk/storage/azblob github.com/dimchansky/utfbom github.com/tonistiigi/go-actions-cache github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth github.com/moby/buildkit/util/estargz github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/internal/storage github.com/moby/buildkit/exporter github.com/moby/buildkit/source github.com/moby/buildkit/worker github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base github.com/moby/buildkit/util/resolver/config github.com/moby/buildkit/util/resolver github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential github.com/moby/buildkit/cache/remotecache/v1 github.com/AzureAD/microsoft-authentication-library-for-go/apps/public github.com/moby/buildkit/util/push github.com/Azure/azure-sdk-for-go/sdk/azidentity github.com/aws/aws-sdk-go-v2/internal/rand github.com/moby/buildkit/cache/remotecache github.com/aws/aws-sdk-go-v2/internal/sdk github.com/aws/aws-sdk-go-v2/internal/sync/singleflight github.com/aws/smithy-go/logging github.com/aws/smithy-go/middleware github.com/aws/smithy-go/ptr github.com/aws/smithy-go/rand github.com/moby/buildkit/cache/remotecache/gha github.com/moby/buildkit/cache/remotecache/inline github.com/moby/buildkit/cache/remotecache/local github.com/moby/buildkit/cache/remotecache/registry github.com/aws/aws-sdk-go-v2/aws github.com/aws/smithy-go github.com/aws/smithy-go/time github.com/aws/smithy-go/transport/http/internal/io github.com/aws/aws-sdk-go-v2/aws/ratelimit github.com/aws/smithy-go/transport/http github.com/aws/aws-sdk-go-v2/internal/timeconv github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config github.com/aws/smithy-go/io github.com/aws/aws-sdk-go-v2/internal/sdkio github.com/aws/aws-sdk-go-v2/aws/protocol/restjson github.com/aws/aws-sdk-go-v2/internal/strings github.com/aws/smithy-go/encoding/httpbinding github.com/aws/aws-sdk-go-v2/credentials github.com/aws/aws-sdk-go-v2/credentials/processcreds github.com/aws/aws-sdk-go-v2/aws/middleware github.com/aws/aws-sdk-go-v2/aws/defaults github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4 github.com/aws/aws-sdk-go-v2/internal/configsources github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 github.com/aws/aws-sdk-go-v2/aws/transport/http github.com/aws/aws-sdk-go-v2/aws/retry github.com/aws/aws-sdk-go-v2/aws/signer/v4 github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints github.com/aws/smithy-go/document github.com/aws/aws-sdk-go-v2/aws/protocol/query github.com/aws/aws-sdk-go-v2/feature/ec2/imds github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client github.com/aws/aws-sdk-go-v2/service/sso/types github.com/aws/aws-sdk-go-v2/credentials/endpointcreds github.com/aws/aws-sdk-go-v2/service/sso github.com/aws/aws-sdk-go-v2/aws/protocol/xml github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds github.com/aws/aws-sdk-go-v2/service/internal/presigned-url github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints github.com/aws/aws-sdk-go-v2/service/sts/types github.com/moby/buildkit/cache/remotecache/azblob github.com/aws/smithy-go/encoding github.com/aws/aws-sdk-go-v2 github.com/aws/aws-sdk-go-v2/internal/ini github.com/aws/smithy-go/encoding/xml github.com/aws/aws-sdk-go-v2/service/sts github.com/aws/aws-sdk-go-v2/credentials/ssocreds github.com/aws/aws-sdk-go-v2/aws/arn github.com/jmespath/go-jmespath github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding github.com/aws/aws-sdk-go-v2/internal/v4a github.com/aws/aws-sdk-go-v2/service/internal/checksum github.com/aws/aws-sdk-go-v2/internal/awsutil github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints github.com/aws/aws-sdk-go-v2/service/s3/types github.com/aws/aws-sdk-go-v2/service/internal/s3shared github.com/aws/aws-sdk-go-v2/service/s3/internal/arn github.com/aws/smithy-go/sync github.com/aws/smithy-go/waiter github.com/aws/aws-sdk-go-v2/credentials/stscreds github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations github.com/pelletier/go-toml github.com/aws/aws-sdk-go-v2/config github.com/mitchellh/hashstructure/v2 github.com/aws/aws-sdk-go-v2/service/s3 github.com/moby/buildkit/cache/util github.com/moby/buildkit/solver/llbsolver/errdefs github.com/moby/buildkit/solver/llbsolver/mounts github.com/moby/buildkit/exporter/util/epoch github.com/moby/buildkit/frontend/attestations github.com/moby/buildkit/frontend/gateway github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/common github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v0.2 github.com/in-toto/in-toto-golang/in_toto/slsa_provenance/v0.1 github.com/secure-systems-lab/go-securesystemslib/cjson github.com/moby/buildkit/cmd/buildkitd/config github.com/secure-systems-lab/go-securesystemslib/dsse github.com/shibumi/go-pathspec github.com/package-url/packageurl-go github.com/in-toto/in-toto-golang/in_toto github.com/moby/buildkit/util/purl github.com/moby/buildkit/util/urlutil github.com/moby/buildkit/solver/llbsolver/provenance github.com/moby/buildkit/util/buildinfo github.com/spdx/tools-golang/spdx/common github.com/spdx/tools-golang/spdx/v2_2 github.com/moby/buildkit/control/gateway github.com/spdx/tools-golang/spdx/v2_3 github.com/moby/buildkit/exporter/attestation github.com/spdx/tools-golang/json compress/bzip2 github.com/moby/buildkit/exporter/containerimage github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/archive github.com/moby/sys/mount github.com/moby/buildkit/solver/llbsolver/ops/fileoptypes github.com/tonistiigi/fsutil/copy github.com/hashicorp/golang-lru/simplelru github.com/hashicorp/go-immutable-radix github.com/tonistiigi/go-archvariant github.com/moby/buildkit/util/archutil github.com/docker/docker/pkg/chrootarchive github.com/moby/buildkit/cache/contenthash github.com/moby/buildkit/util/wildcard github.com/moby/buildkit/sourcepolicy github.com/moby/buildkit/solver/llbsolver/file github.com/moby/buildkit/frontend/attestations/sbom github.com/moby/buildkit/util/throttle github.com/moby/buildkit/util/tracing/transform github.com/containerd/containerd/pkg/seccomp github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/profiles/seccomp github.com/moby/buildkit/util/entitlements/security github.com/moby/buildkit/solver/llbsolver/ops/opsutils github.com/moby/buildkit/util/network github.com/moby/buildkit/util/tracing/exec github.com/docker/go-units github.com/moby/buildkit/executor/oci github.com/docker/go-connections/nat github.com/moby/buildkit/solver/llbsolver/ops github.com/moby/buildkit/client/llb/imagemetaresolver github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/mount github.com/moby/buildkit/frontend/dockerfile/command github.com/docker/docker/api/types/container github.com/moby/buildkit/frontend/dockerfile/shell github.com/agext/levenshtein github.com/moby/buildkit/frontend/dockerfile/parser github.com/moby/buildkit/util/suggest github.com/moby/buildkit/frontend/subrequests github.com/moby/buildkit/frontend/dockerfile/instructions github.com/moby/buildkit/frontend/subrequests/outline github.com/moby/buildkit/frontend/subrequests/targets github.com/moby/buildkit/solver/llbsolver github.com/moby/buildkit/frontend/dockerfile/dockerignore github.com/moby/buildkit/frontend/gateway/forwarder github.com/moby/buildkit/frontend/dockerfile/dockerfile2llb github.com/moby/buildkit/solver/bboltcachestorage github.com/containernetworking/cni/pkg/types github.com/moby/buildkit/frontend/dockerfile/builder github.com/containernetworking/cni/pkg/types/internal github.com/containernetworking/cni/pkg/types/create github.com/containernetworking/cni/pkg/types/020 github.com/containernetworking/cni/pkg/types/040 github.com/containernetworking/cni/pkg/types/100 github.com/containernetworking/cni/pkg/version github.com/containernetworking/cni/pkg/invoke github.com/containernetworking/cni/pkg/utils github.com/moby/buildkit/solver/llbsolver/proc github.com/moby/buildkit/util/staticfs github.com/containernetworking/cni/libcni github.com/moby/buildkit/exporter/local github.com/containerd/go-cni github.com/moby/buildkit/exporter/oci github.com/moby/buildkit/util/network/cniprovider github.com/moby/buildkit/control github.com/moby/buildkit/util/network/netproviders github.com/moby/buildkit/exporter/tar github.com/moby/buildkit/snapshot/imagerefchecker github.com/moby/buildkit/util/pull github.com/moby/buildkit/source/containerimage github.com/moby/buildkit/source/git github.com/moby/buildkit/session/upload github.com/moby/buildkit/source/local github.com/moby/buildkit/util/rootless/specconv github.com/moby/buildkit/source/http github.com/moby/buildkit/executor/containerdexecutor github.com/moby/buildkit/snapshot/containerd github.com/moby/buildkit/worker/label github.com/containerd/containerd/diff/apply github.com/containerd/containerd/metadata github.com/containerd/go-runc github.com/moby/buildkit/worker/base github.com/moby/buildkit/executor/runcexecutor github.com/moby/buildkit/worker/containerd internal/profile github.com/moby/buildkit/worker/runc net/http/pprof github.com/aws/aws-sdk-go-v2/feature/s3/manager github.com/moby/buildkit/cache/remotecache/s3 github.com/moby/buildkit/cmd/buildkitd >>> host-moby-buildkit 0.11.6 Installing to host directory /usr/bin/install -D -m 0755 /home/buildroot/autobuild/instance-0/output-1/build/host-moby-buildkit-0.11.6/bin/buildctl /home/buildroot/autobuild/instance-0/output-1/host/bin/buildctl /usr/bin/install -D -m 0755 /home/buildroot/autobuild/instance-0/output-1/build/host-moby-buildkit-0.11.6/bin/buildkitd /home/buildroot/autobuild/instance-0/output-1/host/bin/buildkitd mosquitto-2.0.17.tar.gz: OK (sha256: 3be7a911236567c1a9fbe25baf3e3167004ba4a0c151a448ef1f7fc077dba52f) >>> mosquitto 2.0.17 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/mosquitto/mosquitto-2.0.17.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17 -xf - >>> mosquitto 2.0.17 Patching /usr/bin/sed -i -e '/-C cpp/d' /home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/lib/Makefile >>> mosquitto 2.0.17 Configuring >>> mosquitto 2.0.17 Building /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17 PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no DIRS="lib client" CLIENT_STATIC_LDADD="`/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config --libs openssl`" UNAME=Linux STRIP=true prefix=/usr WITH_WRAP=no WITH_DOCS=no WITH_STATIC_LIBRARIES=no WITH_SHARED_LIBRARIES=yes WITH_ADNS=yes WITH_THREADING=yes WITH_TLS=yes WITH_CJSON=no WITH_SRV=yes WITH_WEBSOCKETS=no make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17' set -e; for d in lib client; do /usr/bin/make -C ${d}; done make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/lib' /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c mosquitto.c -o mosquitto.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c actions.c -o actions.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c callbacks.c -o callbacks.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c connect.c -o connect.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_auth.c -o handle_auth.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_connack.c -o handle_connack.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_disconnect.c -o handle_disconnect.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_ping.c -o handle_ping.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_pubackcomp.c -o handle_pubackcomp.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_publish.c -o handle_publish.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_pubrec.c -o handle_pubrec.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_pubrel.c -o handle_pubrel.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_suback.c -o handle_suback.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_unsuback.c -o handle_unsuback.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c helpers.c -o helpers.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c logging_mosq.c -o logging_mosq.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c loop.c -o loop.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c memory_mosq.c -o memory_mosq.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c messages_mosq.c -o messages_mosq.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c misc_mosq.c -o misc_mosq.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c net_mosq_ocsp.c -o net_mosq_ocsp.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c net_mosq.c -o net_mosq.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c options.c -o options.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c packet_datatypes.c -o packet_datatypes.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c packet_mosq.c -o packet_mosq.o net_mosq.c: In function 'net__init_tls': net_mosq.c:190:9: warning: 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 190 | ENGINE_load_builtin_engines(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from net_mosq.c:58: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:358:28: note: declared here 358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ net_mosq.c: In function 'net__init_ssl_ctx': net_mosq.c:723:25: warning: 'ENGINE_by_id' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 723 | engine = ENGINE_by_id(mosq->tls_engine); | ^~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:336:31: note: declared here 336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); | ^~~~~~~~~~~~ net_mosq.c:728:25: warning: 'ENGINE_init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 728 | if(!ENGINE_init(engine)){ | ^~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:620:27: note: declared here 620 | OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e); | ^~~~~~~~~~~ net_mosq.c:730:33: warning: 'ENGINE_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 730 | ENGINE_free(engine); | ^~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:493:27: note: declared here 493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); | ^~~~~~~~~~~ net_mosq.c:733:25: warning: 'ENGINE_set_default' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 733 | ENGINE_set_default(engine, ENGINE_METHOD_ALL); | ^~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:708:27: note: declared here 708 | OSSL_DEPRECATEDIN_3_0 int ENGINE_set_default(ENGINE *e, unsigned int flags); | ^~~~~~~~~~~~~~~~~~ net_mosq.c:734:25: warning: 'ENGINE_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 734 | ENGINE_free(engine); /* release the structural reference from ENGINE_by_id() */ | ^~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:493:27: note: declared here 493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); | ^~~~~~~~~~~ net_mosq.c:743:33: warning: 'ENGINE_finish' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 743 | ENGINE_FINISH(engine); | ^~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:628:27: note: declared here 628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); | ^~~~~~~~~~~~~ net_mosq.c:753:33: warning: 'ENGINE_finish' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 753 | ENGINE_FINISH(engine); | ^~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:628:27: note: declared here 628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); | ^~~~~~~~~~~~~ net_mosq.c:778:41: warning: 'ENGINE_finish' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 778 | ENGINE_FINISH(engine); | ^~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:628:27: note: declared here 628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); | ^~~~~~~~~~~~~ net_mosq.c:789:49: warning: 'ENGINE_ctrl_cmd' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 789 | if(!ENGINE_ctrl_cmd(engine, ENGINE_SECRET_MODE, ENGINE_SECRET_MODE_SHA, NULL, NULL, 0)){ | ^~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:450:27: note: declared here 450 | OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, | ^~~~~~~~~~~~~~~ net_mosq.c:791:57: warning: 'ENGINE_finish' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 791 | ENGINE_FINISH(engine); | ^~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:628:27: note: declared here 628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); | ^~~~~~~~~~~~~ net_mosq.c:795:49: warning: 'ENGINE_ctrl_cmd' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 795 | if(!ENGINE_ctrl_cmd(engine, ENGINE_PIN, 0, mosq->tls_engine_kpass_sha1, NULL, 0)){ | ^~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:450:27: note: declared here 450 | OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, | ^~~~~~~~~~~~~~~ net_mosq.c:797:57: warning: 'ENGINE_finish' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 797 | ENGINE_FINISH(engine); | ^~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:628:27: note: declared here 628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); | ^~~~~~~~~~~~~ net_mosq.c:803:41: warning: 'ENGINE_load_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 803 | pkey = ENGINE_load_private_key(engine, mosq->tls_keyfile, ui_method, NULL); | ^~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:638:11: note: declared here 638 | EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, | ^~~~~~~~~~~~~~~~~~~~~~~ net_mosq.c:806:49: warning: 'ENGINE_finish' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 806 | ENGINE_FINISH(engine); | ^~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:628:27: note: declared here 628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); | ^~~~~~~~~~~~~ net_mosq.c:812:49: warning: 'ENGINE_finish' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 812 | ENGINE_FINISH(engine); | ^~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:628:27: note: declared here 628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); | ^~~~~~~~~~~~~ net_mosq.c:826:49: warning: 'ENGINE_finish' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 826 | ENGINE_FINISH(engine); | ^~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:628:27: note: declared here 628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); | ^~~~~~~~~~~~~ net_mosq.c:836:41: warning: 'ENGINE_finish' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 836 | ENGINE_FINISH(engine); | ^~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:628:27: note: declared here 628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e); | ^~~~~~~~~~~~~ options.c: In function 'mosquitto_string_option': options.c:300:33: warning: 'ENGINE_by_id' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 300 | eng = ENGINE_by_id(value); | ^~~ In file included from options.c:31: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:336:31: note: declared here 336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); | ^~~~~~~~~~~~ options.c:304:33: warning: 'ENGINE_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 304 | ENGINE_free(eng); /* release the structural reference from ENGINE_by_id() */ | ^~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:493:27: note: declared here 493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); | ^~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c property_mosq.c -o property_mosq.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c read_handle.c -o read_handle.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c send_connect.c -o send_connect.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c send_disconnect.c -o send_disconnect.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c send_mosq.c -o send_mosq.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c send_publish.c -o send_publish.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c send_subscribe.c -o send_subscribe.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c send_unsubscribe.c -o send_unsubscribe.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c socks_mosq.c -o socks_mosq.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c srv_mosq.c -o srv_mosq.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c strings_mosq.c -o strings_mosq.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c thread_mosq.c -o thread_mosq.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c time_mosq.c -o time_mosq.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c tls_mosq.c -o tls_mosq.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c utf8_mosq.c -o utf8_mosq.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c util_mosq.c -o util_mosq.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c util_topic.c -o util_topic.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -c will_mosq.c -o will_mosq.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -shared -Wl,--version-script=linker.version -Wl,-soname,libmosquitto.so.1 -pthread mosquitto.o actions.o callbacks.o connect.o handle_auth.o handle_connack.o handle_disconnect.o handle_ping.o handle_pubackcomp.o handle_publish.o handle_pubrec.o handle_pubrel.o handle_suback.o handle_unsuback.o helpers.o logging_mosq.o loop.o memory_mosq.o messages_mosq.o misc_mosq.o net_mosq_ocsp.o net_mosq.o options.o packet_datatypes.o packet_mosq.o property_mosq.o read_handle.o send_connect.o send_disconnect.o send_mosq.o send_publish.o send_subscribe.o send_unsubscribe.o socks_mosq.o srv_mosq.o strings_mosq.o thread_mosq.o time_mosq.o tls_mosq.o utf8_mosq.o util_mosq.o util_topic.o will_mosq.o -o libmosquitto.so.1 -lrt -lssl -lcrypto -lcares make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/lib' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/client' /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DVERSION="\"2.0.17\"" -c pub_client.c -o pub_client.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DVERSION="\"2.0.17\"" -c pub_shared.c -o pub_shared.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DVERSION="\"2.0.17\"" -c client_shared.c -o client_shared.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DVERSION="\"2.0.17\"" -c client_props.c -o client_props.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DVERSION="\"2.0.17\"" -c sub_client.c -o sub_client.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DVERSION="\"2.0.17\"" -c sub_client_output.c -o sub_client_output.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DVERSION="\"2.0.17\"" -c rr_client.c -o rr_client.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -L../lib pub_client.o pub_shared.o client_shared.o client_props.o -o mosquitto_pub ../lib/libmosquitto.so.1 /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -L../lib sub_client.o sub_client_output.o client_shared.o client_props.o -o mosquitto_sub ../lib/libmosquitto.so.1 /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -L../lib rr_client.o client_shared.o client_props.o pub_shared.o sub_client_output.o -o mosquitto_rr ../lib/libmosquitto.so.1 make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/client' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17' >>> mosquitto 2.0.17 Installing to staging directory /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17 PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no DIRS="lib client" CLIENT_STATIC_LDADD="`/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config --libs openssl`" UNAME=Linux STRIP=true prefix=/usr WITH_WRAP=no WITH_DOCS=no WITH_STATIC_LIBRARIES=no WITH_SHARED_LIBRARIES=yes WITH_ADNS=yes WITH_THREADING=yes WITH_TLS=yes WITH_CJSON=no WITH_SRV=yes WITH_WEBSOCKETS=no DESTDIR=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot install make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17' set -e; for d in lib client; do /usr/bin/make -C ${d}; done make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/lib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/lib' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/client' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/client' set -e; for d in lib client; do /usr/bin/make -C ${d} install; done make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/lib' install -d "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/" install libmosquitto.so.1 "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmosquitto.so.1" ln -sf libmosquitto.so.1 "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmosquitto.so" install -d "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/" install ../include/mosquitto.h "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mosquitto.h" install ../include/mqtt_protocol.h "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mqtt_protocol.h" install -d "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig" install -m644 ../libmosquitto.pc.in "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/libmosquitto.pc" sed -i -e "s#@CMAKE_INSTALL_PREFIX@#/usr#" -e "s#@VERSION@#2.0.17#" "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/libmosquitto.pc" make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/lib' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/client' install -d "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin" install mosquitto_pub "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/mosquitto_pub" install mosquitto_sub "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/mosquitto_sub" install mosquitto_rr "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/mosquitto_rr" make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/client' install -d "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/etc/mosquitto" install -m 644 mosquitto.conf "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/etc/mosquitto/mosquitto.conf.example" install -m 644 aclfile.example "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/etc/mosquitto/aclfile.example" install -m 644 pwfile.example "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/etc/mosquitto/pwfile.example" install -m 644 pskfile.example "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/etc/mosquitto/pskfile.example" make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17' >>> mosquitto 2.0.17 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/buildroot/autobuild/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> mosquitto 2.0.17 Installing to target /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17 PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no DIRS="lib client" CLIENT_STATIC_LDADD="`/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config --libs openssl`" UNAME=Linux STRIP=true prefix=/usr WITH_WRAP=no WITH_DOCS=no WITH_STATIC_LIBRARIES=no WITH_SHARED_LIBRARIES=yes WITH_ADNS=yes WITH_THREADING=yes WITH_TLS=yes WITH_CJSON=no WITH_SRV=yes WITH_WEBSOCKETS=no DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target install make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17' set -e; for d in lib client; do /usr/bin/make -C ${d}; done make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/lib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/lib' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/client' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/client' set -e; for d in lib client; do /usr/bin/make -C ${d} install; done make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/lib' install -d "/home/buildroot/autobuild/instance-0/output-1/target/usr/lib/" install libmosquitto.so.1 "/home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libmosquitto.so.1" ln -sf libmosquitto.so.1 "/home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libmosquitto.so" install -d "/home/buildroot/autobuild/instance-0/output-1/target/usr/include/" install ../include/mosquitto.h "/home/buildroot/autobuild/instance-0/output-1/target/usr/include/mosquitto.h" install ../include/mqtt_protocol.h "/home/buildroot/autobuild/instance-0/output-1/target/usr/include/mqtt_protocol.h" install -d "/home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig" install -m644 ../libmosquitto.pc.in "/home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig/libmosquitto.pc" sed -i -e "s#@CMAKE_INSTALL_PREFIX@#/usr#" -e "s#@VERSION@#2.0.17#" "/home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig/libmosquitto.pc" make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/lib' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/client' install -d "/home/buildroot/autobuild/instance-0/output-1/target/usr/bin" install mosquitto_pub "/home/buildroot/autobuild/instance-0/output-1/target/usr/bin/mosquitto_pub" install mosquitto_sub "/home/buildroot/autobuild/instance-0/output-1/target/usr/bin/mosquitto_sub" install mosquitto_rr "/home/buildroot/autobuild/instance-0/output-1/target/usr/bin/mosquitto_rr" make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/client' install -d "/home/buildroot/autobuild/instance-0/output-1/target/etc/mosquitto" install -m 644 mosquitto.conf "/home/buildroot/autobuild/instance-0/output-1/target/etc/mosquitto/mosquitto.conf.example" install -m 644 aclfile.example "/home/buildroot/autobuild/instance-0/output-1/target/etc/mosquitto/aclfile.example" install -m 644 pwfile.example "/home/buildroot/autobuild/instance-0/output-1/target/etc/mosquitto/pwfile.example" install -m 644 pskfile.example "/home/buildroot/autobuild/instance-0/output-1/target/etc/mosquitto/pskfile.example" make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17' rm -f /home/buildroot/autobuild/instance-0/output-1/target/etc/mosquitto/*.example /usr/bin/install -D -m 0644 /home/buildroot/autobuild/instance-0/output-1/build/mosquitto-2.0.17/mosquitto.conf /home/buildroot/autobuild/instance-0/output-1/target/etc/mosquitto/mosquitto.conf slang-2.3.3.tar.bz2: OK (sha1: 38d9b8e80e4336f76dff3e1d85761d2d0f713595) slang-2.3.3.tar.bz2: OK (sha256: f9145054ae131973c61208ea82486d5dd10e3c5cdad23b7c4a0617743c8f5a18) >>> slang 2.3.3 Extracting bzcat /home/buildroot/autobuild/instance-0/dl/slang/slang-2.3.3.tar.bz2 | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3 -xf - >>> slang 2.3.3 Patching Applying 0001-slsh-libs.patch using patch: patching file slsh/Makefile.in Hunk #1 succeeded at 92 with fuzz 2. /usr/bin/sed -i -e '/^TERMCAP=/s:=.*:=:' /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/configure >>> slang 2.3.3 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3 -name $file); do cp support/gnuconfig/$file $i; done; done >>> slang 2.3.3 Patching libtool >>> slang 2.3.3 Configuring (cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes ac_cv_path_nc5config=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/ncurses6-config CONFIG_SITE=/dev/null ./configure --target=mips-buildroot-linux-gnu --host=mips-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --with-onig=no --with-png=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr --with-pcre=no --with-z=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr --with-readline=gnu ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking build system type... x86_64-pc-linux-gnu checking host system type... mips-buildroot-linux-gnu checking for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-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... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc needs -traditional... no checking C compiler that understands ANSI prototypes... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc looks ok. Good. checking whether make sets $(MAKE)... yes checking for mips-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib checking for a BSD-compatible install... /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c checking terminfo layout... default checking type of readline support for slsh... gnu checking for slsyswrap... no checking for X... no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for memory.h... (cached) yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking xlocale.h usability... no checking xlocale.h presence... no checking for xlocale.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.h... yes checking for sys/types.h... (cached) yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking floatingpoint.h usability... no checking floatingpoint.h presence... no checking for floatingpoint.h... no checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking nan.h usability... no checking nan.h presence... no checking for nan.h... no checking fenv.h usability... yes checking fenv.h presence... yes checking for fenv.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for mode_t... yes checking for pid_t... yes checking for uid_t in sys/types.h... yes checking for socklen_t... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for memset... yes checking for memcpy... yes checking for putenv... yes checking for getcwd... yes checking for setlocale... yes checking for tcgetattr... yes checking for tcsetattr... yes checking for cfgetospeed... yes checking for sigaction... yes checking for sigemptyset... yes checking for sigprocmask... yes checking for sigaddset... yes checking for alarm... yes checking for pause... yes checking for vfscanf... yes checking for lstat... yes checking for readlink... yes checking for symlink... yes checking for link... yes checking for kill... yes checking for killpg... yes checking for snprintf... yes checking for vsnprintf... yes checking for getppid... yes checking for getegid... yes checking for geteuid... yes checking for getuid... yes checking for getgid... yes checking for setgid... yes checking for setuid... yes checking for setpgid... yes checking for getpgid... yes checking for setpgrp... yes checking for getpgrp... yes checking for setsid... yes checking for getsid... yes checking for mmap... yes checking for chown... yes checking for lchown... yes checking for popen... yes checking for mkfifo... yes checking for atexit... yes checking for on_exit... yes checking for umask... yes checking for uname... yes checking for times... yes checking for gmtime... yes checking for mktime... yes checking for gettimeofday... yes checking for getitimer... yes checking for setitimer... yes checking for gmtime_r... yes checking for ctime_r... yes checking for localtime_r... yes checking for strtod... yes checking for atoll... yes checking for strtoll... yes checking for issetugid... no checking for isnan... yes checking for finite... yes checking for isinf... yes checking for round... no checking for siglongjmp... yes checking for fork... yes checking for waitpid... yes checking for socket... yes checking for socketpair... yes checking for confstr... yes checking for pathconf... yes checking for getpriority... yes checking for setpriority... yes checking for getrusage... yes checking for setvbuf... yes checking for utime... yes checking for utimes... yes checking for ttyname... yes checking for ttyname_r... yes checking for newlocale... yes checking for strtod_l... yes checking for localeconv... yes checking for statvfs... yes checking for flock... yes checking for nl_langinfo and CODESET... yes checking for environ variable... yes checking for acosh in -lm... yes checking for asinh in -lm... yes checking for atanh in -lm... yes checking for hypot in -lm... yes checking for atan2 in -lm... yes checking for frexp in -lm... yes checking for frexpf in -lm... yes checking for ldexp in -lm... yes checking for ldexpf in -lm... yes checking for sincos in -lm... yes checking for sincosf in -lm... yes checking for feclearexcept in -lm... yes checking for fpsetsticky in -lm... no checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for dlopen in -ldl... yes checking size of short... 2 checking size of int... 4 checking size of long... 4 checking size of float... 4 checking size of double... 8 checking for ptrdiff_t... yes checking for size_t... yes checking size of size_t... 4 checking for long long... yes checking size of long long... 8 checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for off_t... yes checking size of off_t... 8 checking for ncurses5-config... (cached) /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/ncurses6-config checking for terminfo... yes checking for the pcre library and header files ... no checking for the onig library and header files oniguruma.h... no checking for the png library and header files ... yes: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib and /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include checking for the z library and header files zlib.h... yes: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib and /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include checking for the iconv library and header files ... no checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for sysconf... yes checking SLANG_VERSION... 2.3.3 configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating slsh/Makefile config.status: creating modules/Makefile config.status: creating demo/Makefile config.status: creating slang.pc config.status: creating src/sysconf.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared Configuration complete. You may need to edit src/Makefile. You are compiling SLANG with the following compiler configuration: CC = /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc CFLAGS = -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 LDFLAGS = -Wl,-export-dynamic ELF_CC = $(CC) ELF_LINK = $(CC) $(LDFLAGS) -shared -Wl,-O1 -Wl,--version-script,$(VERSION_SCRIPT) -Wl,-soname,$(ELFLIB_MAJOR) ELF_CFLAGS= $(CFLAGS) $(CPPFLAGS) -fPIC prefix: /usr exec_prefix: /usr Installation Lib Dir: ${exec_prefix}/lib Installation Include Dir: ${prefix}/include See also src/sl-feat.h for various features. The following modules that depend upon external libraries will be built: png z iconv While not required, it is recommended that you install the following libraries and reconfigure so that the corresponding modules can be built: pcre oniguruma Type 'make' to build a shared version of the library. Type 'make help' for more options >>> slang 2.3.3 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j1 -C /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3' cd src; /usr/bin/make elf make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src' /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs touch /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs/tstamp cp sysconf.h config.h cp terminfo/default.inc terminfo.inc cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG -DMISC_TERMINFO_DIRS='"/usr/share/terminfo"' /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/sltermin.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/sldisply.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slutty.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slang.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slarray.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slclass.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slcmd.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slerr.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slgetkey.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slkeymap.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slmalloc.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slmath.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slmemchr.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slmemcmp.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slmemcpy.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slmemset.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slmisc.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slparse.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slprepr.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slregexp.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slrline.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slsearch.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slsmg.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG -DSLANG_DOC_DIR='"/usr/share/doc/slang/v2"' -DSLANG_INSTALL_PREFIX='"/usr"' /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slstd.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/sltoken.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/sltypes.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slxstrng.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slcurses.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slscroll.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slsignal.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slkeypad.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slerrno.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slstring.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slstruct.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slcmplex.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slarrfun.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG -DMODULE_INSTALL_DIR='"/usr/lib/slang/v2/modules"' -DMODULE_PATH_ENV_NAME='"SLANG_MODULE_PATH"' /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slimport.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slpath.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slarith.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slassoc.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slcompat.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slposdir.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slstdio.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slproc.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/sltime.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slstrops.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slbstr.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slpack.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slintall.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slistruc.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slposio.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slnspace.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slarrmis.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slospath.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slscanf.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/sllower.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slupper.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slischar.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slutf8.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slwcwidth.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slwclut.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slcommon.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/sllist.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slexcept.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slfpu.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slsig.c cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -fPIC -Dunix -DSLANG /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slboseos.c rm -f /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs/libslang.so.2.3.3 cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -shared -Wl,-O1 -Wl,--version-script,/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slang.ver -Wl,-soname,libslang.so.2 -o libslang.so.2.3.3 sltermin.o sldisply.o slutty.o slang.o slarray.o slclass.o slcmd.o slerr.o slgetkey.o slkeymap.o slmalloc.o slmath.o slmemchr.o slmemcmp.o slmemcpy.o slmemset.o slmisc.o slparse.o slprepr.o slregexp.o slrline.o slsearch.o slsmg.o slstd.o sltoken.o sltypes.o slxstrng.o slcurses.o slscroll.o slsignal.o slkeypad.o slerrno.o slstring.o slstruct.o slcmplex.o slarrfun.o slimport.o slpath.o slarith.o slassoc.o slcompat.o slposdir.o slstdio.o slproc.o sltime.o slstrops.o slbstr.o slpack.o slintall.o slistruc.o slposio.o slnspace.o slarrmis.o slospath.o slscanf.o sllower.o slupper.o slischar.o slutf8.o slwcwidth.o slwclut.o slcommon.o sllist.o slexcept.o slfpu.o slsig.o slboseos.o -ldl -lm -lc if [ libslang.so.2 != libslang.so.2.3.3 ]; then \ cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && rm -f libslang.so.2 && /bin/ln -sf libslang.so.2.3.3 libslang.so.2; \ fi cd /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs && rm -f libslang.so && /bin/ln -sf libslang.so.2.3.3 libslang.so libslang.so.2.3.3 created in /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs. The link libslang.so to libslang.so.2.3.3 was also created. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src' cd slsh; /usr/bin/make all make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/slsh' /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh objs mkdir -p -- objs touch objs/tstamp cp ../src/config.h . cd objs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -DSLSH_CONF_DIR='"/etc"' -DSLSH_PATH='"/usr/share/slsh"' -DSLSH_CONF_DIR_ENV='"SLSH_CONF_DIR"' -DSLSH_LIB_DIR_ENV='"SLSH_LIB_DIR"' -DSLSH_PATH_ENV='"SLSH_PATH"' /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/slsh/slsh.c cd objs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -DSLSH_CONF_DIR='"/etc"' -DSLSH_PATH='"/usr/share/slsh"' -DSLSH_CONF_DIR_ENV='"SLSH_CONF_DIR"' -DSLSH_LIB_DIR_ENV='"SLSH_LIB_DIR"' -DSLSH_PATH_ENV='"SLSH_PATH"' -DUSE_GNU_READLINE=1 /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/slsh/readline.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc objs/slsh.o objs/readline.o -o objs/slsh_exe -Wl,-export-dynamic -L/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs -lslang -lreadline -ldl -lm make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/slsh' cd modules; /usr/bin/make all make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules' /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh objs mkdir -p -- objs touch objs/tstamp cp Makefile objs cd objs && /usr/bin/make slsmg-module.so termios-module.so select-module.so fcntl-module.so varray-module.so socket-module.so rand-module.so fork-module.so csv-module.so base64-module.so chksum-module.so histogram-module.so stats-module.so json-module.so png-module.so iconv-module.so zlib-module.so sysconf-module.so make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/objs' cp /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/config.h /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/config.h /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/slsmg-module.c -o slsmg-module.so -Wl,-R/usr/lib:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/termios-module.c -o termios-module.so -Wl,-R/usr/lib:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/select-module.c -o select-module.so -Wl,-R/usr/lib:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/fcntl-module.c -o fcntl-module.so -Wl,-R/usr/lib:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/varray-module.c -o varray-module.so -Wl,-R/usr/lib:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/socket-module.c -o socket-module.so -Wl,-R/usr/lib:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/rand-module.c -o rand-module.so -Wl,-R/usr/lib:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/fork-module.c -o fork-module.so -Wl,-R/usr/lib:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/csv-module.c -o csv-module.so -Wl,-R/usr/lib:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/base64-module.c -o base64-module.so -Wl,-R/usr/lib:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -c /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/chksum-module.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -c /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/chksum_md5.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -c /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/chksum_sha1.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -c /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/chksum_sha2.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -c /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/chksum_crc.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src chksum-module.o chksum_md5.o chksum_sha1.o chksum_sha2.o chksum_crc.o -o chksum-module.so -Wl,-R/usr/lib:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/histogram-module.c -o histogram-module.so -Wl,-R/usr/lib:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -c /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/stats-module.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -c /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/stats_kendall.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src stats-module.o stats_kendall.o -o stats-module.so -Wl,-R/usr/lib:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/json-module.c -o json-module.so -Wl,-R/usr/lib:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/png-module.c -o png-module.so -L/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lpng -Wl,-R/usr/lib:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/iconv-module.c -o iconv-module.so -Wl,-R/usr/lib:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/zlib-module.c -o zlib-module.so -L/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lz -Wl,-R/usr/lib:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src -shared -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/sysconf-module.c -o sysconf-module.so -Wl,-R/usr/lib:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lm make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/objs' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules' Use make install to install it. make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3' >>> slang 2.3.3 Installing to staging directory PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j1 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3' autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 slang.pc /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/ cd src; /usr/bin/make install-elf make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src' installing slang.h and slcurses.h in /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slang.h /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slcurses.h /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/ /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slang/v2 mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slang/v2 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ../changes.txt /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slang/v2/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ../COPYING /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slang/v2/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ../doc/slangdoc.html /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slang/v2/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ../doc/text/cref.txt /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slang/v2/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ../doc/text/cslang.txt /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slang/v2/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ../doc/text/slang.txt /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slang/v2/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ../doc/text/slangfun.txt /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slang/v2/ rm -f /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libslang.so rm -f /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libslang.so.2 installing libslang.so.2.3.3 in /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs/libslang.so.2.3.3 /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/ cd /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && /bin/ln -sf libslang.so.2.3.3 libslang.so.2 cd /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && /bin/ln -sf libslang.so.2 libslang.so libslang.so.2.3.3 created in /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib. The links libslang.so and libslang.so.2 to libslang.so.2.3.3 were also created. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src' Now installing slsh cd slsh; /usr/bin/make install make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/slsh' /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc objs/slsh.o objs/readline.o -o objs/slsh -Wl,-export-dynamic -L/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs -lslang -lreadline -ldl -lm /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man1 /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/etc /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/rline mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/rline /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/local-packages mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/local-packages /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/scripts mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/scripts /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/arrayfuns.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/autoload.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/cmdopt.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/fswalk.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/glob.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/listfuns.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/print.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/process.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/profile.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/readascii.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/require.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/setfuns.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/sldb.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/sldbcore.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/sldbsock.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/slshhelp.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/slshrl.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/stkcheck.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/structfuns.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/timestamp.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/rline/complete.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/rline/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/rline/editfuns.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/rline/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/rline/editor.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/rline/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/rline/emacskeys.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/rline/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/rline/history.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/rline/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/rline/histsrch.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/rline/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/rline/vikeys.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/rline/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/rline/slrline.rc /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/rline/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c scripts/jpegsize /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/scripts /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c scripts/lsrpm /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/scripts /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c scripts/sldb /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/scripts /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c scripts/svnsh /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/scripts /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c scripts/slprof /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/scripts /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c scripts/slstkchk /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/scripts /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c scripts/slcov /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/scripts /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/arrayfuns.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/cmdopt.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/fswalk.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/glob.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/listfuns.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/print.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/process.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/profile.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/readascii.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/require.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/setfuns.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/structfuns.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/timestamp.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-1.html /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-10.html /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-11.html /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-12.html /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-13.html /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-2.html /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-3.html /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-4.html /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-5.html /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-6.html /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-7.html /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-8.html /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-9.html /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun.html /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/man/slsh.1 /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man1/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/slsh /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 etc/slsh.rc /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/etc/ echo 'prepend_to_slang_load_path("/usr/share/slsh/local-packages");' >> /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/etc/slsh.rc make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/slsh' Now installing the modules cd modules; /usr/bin/make install make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules' cd objs && /usr/bin/make slsmg-module.so termios-module.so select-module.so fcntl-module.so varray-module.so socket-module.so rand-module.so fork-module.so csv-module.so base64-module.so chksum-module.so histogram-module.so stats-module.so json-module.so png-module.so iconv-module.so zlib-module.so sysconf-module.so make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/objs' make[3]: 'slsmg-module.so' is up to date. make[3]: 'termios-module.so' is up to date. make[3]: 'select-module.so' is up to date. make[3]: 'fcntl-module.so' is up to date. make[3]: 'varray-module.so' is up to date. make[3]: 'socket-module.so' is up to date. make[3]: 'rand-module.so' is up to date. make[3]: 'fork-module.so' is up to date. make[3]: 'csv-module.so' is up to date. make[3]: 'base64-module.so' is up to date. make[3]: 'chksum-module.so' is up to date. make[3]: 'histogram-module.so' is up to date. make[3]: 'stats-module.so' is up to date. make[3]: 'json-module.so' is up to date. make[3]: 'png-module.so' is up to date. make[3]: 'iconv-module.so' is up to date. make[3]: 'zlib-module.so' is up to date. make[3]: 'sysconf-module.so' is up to date. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/objs' /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/slsmg-module.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/termios-module.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/select-module.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/fcntl-module.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/varray-module.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/socket-module.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/rand-module.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/fork-module.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/csv-module.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/base64-module.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/chksum-module.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/histogram-module.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/stats-module.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/json-module.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/png-module.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/iconv-module.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/zlib-module.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/sysconf-module.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 slsmg.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 termios.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 select.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 fcntl.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 varray.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 socket.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 rand.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 fork.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 csv.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 base64.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 chksum.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 histogram.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 stats.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 json.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 pcre.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 png.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 iconv.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 onig.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 zlib.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 sysconf.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/statslib /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 statslib/ad_test.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/statslib/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 statslib/ks_test.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/statslib/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 statslib/kuiper.sl /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/statslib/ /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/cool.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/coolwarm.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/copper.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/cubicl.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/cubicyf.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/drywet.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/ds9b.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/ds9sls.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/edge.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/gebco.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/globe.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/gray.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/haxby.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/hot.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/jet.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/no_green.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/ocean.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/polar.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/rainbow.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/red2green.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/relief.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/sealand.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/seis.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/split.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/topo.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/wysiwyg.map /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/base64funs.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/chksumfuns.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/csvfuns.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/forkfuns.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/histfuns.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/jsonfuns.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/onigfuns.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/pcrefuns.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/pngfuns.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/randfuns.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/slsmg.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/sockfuns.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/statsfuns.hlp /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/slsh/help make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules' On some systems, e.g., linux, you may also have to run ldconfig. make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3' >>> slang 2.3.3 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/buildroot/autobuild/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> slang 2.3.3 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j1 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target install -C /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3' autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 slang.pc /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig/ cd src; /usr/bin/make install-elf make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src' installing slang.h and slcurses.h in /home/buildroot/autobuild/instance-0/output-1/target/usr/include/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slang.h /home/buildroot/autobuild/instance-0/output-1/target/usr/include/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/slcurses.h /home/buildroot/autobuild/instance-0/output-1/target/usr/include/ /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slang/v2 mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slang/v2 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ../changes.txt /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slang/v2/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ../COPYING /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slang/v2/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ../doc/slangdoc.html /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slang/v2/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ../doc/text/cref.txt /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slang/v2/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ../doc/text/cslang.txt /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slang/v2/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ../doc/text/slang.txt /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slang/v2/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ../doc/text/slangfun.txt /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slang/v2/ rm -f /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libslang.so rm -f /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libslang.so.2 installing libslang.so.2.3.3 in /home/buildroot/autobuild/instance-0/output-1/target/usr/lib /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src/elfobjs/libslang.so.2.3.3 /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/ cd /home/buildroot/autobuild/instance-0/output-1/target/usr/lib && /bin/ln -sf libslang.so.2.3.3 libslang.so.2 cd /home/buildroot/autobuild/instance-0/output-1/target/usr/lib && /bin/ln -sf libslang.so.2 libslang.so libslang.so.2.3.3 created in /home/buildroot/autobuild/instance-0/output-1/target/usr/lib. The links libslang.so and libslang.so.2 to libslang.so.2.3.3 were also created. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/src' Now installing slsh cd slsh; /usr/bin/make install make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/slsh' /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/target/usr/bin /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man1 /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/target/etc /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/rline mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/rline /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/local-packages mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/local-packages /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/scripts mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/scripts /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slsh/html mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slsh/html /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/arrayfuns.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/autoload.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/cmdopt.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/fswalk.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/glob.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/listfuns.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/print.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/process.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/profile.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/readascii.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/require.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/setfuns.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/sldb.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/sldbcore.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/sldbsock.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/slshhelp.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/slshrl.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/stkcheck.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/structfuns.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/timestamp.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/rline/complete.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/rline/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/rline/editfuns.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/rline/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/rline/editor.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/rline/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/rline/emacskeys.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/rline/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/rline/history.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/rline/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/rline/histsrch.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/rline/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/rline/vikeys.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/rline/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/rline/slrline.rc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/rline/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c scripts/jpegsize /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/scripts /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c scripts/lsrpm /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/scripts /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c scripts/sldb /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/scripts /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c scripts/svnsh /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/scripts /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c scripts/slprof /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/scripts /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c scripts/slstkchk /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/scripts /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c scripts/slcov /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/scripts /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/arrayfuns.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/cmdopt.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/fswalk.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/glob.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/listfuns.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/print.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/process.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/profile.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/readascii.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/require.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/setfuns.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/structfuns.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/help/timestamp.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-1.html /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-10.html /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-11.html /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-12.html /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-13.html /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-2.html /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-3.html /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-4.html /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-5.html /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-6.html /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-7.html /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-8.html /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun-9.html /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/html/slshfun.html /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/slsh/html/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 doc/man/slsh.1 /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man1/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/slsh /home/buildroot/autobuild/instance-0/output-1/target/usr/bin/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 etc/slsh.rc /home/buildroot/autobuild/instance-0/output-1/target/etc/ echo 'prepend_to_slang_load_path("/usr/share/slsh/local-packages");' >> /home/buildroot/autobuild/instance-0/output-1/target/etc/slsh.rc make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/slsh' Now installing the modules cd modules; /usr/bin/make install make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules' cd objs && /usr/bin/make slsmg-module.so termios-module.so select-module.so fcntl-module.so varray-module.so socket-module.so rand-module.so fork-module.so csv-module.so base64-module.so chksum-module.so histogram-module.so stats-module.so json-module.so png-module.so iconv-module.so zlib-module.so sysconf-module.so make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/objs' make[3]: 'slsmg-module.so' is up to date. make[3]: 'termios-module.so' is up to date. make[3]: 'select-module.so' is up to date. make[3]: 'fcntl-module.so' is up to date. make[3]: 'varray-module.so' is up to date. make[3]: 'socket-module.so' is up to date. make[3]: 'rand-module.so' is up to date. make[3]: 'fork-module.so' is up to date. make[3]: 'csv-module.so' is up to date. make[3]: 'base64-module.so' is up to date. make[3]: 'chksum-module.so' is up to date. make[3]: 'histogram-module.so' is up to date. make[3]: 'stats-module.so' is up to date. make[3]: 'json-module.so' is up to date. make[3]: 'png-module.so' is up to date. make[3]: 'iconv-module.so' is up to date. make[3]: 'zlib-module.so' is up to date. make[3]: 'sysconf-module.so' is up to date. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules/objs' /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/slsmg-module.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/termios-module.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/select-module.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/fcntl-module.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/varray-module.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/socket-module.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/rand-module.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/fork-module.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/csv-module.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/base64-module.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/chksum-module.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/histogram-module.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/stats-module.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/json-module.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/png-module.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/iconv-module.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/zlib-module.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c objs/sysconf-module.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/slang/v2/modules /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 slsmg.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 termios.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 select.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 fcntl.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 varray.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 socket.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 rand.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 fork.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 csv.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 base64.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 chksum.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 histogram.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 stats.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 json.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 pcre.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 png.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 iconv.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 onig.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 zlib.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 sysconf.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/statslib /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 statslib/ad_test.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/statslib/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 statslib/ks_test.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/statslib/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 statslib/kuiper.sl /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/statslib/ /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps mkdir -p -- /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/cool.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/coolwarm.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/copper.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/cubicl.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/cubicyf.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/drywet.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/ds9b.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/ds9sls.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/edge.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/gebco.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/globe.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/gray.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/haxby.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/hot.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/jet.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/no_green.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/ocean.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/polar.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/rainbow.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/red2green.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/relief.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/sealand.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/seis.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/split.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/topo.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 cmaps/wysiwyg.map /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/cmaps /home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/autoconf/mkinsdir.sh /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/base64funs.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/chksumfuns.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/csvfuns.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/forkfuns.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/histfuns.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/jsonfuns.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/onigfuns.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/pcrefuns.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/pngfuns.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/randfuns.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/slsmg.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/sockfuns.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 help/statsfuns.hlp /home/buildroot/autobuild/instance-0/output-1/target/usr/share/slsh/help make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3/modules' On some systems, e.g., linux, you may also have to run ldconfig. make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/slang-2.3.3' most-5.2.0.tar.gz: OK (sha1: 322073ee6e8c45ce084f4fccd08d3f026aa1f66d) most-5.2.0.tar.gz: OK (sha256: 9455aeb8f826fa8385c850dc22bf0f22cf9069b3c3423fba4bf2c6f6226d9903) >>> most 5.2.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/most/most-5.2.0.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0 -xf - >>> most 5.2.0 Patching /usr/bin/sed -i -e 's/ slangversion / /g' /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/Makefile.in >>> most 5.2.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> most 5.2.0 Patching libtool >>> most 5.2.0 Configuring (cd /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=mips-buildroot-linux-gnu --host=mips-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --with-slang=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-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... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc needs -traditional... no checking for library containing strerror... none required checking C compiler that understands ANSI prototypes... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc looks ok. Good. checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c checking build system type... x86_64-pc-linux-gnu checking host system type... mips-buildroot-linux-gnu checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for dlopen in -ldl... yes checking for X... no checking if you want to use mmap if available... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for memory.h... (cached) yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for mode_t... yes checking for pid_t... yes checking for uid_t in sys/types.h... yes checking for size_t... yes checking size of short... 2 checking size of int... 4 checking size of long... 4 checking size of float... 4 checking size of double... 8 checking for long long... yes checking size of long long... 8 checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for off_t... yes checking size of off_t... 8 checking for memset... yes checking for memcpy... yes checking for putenv... yes checking for getcwd... yes checking for mmap... yes checking for snprintf... yes checking for getpgrp... yes checking for tcgetpgrp... yes checking for ncurses5-config... no checking for ncursesw5-config... (cached) no checking for terminfo... yes checking for the slang library and header files ... yes: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib and /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/sysconf.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> most 5.2.0 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j1 -C /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0' cd src; /usr/bin/make all make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src' mkdir /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/objs /bin/cp /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/sysconf.h config.h cd /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/buffer.c cd /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/cmd.c cd /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/display.c cd /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/edit.c cd /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/file.c /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/file.c: In function 'expand_path': /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/file.c:746:16: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 746 | (void) chdir(Most_C_Dir); | ^~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/file.c: In function 'most_get_cdir': /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/file.c:838:4: warning: ignoring return value of 'getcwd' declared with attribute 'warn_unused_result' [-Wunused-result] 838 | getcwd(dir, MAX_PATHLEN); | ^~~~~~~~~~~~~~~~~~~~~~~~ cd /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/help.c cd /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/keym.c cd /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/keyparse.c cd /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/line.c cd /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/main.c cd /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/most.c cd /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/search.c cd /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/sysdep.c cd /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/window.c cd /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/objs && /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -Dunix -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DMOST_SYSTEM_INITFILE='"/etc/most.conf"' /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/color.c cd /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/objs; /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc buffer.o cmd.o display.o edit.o file.o help.o keym.o keyparse.o line.o main.o most.o search.o sysdep.o window.o color.o -o most -Wl,-R/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -L/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -lslang -lm most created in /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/objs make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0' >>> most 5.2.0 Installing to target /usr/bin/install -D -m 0755 /home/buildroot/autobuild/instance-0/output-1/build/most-5.2.0/src/objs/most /home/buildroot/autobuild/instance-0/output-1/target/usr/bin/most mpfr-4.1.1.tar.xz: OK (sha256: ffd195bd567dbaffc3b98b23fd00aad0537680c9896171e44fe3ff79e28ac33d) >>> mpfr 4.1.1 Extracting /home/buildroot/autobuild/instance-0/output-1/host/bin/xzcat /home/buildroot/autobuild/instance-0/dl/mpfr/mpfr-4.1.1.tar.xz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1 -xf - >>> mpfr 4.1.1 Patching >>> mpfr 4.1.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> mpfr 4.1.1 Patching libtool patching file /home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/ltmain.sh Hunk #1 succeeded at 2951 (offset 264 lines). Hunk #2 succeeded at 4544 (offset 267 lines). Hunk #3 succeeded at 6840 (offset 286 lines). Hunk #4 succeeded at 6850 (offset 286 lines). Hunk #5 succeeded at 7150 (offset 293 lines). Hunk #6 succeeded at 7454 (offset 305 lines). Hunk #7 succeeded at 8435 (offset 323 lines). Hunk #8 succeeded at 11070 (offset 360 lines). >>> mpfr 4.1.1 Configuring (cd /home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=mips-buildroot-linux-gnu --host=mips-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking build system type... x86_64-pc-linux-gnu checking host system type... mips-buildroot-linux-gnu checking for a BSD-compatible install... /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c checking whether build environment is sane... yes checking for mips-buildroot-linux-gnu-strip... /bin/true checking for a race-free mkdir -p... /home/buildroot/autobuild/instance-0/output-1/host/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... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for a sed that does not truncate output... /usr/bin/sed checking whether configure options are compatible... yes checking for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-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... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc... none checking how to run the C preprocessor... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp checking for mips-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar checking the archiver (/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm) 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 mips-buildroot-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 /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld option to reload object files... -r checking for mips-buildroot-linux-gnu-file... no checking for file... file configure: WARNING: using cross tools not prefixed with host triplet checking for mips-buildroot-linux-gnu-objdump... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for mips-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips-buildroot-linux-gnu-ar... (cached) /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for mips-buildroot-linux-gnu-strip... (cached) /bin/true checking for mips-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /home/buildroot/autobuild/instance-0/output-1/host/bin/dd checking how to truncate binary pipes... /home/buildroot/autobuild/instance-0/output-1/host/bin/dd bs=4096 count=1 checking for mips-buildroot-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no 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 dlfcn.h... yes checking for objdir... .libs checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for non-MS-Windows ICC... no checking for an ANSI C-conforming const... yes checking for working volatile... yes checking whether byte ordering is bigendian... (cached) yes checking for library containing clock_gettime... none required checking for size_t... yes checking for limits.h... yes checking for float.h... yes checking for string.h... (cached) yes checking for locale.h... yes checking for wchar.h... yes checking for stdarg.h... yes checking for sys/fpu.h... no checking for struct lconv.decimal_point... yes checking for struct lconv.thousands_sep... yes checking for working alloca.h... yes checking for alloca... yes checking for uintptr_t... yes checking how to copy va_list... va_copy checking for setlocale... yes checking for gettimeofday... yes checking for signal... yes checking for sigaction and its associated structure... yes checking for long long int... yes checking for intmax_t... yes checking for working INTMAX_MAX... yes checking for union fpc_csr... no checking for _Noreturn... yes checking for __builtin_unreachable... yes checking for constructor and destructor attributes... yes checking for fesetround... yes checking for gcc float-conversion bug... cannot test, use -ffloat-store checking for subnormal double-precision numbers... cannot test, assume no checking for subnormal single-precision numbers... cannot test, assume no checking for signed zeros... cannot test, assume no checking if the FP division by 0 fails... cannot test, assume no checking if NAN == NAN... cannot test, assume no checking if charset has consecutive values... cannot test checking for math/round... yes checking for math/trunc... yes checking for math/floor... yes checking for math/ceil... yes checking for math/nearbyint... yes checking for _mulx_u64... cannot test, assume no checking format of floating-point type `double'... IEEE double, big endian checking format of floating-point type `long double'... IEEE double, big endian checking for TLS support using C11... cannot test, assume no checking for TLS support... cannot test, assume no checking if compiler knows _Decimal64... no checking bit-field ordering for _Decimal128... cannot test checking if _Float128 with hex constants is supported... no checking if __float128 can be used as a fallback... no checking for Static Assertion support... yes checking whether gcc __attribute__ ((mode (XX))) works... yes checking for gmp.h... yes checking for recent GMP... yes checking usable gmp.h at link time... yes checking for GMP_NUMB_BITS and sizeof(mp_limb_t) consistency... cannot test checking for __gmpz_init in -lgmp... yes checking if gmp.h version and libgmp version are the same... cannot test checking for __gmpn_sbpi1_divappr_q... yes checking for __gmpn_invert_limb... no checking for __gmpn_rsblsh1_n... no checking for long to fit in mp_limb_t... yes checking for intmax_t to fit in mp_limb_t... no checking for getrusage... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating mpfr.pc config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating tune/Makefile config.status: creating src/mparam.h config.status: creating tools/bench/Makefile config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> mpfr 4.1.1 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 RANLIB=/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib -C /home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1' Making all in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/doc' Making all in src make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/src' ../tools/get_patches.sh ../PATCHES > get_patches.c || { rm -f get_patches.c; exit 1; } /usr/bin/make all-am make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/src' /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o exceptions.lo exceptions.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o extract.lo extract.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o uceil_exp2.lo uceil_exp2.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o uceil_log2.lo uceil_log2.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exceptions.c -fPIC -DPIC -o .libs/exceptions.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c uceil_exp2.c -fPIC -DPIC -o .libs/uceil_exp2.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c uceil_log2.c -fPIC -DPIC -o .libs/uceil_log2.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c extract.c -fPIC -DPIC -o .libs/extract.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ufloor_log2.lo ufloor_log2.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o add.lo add.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o add1.lo add1.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o add_ui.lo add_ui.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ufloor_log2.c -fPIC -DPIC -o .libs/ufloor_log2.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add.c -fPIC -DPIC -o .libs/add.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add1.c -fPIC -DPIC -o .libs/add1.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add_ui.c -fPIC -DPIC -o .libs/add_ui.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o agm.lo agm.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o clear.lo clear.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmp.lo cmp.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c agm.c -fPIC -DPIC -o .libs/agm.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmpabs.lo cmpabs.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c clear.c -fPIC -DPIC -o .libs/clear.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp.c -fPIC -DPIC -o .libs/cmp.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmpabs.c -fPIC -DPIC -o .libs/cmpabs.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmp_si.lo cmp_si.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmp_ui.lo cmp_ui.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o comparisons.lo comparisons.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o div_2exp.lo div_2exp.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp_si.c -fPIC -DPIC -o .libs/cmp_si.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp_ui.c -fPIC -DPIC -o .libs/cmp_ui.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c comparisons.c -fPIC -DPIC -o .libs/comparisons.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div_2exp.c -fPIC -DPIC -o .libs/div_2exp.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o div_2si.lo div_2si.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o div_2ui.lo div_2ui.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o div.lo div.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o div_ui.lo div_ui.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div_2si.c -fPIC -DPIC -o .libs/div_2si.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div_2ui.c -fPIC -DPIC -o .libs/div_2ui.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div.c -fPIC -DPIC -o .libs/div.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div_ui.c -fPIC -DPIC -o .libs/div_ui.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o dot.lo dot.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o dump.lo dump.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o eq.lo eq.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o exp10.lo exp10.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c dot.c -fPIC -DPIC -o .libs/dot.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c dump.c -fPIC -DPIC -o .libs/dump.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c eq.c -fPIC -DPIC -o .libs/eq.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exp10.c -fPIC -DPIC -o .libs/exp10.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o exp2.lo exp2.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o exp3.lo exp3.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o exp.lo exp.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o frac.lo frac.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exp2.c -fPIC -DPIC -o .libs/exp2.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exp3.c -fPIC -DPIC -o .libs/exp3.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c frac.c -fPIC -DPIC -o .libs/frac.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exp.c -fPIC -DPIC -o .libs/exp.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o frexp.lo frexp.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_d.lo get_d.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_exp.lo get_exp.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_str.lo get_str.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c frexp.c -fPIC -DPIC -o .libs/frexp.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_d.c -fPIC -DPIC -o .libs/get_d.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_exp.c -fPIC -DPIC -o .libs/get_exp.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_str.c -fPIC -DPIC -o .libs/get_str.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o init.lo init.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o inp_str.lo inp_str.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o isinteger.lo isinteger.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c init.c -fPIC -DPIC -o .libs/init.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isinteger.c -fPIC -DPIC -o .libs/isinteger.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o isinf.lo isinf.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o isnan.lo isnan.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o isnum.lo isnum.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o const_log2.lo const_log2.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isinf.c -fPIC -DPIC -o .libs/isinf.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isnan.c -fPIC -DPIC -o .libs/isnan.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isnum.c -fPIC -DPIC -o .libs/isnum.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c const_log2.c -fPIC -DPIC -o .libs/const_log2.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o log.lo log.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o modf.lo modf.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mul_2exp.lo mul_2exp.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mul_2si.lo mul_2si.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c log.c -fPIC -DPIC -o .libs/log.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c modf.c -fPIC -DPIC -o .libs/modf.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul_2exp.c -fPIC -DPIC -o .libs/mul_2exp.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul_2si.c -fPIC -DPIC -o .libs/mul_2si.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mul_2ui.lo mul_2ui.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mul.lo mul.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mul_ui.lo mul_ui.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o neg.lo neg.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul_2ui.c -fPIC -DPIC -o .libs/mul_2ui.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul.c -fPIC -DPIC -o .libs/mul.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul_ui.c -fPIC -DPIC -o .libs/mul_ui.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c neg.c -fPIC -DPIC -o .libs/neg.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o next.lo next.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o out_str.lo out_str.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c next.c -fPIC -DPIC -o .libs/next.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c out_str.c -fPIC -DPIC -o .libs/out_str.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o printf.lo printf.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o vasprintf.lo vasprintf.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c printf.c -fPIC -DPIC -o .libs/printf.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o const_pi.lo const_pi.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o pow.lo pow.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c vasprintf.c -fPIC -DPIC -o .libs/vasprintf.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c const_pi.c -fPIC -DPIC -o .libs/const_pi.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c pow.c -fPIC -DPIC -o .libs/pow.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o pow_si.lo pow_si.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c pow_si.c -fPIC -DPIC -o .libs/pow_si.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o pow_ui.lo pow_ui.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c pow_ui.c -fPIC -DPIC -o .libs/pow_ui.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o print_raw.lo print_raw.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o print_rnd_mode.lo print_rnd_mode.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c print_raw.c -fPIC -DPIC -o .libs/print_raw.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c print_rnd_mode.c -fPIC -DPIC -o .libs/print_rnd_mode.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o reldiff.lo reldiff.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o round_prec.lo round_prec.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c reldiff.c -fPIC -DPIC -o .libs/reldiff.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set.lo set.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o setmax.lo setmax.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c round_prec.c -fPIC -DPIC -o .libs/round_prec.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set.c -fPIC -DPIC -o .libs/set.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o setmin.lo setmin.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c setmax.c -fPIC -DPIC -o .libs/setmax.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c setmin.c -fPIC -DPIC -o .libs/setmin.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_d.lo set_d.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_dfl_prec.lo set_dfl_prec.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_exp.lo set_exp.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_d.c -fPIC -DPIC -o .libs/set_d.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_dfl_prec.c -fPIC -DPIC -o .libs/set_dfl_prec.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_rnd.lo set_rnd.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_exp.c -fPIC -DPIC -o .libs/set_exp.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_f.lo set_f.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_prc_raw.lo set_prc_raw.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_rnd.c -fPIC -DPIC -o .libs/set_rnd.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_prec.lo set_prec.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_f.c -fPIC -DPIC -o .libs/set_f.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_prc_raw.c -fPIC -DPIC -o .libs/set_prc_raw.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_q.lo set_q.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_prec.c -fPIC -DPIC -o .libs/set_prec.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_si.lo set_si.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_q.c -fPIC -DPIC -o .libs/set_q.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_str.lo set_str.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_str_raw.lo set_str_raw.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_si.c -fPIC -DPIC -o .libs/set_si.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_str.c -fPIC -DPIC -o .libs/set_str.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_ui.lo set_ui.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_str_raw.c -fPIC -DPIC -o .libs/set_str_raw.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_z.lo set_z.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sqrt.lo sqrt.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_ui.c -fPIC -DPIC -o .libs/set_ui.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sqrt_ui.lo sqrt_ui.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_z.c -fPIC -DPIC -o .libs/set_z.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sqrt.c -fPIC -DPIC -o .libs/sqrt.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sub.lo sub.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sqrt_ui.c -fPIC -DPIC -o .libs/sqrt_ui.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sub1.lo sub1.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sub.c -fPIC -DPIC -o .libs/sub.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sub_ui.lo sub_ui.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o rint.lo rint.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sub1.c -fPIC -DPIC -o .libs/sub1.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sub_ui.c -fPIC -DPIC -o .libs/sub_ui.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ui_div.lo ui_div.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c rint.c -fPIC -DPIC -o .libs/rint.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ui_div.c -fPIC -DPIC -o .libs/ui_div.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ui_sub.lo ui_sub.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o urandom.lo urandom.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ui_sub.c -fPIC -DPIC -o .libs/ui_sub.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o urandomb.lo urandomb.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_z_exp.lo get_z_exp.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c urandom.c -fPIC -DPIC -o .libs/urandom.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c urandomb.c -fPIC -DPIC -o .libs/urandomb.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_z_exp.c -fPIC -DPIC -o .libs/get_z_exp.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o swap.lo swap.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o factorial.lo factorial.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c swap.c -fPIC -DPIC -o .libs/swap.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cosh.lo cosh.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sinh.lo sinh.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c factorial.c -fPIC -DPIC -o .libs/factorial.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o tanh.lo tanh.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cosh.c -fPIC -DPIC -o .libs/cosh.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sinh.c -fPIC -DPIC -o .libs/sinh.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sinh_cosh.lo sinh_cosh.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c tanh.c -fPIC -DPIC -o .libs/tanh.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o acosh.lo acosh.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o asinh.lo asinh.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sinh_cosh.c -fPIC -DPIC -o .libs/sinh_cosh.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o atanh.lo atanh.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c acosh.c -fPIC -DPIC -o .libs/acosh.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c asinh.c -fPIC -DPIC -o .libs/asinh.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o atan.lo atan.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c atanh.c -fPIC -DPIC -o .libs/atanh.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmp2.lo cmp2.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o exp_2.lo exp_2.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c atan.c -fPIC -DPIC -o .libs/atan.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp2.c -fPIC -DPIC -o .libs/cmp2.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o asin.lo asin.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exp_2.c -fPIC -DPIC -o .libs/exp_2.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c asin.c -fPIC -DPIC -o .libs/asin.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o const_euler.lo const_euler.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cos.lo cos.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sin.lo sin.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c const_euler.c -fPIC -DPIC -o .libs/const_euler.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o tan.lo tan.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cos.c -fPIC -DPIC -o .libs/cos.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sin.c -fPIC -DPIC -o .libs/sin.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c tan.c -fPIC -DPIC -o .libs/tan.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fma.lo fma.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fms.lo fms.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o hypot.lo hypot.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o log1p.lo log1p.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fma.c -fPIC -DPIC -o .libs/fma.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fms.c -fPIC -DPIC -o .libs/fms.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c hypot.c -fPIC -DPIC -o .libs/hypot.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c log1p.c -fPIC -DPIC -o .libs/log1p.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o expm1.lo expm1.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o log2.lo log2.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o log10.lo log10.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ui_pow.lo ui_pow.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c expm1.c -fPIC -DPIC -o .libs/expm1.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c log2.c -fPIC -DPIC -o .libs/log2.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c log10.c -fPIC -DPIC -o .libs/log10.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ui_pow.c -fPIC -DPIC -o .libs/ui_pow.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ui_pow_ui.lo ui_pow_ui.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o minmax.lo minmax.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o dim.lo dim.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o signbit.lo signbit.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ui_pow_ui.c -fPIC -DPIC -o .libs/ui_pow_ui.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c minmax.c -fPIC -DPIC -o .libs/minmax.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c dim.c -fPIC -DPIC -o .libs/dim.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c signbit.c -fPIC -DPIC -o .libs/signbit.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o copysign.lo copysign.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o setsign.lo setsign.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o gmp_op.lo gmp_op.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o init2.lo init2.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c copysign.c -fPIC -DPIC -o .libs/copysign.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c setsign.c -fPIC -DPIC -o .libs/setsign.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c gmp_op.c -fPIC -DPIC -o .libs/gmp_op.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c init2.c -fPIC -DPIC -o .libs/init2.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o acos.lo acos.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sin_cos.lo sin_cos.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_nan.lo set_nan.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c acos.c -fPIC -DPIC -o .libs/acos.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sin_cos.c -fPIC -DPIC -o .libs/sin_cos.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_nan.c -fPIC -DPIC -o .libs/set_nan.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_inf.lo set_inf.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_zero.lo set_zero.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o powerof2.lo powerof2.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_inf.c -fPIC -DPIC -o .libs/set_inf.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_zero.c -fPIC -DPIC -o .libs/set_zero.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c powerof2.c -fPIC -DPIC -o .libs/powerof2.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o gamma.lo gamma.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_ld.lo set_ld.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_ld.lo get_ld.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cbrt.lo cbrt.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c gamma.c -fPIC -DPIC -o .libs/gamma.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_ld.c -fPIC -DPIC -o .libs/set_ld.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_ld.c -fPIC -DPIC -o .libs/get_ld.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cbrt.c -fPIC -DPIC -o .libs/cbrt.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o volatile.lo volatile.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_sshort.lo fits_sshort.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_sint.lo fits_sint.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c volatile.c -fPIC -DPIC -o .libs/volatile.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_sshort.c -fPIC -DPIC -o .libs/fits_sshort.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_sint.c -fPIC -DPIC -o .libs/fits_sint.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_slong.lo fits_slong.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_ushort.lo fits_ushort.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_uint.lo fits_uint.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_ulong.lo fits_ulong.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_slong.c -fPIC -DPIC -o .libs/fits_slong.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_ushort.c -fPIC -DPIC -o .libs/fits_ushort.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_uint.c -fPIC -DPIC -o .libs/fits_uint.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_ulong.c -fPIC -DPIC -o .libs/fits_ulong.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_uintmax.lo fits_uintmax.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_intmax.lo fits_intmax.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_si.lo get_si.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_ui.lo get_ui.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_uintmax.c -fPIC -DPIC -o .libs/fits_uintmax.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_intmax.c -fPIC -DPIC -o .libs/fits_intmax.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_si.c -fPIC -DPIC -o .libs/get_si.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_ui.c -fPIC -DPIC -o .libs/get_ui.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o zeta.lo zeta.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmp_d.lo cmp_d.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o erf.lo erf.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o inits.lo inits.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c zeta.c -fPIC -DPIC -o .libs/zeta.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp_d.c -fPIC -DPIC -o .libs/cmp_d.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c erf.c -fPIC -DPIC -o .libs/erf.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c inits.c -fPIC -DPIC -o .libs/inits.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o inits2.lo inits2.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o clears.lo clears.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sgn.lo sgn.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c inits2.c -fPIC -DPIC -o .libs/inits2.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c clears.c -fPIC -DPIC -o .libs/clears.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o check.lo check.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sgn.c -fPIC -DPIC -o .libs/sgn.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sub1sp.lo sub1sp.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o version.lo version.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c check.c -fPIC -DPIC -o .libs/check.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mpn_exp.lo mpn_exp.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sub1sp.c -fPIC -DPIC -o .libs/sub1sp.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c version.c -fPIC -DPIC -o .libs/version.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mpfr-gmp.lo mpfr-gmp.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mpn_exp.c -fPIC -DPIC -o .libs/mpn_exp.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mp_clz_tab.lo mp_clz_tab.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mpfr-gmp.c -fPIC -DPIC -o .libs/mpfr-gmp.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mp_clz_tab.c -fPIC -DPIC -o .libs/mp_clz_tab.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sum.lo sum.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o add1sp.lo add1sp.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o free_cache.lo free_cache.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sum.c -fPIC -DPIC -o .libs/sum.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add1sp.c -fPIC -DPIC -o .libs/add1sp.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o si_op.lo si_op.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c free_cache.c -fPIC -DPIC -o .libs/free_cache.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c si_op.c -fPIC -DPIC -o .libs/si_op.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmp_ld.lo cmp_ld.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp_ld.c -fPIC -DPIC -o .libs/cmp_ld.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_ui_2exp.lo set_ui_2exp.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_si_2exp.lo set_si_2exp.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_uj.lo set_uj.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_ui_2exp.c -fPIC -DPIC -o .libs/set_ui_2exp.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_sj.lo set_sj.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_si_2exp.c -fPIC -DPIC -o .libs/set_si_2exp.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_uj.c -fPIC -DPIC -o .libs/set_uj.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_sj.c -fPIC -DPIC -o .libs/set_sj.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_sj.lo get_sj.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_uj.lo get_uj.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_z.lo get_z.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o iszero.lo iszero.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_sj.c -fPIC -DPIC -o .libs/get_sj.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_uj.c -fPIC -DPIC -o .libs/get_uj.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_z.c -fPIC -DPIC -o .libs/get_z.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c iszero.c -fPIC -DPIC -o .libs/iszero.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cache.lo cache.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sqr.lo sqr.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o int_ceil_log2.lo int_ceil_log2.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o isqrt.lo isqrt.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cache.c -fPIC -DPIC -o .libs/cache.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sqr.c -fPIC -DPIC -o .libs/sqr.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c int_ceil_log2.c -fPIC -DPIC -o .libs/int_ceil_log2.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isqrt.c -fPIC -DPIC -o .libs/isqrt.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o strtofr.lo strtofr.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o pow_z.lo pow_z.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o logging.lo logging.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mulders.lo mulders.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c strtofr.c -fPIC -DPIC -o .libs/strtofr.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c pow_z.c -fPIC -DPIC -o .libs/pow_z.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c logging.c -fPIC -DPIC -o .libs/logging.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mulders.c -fPIC -DPIC -o .libs/mulders.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_f.lo get_f.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o round_p.lo round_p.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_f.c -fPIC -DPIC -o .libs/get_f.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o erfc.lo erfc.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o atan2.lo atan2.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c round_p.c -fPIC -DPIC -o .libs/round_p.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c erfc.c -fPIC -DPIC -o .libs/erfc.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c atan2.c -fPIC -DPIC -o .libs/atan2.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o subnormal.lo subnormal.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o const_catalan.lo const_catalan.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c subnormal.c -fPIC -DPIC -o .libs/subnormal.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c const_catalan.c -fPIC -DPIC -o .libs/const_catalan.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o root.lo root.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sec.lo sec.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o csc.lo csc.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c root.c -fPIC -DPIC -o .libs/root.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sec.c -fPIC -DPIC -o .libs/sec.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cot.lo cot.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c csc.c -fPIC -DPIC -o .libs/csc.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cot.c -fPIC -DPIC -o .libs/cot.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o eint.lo eint.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sech.lo sech.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o csch.lo csch.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c eint.c -fPIC -DPIC -o .libs/eint.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o coth.lo coth.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sech.c -fPIC -DPIC -o .libs/sech.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c csch.c -fPIC -DPIC -o .libs/csch.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c coth.c -fPIC -DPIC -o .libs/coth.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o round_near_x.lo round_near_x.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o constant.lo constant.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o abort_prec_max.lo abort_prec_max.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o stack_interface.lo stack_interface.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c round_near_x.c -fPIC -DPIC -o .libs/round_near_x.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c constant.c -fPIC -DPIC -o .libs/constant.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c abort_prec_max.c -fPIC -DPIC -o .libs/abort_prec_max.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c stack_interface.c -fPIC -DPIC -o .libs/stack_interface.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o lngamma.lo lngamma.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o zeta_ui.lo zeta_ui.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_d64.lo set_d64.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c lngamma.c -fPIC -DPIC -o .libs/lngamma.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_d64.lo get_d64.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c zeta_ui.c -fPIC -DPIC -o .libs/zeta_ui.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_d64.c -fPIC -DPIC -o .libs/set_d64.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_d64.c -fPIC -DPIC -o .libs/get_d64.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o jn.lo jn.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o yn.lo yn.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o rem1.lo rem1.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c jn.c -fPIC -DPIC -o .libs/jn.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c yn.c -fPIC -DPIC -o .libs/yn.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c rem1.c -fPIC -DPIC -o .libs/rem1.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o add_d.lo add_d.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add_d.c -fPIC -DPIC -o .libs/add_d.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sub_d.lo sub_d.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o d_sub.lo d_sub.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mul_d.lo mul_d.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sub_d.c -fPIC -DPIC -o .libs/sub_d.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o div_d.lo div_d.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c d_sub.c -fPIC -DPIC -o .libs/d_sub.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul_d.c -fPIC -DPIC -o .libs/mul_d.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o d_div.lo d_div.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div_d.c -fPIC -DPIC -o .libs/div_d.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o li2.lo li2.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o rec_sqrt.lo rec_sqrt.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c d_div.c -fPIC -DPIC -o .libs/d_div.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o min_prec.lo min_prec.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c li2.c -fPIC -DPIC -o .libs/li2.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c rec_sqrt.c -fPIC -DPIC -o .libs/rec_sqrt.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o buildopt.lo buildopt.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c min_prec.c -fPIC -DPIC -o .libs/min_prec.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c buildopt.c -fPIC -DPIC -o .libs/buildopt.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o digamma.lo digamma.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o bernoulli.lo bernoulli.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o isregular.lo isregular.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c digamma.c -fPIC -DPIC -o .libs/digamma.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c bernoulli.c -fPIC -DPIC -o .libs/bernoulli.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isregular.c -fPIC -DPIC -o .libs/isregular.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_flt.lo set_flt.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_flt.lo get_flt.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_flt.c -fPIC -DPIC -o .libs/set_flt.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o scale2.lo scale2.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_z_exp.lo set_z_exp.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_flt.c -fPIC -DPIC -o .libs/get_flt.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ai.lo ai.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c scale2.c -fPIC -DPIC -o .libs/scale2.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_z_exp.c -fPIC -DPIC -o .libs/set_z_exp.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ai.c -fPIC -DPIC -o .libs/ai.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o gammaonethird.lo gammaonethird.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o grandom.lo grandom.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fpif.lo fpif.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c gammaonethird.c -fPIC -DPIC -o .libs/gammaonethird.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c grandom.c -fPIC -DPIC -o .libs/grandom.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fpif.c -fPIC -DPIC -o .libs/fpif.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_float128.lo set_float128.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_float128.lo get_float128.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o rndna.lo rndna.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_float128.c -fPIC -DPIC -o .libs/set_float128.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_float128.c -fPIC -DPIC -o .libs/get_float128.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o nrandom.lo nrandom.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c rndna.c -fPIC -DPIC -o .libs/rndna.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o random_deviate.lo random_deviate.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o erandom.lo erandom.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c nrandom.c -fPIC -DPIC -o .libs/nrandom.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mpfr-mini-gmp.lo mpfr-mini-gmp.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c erandom.c -fPIC -DPIC -o .libs/erandom.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c random_deviate.c -fPIC -DPIC -o .libs/random_deviate.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fmma.lo fmma.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mpfr-mini-gmp.c -fPIC -DPIC -o .libs/mpfr-mini-gmp.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o log_ui.lo log_ui.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o gamma_inc.lo gamma_inc.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ubf.lo ubf.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fmma.c -fPIC -DPIC -o .libs/fmma.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c log_ui.c -fPIC -DPIC -o .libs/log_ui.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c gamma_inc.c -fPIC -DPIC -o .libs/gamma_inc.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o beta.lo beta.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ubf.c -fPIC -DPIC -o .libs/ubf.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o odd_p.lo odd_p.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_q.lo get_q.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o pool.lo pool.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c beta.c -fPIC -DPIC -o .libs/beta.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c odd_p.c -fPIC -DPIC -o .libs/odd_p.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o total_order.lo total_order.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_q.c -fPIC -DPIC -o .libs/get_q.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_d128.lo set_d128.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c pool.c -fPIC -DPIC -o .libs/pool.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_d128.lo get_d128.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o nbits_ulong.lo nbits_ulong.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c total_order.c -fPIC -DPIC -o .libs/total_order.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_d128.c -fPIC -DPIC -o .libs/set_d128.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmpabs_ui.lo cmpabs_ui.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_patches.lo get_patches.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c nbits_ulong.c -fPIC -DPIC -o .libs/nbits_ulong.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_d128.c -fPIC -DPIC -o .libs/get_d128.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmpabs_ui.c -fPIC -DPIC -o .libs/cmpabs_ui.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_patches.c -fPIC -DPIC -o .libs/get_patches.o /bin/sh ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -version-info 7:1:1 -o libmpfr.la -rpath /usr/lib exceptions.lo extract.lo uceil_exp2.lo uceil_log2.lo ufloor_log2.lo add.lo add1.lo add_ui.lo agm.lo clear.lo cmp.lo cmpabs.lo cmp_si.lo cmp_ui.lo comparisons.lo div_2exp.lo div_2si.lo div_2ui.lo div.lo div_ui.lo dot.lo dump.lo eq.lo exp10.lo exp2.lo exp3.lo exp.lo frac.lo frexp.lo get_d.lo get_exp.lo get_str.lo init.lo inp_str.lo isinteger.lo isinf.lo isnan.lo isnum.lo const_log2.lo log.lo modf.lo mul_2exp.lo mul_2si.lo mul_2ui.lo mul.lo mul_ui.lo neg.lo next.lo out_str.lo printf.lo vasprintf.lo const_pi.lo pow.lo pow_si.lo pow_ui.lo print_raw.lo print_rnd_mode.lo reldiff.lo round_prec.lo set.lo setmax.lo setmin.lo set_d.lo set_dfl_prec.lo set_exp.lo set_rnd.lo set_f.lo set_prc_raw.lo set_prec.lo set_q.lo set_si.lo set_str.lo set_str_raw.lo set_ui.lo set_z.lo sqrt.lo sqrt_ui.lo sub.lo sub1.lo sub_ui.lo rint.lo ui_div.lo ui_sub.lo urandom.lo urandomb.lo get_z_exp.lo swap.lo factorial.lo cosh.lo sinh.lo tanh.lo sinh_cosh.lo acosh.lo asinh.lo atanh.lo atan.lo cmp2.lo exp_2.lo asin.lo const_euler.lo cos.lo sin.lo tan.lo fma.lo fms.lo hypot.lo log1p.lo expm1.lo log2.lo log10.lo ui_pow.lo ui_pow_ui.lo minmax.lo dim.lo signbit.lo copysign.lo setsign.lo gmp_op.lo init2.lo acos.lo sin_cos.lo set_nan.lo set_inf.lo set_zero.lo powerof2.lo gamma.lo set_ld.lo get_ld.lo cbrt.lo volatile.lo fits_sshort.lo fits_sint.lo fits_slong.lo fits_ushort.lo fits_uint.lo fits_ulong.lo fits_uintmax.lo fits_intmax.lo get_si.lo get_ui.lo zeta.lo cmp_d.lo erf.lo inits.lo inits2.lo clears.lo sgn.lo check.lo sub1sp.lo version.lo mpn_exp.lo mpfr-gmp.lo mp_clz_tab.lo sum.lo add1sp.lo free_cache.lo si_op.lo cmp_ld.lo set_ui_2exp.lo set_si_2exp.lo set_uj.lo set_sj.lo get_sj.lo get_uj.lo get_z.lo iszero.lo cache.lo sqr.lo int_ceil_log2.lo isqrt.lo strtofr.lo pow_z.lo logging.lo mulders.lo get_f.lo round_p.lo erfc.lo atan2.lo subnormal.lo const_catalan.lo root.lo sec.lo csc.lo cot.lo eint.lo sech.lo csch.lo coth.lo round_near_x.lo constant.lo abort_prec_max.lo stack_interface.lo lngamma.lo zeta_ui.lo set_d64.lo get_d64.lo jn.lo yn.lo rem1.lo add_d.lo sub_d.lo d_sub.lo mul_d.lo div_d.lo d_div.lo li2.lo rec_sqrt.lo min_prec.lo buildopt.lo digamma.lo bernoulli.lo isregular.lo set_flt.lo get_flt.lo scale2.lo set_z_exp.lo ai.lo gammaonethird.lo grandom.lo fpif.lo set_float128.lo get_float128.lo rndna.lo nrandom.lo random_deviate.lo erandom.lo mpfr-mini-gmp.lo fmma.lo log_ui.lo gamma_inc.lo ubf.lo beta.lo odd_p.lo get_q.lo pool.lo total_order.lo set_d128.lo get_d128.lo nbits_ulong.lo cmpabs_ui.lo get_patches.lo -lgmp libtool: link: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -shared -fPIC -DPIC .libs/exceptions.o .libs/extract.o .libs/uceil_exp2.o .libs/uceil_log2.o .libs/ufloor_log2.o .libs/add.o .libs/add1.o .libs/add_ui.o .libs/agm.o .libs/clear.o .libs/cmp.o .libs/cmpabs.o .libs/cmp_si.o .libs/cmp_ui.o .libs/comparisons.o .libs/div_2exp.o .libs/div_2si.o .libs/div_2ui.o .libs/div.o .libs/div_ui.o .libs/dot.o .libs/dump.o .libs/eq.o .libs/exp10.o .libs/exp2.o .libs/exp3.o .libs/exp.o .libs/frac.o .libs/frexp.o .libs/get_d.o .libs/get_exp.o .libs/get_str.o .libs/init.o .libs/inp_str.o .libs/isinteger.o .libs/isinf.o .libs/isnan.o .libs/isnum.o .libs/const_log2.o .libs/log.o .libs/modf.o .libs/mul_2exp.o .libs/mul_2si.o .libs/mul_2ui.o .libs/mul.o .libs/mul_ui.o .libs/neg.o .libs/next.o .libs/out_str.o .libs/printf.o .libs/vasprintf.o .libs/const_pi.o .libs/pow.o .libs/pow_si.o .libs/pow_ui.o .libs/print_raw.o .libs/print_rnd_mode.o .libs/reldiff.o .libs/round_prec.o .libs/set.o .libs/setmax.o .libs/setmin.o .libs/set_d.o .libs/set_dfl_prec.o .libs/set_exp.o .libs/set_rnd.o .libs/set_f.o .libs/set_prc_raw.o .libs/set_prec.o .libs/set_q.o .libs/set_si.o .libs/set_str.o .libs/set_str_raw.o .libs/set_ui.o .libs/set_z.o .libs/sqrt.o .libs/sqrt_ui.o .libs/sub.o .libs/sub1.o .libs/sub_ui.o .libs/rint.o .libs/ui_div.o .libs/ui_sub.o .libs/urandom.o .libs/urandomb.o .libs/get_z_exp.o .libs/swap.o .libs/factorial.o .libs/cosh.o .libs/sinh.o .libs/tanh.o .libs/sinh_cosh.o .libs/acosh.o .libs/asinh.o .libs/atanh.o .libs/atan.o .libs/cmp2.o .libs/exp_2.o .libs/asin.o .libs/const_euler.o .libs/cos.o .libs/sin.o .libs/tan.o .libs/fma.o .libs/fms.o .libs/hypot.o .libs/log1p.o .libs/expm1.o .libs/log2.o .libs/log10.o .libs/ui_pow.o .libs/ui_pow_ui.o .libs/minmax.o .libs/dim.o .libs/signbit.o .libs/copysign.o .libs/setsign.o .libs/gmp_op.o .libs/init2.o .libs/acos.o .libs/sin_cos.o .libs/set_nan.o .libs/set_inf.o .libs/set_zero.o .libs/powerof2.o .libs/gamma.o .libs/set_ld.o .libs/get_ld.o .libs/cbrt.o .libs/volatile.o .libs/fits_sshort.o .libs/fits_sint.o .libs/fits_slong.o .libs/fits_ushort.o .libs/fits_uint.o .libs/fits_ulong.o .libs/fits_uintmax.o .libs/fits_intmax.o .libs/get_si.o .libs/get_ui.o .libs/zeta.o .libs/cmp_d.o .libs/erf.o .libs/inits.o .libs/inits2.o .libs/clears.o .libs/sgn.o .libs/check.o .libs/sub1sp.o .libs/version.o .libs/mpn_exp.o .libs/mpfr-gmp.o .libs/mp_clz_tab.o .libs/sum.o .libs/add1sp.o .libs/free_cache.o .libs/si_op.o .libs/cmp_ld.o .libs/set_ui_2exp.o .libs/set_si_2exp.o .libs/set_uj.o .libs/set_sj.o .libs/get_sj.o .libs/get_uj.o .libs/get_z.o .libs/iszero.o .libs/cache.o .libs/sqr.o .libs/int_ceil_log2.o .libs/isqrt.o .libs/strtofr.o .libs/pow_z.o .libs/logging.o .libs/mulders.o .libs/get_f.o .libs/round_p.o .libs/erfc.o .libs/atan2.o .libs/subnormal.o .libs/const_catalan.o .libs/root.o .libs/sec.o .libs/csc.o .libs/cot.o .libs/eint.o .libs/sech.o .libs/csch.o .libs/coth.o .libs/round_near_x.o .libs/constant.o .libs/abort_prec_max.o .libs/stack_interface.o .libs/lngamma.o .libs/zeta_ui.o .libs/set_d64.o .libs/get_d64.o .libs/jn.o .libs/yn.o .libs/rem1.o .libs/add_d.o .libs/sub_d.o .libs/d_sub.o .libs/mul_d.o .libs/div_d.o .libs/d_div.o .libs/li2.o .libs/rec_sqrt.o .libs/min_prec.o .libs/buildopt.o .libs/digamma.o .libs/bernoulli.o .libs/isregular.o .libs/set_flt.o .libs/get_flt.o .libs/scale2.o .libs/set_z_exp.o .libs/ai.o .libs/gammaonethird.o .libs/grandom.o .libs/fpif.o .libs/set_float128.o .libs/get_float128.o .libs/rndna.o .libs/nrandom.o .libs/random_deviate.o .libs/erandom.o .libs/mpfr-mini-gmp.o .libs/fmma.o .libs/log_ui.o .libs/gamma_inc.o .libs/ubf.o .libs/beta.o .libs/odd_p.o .libs/get_q.o .libs/pool.o .libs/total_order.o .libs/set_d128.o .libs/get_d128.o .libs/nbits_ulong.o .libs/cmpabs_ui.o .libs/get_patches.o -lgmp -Og -g0 -Wl,-soname -Wl,libmpfr.so.6 -o .libs/libmpfr.so.6.1.1 libtool: link: (cd ".libs" && rm -f "libmpfr.so.6" && ln -s "libmpfr.so.6.1.1" "libmpfr.so.6") libtool: link: (cd ".libs" && rm -f "libmpfr.so" && ln -s "libmpfr.so.6.1.1" "libmpfr.so") libtool: link: ( cd ".libs" && rm -f "libmpfr.la" && ln -s "../libmpfr.la" "libmpfr.la" ) make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/src' Making all in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tests' Making all in tune make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tune' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tune' Making all in tools/bench make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tools/bench' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tools/bench' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1' >>> mpfr 4.1.1 Installing to staging directory PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1' Making install in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/doc' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/doc' make[3]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/mpfr' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 FAQ.html '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/mpfr' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/info' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./mpfr.info '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/info' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/doc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/doc' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/src' /usr/bin/make install-am make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/src' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/src' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' /bin/sh ../libtool --mode=install /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c libmpfr.la '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 mpfr.h mpf2mpfr.h '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libmpfr.so.6.1.1 /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmpfr.so.6.1.1 libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libmpfr.so.6.1.1 libmpfr.so.6 || { rm -f libmpfr.so.6 && ln -s libmpfr.so.6.1.1 libmpfr.so.6; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libmpfr.so.6.1.1 libmpfr.so || { rm -f libmpfr.so && ln -s libmpfr.so.6.1.1 libmpfr.so; }; }) libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libmpfr.lai /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmpfr.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/src' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tests' Making install in tune make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tune' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tune' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tune' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tune' Making install in tools/bench make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tools/bench' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tools/bench' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tools/bench' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tools/bench' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1' make[3]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/mpfr' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 mpfr.pc '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/mpfr/examples' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 examples/ReadMe examples/can_round.c examples/divworst.c examples/rndo-add.c examples/sample.c examples/threads.c examples/version.c '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/mpfr/examples' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/mpfr/.' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1' >>> mpfr 4.1.1 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/buildroot/autobuild/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> mpfr 4.1.1 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target install -C /home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1' Making install in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/doc' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/doc' make[3]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/mpfr' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/info' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 FAQ.html '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/mpfr' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./mpfr.info '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/info' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/doc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/doc' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/src' /usr/bin/make install-am make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/src' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/src' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/lib' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/include' /bin/sh ../libtool --mode=install /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c libmpfr.la '/home/buildroot/autobuild/instance-0/output-1/target/usr/lib' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 mpfr.h mpf2mpfr.h '/home/buildroot/autobuild/instance-0/output-1/target/usr/include' libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libmpfr.so.6.1.1 /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libmpfr.so.6.1.1 libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/target/usr/lib && { ln -s -f libmpfr.so.6.1.1 libmpfr.so.6 || { rm -f libmpfr.so.6 && ln -s libmpfr.so.6.1.1 libmpfr.so.6; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/target/usr/lib && { ln -s -f libmpfr.so.6.1.1 libmpfr.so || { rm -f libmpfr.so && ln -s libmpfr.so.6.1.1 libmpfr.so; }; }) libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libmpfr.lai /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libmpfr.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/src' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tests' Making install in tune make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tune' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tune' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tune' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tune' Making install in tools/bench make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tools/bench' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tools/bench' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tools/bench' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1/tools/bench' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1' make[3]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/mpfr' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 mpfr.pc '/home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/mpfr/examples' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 examples/ReadMe examples/can_round.c examples/divworst.c examples/rndo-add.c examples/sample.c examples/threads.c examples/version.c '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/mpfr/examples' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/mpfr/.' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpfr-4.1.1' mpc-1.2.1.tar.gz: OK (sha256: 17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459) >>> mpc 1.2.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/mpc/mpc-1.2.1.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1 -xf - >>> mpc 1.2.1 Patching >>> mpc 1.2.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> mpc 1.2.1 Patching libtool patching file /home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/build-aux/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). >>> mpc 1.2.1 Configuring (cd /home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=mips-buildroot-linux-gnu --host=mips-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking for a BSD-compatible install... /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c checking whether build environment is sane... yes checking for mips-buildroot-linux-gnu-strip... /bin/true checking for a thread-safe mkdir -p... /home/buildroot/autobuild/instance-0/output-1/host/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... mips-buildroot-linux-gnu checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for a sed that does not truncate output... /usr/bin/sed checking for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-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... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc... none checking for mips-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar checking the archiver (/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm) 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 mips-buildroot-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 /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld option to reload object files... -r checking for mips-buildroot-linux-gnu-objdump... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for mips-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips-buildroot-linux-gnu-ar... (cached) /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for mips-buildroot-linux-gnu-strip... (cached) /bin/true checking for mips-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /home/buildroot/autobuild/instance-0/output-1/host/bin/dd checking how to truncate binary pipes... /home/buildroot/autobuild/instance-0/output-1/host/bin/dd bs=4096 count=1 checking for mips-buildroot-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp 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 /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gmp.h... yes checking for ANSI C header files... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for unistd.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking whether time.h and sys/time.h may both be included... 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 __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.3.0 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 configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> mpc 1.2.1 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1' Making all in src make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/src' /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o abs.lo abs.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o acos.lo acos.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o acosh.lo acosh.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o add.lo add.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c acosh.c -fPIC -DPIC -o .libs/acosh.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c abs.c -fPIC -DPIC -o .libs/abs.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c add.c -fPIC -DPIC -o .libs/add.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c acos.c -fPIC -DPIC -o .libs/acos.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o add_fr.lo add_fr.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o add_si.lo add_si.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o add_ui.lo add_ui.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c add_fr.c -fPIC -DPIC -o .libs/add_fr.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o arg.lo arg.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c add_si.c -fPIC -DPIC -o .libs/add_si.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c add_ui.c -fPIC -DPIC -o .libs/add_ui.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c arg.c -fPIC -DPIC -o .libs/arg.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o asin.lo asin.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o asinh.lo asinh.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o atan.lo atan.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o atanh.lo atanh.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c asin.c -fPIC -DPIC -o .libs/asin.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c asinh.c -fPIC -DPIC -o .libs/asinh.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c atan.c -fPIC -DPIC -o .libs/atan.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c atanh.c -fPIC -DPIC -o .libs/atanh.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o clear.lo clear.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o cmp.lo cmp.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c clear.c -fPIC -DPIC -o .libs/clear.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o cmp_abs.lo cmp_abs.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o cmp_si_si.lo cmp_si_si.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c cmp.c -fPIC -DPIC -o .libs/cmp.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c cmp_abs.c -fPIC -DPIC -o .libs/cmp_abs.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o conj.lo conj.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c cmp_si_si.c -fPIC -DPIC -o .libs/cmp_si_si.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o cos.lo cos.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c conj.c -fPIC -DPIC -o .libs/conj.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o cosh.lo cosh.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o div_2si.lo div_2si.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c cos.c -fPIC -DPIC -o .libs/cos.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o div_2ui.lo div_2ui.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c cosh.c -fPIC -DPIC -o .libs/cosh.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c div_2si.c -fPIC -DPIC -o .libs/div_2si.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o div.lo div.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c div_2ui.c -fPIC -DPIC -o .libs/div_2ui.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o div_fr.lo div_fr.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o div_ui.lo div_ui.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c div.c -fPIC -DPIC -o .libs/div.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o dot.lo dot.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c div_fr.c -fPIC -DPIC -o .libs/div_fr.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c div_ui.c -fPIC -DPIC -o .libs/div_ui.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c dot.c -fPIC -DPIC -o .libs/dot.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o exp.lo exp.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o fma.lo fma.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c exp.c -fPIC -DPIC -o .libs/exp.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o fr_div.lo fr_div.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c fma.c -fPIC -DPIC -o .libs/fma.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o fr_sub.lo fr_sub.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c fr_div.c -fPIC -DPIC -o .libs/fr_div.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c fr_sub.c -fPIC -DPIC -o .libs/fr_sub.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o get_prec2.lo get_prec2.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o get_prec.lo get_prec.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o get_version.lo get_version.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o get_x.lo get_x.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c get_prec2.c -fPIC -DPIC -o .libs/get_prec2.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c get_prec.c -fPIC -DPIC -o .libs/get_prec.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c get_version.c -fPIC -DPIC -o .libs/get_version.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c get_x.c -fPIC -DPIC -o .libs/get_x.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o imag.lo imag.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o init2.lo init2.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o init3.lo init3.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c imag.c -fPIC -DPIC -o .libs/imag.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c init2.c -fPIC -DPIC -o .libs/init2.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c init3.c -fPIC -DPIC -o .libs/init3.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o inp_str.lo inp_str.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o log.lo log.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o log10.lo log10.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o mem.lo mem.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c log.c -fPIC -DPIC -o .libs/log.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c log10.c -fPIC -DPIC -o .libs/log10.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c mem.c -fPIC -DPIC -o .libs/mem.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o mul_2si.lo mul_2si.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o mul_2ui.lo mul_2ui.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o mul.lo mul.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o mul_fr.lo mul_fr.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c mul_2si.c -fPIC -DPIC -o .libs/mul_2si.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c mul.c -fPIC -DPIC -o .libs/mul.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c mul_2ui.c -fPIC -DPIC -o .libs/mul_2ui.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c mul_fr.c -fPIC -DPIC -o .libs/mul_fr.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o mul_i.lo mul_i.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o mul_si.lo mul_si.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o mul_ui.lo mul_ui.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c mul_i.c -fPIC -DPIC -o .libs/mul_i.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c mul_si.c -fPIC -DPIC -o .libs/mul_si.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c mul_ui.c -fPIC -DPIC -o .libs/mul_ui.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o neg.lo neg.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o norm.lo norm.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o out_str.lo out_str.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o pow.lo pow.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c neg.c -fPIC -DPIC -o .libs/neg.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c norm.c -fPIC -DPIC -o .libs/norm.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c out_str.c -fPIC -DPIC -o .libs/out_str.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c pow.c -fPIC -DPIC -o .libs/pow.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o pow_fr.lo pow_fr.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o pow_ld.lo pow_ld.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o pow_d.lo pow_d.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c pow_fr.c -fPIC -DPIC -o .libs/pow_fr.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c pow_ld.c -fPIC -DPIC -o .libs/pow_ld.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c pow_d.c -fPIC -DPIC -o .libs/pow_d.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o pow_si.lo pow_si.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o pow_ui.lo pow_ui.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o pow_z.lo pow_z.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c pow_si.c -fPIC -DPIC -o .libs/pow_si.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o proj.lo proj.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c pow_ui.c -fPIC -DPIC -o .libs/pow_ui.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c pow_z.c -fPIC -DPIC -o .libs/pow_z.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c proj.c -fPIC -DPIC -o .libs/proj.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o real.lo real.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o rootofunity.lo rootofunity.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c real.c -fPIC -DPIC -o .libs/real.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o urandom.lo urandom.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o set.lo set.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c rootofunity.c -fPIC -DPIC -o .libs/rootofunity.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c urandom.c -fPIC -DPIC -o .libs/urandom.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c set.c -fPIC -DPIC -o .libs/set.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o set_prec.lo set_prec.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c set_prec.c -fPIC -DPIC -o .libs/set_prec.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o set_str.lo set_str.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o set_x.lo set_x.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o set_x_x.lo set_x_x.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c set_str.c -fPIC -DPIC -o .libs/set_str.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c set_x.c -fPIC -DPIC -o .libs/set_x.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o sin.lo sin.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c set_x_x.c -fPIC -DPIC -o .libs/set_x_x.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c sin.c -fPIC -DPIC -o .libs/sin.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o sin_cos.lo sin_cos.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o sinh.lo sinh.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c sin_cos.c -fPIC -DPIC -o .libs/sin_cos.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o sqr.lo sqr.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o sqrt.lo sqrt.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c sinh.c -fPIC -DPIC -o .libs/sinh.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c sqr.c -fPIC -DPIC -o .libs/sqr.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c sqrt.c -fPIC -DPIC -o .libs/sqrt.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o strtoc.lo strtoc.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c strtoc.c -fPIC -DPIC -o .libs/strtoc.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o sub.lo sub.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o sub_fr.lo sub_fr.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o sub_ui.lo sub_ui.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c sub.c -fPIC -DPIC -o .libs/sub.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c sub_fr.c -fPIC -DPIC -o .libs/sub_fr.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o sum.lo sum.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c sub_ui.c -fPIC -DPIC -o .libs/sub_ui.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o swap.lo swap.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c sum.c -fPIC -DPIC -o .libs/sum.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o tan.lo tan.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o tanh.lo tanh.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c swap.c -fPIC -DPIC -o .libs/swap.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c tan.c -fPIC -DPIC -o .libs/tan.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c tanh.c -fPIC -DPIC -o .libs/tanh.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o uceil_log2.lo uceil_log2.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o ui_div.lo ui_div.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c uceil_log2.c -fPIC -DPIC -o .libs/uceil_log2.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o ui_ui_sub.lo ui_ui_sub.c libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ui_div.c -fPIC -DPIC -o .libs/ui_div.o libtool: compile: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ui_ui_sub.c -fPIC -DPIC -o .libs/ui_ui_sub.o /bin/sh ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -version-info 5:1:2 -o libmpc.la -rpath /usr/lib abs.lo acos.lo acosh.lo add.lo add_fr.lo add_si.lo add_ui.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 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 -lmpfr -lgmp -lm libtool: link: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -shared -fPIC -DPIC .libs/abs.o .libs/acos.o .libs/acosh.o .libs/add.o .libs/add_fr.o .libs/add_si.o .libs/add_ui.o .libs/arg.o .libs/asin.o .libs/asinh.o .libs/atan.o .libs/atanh.o .libs/clear.o .libs/cmp.o .libs/cmp_abs.o .libs/cmp_si_si.o .libs/conj.o .libs/cos.o .libs/cosh.o .libs/div_2si.o .libs/div_2ui.o .libs/div.o .libs/div_fr.o .libs/div_ui.o .libs/dot.o .libs/exp.o .libs/fma.o .libs/fr_div.o .libs/fr_sub.o .libs/get_prec2.o .libs/get_prec.o .libs/get_version.o .libs/get_x.o .libs/imag.o .libs/init2.o .libs/init3.o .libs/inp_str.o .libs/log.o .libs/log10.o .libs/mem.o .libs/mul_2si.o .libs/mul_2ui.o .libs/mul.o .libs/mul_fr.o .libs/mul_i.o .libs/mul_si.o .libs/mul_ui.o .libs/neg.o .libs/norm.o .libs/out_str.o .libs/pow.o .libs/pow_fr.o .libs/pow_ld.o .libs/pow_d.o .libs/pow_si.o .libs/pow_ui.o .libs/pow_z.o .libs/proj.o .libs/real.o .libs/rootofunity.o .libs/urandom.o .libs/set.o .libs/set_prec.o .libs/set_str.o .libs/set_x.o .libs/set_x_x.o .libs/sin.o .libs/sin_cos.o .libs/sinh.o .libs/sqr.o .libs/sqrt.o .libs/strtoc.o .libs/sub.o .libs/sub_fr.o .libs/sub_ui.o .libs/sum.o .libs/swap.o .libs/tan.o .libs/tanh.o .libs/uceil_log2.o .libs/ui_div.o .libs/ui_ui_sub.o -lmpfr -lgmp -lm -Og -g0 -Wl,-soname -Wl,libmpc.so.3 -o .libs/libmpc.so.3.2.1 libtool: link: (cd ".libs" && rm -f "libmpc.so.3" && ln -s "libmpc.so.3.2.1" "libmpc.so.3") libtool: link: (cd ".libs" && rm -f "libmpc.so" && ln -s "libmpc.so.3.2.1" "libmpc.so") libtool: link: ( cd ".libs" && rm -f "libmpc.la" && ln -s "../libmpc.la" "libmpc.la" ) make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/src' Making all in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tests' Making all in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/doc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/doc' Making all in tools make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools' Making all in bench make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/bench' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/bench' Making all in mpcheck make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/mpcheck' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/mpcheck' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1' >>> mpc 1.2.1 Installing to staging directory PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/src' make[3]: Nothing to be done for 'install-data-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /bin/sh ../libtool --mode=install /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c libmpc.la '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libmpc.so.3.2.1 /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmpc.so.3.2.1 libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libmpc.so.3.2.1 libmpc.so.3 || { rm -f libmpc.so.3 && ln -s libmpc.so.3.2.1 libmpc.so.3; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libmpc.so.3.2.1 libmpc.so || { rm -f libmpc.so && ln -s libmpc.so.3.2.1 libmpc.so; }; }) libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libmpc.lai /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmpc.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/src' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tests' Making install in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/doc' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/doc' make[3]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/info' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./mpc.info '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/info' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/doc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/doc' Making install in tools make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools' Making install in bench make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/bench' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/bench' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/bench' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/bench' Making install in mpcheck make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/mpcheck' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/mpcheck' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/mpcheck' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/mpcheck' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1' make[3]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 src/mpc.h '/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1' >>> mpc 1.2.1 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/buildroot/autobuild/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> mpc 1.2.1 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target install -C /home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/src' make[3]: Nothing to be done for 'install-data-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/lib' /bin/sh ../libtool --mode=install /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c libmpc.la '/home/buildroot/autobuild/instance-0/output-1/target/usr/lib' libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libmpc.so.3.2.1 /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libmpc.so.3.2.1 libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/target/usr/lib && { ln -s -f libmpc.so.3.2.1 libmpc.so.3 || { rm -f libmpc.so.3 && ln -s libmpc.so.3.2.1 libmpc.so.3; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/target/usr/lib && { ln -s -f libmpc.so.3.2.1 libmpc.so || { rm -f libmpc.so && ln -s libmpc.so.3.2.1 libmpc.so; }; }) libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libmpc.lai /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libmpc.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/src' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tests' Making install in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/doc' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/doc' make[3]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/info' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./mpc.info '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/info' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/doc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/doc' Making install in tools make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools' Making install in bench make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/bench' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/bench' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/bench' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/bench' Making install in mpcheck make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/mpcheck' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/mpcheck' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/mpcheck' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools/mpcheck' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1/tools' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1' make[3]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/include' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 src/mpc.h '/home/buildroot/autobuild/instance-0/output-1/target/usr/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mpc-1.2.1' mraa-2.2.0.tar.gz: OK (sha256: 076669bee8423ffef3065735b293a329020be86630fea457174dbfcc67a0554a) >>> mraa 2.2.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/mraa/mraa-2.2.0.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0 -xf - >>> mraa 2.2.0 Patching Applying 0001-include-Declare-gVERSION-global-as-extern.patch using patch: patching file include/version.h >>> mraa 2.2.0 Configuring (mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/ && cd /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/ && rm -f CMakeCache.txt && PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/output-1/host/bin/cmake /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/ -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/buildroot/autobuild/instance-0/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_RUNSTATEDIR="/run" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DBUILDARCH=mips -DBUILDCPP=OFF -DBUILDSWIG=OFF -DUSBPLAT=OFF -DFTDI4222=OFF -DENABLEEXAMPLES=OFF -DBUILDTESTS=OFF -DJSONPLAT=ON ) CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 12.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test HAS_C__Wall -- Performing Test HAS_C__Wall - Success -- Performing Test HAS_C__Werror_main -- Performing Test HAS_C__Werror_main - Success -- Performing Test HAS_C__Wformat -- Performing Test HAS_C__Wformat - Success -- Performing Test HAS_C__Wmain -- Performing Test HAS_C__Wmain - Success -- Performing Test HAS_C__Wuninitialized -- Performing Test HAS_C__Wuninitialized - Success -- Performing Test HAS_C__Winit_self -- Performing Test HAS_C__Winit_self - Success -- Performing Test HAS_C__Werror_implicit -- Performing Test HAS_C__Werror_implicit - Success -- Performing Test HAS_C__Werror_missing_parameter_type -- Performing Test HAS_C__Werror_missing_parameter_type - Success CMake Warning at CMakeLists.txt:119 (message): - Install git to compile a production libmraa! -- INFO - libmraa Version v2.2.0 -- INFO - cmake Version 3.27.1 -- INFO - Override arch is mips -- INFO - Adding onewire backend support -- INFO - Adding support for platform ALL -- INFO - Adding support for all platforms -- Found PkgConfig: /home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config (found version "1.6.3") INFO - Adding MIPS platforms -- Configuring done (2.1s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0 >>> mraa 2.2.0 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' [ 4%] Building C object src/CMakeFiles/mraa.dir/mraa.c.o [ 8%] Building C object src/CMakeFiles/mraa.dir/gpio/gpio.c.o [ 12%] Building C object src/CMakeFiles/mraa.dir/gpio/gpio_chardev.c.o [ 16%] Building C object src/CMakeFiles/mraa.dir/i2c/i2c.c.o /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/mraa.c: In function 'mraa_gpio_lookup': /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/mraa.c:907:32: warning: the comparison will always evaluate as 'true' for the address of 'name' will never be NULL [-Waddress] 907 | if (plat->pins[i].name != NULL && | ^~ In file included from /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/include/mraa_internal.h:18, from /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/include/firmata/firmata_mraa.h:14, from /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/mraa.c:41: /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/include/mraa_internal_types.h:368:10: note: 'name' declared here 368 | char name[MRAA_PIN_NAME_SIZE]; /**< Pin's real world name */ | ^~~~ /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/gpio/gpio.c: In function 'mraa_gpio_chardev_wait_interrupt': /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/gpio/gpio.c:636:13: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 636 | read(fds[i], &event_data, sizeof(event_data)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/gpio/gpio.c: In function 'mraa_gpio_wait_interrupt': /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/gpio/gpio.c:587:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 587 | read(fds[i], &c, 1); | ^~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/gpio/gpio.c:605:13: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 605 | read(fds[i], &c, 1); | ^~~~~~~~~~~~~~~~~~~ [ 20%] Building C object src/CMakeFiles/mraa.dir/pwm/pwm.c.o [ 25%] Building C object src/CMakeFiles/mraa.dir/spi/spi.c.o /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/mraa.c: In function 'mraa_find_uart_bus_pci': /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/mraa.c:1157:50: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 11 [-Wformat-truncation=] 1157 | snprintf(*dev_name, max_allowable_len, "/dev/%s", namelist[n - 1]->d_name); | ^~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/stdio.h:906, from /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/mraa.c:30: In function 'snprintf', inlined from 'mraa_find_uart_bus_pci' at /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/mraa.c:1157:5: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 6 and 261 bytes into a destination of size 16 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ [ 29%] Building C object src/CMakeFiles/mraa.dir/aio/aio.c.o [ 33%] Building C object src/CMakeFiles/mraa.dir/uart/uart.c.o [ 37%] Building C object src/CMakeFiles/mraa.dir/led/led.c.o [ 41%] Building C object src/CMakeFiles/mraa.dir/initio/initio.c.o /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/led/led.c: In function 'mraa_led_get_brightfd': /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/led/led.c:44:33: warning: '%s' directive output may be truncated writing 10 bytes into a region of size between 0 and 63 [-Wformat-truncation=] 44 | snprintf(buf, MAX_SIZE, "%s/%s", dev->led_path, "brightness"); | ^~ ~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/stdio.h:906, from /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/api/mraa/led.h:44, from /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/led/led.c:8: In function 'snprintf', inlined from 'mraa_led_get_brightfd' at /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/led/led.c:44:5: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 12 and 75 bytes into a destination of size 64 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/led/led.c: In function 'mraa_led_get_maxbrightfd': /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/led/led.c:59:33: warning: '%s' directive output may be truncated writing 14 bytes into a region of size between 0 and 63 [-Wformat-truncation=] 59 | snprintf(buf, MAX_SIZE, "%s/%s", dev->led_path, "max_brightness"); | ^~ ~~~~~~~~~~~~~~~~ In function 'snprintf', inlined from 'mraa_led_get_maxbrightfd' at /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/led/led.c:59:5: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 16 and 79 bytes into a destination of size 64 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ [ 45%] Building C object src/CMakeFiles/mraa.dir/grovepi/grovepi.c.o /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/led/led.c: In function 'mraa_led_get_trigfd': /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/led/led.c:29:33: warning: '%s' directive output may be truncated writing 7 bytes into a region of size between 0 and 63 [-Wformat-truncation=] 29 | snprintf(buf, MAX_SIZE, "%s/%s", dev->led_path, "trigger"); | ^~ ~~~~~~~~~ In function 'snprintf', inlined from 'mraa_led_get_trigfd' at /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/led/led.c:29:5: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 9 and 72 bytes into a destination of size 64 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ [ 50%] Building C object src/CMakeFiles/mraa.dir/uart_ow/uart_ow.c.o [ 54%] Building C object src/CMakeFiles/mraa.dir/iio/iio.c.o [ 58%] Building C object src/CMakeFiles/mraa.dir/json/jsonplatform.c.o /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c: In function 'mraa_iio_get_channel_data': /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c:165:44: warning: format '%d' expects a matching 'int' argument [-Wformat=] 165 | syslog(LOG_ERR, "iio: Channel %d with channel bytes value <= 0"); | ~^ | | | int /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c:114:21: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 114 | read(fd, readbuf, 31 * sizeof(char)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c: In function 'mraa_iio_event_poll': /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c:459:5: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 459 | read(event_fd, data, sizeof(struct iio_event_data)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c: In function 'mraa_iio_event_poll_nonblock': /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c:434:5: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 434 | read(fd, data, sizeof(struct iio_event_data)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 62%] Building C object src/CMakeFiles/mraa.dir/mips/mips.c.o /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c: In function 'mraa_iio_get_channel_data': /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c:23:26: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 71 and 81 [-Wformat-truncation=] 23 | #define IIO_SYSFS_DEVICE "/sys/bus/iio/devices/" IIO_DEVICE | ^~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c:96:37: note: in expansion of macro 'IIO_SYSFS_DEVICE' 96 | snprintf(buf, MAX_SIZE, IIO_SYSFS_DEVICE "%d/" IIO_SCAN_ELEM "/%s", dev->num, ent->d_name); | ^~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c:595:80: note: format string is defined here 595 | snprintf(buf, MAX_SIZE, IIO_SYSFS_DEVICE "%d/" IIO_SCAN_ELEM "/%s", dev->num, ent->d_name); | ^~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/stdio.h:906, from /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/api/mraa/iio.h:80, from /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c:8: In function 'snprintf', inlined from 'mraa_iio_get_channel_data' at /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c:96:13: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 48 and 313 bytes into a destination of size 128 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ [ 66%] Building C object src/CMakeFiles/mraa.dir/mips/mediatek.c.o /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c: In function 'mraa_iio_get_event_data': /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c:23:26: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 78 and 88 [-Wformat-truncation=] 23 | #define IIO_SYSFS_DEVICE "/sys/bus/iio/devices/" IIO_DEVICE | ^~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c:399:41: note: in expansion of macro 'IIO_SYSFS_DEVICE' 399 | snprintf(buf, MAX_SIZE, IIO_SYSFS_DEVICE "%d/" IIO_EVENTS "/%s", dev->num, ent->d_name); | ^~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c:21:31: note: format string is defined here 21 | #define IIO_SCAN_ELEM "scan_elements" | ^~ In function 'snprintf', inlined from 'mraa_iio_get_event_data' at /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c:399:17: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 41 and 306 bytes into a destination of size 128 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ [ 70%] Building C object src/CMakeFiles/mraa.dir/version.c.o /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c: In function 'mraa_iio_update_channels': /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c:23:26: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 71 and 81 [-Wformat-truncation=] 23 | #define IIO_SYSFS_DEVICE "/sys/bus/iio/devices/" IIO_DEVICE | ^~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c:595:41: note: in expansion of macro 'IIO_SYSFS_DEVICE' 595 | snprintf(buf, MAX_SIZE, IIO_SYSFS_DEVICE "%d/" IIO_SCAN_ELEM "/%s", dev->num, ent->d_name); | ^~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c:595:80: note: format string is defined here 595 | snprintf(buf, MAX_SIZE, IIO_SYSFS_DEVICE "%d/" IIO_SCAN_ELEM "/%s", dev->num, ent->d_name); | ^~ In function 'snprintf', inlined from 'mraa_iio_update_channels' at /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/iio/iio.c:595:17: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 48 and 313 bytes into a destination of size 128 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/mips/mediatek.c: In function 'mtk_common': /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/mips/mediatek.c:422:60: warning: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size 8 [-Wformat-truncation=] 422 | snprintf(b->pins[i].name, MRAA_PIN_NAME_SIZE, "GPIO%d", i); | ^~ /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/mips/mediatek.c:422:55: note: directive argument in the range [0, 2147483646] 422 | snprintf(b->pins[i].name, MRAA_PIN_NAME_SIZE, "GPIO%d", i); | ^~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/stdio.h:906, from /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/mips/mediatek.c:7: In function 'snprintf', inlined from 'mtk_common' at /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/src/mips/mediatek.c:422:9: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 6 and 15 bytes into a destination of size 12 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ [ 75%] Linking C shared library libmraa.so make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' [ 75%] Built target mraa make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' [ 79%] Building C object tools/CMakeFiles/mraa-gpio.dir/mraa-gpio.c.o [ 83%] Building C object tools/CMakeFiles/mraa-i2c.dir/mraa-i2c.c.o [ 87%] Building C object tools/CMakeFiles/mraa-uart.dir/mraa-uart.c.o /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/tools/mraa-gpio.c: In function 'gpio_set': /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/tools/mraa-gpio.c:99:13: warning: 'mraa_gpio_use_mmaped' is deprecated [-Wdeprecated-declarations] 99 | if (mraa_gpio_use_mmaped(gpio, 1) != MRAA_SUCCESS) { | ^~ In file included from /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/tools/mraa-gpio.c:13: /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/api/mraa/gpio.h:289:26: note: declared here 289 | DEPRECATED mraa_result_t mraa_gpio_use_mmaped(mraa_gpio_context dev, mraa_boolean_t mmap); | ^~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/tools/mraa-gpio.c: In function 'gpio_get': /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/tools/mraa-gpio.c:117:13: warning: 'mraa_gpio_use_mmaped' is deprecated [-Wdeprecated-declarations] 117 | if (mraa_gpio_use_mmaped(gpio, 1) != MRAA_SUCCESS) { | ^~ /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/api/mraa/gpio.h:289:26: note: declared here 289 | DEPRECATED mraa_result_t mraa_gpio_use_mmaped(mraa_gpio_context dev, mraa_boolean_t mmap); | ^~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/tools/mraa-gpio.c: In function 'main': /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/tools/mraa-gpio.c:209:25: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 209 | fscanf(stdin, "%c", &aux); | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/tools/mraa-i2c.c: In function 'run_interactive_mode': /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/tools/mraa-i2c.c:231:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 231 | fgets(command, 80, stdin); | ^~~~~~~~~~~~~~~~~~~~~~~~~ [ 91%] Linking C executable mraa-gpio [ 95%] Linking C executable mraa-i2c [100%] Linking C executable mraa-uart make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' [100%] Built target mraa-gpio make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' [100%] Built target mraa-i2c make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' [100%] Built target mraa-uart make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' >>> mraa 2.2.0 Installing to staging directory PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot install/fast -C /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/pwm.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/spi.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/led.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/uart.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/pwm.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/types.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/types.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/common.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/initio.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/gpio.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/i2c.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/uart_ow.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/gpio.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/led.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/firmata.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/uart.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/common.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/aio.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/aio.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/spi.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/initio.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/iio.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/iio_kernel_headers.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/i2c.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/uart_ow.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mraa/iio.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/mraa.pc -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmraa.so.2.2.0 -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmraa.so.2 -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmraa.so -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/mraa-gpio -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/mraa-gpio" to "" -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/mraa-i2c -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/mraa-i2c" to "" -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/mraa-uart -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/mraa-uart" to "" make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' >>> mraa 2.2.0 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/buildroot/autobuild/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> mraa 2.2.0 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target install/fast -C /home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/pwm.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/spi.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/led.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/uart.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/pwm.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/types.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/types.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/common.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/initio.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/gpio.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/i2c.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/uart_ow.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/gpio.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/led.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/firmata.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/uart.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/common.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/aio.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/aio.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/spi.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/initio.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/iio.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/iio_kernel_headers.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/i2c.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/uart_ow.hpp -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/mraa/iio.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig/mraa.pc -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libmraa.so.2.2.0 -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libmraa.so.2 -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libmraa.so -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/bin/mraa-gpio -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/target/usr/bin/mraa-gpio" to "" -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/bin/mraa-i2c -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/target/usr/bin/mraa-i2c" to "" -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/bin/mraa-uart -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/target/usr/bin/mraa-uart" to "" make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mraa-2.2.0' mrouted-4.5.tar.gz: OK (sha256: 99e1a1ca45e4e6c05b3cf379fd59a239aeabd9512656114528ad5e172d3c8ba8) >>> mrouted 4.5 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/mrouted/mrouted-4.5.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5 -xf - >>> mrouted 4.5 Patching >>> mrouted 4.5 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5 -name $file); do cp support/gnuconfig/$file $i; done; done >>> mrouted 4.5 Patching libtool >>> mrouted 4.5 Configuring (cd /home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=mips-buildroot-linux-gnu --host=mips-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for a BSD-compatible install... /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c checking whether build environment is sane... yes checking for mips-buildroot-linux-gnu-strip... /bin/true checking for a race-free mkdir -p... /home/buildroot/autobuild/instance-0/output-1/host/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 for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-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... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc... none checking for bison... bison -y checking pkg-config is at least version 0.9.0... yes 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 fcntl.h... yes checking for ifaddrs.h... yes checking for sys/ioctl.h... yes checking for sys/time.h... yes checking for linux/netlink.h... yes checking for termios.h... yes checking for net/if.h... yes checking for netinet/igmp.h... yes checking for pidfile in -lutil... no checking for atexit... yes checking for getifaddrs... yes checking for pidfile... no checking for strlcpy... no checking for strlcat... no checking for strtonum... no checking for utimensat... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating mrouted.service config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared ------------------ Summary ------------------ mrouted version 4.5 Install prefix........: /usr Configuration file....: /etc/mrouted.conf PID and .sock files...: /var/run/ C Compiler............: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Optional features: systemd...............: no Unit tests............: no ------------- Compiler version -------------- mips-buildroot-linux-gnu-gcc.br_real (Buildroot 2023.08-rc3-37-g79c7a67a4c) 12.3.0 Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. --------------------------------------------- Check the above options and compile with: make >>> mrouted 4.5 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5' Making all in src make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5/src' CC mrouted-main.o CC mrouted-common.o CC mrouted-cfparse.o CC mrouted-config.o CC mrouted-igmp.o CC mrouted-icmp.o CC mrouted-ipc.o CC mrouted-ipip.o CC mrouted-inet.o CC mrouted-kern.o CC mrouted-log.o CC mrouted-prune.o CC mrouted-route.o CC mrouted-timer.o CC mrouted-vif.o CC mroutectl.o CC common.o CC mapper.o CC igmp.o CC inet.o CC kern.o CC mrinfo.o CC mtrace.o CC ../lib/pidfile.o CC ../lib/strlcpy.o CC ../lib/strlcat.o CC ../lib/strtonum.o CCLD mroutectl CCLD mrouted CCLD map-mbone CCLD mrinfo CCLD mtrace make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5/src' Making all in man make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5/man' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5/man' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5' >>> mrouted 4.5 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target install -C /home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5/src' make[3]: Nothing to be done for 'install-data-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/sbin' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c mrouted mroutectl map-mbone mrinfo mtrace '/home/buildroot/autobuild/instance-0/output-1/target/usr/sbin' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5/src' Making install in man make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5/man' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5/man' make[3]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man5' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 mrouted.8 mroutectl.8 map-mbone.8 mrinfo.8 mtrace.8 '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 mrouted.conf.5 '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man5' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5/man' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5/man' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5' make[3]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/mrouted' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 README.md ChangeLog.md LICENSE mrouted.conf '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/mrouted' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/mrouted-4.5' /usr/bin/install -m 755 -D package/mrouted/S41mrouted /home/buildroot/autobuild/instance-0/output-1/target/etc/init.d/S41mrouted nanomsg-1.1.5.tar.gz: OK (sha256: 218b31ae1534ab897cb5c419973603de9ca1a5f54df2e724ab4a188eb416df5a) >>> nanomsg 1.1.5 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/nanomsg/nanomsg-1.1.5.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5 -xf - >>> nanomsg 1.1.5 Patching >>> nanomsg 1.1.5 Configuring (mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5/ && cd /home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5/ && rm -f CMakeCache.txt && PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/output-1/host/bin/cmake /home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5/ -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/home/buildroot/autobuild/instance-0/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_RUNSTATEDIR="/run" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DNN_ENABLE_DOC=OFF -DNN_TESTS=OFF -DNN_TOOLS=ON ) CMake Deprecation Warning at CMakeLists.txt:27 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 12.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detected nanomsg ABI v5 (v5.1.0) -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- OS System is Linux -- OS Version is 1 -- Looking for gethrtime -- Looking for gethrtime - not found -- Looking for socketpair -- Looking for socketpair - found -- Looking for eventfd -- Looking for eventfd - found -- Looking for pipe -- Looking for pipe - found -- Looking for pipe2 -- Looking for pipe2 - found -- Looking for accept4 -- Looking for accept4 - found -- Looking for epoll_create -- Looking for epoll_create - found -- Looking for kqueue -- Looking for kqueue - not found -- Looking for poll -- Looking for poll - found -- Looking for getaddrinfo_a in anl -- Looking for getaddrinfo_a in anl - found -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - found -- Looking for sem_wait in rt -- Looking for sem_wait in rt - found -- Looking for sem_wait in pthread -- Looking for sem_wait in pthread - found -- Looking for gethostbyname in nsl -- Looking for gethostbyname in nsl - not found -- Looking for socket in socket -- Looking for socket in socket - not found -- Looking for CLOCK_MONOTONIC -- Looking for CLOCK_MONOTONIC - found -- Looking for atomic_cas_32 -- Looking for atomic_cas_32 - not found -- Looking for AF_UNIX -- Looking for AF_UNIX - found -- Looking for backtrace_symbols_fd -- Looking for backtrace_symbols_fd - found -- Performing Test NN_HAVE_MSG_CONTROL -- Performing Test NN_HAVE_MSG_CONTROL - Success -- Performing Test NN_HAVE_GCC_ATOMIC_BUILTINS -- Performing Test NN_HAVE_GCC_ATOMIC_BUILTINS - Success -- Configuring done (3.8s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5 >>> nanomsg 1.1.5 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5' [ 1%] Building C object src/CMakeFiles/nanomsg.dir/core/ep.c.o [ 2%] Building C object src/CMakeFiles/nanomsg.dir/core/global.c.o [ 3%] Building C object src/CMakeFiles/nanomsg.dir/core/pipe.c.o [ 4%] Building C object src/CMakeFiles/nanomsg.dir/core/poll.c.o [ 5%] Building C object src/CMakeFiles/nanomsg.dir/core/sock.c.o [ 6%] Building C object src/CMakeFiles/nanomsg.dir/core/sockbase.c.o [ 7%] Building C object src/CMakeFiles/nanomsg.dir/core/symbol.c.o [ 8%] Building C object src/CMakeFiles/nanomsg.dir/aio/ctx.c.o [ 9%] Building C object src/CMakeFiles/nanomsg.dir/aio/fsm.c.o /home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5/src/core/sock.c: In function 'nn_sock_init': /home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5/src/core/sock.c:112:21: warning: 'rc' may be used uninitialized [-Wmaybe-uninitialized] 112 | if (nn_slow (rc < 0)) { | ^ /home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5/src/core/sock.c:76:9: note: 'rc' was declared here 76 | int rc; | ^~ [ 10%] Building C object src/CMakeFiles/nanomsg.dir/aio/pool.c.o [ 11%] Building C object src/CMakeFiles/nanomsg.dir/aio/timer.c.o [ 12%] Building C object src/CMakeFiles/nanomsg.dir/aio/timerset.c.o [ 13%] Building C object src/CMakeFiles/nanomsg.dir/aio/usock.c.o [ 14%] Building C object src/CMakeFiles/nanomsg.dir/aio/worker.c.o [ 15%] Building C object src/CMakeFiles/nanomsg.dir/utils/alloc.c.o [ 16%] Building C object src/CMakeFiles/nanomsg.dir/utils/atomic.c.o [ 17%] Building C object src/CMakeFiles/nanomsg.dir/utils/chunk.c.o [ 18%] Building C object src/CMakeFiles/nanomsg.dir/utils/chunkref.c.o [ 19%] Building C object src/CMakeFiles/nanomsg.dir/utils/clock.c.o [ 20%] Building C object src/CMakeFiles/nanomsg.dir/utils/closefd.c.o [ 21%] Building C object src/CMakeFiles/nanomsg.dir/utils/efd.c.o [ 22%] Building C object src/CMakeFiles/nanomsg.dir/utils/err.c.o [ 23%] Building C object src/CMakeFiles/nanomsg.dir/utils/hash.c.o [ 24%] Building C object src/CMakeFiles/nanomsg.dir/utils/list.c.o [ 25%] Building C object src/CMakeFiles/nanomsg.dir/utils/msg.c.o [ 26%] Building C object src/CMakeFiles/nanomsg.dir/utils/condvar.c.o [ 27%] Building C object src/CMakeFiles/nanomsg.dir/utils/mutex.c.o [ 28%] Building C object src/CMakeFiles/nanomsg.dir/utils/once.c.o [ 29%] Building C object src/CMakeFiles/nanomsg.dir/utils/queue.c.o [ 30%] Building C object src/CMakeFiles/nanomsg.dir/utils/random.c.o [ 31%] Building C object src/CMakeFiles/nanomsg.dir/utils/sem.c.o [ 32%] Building C object src/CMakeFiles/nanomsg.dir/utils/sleep.c.o [ 33%] Building C object src/CMakeFiles/nanomsg.dir/utils/strcasecmp.c.o [ 34%] Building C object src/CMakeFiles/nanomsg.dir/utils/strcasestr.c.o [ 35%] Building C object src/CMakeFiles/nanomsg.dir/utils/strncasecmp.c.o [ 36%] Building C object src/CMakeFiles/nanomsg.dir/utils/thread.c.o [ 37%] Building C object src/CMakeFiles/nanomsg.dir/utils/wire.c.o [ 38%] Building C object src/CMakeFiles/nanomsg.dir/devices/device.c.o [ 39%] Building C object src/CMakeFiles/nanomsg.dir/protocols/utils/dist.c.o [ 40%] Building C object src/CMakeFiles/nanomsg.dir/protocols/utils/excl.c.o [ 41%] Building C object src/CMakeFiles/nanomsg.dir/protocols/utils/fq.c.o [ 42%] Building C object src/CMakeFiles/nanomsg.dir/protocols/utils/lb.c.o [ 43%] Building C object src/CMakeFiles/nanomsg.dir/protocols/utils/priolist.c.o [ 44%] Building C object src/CMakeFiles/nanomsg.dir/protocols/bus/bus.c.o [ 45%] Building C object src/CMakeFiles/nanomsg.dir/protocols/bus/xbus.c.o [ 46%] Building C object src/CMakeFiles/nanomsg.dir/protocols/pipeline/push.c.o [ 47%] Building C object src/CMakeFiles/nanomsg.dir/protocols/pipeline/pull.c.o [ 48%] Building C object src/CMakeFiles/nanomsg.dir/protocols/pipeline/xpull.c.o [ 49%] Building C object src/CMakeFiles/nanomsg.dir/protocols/pipeline/xpush.c.o [ 50%] Building C object src/CMakeFiles/nanomsg.dir/protocols/pair/pair.c.o [ 51%] Building C object src/CMakeFiles/nanomsg.dir/protocols/pair/xpair.c.o [ 52%] Building C object src/CMakeFiles/nanomsg.dir/protocols/pubsub/pub.c.o [ 53%] Building C object src/CMakeFiles/nanomsg.dir/protocols/pubsub/sub.c.o [ 54%] Building C object src/CMakeFiles/nanomsg.dir/protocols/pubsub/trie.c.o [ 55%] Building C object src/CMakeFiles/nanomsg.dir/protocols/pubsub/xpub.c.o [ 56%] Building C object src/CMakeFiles/nanomsg.dir/protocols/pubsub/xsub.c.o [ 57%] Building C object src/CMakeFiles/nanomsg.dir/protocols/reqrep/req.c.o [ 58%] Building C object src/CMakeFiles/nanomsg.dir/protocols/reqrep/rep.c.o [ 59%] Building C object src/CMakeFiles/nanomsg.dir/protocols/reqrep/task.c.o [ 60%] Building C object src/CMakeFiles/nanomsg.dir/protocols/reqrep/xrep.c.o [ 61%] Building C object src/CMakeFiles/nanomsg.dir/protocols/reqrep/xreq.c.o [ 62%] Building C object src/CMakeFiles/nanomsg.dir/protocols/survey/respondent.c.o [ 63%] Building C object src/CMakeFiles/nanomsg.dir/protocols/survey/surveyor.c.o [ 64%] Building C object src/CMakeFiles/nanomsg.dir/protocols/survey/xrespondent.c.o [ 65%] Building C object src/CMakeFiles/nanomsg.dir/protocols/survey/xsurveyor.c.o [ 66%] Building C object src/CMakeFiles/nanomsg.dir/transports/utils/backoff.c.o [ 67%] Building C object src/CMakeFiles/nanomsg.dir/transports/utils/dns.c.o [ 68%] Building C object src/CMakeFiles/nanomsg.dir/transports/utils/iface.c.o [ 69%] Building C object src/CMakeFiles/nanomsg.dir/transports/utils/literal.c.o [ 70%] Building C object src/CMakeFiles/nanomsg.dir/transports/utils/port.c.o [ 71%] Building C object src/CMakeFiles/nanomsg.dir/transports/utils/streamhdr.c.o [ 72%] Building C object src/CMakeFiles/nanomsg.dir/transports/utils/base64.c.o [ 73%] Building C object src/CMakeFiles/nanomsg.dir/transports/inproc/binproc.c.o [ 74%] Building C object src/CMakeFiles/nanomsg.dir/transports/inproc/cinproc.c.o [ 75%] Building C object src/CMakeFiles/nanomsg.dir/transports/inproc/inproc.c.o [ 76%] Building C object src/CMakeFiles/nanomsg.dir/transports/inproc/ins.c.o [ 77%] Building C object src/CMakeFiles/nanomsg.dir/transports/inproc/msgqueue.c.o [ 78%] Building C object src/CMakeFiles/nanomsg.dir/transports/inproc/sinproc.c.o [ 79%] Building C object src/CMakeFiles/nanomsg.dir/transports/ipc/aipc.c.o /home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5/src/transports/inproc/sinproc.c: In function 'nn_sinproc_shutdown_events': /home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5/src/transports/inproc/sinproc.c:224:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 224 | switch (type) { | ^~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5/src/transports/inproc/sinproc.c:242:5: note: here 242 | case NN_SINPROC_SRC_PEER: | ^~~~ [ 80%] Building C object src/CMakeFiles/nanomsg.dir/transports/ipc/bipc.c.o [ 81%] Building C object src/CMakeFiles/nanomsg.dir/transports/ipc/cipc.c.o [ 82%] Building C object src/CMakeFiles/nanomsg.dir/transports/ipc/ipc.c.o [ 83%] Building C object src/CMakeFiles/nanomsg.dir/transports/ipc/sipc.c.o [ 84%] Building C object src/CMakeFiles/nanomsg.dir/transports/tcp/atcp.c.o [ 85%] Building C object src/CMakeFiles/nanomsg.dir/transports/tcp/btcp.c.o [ 86%] Building C object src/CMakeFiles/nanomsg.dir/transports/tcp/ctcp.c.o [ 87%] Building C object src/CMakeFiles/nanomsg.dir/transports/tcp/stcp.c.o [ 88%] Building C object src/CMakeFiles/nanomsg.dir/transports/tcp/tcp.c.o [ 89%] Building C object src/CMakeFiles/nanomsg.dir/transports/ws/aws.c.o [ 90%] Building C object src/CMakeFiles/nanomsg.dir/transports/ws/bws.c.o [ 91%] Building C object src/CMakeFiles/nanomsg.dir/transports/ws/cws.c.o [ 92%] Building C object src/CMakeFiles/nanomsg.dir/transports/ws/sws.c.o [ 93%] Building C object src/CMakeFiles/nanomsg.dir/transports/ws/ws.c.o /home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5/src/transports/ws/sws.c: In function 'nn_sws_handler': /home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5/src/transports/ws/sws.c:974:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 974 | switch (src) { | ^~~~~~ /home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5/src/transports/ws/sws.c:1495:5: note: here 1495 | case NN_SWS_STATE_CLOSING_CONNECTION: | ^~~~ [ 94%] Building C object src/CMakeFiles/nanomsg.dir/transports/ws/ws_handshake.c.o [ 95%] Building C object src/CMakeFiles/nanomsg.dir/transports/ws/sha1.c.o [ 96%] Building C object src/CMakeFiles/nanomsg.dir/aio/poller.c.o [ 97%] Linking C shared library ../libnanomsg.so make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5' [ 97%] Built target nanomsg make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5' [ 98%] Building C object CMakeFiles/nanocat.dir/tools/nanocat.c.o [ 99%] Building C object CMakeFiles/nanocat.dir/tools/options.c.o [100%] Linking C executable nanocat make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5' [100%] Built target nanocat make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5' >>> nanomsg 1.1.5 Installing to staging directory PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot install/fast -C /home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/nanomsg/nn.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/nanomsg/inproc.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/nanomsg/ipc.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/nanomsg/tcp.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/nanomsg/ws.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/nanomsg/pair.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/nanomsg/pubsub.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/nanomsg/reqrep.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/nanomsg/pipeline.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/nanomsg/survey.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/nanomsg/bus.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/nanocat -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/nanocat" to "" -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/nanomsg.pc -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libnanomsg.so.5.1.0 -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libnanomsg.so.5 -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libnanomsg.so -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/cmake/nanomsg-1.1.5/nanomsg-target.cmake -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/cmake/nanomsg-1.1.5/nanomsg-target-release.cmake -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/cmake/nanomsg-1.1.5/nanomsg-config.cmake -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/cmake/nanomsg-1.1.5/nanomsg-config-version.cmake make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5' >>> nanomsg 1.1.5 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/buildroot/autobuild/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> nanomsg 1.1.5 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target install/fast -C /home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/nanomsg/nn.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/nanomsg/inproc.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/nanomsg/ipc.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/nanomsg/tcp.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/nanomsg/ws.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/nanomsg/pair.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/nanomsg/pubsub.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/nanomsg/reqrep.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/nanomsg/pipeline.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/nanomsg/survey.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/include/nanomsg/bus.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/bin/nanocat -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/target/usr/bin/nanocat" to "" -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig/nanomsg.pc -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libnanomsg.so.5.1.0 -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libnanomsg.so.5 -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libnanomsg.so -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake/nanomsg-1.1.5/nanomsg-target.cmake -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake/nanomsg-1.1.5/nanomsg-target-release.cmake -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake/nanomsg-1.1.5/nanomsg-config.cmake -- Installing: /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake/nanomsg-1.1.5/nanomsg-config-version.cmake make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5' neon-0.32.4.tar.gz: OK (sha256: b1e2120e4ae07df952c4a858731619733115c5f438965de4fab41d6bf7e7a508) >>> neon 0.32.4 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/neon/neon-0.32.4.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/neon-0.32.4 -xf - >>> neon 0.32.4 Patching Applying 0001-Revert-Advertise-TS_SSL-feature-with-OpenSSL-1.1.0.patch using patch: patching file macros/neon.m4 Hunk #2 succeeded at 1071 (offset 1 line). patching file src/ne_openssl.c Hunk #1 succeeded at 37 with fuzz 2 (offset -1157 lines). Applying 0002-configure.ac-fix-autoreconf.patch using patch: patching file configure.ac >>> neon 0.32.4 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-0/output-1/build/neon-0.32.4 -name $file); do cp support/gnuconfig/$file $i; done; done >>> neon 0.32.4 Configuring >>> neon 0.32.4 Autoreconfiguring libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'macros'. libtoolize: copying file 'macros/libtool.m4' libtoolize: copying file 'macros/ltoptions.m4' libtoolize: copying file 'macros/ltsugar.m4' libtoolize: copying file 'macros/ltversion.m4' libtoolize: copying file 'macros/lt~obsolete.m4' libtoolize: Consider adding '-I macros' to ACLOCAL_AMFLAGS in Makefile.am. configure.ac:16: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:16: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:16: the top level configure.ac:58: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:58: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... macros/neon.m4:474: NEON_COMMON_CHECKS is expanded from... macros/neon.m4:624: LIBNEON_SOURCE_CHECKS is expanded from... configure.ac:58: the top level configure.ac:70: warning: The macro `AC_HEADER_TIME' is obsolete. configure.ac:70: You should run autoupdate. ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... macros/neon-test.m4:27: NEON_TEST is expanded from... configure.ac:70: the top level >>> neon 0.32.4 Patching libtool patching file /home/buildroot/autobuild/instance-0/output-1/build/neon-0.32.4/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). (cd /home/buildroot/autobuild/instance-0/output-1/build/neon-0.32.4/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes ne_cv_libsfor_bindtextdomain= CONFIG_SITE=/dev/null ./configure --target=mips-buildroot-linux-gnu --host=mips-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --without-gssapi --disable-rpath --without-zlib --without-ssl --with-expat=no --with-libxml2=no --disable-webdav ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-rpath checking for a BSD-compatible install... /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c checking for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-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... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to enable C11 features... none needed 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 sys/time.h... yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for inline... inline checking for an ANSI C-conforming const... yes checking for size_t... yes checking for off_t... yes checking for uname... Linux checking whether make sets $(MAKE)... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking size of int... 4 checking size of long... 4 checking size of long long... 8 checking for gcc -Wformat -Werror sanity... yes checking for errno.h... yes checking for stdarg.h... yes checking for string.h... (cached) yes checking for stdlib.h... (cached) yes checking for sys/uio.h... yes checking size of size_t... 4 checking how to print size_t... u checking size of off_t... 8 checking how to print off_t... lld checking size of ssize_t... 4 checking how to print ssize_t... d checking whether byte ordering is bigendian... (cached) yes checking for /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc options needed to detect all undeclared functions... none needed checking whether strerror_r is declared... yes checking whether strerror_r returns char *... yes checking for snprintf... yes checking for vsnprintf... yes checking how to run the C preprocessor... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp checking for sys/time.h... (cached) yes checking for limits.h... yes checking for sys/select.h... yes checking for arpa/inet.h... yes checking for libintl.h... yes checking for signal.h... yes checking for sys/socket.h... yes checking for netinet/in.h... yes checking for netinet/tcp.h... yes checking for netdb.h... yes checking for sys/poll.h... yes checking for sys/limits.h... no checking for fcntl.h... yes checking for iconv.h... yes checking for timezone global... yes configure: LFS support unnecessary, off_t is not 32-bit checking for strtoll... yes checking for strcasecmp... yes checking for signal... yes checking for setvbuf... yes checking for setsockopt... yes checking for stpcpy... yes checking for poll... yes checking for fcntl... yes checking for getsockopt... yes checking for explicit_bzero... yes checking for sendmsg... yes checking for gettimeofday... yes checking whether stpcpy is declared... yes checking for library containing socket... none needed checking for library containing getaddrinfo... none needed checking for gai_strerror... yes checking for getnameinfo... yes checking for inet_ntop... yes checking for inet_pton... yes configure: IPv6 support is enabled checking for working AI_ADDRCONFIG... no checking for socklen_t... yes checking for struct tm.tm_gmtoff... yes checking for struct tm.__tm_gmtoff... no configure: zlib not enabled checking whether to enable ACL support in neon... no configure: SSL support is not enabled configure: Thread-safe SSL support is not enabled configure: Thread-safe SSL not supported checking for mips-buildroot-linux-gnu-pkg-config... /home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config checking for libproxy-1.0 pkg-config data... no configure: libproxy support not enabled checking build system type... x86_64-pc-linux-gnu checking host system type... mips-buildroot-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm) 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 mips-buildroot-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 /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld option to reload object files... -r checking for mips-buildroot-linux-gnu-objdump... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for mips-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for mips-buildroot-linux-gnu-strip... /bin/true checking for mips-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib checking for gawk... gawk checking command to parse /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /home/buildroot/autobuild/instance-0/output-1/host/bin/dd checking how to truncate binary pipes... /home/buildroot/autobuild/instance-0/output-1/host/bin/dd bs=4096 count=1 checking for mips-buildroot-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking size of time_t... 4 checking how to print time_t... ld checking for pid_t... yes checking for mips-buildroot-linux-gnu-ar... (cached) /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar checking for mips-buildroot-linux-gnu-ranlib... (cached) /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib checking for sys/time.h... (cached) yes checking for signal.h... (cached) yes checking for stdint.h... (cached) yes checking for locale.h... yes checking for pipe... yes checking for isatty... yes checking for usleep... yes checking for shutdown... yes checking for setlocale... yes checking for gethostname... yes configure: WebDAV support is not enabled configure: Internationalization support not enabled configure: debugging is enabled checking for pkg-config... (cached) /home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config checking if LD -Wl,--version-script works... yes configure: creating ./config.status config.status: creating neon-config config.status: creating Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating neon.pc config.status: creating test/makekeys config.status: creating config.h config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-rpath configure: Configured to build neon 0.32.4: Install prefix: /usr Compiler: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc XML Parser: none needed SSL library: SSL support is not enabled zlib support: zlib not enabled Build libraries: Shared=yes, Static=no >>> neon 0.32.4 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/neon-0.32.4/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/neon-0.32.4' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/neon-0.32.4/src' /bin/sh ../libtool --quiet --mode=compile --tag=CC /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ne_request.c -o ne_request.lo /bin/sh ../libtool --quiet --mode=compile --tag=CC /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ne_session.c -o ne_session.lo /bin/sh ../libtool --quiet --mode=compile --tag=CC /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ne_basic.c -o ne_basic.lo /bin/sh ../libtool --quiet --mode=compile --tag=CC /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ne_string.c -o ne_string.lo /bin/sh ../libtool --quiet --mode=compile --tag=CC /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ne_uri.c -o ne_uri.lo /bin/sh ../libtool --quiet --mode=compile --tag=CC /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ne_dates.c -o ne_dates.lo /bin/sh ../libtool --quiet --mode=compile --tag=CC /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ne_alloc.c -o ne_alloc.lo /bin/sh ../libtool --quiet --mode=compile --tag=CC /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ne_md5.c -o ne_md5.lo /bin/sh ../libtool --quiet --mode=compile --tag=CC /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ne_utils.c -o ne_utils.lo /bin/sh ../libtool --quiet --mode=compile --tag=CC /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ne_socket.c -o ne_socket.lo /bin/sh ../libtool --quiet --mode=compile --tag=CC /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ne_auth.c -o ne_auth.lo /bin/sh ../libtool --quiet --mode=compile --tag=CC /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ne_redirect.c -o ne_redirect.lo /bin/sh ../libtool --quiet --mode=compile --tag=CC /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ne_compress.c -o ne_compress.lo /bin/sh ../libtool --quiet --mode=compile --tag=CC /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ne_i18n.c -o ne_i18n.lo /bin/sh ../libtool --quiet --mode=compile --tag=CC /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ne_pkcs11.c -o ne_pkcs11.lo /bin/sh ../libtool --quiet --mode=compile --tag=CC /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ne_socks.c -o ne_socks.lo /bin/sh ../libtool --quiet --mode=compile --tag=CC /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ne_ntlm.c -o ne_ntlm.lo /bin/sh ../libtool --quiet --mode=compile --tag=CC /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c ne_stubssl.c -o ne_stubssl.lo /bin/sh ../libtool --quiet --mode=link --tag=CC /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -no-undefined -rpath /usr/lib -version-info 32:4:5 -Wl,--version-script=../src/neon.vers -o libneon.la ne_request.lo ne_session.lo ne_basic.lo ne_string.lo ne_uri.lo ne_dates.lo ne_alloc.lo ne_md5.lo ne_utils.lo ne_socket.lo ne_auth.lo ne_redirect.lo ne_compress.lo ne_i18n.lo ne_pkcs11.lo ne_socks.lo ne_ntlm.lo ne_stubssl.lo make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/neon-0.32.4/src' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/neon-0.32.4' >>> neon 0.32.4 Installing to staging directory PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-0/output-1/build/neon-0.32.4/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/neon-0.32.4' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -d /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -d /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -d /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3 Installing neon-config into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -d /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing ne_request.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon for m in doc/man/*.3; do \ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 $m /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3; done Installing ne_session.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/neon-0.32.4/src' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/neon-0.32.4/src' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -d /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/neon-0.32.4/html Installing ne_utils.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon for d in doc/html/*.html; do \ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 $d /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/neon-0.32.4/html; \ done Installing ne_uri.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -d /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig Installing ne_socket.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 neon.pc /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/neon.pc Installing ne_basic.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon NLS not enabled. /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -d /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib Installing ne_207.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon /bin/sh ./libtool --mode=install /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c src/libneon.la \ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libneon.la Installing ne_props.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon Installing ne_xml.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon Installing ne_dates.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon Installing ne_string.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon Installing ne_defs.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon Installing ne_locks.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon Installing ne_alloc.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon Installing ne_md5.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon Installing ne_i18n.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon Installing ne_redirect.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon Installing ne_auth.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon Installing ne_compress.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon Installing ne_acl.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon Installing ne_ssl.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon Installing ne_xmlreq.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon Installing ne_pkcs11.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon Installing ne_acl3744.h into /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/neon libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c src/.libs/libneon.so.27.5.4 /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libneon.so.27.5.4 libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libneon.so.27.5.4 libneon.so.27 || { rm -f libneon.so.27 && ln -s libneon.so.27.5.4 libneon.so.27; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libneon.so.27.5.4 libneon.so || { rm -f libneon.so && ln -s libneon.so.27.5.4 libneon.so; }; }) libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c src/.libs/libneon.lai /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libneon.la libtool: warning: remember to run 'libtool --finish /usr/lib' for m in doc/man/*.1; do \ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 $m /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man1; done make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/neon-0.32.4' >>> neon 0.32.4 Fixing package configuration files >>> neon 0.32.4 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/buildroot/autobuild/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> neon 0.32.4 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target install -C /home/buildroot/autobuild/instance-0/output-1/build/neon-0.32.4/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/neon-0.32.4' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -d /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -d /home/buildroot/autobuild/instance-0/output-1/target/usr/bin /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -d /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing neon-config into /home/buildroot/autobuild/instance-0/output-1/target/usr/bin /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -d /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man1 Installing ne_request.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon for m in doc/man/*.3; do \ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 $m /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3; done Installing ne_session.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/neon-0.32.4/src' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/neon-0.32.4/src' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -d /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/neon-0.32.4/html Installing ne_utils.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon for d in doc/html/*.html; do \ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 $d /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc/neon-0.32.4/html; \ done Installing ne_uri.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -d /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig Installing ne_socket.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 neon.pc /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig/neon.pc NLS not enabled. /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -d /home/buildroot/autobuild/instance-0/output-1/target/usr/lib Installing ne_basic.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon /bin/sh ./libtool --mode=install /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c src/libneon.la \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libneon.la Installing ne_207.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon Installing ne_props.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon Installing ne_xml.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon Installing ne_dates.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon Installing ne_string.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon Installing ne_defs.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon Installing ne_locks.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon Installing ne_alloc.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon Installing ne_md5.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon Installing ne_i18n.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon Installing ne_redirect.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon Installing ne_auth.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon Installing ne_compress.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon Installing ne_acl.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon Installing ne_ssl.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon Installing ne_xmlreq.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon Installing ne_pkcs11.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c src/.libs/libneon.so.27.5.4 /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libneon.so.27.5.4 Installing ne_acl3744.h into /home/buildroot/autobuild/instance-0/output-1/target/usr/include/neon libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/target/usr/lib && { ln -s -f libneon.so.27.5.4 libneon.so.27 || { rm -f libneon.so.27 && ln -s libneon.so.27.5.4 libneon.so.27; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/target/usr/lib && { ln -s -f libneon.so.27.5.4 libneon.so || { rm -f libneon.so && ln -s libneon.so.27.5.4 libneon.so; }; }) libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c src/.libs/libneon.lai /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libneon.la libtool: warning: remember to run 'libtool --finish /usr/lib' for m in doc/man/*.1; do \ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 $m /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man1; done make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/neon-0.32.4' nettle-3.9.1.tar.gz: OK (sha256: ccfeff981b0ca71bbd6fbcb054f407c60ffb644389a5be80d6716d5b550c6ce3) >>> nettle 3.9.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/nettle/nettle-3.9.1.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1 -xf - >>> nettle 3.9.1 Patching Applying 0001-disable-testsuite-examples.patch using patch: patching file Makefile.in >>> nettle 3.9.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> nettle 3.9.1 Patching libtool >>> nettle 3.9.1 Configuring (cd /home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=mips-buildroot-linux-gnu --host=mips-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --disable-openssl --disable-arm-neon ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking build system type... x86_64-pc-linux-gnu checking host system type... mips-buildroot-linux-gnu checking for -R flag... using -Wl,-rpath, Searching for libraries checking /usr... added checking /usr/local/lib... added checking /sw/local/lib... not found checking /sw/lib... not found checking /usr/gnu/lib... not found checking /opt/gnu/lib... not found checking /sw/gnu/lib... not found checking /usr/freeware/lib... not found checking /usr/pkg/lib... not found checking for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-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... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking for ifunc support... no checking whether we are using the GNU C++ compiler... no checking whether no accepts -g... no checking if LD -Wl,--version-script works... yes checking whether make sets $(MAKE)... yes checking for mips-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib checking for mips-buildroot-linux-gnu-nm... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm checking for mips-buildroot-linux-gnu-objdump... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump checking for mips-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar checking for a BSD-compatible install... /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c checking for a thread-safe mkdir -p... /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p checking whether ln -s works... yes checking build system compiler /usr/bin/gcc... yes checking for build system executable suffix... checking for an ANSI C-conforming const... yes checking for inline... inline checking how to run the C preprocessor... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for uid_t in sys/types.h... yes 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 size_t... yes checking whether time.h and sys/time.h may both be included... yes checking size of long... 4 checking size of size_t... 4 checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking openssl/ecdsa.h usability... yes checking openssl/ecdsa.h presence... yes checking for openssl/ecdsa.h... yes checking valgrind/memcheck.h usability... no checking valgrind/memcheck.h presence... no checking for valgrind/memcheck.h... no checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for dlopen in -ldl... yes checking for working alloca.h... yes checking for alloca... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for strerror... yes checking for secure_getenv... yes checking for getline... yes checking whether byte ordering is bigendian... (cached) yes checking for __builtin_bswap64... yes checking for __attribute__... yes checking for fcntl file locking... yes checking for __gmpn_zero_p in -lgmp... yes checking for GMP limb size... 32 bits checking CCPIC... -fpic checking if Intel CET is enabled... no checking for m4... /home/buildroot/autobuild/instance-0/output-1/host/bin/m4 checking for library containing clock_gettime... none required configure: creating ./config.status config.status: creating config.make config.status: creating config.m4 config.status: creating Makefile config.status: creating version.h config.status: creating tools/Makefile config.status: creating testsuite/Makefile config.status: creating examples/Makefile config.status: creating nettle.pc config.status: creating hogweed.pc config.status: creating libnettle.map config.status: creating libhogweed.map config.status: creating config.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls configure: summary of build options: Version: nettle 3.9.1 Host type: mips-buildroot-linux-gnu ABI: standard Assembly files: none Install prefix: /usr Library directory: ${exec_prefix}/lib Compiler: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc Static libraries: no Shared libraries: yes Public key crypto: yes Using mini-gmp: no Documentation: no >>> nettle 3.9.1 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1' /usr/bin/make all-here make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1' /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c getopt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c getopt1.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-internal.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-decrypt-internal.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-decrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-decrypt-table.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes128-decrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes192-decrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes256-decrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-encrypt-internal.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-encrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-encrypt-table.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes128-encrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes192-encrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes256-encrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-invert-internal.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-set-key-internal.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-set-encrypt-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-set-decrypt-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes128-set-encrypt-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes128-set-decrypt-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes128-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes192-set-encrypt-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes192-set-decrypt-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes192-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes256-set-encrypt-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes256-set-decrypt-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes256-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nist-keywrap.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c arcfour.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c arctwo.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c arctwo-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c blowfish.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c blowfish-bcrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c balloon.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c balloon-sha1.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c balloon-sha256.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c balloon-sha384.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c balloon-sha512.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base16-encode.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base16-decode.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base16-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base64-encode.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base64-decode.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base64-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base64url-encode.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base64url-decode.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base64url-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c buffer.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c buffer-init.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia-crypt-internal.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia-table.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia-absorb.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia-invert-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia128-set-encrypt-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia128-crypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia128-set-decrypt-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia128-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia192-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia256-set-encrypt-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia256-crypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia256-set-decrypt-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia256-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cast128.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cast128-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cbc.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cbc-aes128-encrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cbc-aes192-encrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cbc-aes256-encrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ccm.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ccm-aes128.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ccm-aes192.c \ && true cast128.c: In function 'nettle_cast5_set_key': cast128.c:184:13: warning: 'w' may be used uninitialized [-Wmaybe-uninitialized] 184 | z2 = x3 ^ S5[B3(z1)] ^ S6[B2(z1)] ^ S7[B1(z1)] ^ S8[B0(z1)] ^ S5[B1(x2)]; \ | ^ cast128.c:230:12: note: 'w' was declared here 230 | uint32_t w; | ^ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ccm-aes256.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cfb.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c siv-cmac.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c siv-cmac-aes128.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c siv-cmac-aes256.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c siv-gcm.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c siv-gcm-aes128.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c siv-gcm-aes256.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cnd-memcpy.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c chacha-crypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c chacha-core-internal.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c chacha-poly1305.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c chacha-poly1305-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c chacha-set-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c chacha-set-nonce.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ctr.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ctr16.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c des.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c des3.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eax.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eax-aes128.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eax-aes128-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ghash-set-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ghash-update.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c siv-ghash-set-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c siv-ghash-update.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes128.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes128-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes192.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes192-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes256.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes256-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-camellia128.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-camellia128-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-camellia256.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-camellia256-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-sm4.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-sm4-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac64.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac-aes128.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac-aes256.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac-des3.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac-aes128-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac-aes256-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac-des3-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gost28147.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gosthash94.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gosthash94-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-gosthash94.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-md5.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-ripemd160.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha1.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha224.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha256.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha384.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha512.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-streebog.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sm3.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-md5-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-ripemd160-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha1-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha224-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha256-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha384-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha512-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-streebog-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sm3-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c knuth-lfib.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hkdf.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md2.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md2-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md4.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md4-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md5.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md5-compress.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md5-compat.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md5-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c memeql-sec.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c memxor.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c memxor3.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-lookup-hash.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-meta-aeads.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-meta-armors.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-meta-ciphers.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-meta-hashes.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-meta-macs.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ocb.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ocb-aes128.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pbkdf2.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pbkdf2-hmac-gosthash94.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pbkdf2-hmac-sha1.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pbkdf2-hmac-sha256.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pbkdf2-hmac-sha384.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pbkdf2-hmac-sha512.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c poly1305-aes.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c poly1305-internal.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c poly1305-update.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c realloc.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ripemd160.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ripemd160-compress.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ripemd160-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-core-internal.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-crypt-internal.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-crypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20r12-crypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-set-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-set-nonce.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-128-set-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-256-set-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha1.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha1-compress.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha1-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha256.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha256-compress-n.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha224-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha256-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha512.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha512-compress.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha384-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha512-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha512-224-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha512-256-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-permute.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-224.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-224-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-256.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-256-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-384.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-384-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-512.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-512-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c shake256.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sm3.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sm3-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c serpent-set-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c serpent-encrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c serpent-decrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c serpent-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c streebog.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c streebog-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c twofish.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c twofish-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sm4.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sm4-meta.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-nh.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-nh-n.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-l2.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-l3.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-poly64.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-poly128.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-set-key.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac32.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac64.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac96.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac128.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c version.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c write-be32.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c write-le32.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c write-le64.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c yarrow256.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c yarrow_key_event.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c xts.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c xts-aes128.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c xts-aes256.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp-format.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp-transport.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp-transport-format.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c bignum.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c bignum-random.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c bignum-random-prime.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp2bignum.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-encrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-decrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-sec-decrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-rsa-digest.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-rsa-md5.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-rsa-sha1.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-rsa-sha256.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-rsa-sha512.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pss.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pss-mgf1.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sign.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sign-tr.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-verify.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sec-compute-root.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pkcs1-sign.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pkcs1-sign-tr.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pkcs1-verify.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-md5-sign.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-md5-sign-tr.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-md5-verify.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha1-sign.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha1-sign-tr.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha1-verify.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha256-sign.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha256-sign-tr.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha256-verify.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha512-sign.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha512-sign-tr.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha512-verify.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pss-sha256-sign-tr.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pss-sha256-verify.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pss-sha512-sign-tr.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pss-sha512-verify.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-encrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-decrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sec-decrypt.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-decrypt-tr.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-keygen.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-blind.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa2sexp.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp2rsa.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-compat.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-compat-keygen.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-gen-params.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-sign.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-verify.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-keygen.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-hash.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-sha1-sign.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-sha1-verify.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-sha256-sign.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-sha256-verify.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa2sexp.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp2dsa.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pgp-encode.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa2openpgp.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c der-iterator.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c der2rsa.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c der2dsa.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sec-add-1.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sec-sub-1.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gmp-glue.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cnd-copy.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mod.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mod-inv.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mod-arith.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-pp1-redc.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-pm1-redc.c \ && true /usr/bin/make eccdata make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1' /usr/bin/gcc eccdata.c -lm -o eccdata /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-size.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-j-to-a.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-a-to-j.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-dup-jj.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-add-jja.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-add-jjj.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-nonsec-add-jjj.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-eh-to-a.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-dup-eh.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-add-eh.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-add-ehh.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-dup-th.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-add-th.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-add-thh.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mul-g-eh.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mul-a-eh.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mul-m.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mul-g.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mul-a.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-hash.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-random.c \ && true make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1' echo stamp > eccdata.stamp /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-point.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-scalar.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-point-mul.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-point-mul-g.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-ecdsa-sign.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecdsa-sign.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-ecdsa-verify.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecdsa-verify.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecdsa-keygen.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-gostdsa-sign.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gostdsa-sign.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-gostdsa-verify.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gostdsa-verify.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gostdsa-vko.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c curve25519-mul-g.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c curve25519-mul.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c curve25519-eh-to-x.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c curve448-mul-g.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c curve448-mul.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c curve448-eh-to-x.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-compress.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-decompress.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-expand.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-hash.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-pubkey.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-sign.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-verify.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed25519-sha512.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed25519-sha512-pubkey.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed25519-sha512-sign.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed25519-sha512-verify.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed448-shake256.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed448-shake256-pubkey.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed448-shake256-sign.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed448-shake256-verify.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -shared -Wl,-soname=libnettle.so.8 aes-decrypt-internal.o aes-decrypt.o aes-decrypt-table.o aes128-decrypt.o aes192-decrypt.o aes256-decrypt.o aes-encrypt-internal.o aes-encrypt.o aes-encrypt-table.o aes128-encrypt.o aes192-encrypt.o aes256-encrypt.o aes-invert-internal.o aes-set-key-internal.o aes-set-encrypt-key.o aes-set-decrypt-key.o aes128-set-encrypt-key.o aes128-set-decrypt-key.o aes128-meta.o aes192-set-encrypt-key.o aes192-set-decrypt-key.o aes192-meta.o aes256-set-encrypt-key.o aes256-set-decrypt-key.o aes256-meta.o nist-keywrap.o arcfour.o arctwo.o arctwo-meta.o blowfish.o blowfish-bcrypt.o balloon.o balloon-sha1.o balloon-sha256.o balloon-sha384.o balloon-sha512.o base16-encode.o base16-decode.o base16-meta.o base64-encode.o base64-decode.o base64-meta.o base64url-encode.o base64url-decode.o base64url-meta.o buffer.o buffer-init.o camellia-crypt-internal.o camellia-table.o camellia-absorb.o camellia-invert-key.o camellia128-set-encrypt-key.o camellia128-crypt.o camellia128-set-decrypt-key.o camellia128-meta.o camellia192-meta.o camellia256-set-encrypt-key.o camellia256-crypt.o camellia256-set-decrypt-key.o camellia256-meta.o cast128.o cast128-meta.o cbc.o cbc-aes128-encrypt.o cbc-aes192-encrypt.o cbc-aes256-encrypt.o ccm.o ccm-aes128.o ccm-aes192.o ccm-aes256.o cfb.o siv-cmac.o siv-cmac-aes128.o siv-cmac-aes256.o siv-gcm.o siv-gcm-aes128.o siv-gcm-aes256.o cnd-memcpy.o chacha-crypt.o chacha-core-internal.o chacha-poly1305.o chacha-poly1305-meta.o chacha-set-key.o chacha-set-nonce.o ctr.o ctr16.o des.o des3.o eax.o eax-aes128.o eax-aes128-meta.o ghash-set-key.o ghash-update.o siv-ghash-set-key.o siv-ghash-update.o gcm.o gcm-aes.o gcm-aes128.o gcm-aes128-meta.o gcm-aes192.o gcm-aes192-meta.o gcm-aes256.o gcm-aes256-meta.o gcm-camellia128.o gcm-camellia128-meta.o gcm-camellia256.o gcm-camellia256-meta.o gcm-sm4.o gcm-sm4-meta.o cmac.o cmac64.o cmac-aes128.o cmac-aes256.o cmac-des3.o cmac-aes128-meta.o cmac-aes256-meta.o cmac-des3-meta.o gost28147.o gosthash94.o gosthash94-meta.o hmac.o hmac-gosthash94.o hmac-md5.o hmac-ripemd160.o hmac-sha1.o hmac-sha224.o hmac-sha256.o hmac-sha384.o hmac-sha512.o hmac-streebog.o hmac-sm3.o hmac-md5-meta.o hmac-ripemd160-meta.o hmac-sha1-meta.o hmac-sha224-meta.o hmac-sha256-meta.o hmac-sha384-meta.o hmac-sha512-meta.o hmac-streebog-meta.o hmac-sm3-meta.o knuth-lfib.o hkdf.o md2.o md2-meta.o md4.o md4-meta.o md5.o md5-compress.o md5-compat.o md5-meta.o memeql-sec.o memxor.o memxor3.o nettle-lookup-hash.o nettle-meta-aeads.o nettle-meta-armors.o nettle-meta-ciphers.o nettle-meta-hashes.o nettle-meta-macs.o ocb.o ocb-aes128.o pbkdf2.o pbkdf2-hmac-gosthash94.o pbkdf2-hmac-sha1.o pbkdf2-hmac-sha256.o pbkdf2-hmac-sha384.o pbkdf2-hmac-sha512.o poly1305-aes.o poly1305-internal.o poly1305-update.o realloc.o ripemd160.o ripemd160-compress.o ripemd160-meta.o salsa20-core-internal.o salsa20-crypt-internal.o salsa20-crypt.o salsa20r12-crypt.o salsa20-set-key.o salsa20-set-nonce.o salsa20-128-set-key.o salsa20-256-set-key.o sha1.o sha1-compress.o sha1-meta.o sha256.o sha256-compress-n.o sha224-meta.o sha256-meta.o sha512.o sha512-compress.o sha384-meta.o sha512-meta.o sha512-224-meta.o sha512-256-meta.o sha3.o sha3-permute.o sha3-224.o sha3-224-meta.o sha3-256.o sha3-256-meta.o sha3-384.o sha3-384-meta.o sha3-512.o sha3-512-meta.o shake256.o sm3.o sm3-meta.o serpent-set-key.o serpent-encrypt.o serpent-decrypt.o serpent-meta.o streebog.o streebog-meta.o twofish.o twofish-meta.o sm4.o sm4-meta.o umac-nh.o umac-nh-n.o umac-l2.o umac-l3.o umac-poly64.o umac-poly128.o umac-set-key.o umac32.o umac64.o umac96.o umac128.o version.o write-be32.o write-le32.o write-le64.o yarrow256.o yarrow_key_event.o xts.o xts-aes128.o xts-aes256.o -Wl,--version-script=libnettle.map -o libnettle.so ./eccdata curve25519 11 6 32 > ecc-curve25519.hT && mv ecc-curve25519.hT ecc-curve25519.h ./eccdata curve448 38 6 32 > ecc-curve448.hT && mv ecc-curve448.hT ecc-curve448.h ./eccdata gost_gc256b 11 6 32 > ecc-gost-gc256b.hT && mv ecc-gost-gc256b.hT ecc-gost-gc256b.h mkdir .lib 2>/dev/null (cd .lib \ && rm -f libnettle.so \ && ln -s ../libnettle.so libnettle.so \ && [ -z "libnettle.so.8" ] \ || { rm -f libnettle.so.8 \ && ln -s libnettle.so libnettle.so.8 ; } ) echo nettle > libnettle.stamp ./eccdata gost_gc512a 43 6 32 > ecc-gost-gc512a.hT && mv ecc-gost-gc512a.hT ecc-gost-gc512a.h Table size: 256 entries ./eccdata secp192r1 8 6 32 > ecc-secp192r1.hT && mv ecc-secp192r1.hT ecc-secp192r1.h Table size: 256 entries ./eccdata secp224r1 16 7 32 > ecc-secp224r1.hT && mv ecc-secp224r1.hT ecc-secp224r1.h Table size: 256 entries ./eccdata secp256r1 11 6 32 > ecc-secp256r1.hT && mv ecc-secp256r1.hT ecc-secp256r1.h Table size: 256 entries ./eccdata secp384r1 32 6 32 > ecc-secp384r1.hT && mv ecc-secp384r1.hT ecc-secp384r1.h Table size: 256 entries ./eccdata secp521r1 44 6 32 > ecc-secp521r1.hT && mv ecc-secp521r1.hT ecc-secp521r1.h Table size: 128 entries /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-curve25519.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-gost-gc256b.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-gost-gc512a.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-secp192r1.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-secp224r1.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-secp256r1.c \ && true Table size: 128 entries /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-secp384r1.c \ && true Table size: 128 entries /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-curve448.c \ && true Table size: 128 entries /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-secp521r1.c \ && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -shared -Wl,-soname=libhogweed.so.6 sexp.o sexp-format.o sexp-transport.o sexp-transport-format.o bignum.o bignum-random.o bignum-random-prime.o sexp2bignum.o pkcs1.o pkcs1-encrypt.o pkcs1-decrypt.o pkcs1-sec-decrypt.o pkcs1-rsa-digest.o pkcs1-rsa-md5.o pkcs1-rsa-sha1.o pkcs1-rsa-sha256.o pkcs1-rsa-sha512.o pss.o pss-mgf1.o rsa.o rsa-sign.o rsa-sign-tr.o rsa-verify.o rsa-sec-compute-root.o rsa-pkcs1-sign.o rsa-pkcs1-sign-tr.o rsa-pkcs1-verify.o rsa-md5-sign.o rsa-md5-sign-tr.o rsa-md5-verify.o rsa-sha1-sign.o rsa-sha1-sign-tr.o rsa-sha1-verify.o rsa-sha256-sign.o rsa-sha256-sign-tr.o rsa-sha256-verify.o rsa-sha512-sign.o rsa-sha512-sign-tr.o rsa-sha512-verify.o rsa-pss-sha256-sign-tr.o rsa-pss-sha256-verify.o rsa-pss-sha512-sign-tr.o rsa-pss-sha512-verify.o rsa-encrypt.o rsa-decrypt.o rsa-sec-decrypt.o rsa-decrypt-tr.o rsa-keygen.o rsa-blind.o rsa2sexp.o sexp2rsa.o dsa.o dsa-compat.o dsa-compat-keygen.o dsa-gen-params.o dsa-sign.o dsa-verify.o dsa-keygen.o dsa-hash.o dsa-sha1-sign.o dsa-sha1-verify.o dsa-sha256-sign.o dsa-sha256-verify.o dsa2sexp.o sexp2dsa.o pgp-encode.o rsa2openpgp.o der-iterator.o der2rsa.o der2dsa.o sec-add-1.o sec-sub-1.o gmp-glue.o cnd-copy.o ecc-mod.o ecc-mod-inv.o ecc-mod-arith.o ecc-pp1-redc.o ecc-pm1-redc.o ecc-curve25519.o ecc-curve448.o ecc-gost-gc256b.o ecc-gost-gc512a.o ecc-secp192r1.o ecc-secp224r1.o ecc-secp256r1.o ecc-secp384r1.o ecc-secp521r1.o ecc-size.o ecc-j-to-a.o ecc-a-to-j.o ecc-dup-jj.o ecc-add-jja.o ecc-add-jjj.o ecc-nonsec-add-jjj.o ecc-eh-to-a.o ecc-dup-eh.o ecc-add-eh.o ecc-add-ehh.o ecc-dup-th.o ecc-add-th.o ecc-add-thh.o ecc-mul-g-eh.o ecc-mul-a-eh.o ecc-mul-m.o ecc-mul-g.o ecc-mul-a.o ecc-hash.o ecc-random.o ecc-point.o ecc-scalar.o ecc-point-mul.o ecc-point-mul-g.o ecc-ecdsa-sign.o ecdsa-sign.o ecc-ecdsa-verify.o ecdsa-verify.o ecdsa-keygen.o ecc-gostdsa-sign.o gostdsa-sign.o ecc-gostdsa-verify.o gostdsa-verify.o gostdsa-vko.o curve25519-mul-g.o curve25519-mul.o curve25519-eh-to-x.o curve448-mul-g.o curve448-mul.o curve448-eh-to-x.o eddsa-compress.o eddsa-decompress.o eddsa-expand.o eddsa-hash.o eddsa-pubkey.o eddsa-sign.o eddsa-verify.o ed25519-sha512.o ed25519-sha512-pubkey.o ed25519-sha512-sign.o ed25519-sha512-verify.o ed448-shake256.o ed448-shake256-pubkey.o ed448-shake256-sign.o ed448-shake256-verify.o -Wl,--version-script=libhogweed.map -o libhogweed.so libnettle.so -lgmp mkdir .lib 2>/dev/null make[2]: [Makefile:322: libhogweed.so] Error 1 (ignored) (cd .lib \ && rm -f libhogweed.so \ && ln -s ../libhogweed.so libhogweed.so \ && [ -z "libhogweed.so.6" ] \ || { rm -f libhogweed.so.6 \ && ln -s libhogweed.so libhogweed.so.6 ; } ) echo hogweed > libhogweed.stamp make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1' set -e; for d in tools; do \ echo "Making all in $d" ; (cd $d && /usr/bin/make all); done Making all in tools make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1/tools' /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c sexp-conv.c && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c input.c && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c output.c && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c parse.c && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c misc.c && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c nettle-hash.c && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c nettle-pbkdf2.c && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c nettle-lfib-stream.c && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c pkcs1-conv.c && true /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-conv.o input.o output.o parse.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o sexp-conv /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-lfib-stream.o -lnettle -lgmp -o nettle-lfib-stream /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-hash.o misc.o ../getopt.o ../getopt1.o -lnettle -o nettle-hash /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-pbkdf2.o misc.o ../getopt.o ../getopt1.o -lnettle -o nettle-pbkdf2 /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-conv.o misc.o ../getopt.o ../getopt1.o -lhogweed -lnettle -lgmp -o pkcs1-conv make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1/tools' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1' >>> nettle 3.9.1 Installing to staging directory PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1' /usr/bin/make install-here make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/nettle /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig for f in aes.h arcfour.h arctwo.h asn1.h blowfish.h balloon.h base16.h base64.h bignum.h buffer.h camellia.h cast128.h cbc.h ccm.h cfb.h chacha.h chacha-poly1305.h ctr.h curve25519.h curve448.h des.h dsa.h dsa-compat.h eax.h ecc-curve.h ecc.h ecdsa.h eddsa.h gcm.h gostdsa.h gosthash94.h hmac.h knuth-lfib.h hkdf.h macros.h cmac.h siv-cmac.h siv-gcm.h md2.h md4.h md5.h md5-compat.h memops.h memxor.h nettle-meta.h nettle-types.h ocb.h pbkdf2.h pgp.h pkcs1.h pss.h pss-mgf1.h realloc.h ripemd160.h rsa.h salsa20.h sexp.h serpent.h sha.h sha1.h sha2.h sha3.h sm3.h sm4.h streebog.h twofish.h umac.h yarrow.h xts.h poly1305.h nist-keywrap.h version.h ; do \ if [ -f "$f" ] ; then \ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 "$f" /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/nettle ; \ else \ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 "./$f" /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/nettle ; \ fi ; done for f in ; do \ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 $f /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib ; \ done for f in nettle.pc hogweed.pc ; do \ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 "$f" /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig ; \ done /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 libnettle.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libnettle.so.8.8 /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 libhogweed.so /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libhogweed.so.6.8 [ -z "libnettle.so.8" ] \ || (cd /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib \ && rm -f libnettle.so.8 libnettle.so \ && ln -s libnettle.so.8.8 libnettle.so.8 \ && ln -s libnettle.so.8.8 libnettle.so) [ -z "libhogweed.so.6" ] \ || (cd /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib \ && rm -f libhogweed.so.6 libhogweed.so \ && ln -s libhogweed.so.6.8 libhogweed.so.6 \ && ln -s libhogweed.so.6.8 libhogweed.so) make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1' set -e; for d in tools; do \ echo "Making install in $d" ; (cd $d && /usr/bin/make install); done Making install in tools make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1/tools' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin for f in sexp-conv nettle-hash nettle-pbkdf2 nettle-lfib-stream pkcs1-conv ; do \ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c $f /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin ; \ done make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1/tools' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1' >>> nettle 3.9.1 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/buildroot/autobuild/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> nettle 3.9.1 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target install -C /home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1' /usr/bin/make install-here make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/usr/include/nettle /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/usr/lib /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig for f in aes.h arcfour.h arctwo.h asn1.h blowfish.h balloon.h base16.h base64.h bignum.h buffer.h camellia.h cast128.h cbc.h ccm.h cfb.h chacha.h chacha-poly1305.h ctr.h curve25519.h curve448.h des.h dsa.h dsa-compat.h eax.h ecc-curve.h ecc.h ecdsa.h eddsa.h gcm.h gostdsa.h gosthash94.h hmac.h knuth-lfib.h hkdf.h macros.h cmac.h siv-cmac.h siv-gcm.h md2.h md4.h md5.h md5-compat.h memops.h memxor.h nettle-meta.h nettle-types.h ocb.h pbkdf2.h pgp.h pkcs1.h pss.h pss-mgf1.h realloc.h ripemd160.h rsa.h salsa20.h sexp.h serpent.h sha.h sha1.h sha2.h sha3.h sm3.h sm4.h streebog.h twofish.h umac.h yarrow.h xts.h poly1305.h nist-keywrap.h version.h ; do \ if [ -f "$f" ] ; then \ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 "$f" /home/buildroot/autobuild/instance-0/output-1/target/usr/include/nettle ; \ else \ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 "./$f" /home/buildroot/autobuild/instance-0/output-1/target/usr/include/nettle ; \ fi ; done for f in ; do \ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 $f /home/buildroot/autobuild/instance-0/output-1/target/usr/lib ; \ done for f in nettle.pc hogweed.pc ; do \ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 "$f" /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig ; \ done /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/usr/lib /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 libnettle.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libnettle.so.8.8 /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/usr/lib /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 libhogweed.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libhogweed.so.6.8 [ -z "libhogweed.so.6" ] \ || (cd /home/buildroot/autobuild/instance-0/output-1/target/usr/lib \ && rm -f libhogweed.so.6 libhogweed.so \ && ln -s libhogweed.so.6.8 libhogweed.so.6 \ && ln -s libhogweed.so.6.8 libhogweed.so) [ -z "libnettle.so.8" ] \ || (cd /home/buildroot/autobuild/instance-0/output-1/target/usr/lib \ && rm -f libnettle.so.8 libnettle.so \ && ln -s libnettle.so.8.8 libnettle.so.8 \ && ln -s libnettle.so.8.8 libnettle.so) make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1' set -e; for d in tools; do \ echo "Making install in $d" ; (cd $d && /usr/bin/make install); done Making install in tools make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1/tools' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/usr/bin for f in sexp-conv nettle-hash nettle-pbkdf2 nettle-lfib-stream pkcs1-conv ; do \ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c $f /home/buildroot/autobuild/instance-0/output-1/target/usr/bin ; \ done make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1/tools' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/nettle-3.9.1' icu4c-73_2-src.tgz: OK (sha256: 818a80712ed3caacd9b652305e01afc7fa167e6f2e94996da44b90c2ab604ce1) >>> host-icu 73-2 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/icu/icu4c-73_2-src.tgz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2 -xf - >>> host-icu 73-2 Patching Applying 0001-dont-build-static-dynamic-twice.patch using patch: patching file source/config/mh-linux Hunk #1 succeeded at 37 (offset 2 lines). Applying 0002-workaround-toolchain-bugs.patch using patch: patching file source/configure Hunk #1 succeeded at 4492 (offset 169 lines). Hunk #2 succeeded at 4506 (offset 169 lines). Applying 0003-link-icudata-as-data-only.patch using patch: patching file source/config/mh-linux Hunk #1 succeeded at 23 (offset 2 lines). Applying 0004-fix-static-linking-with-icu-uc.patch using patch: patching file source/Makefile.in Hunk #1 succeeded at 276 (offset 12 lines). >>> host-icu 73-2 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-icu 73-2 Patching libtool >>> host-icu 73-2 Configuring (cd /home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source && rm -rf config.cache; PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" TARGET="" CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/autobuild/instance-0/output-1/host" --sysconfdir="/home/buildroot/autobuild/instance-0/output-1/host/etc" --localstatedir="/home/buildroot/autobuild/instance-0/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking --disable-samples --disable-tests --disable-extras --disable-icuio --disable-layout ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking checking for ICU version numbers... release 73.2, library 73.2, unicode version 15.0 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether to build debug libraries... no checking whether to build release libraries... yes 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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking pkg-config is at least version 0.20... yes checking for ICULEHB... no checking how to run the C preprocessor... /usr/bin/cpp checking for a BSD-compatible install... /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c checking for python3... python3 checking for gmake... /usr/bin/gmake checking for doxygen... no checking checking for executable suffix... checking whether strict compiling is on... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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 size of void *... 8 checking whether runnable 64 bit binaries are built by default... yes checking which Makefile fragment to use for x86_64-pc-linux-gnu... mh-linux checking for floor in -lm... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether to enable auto cleanup of libraries... no checking whether to enable draft APIs... yes checking for ranlib... /usr/bin/ranlib checking for a sed that does not truncate output... /usr/bin/sed checking for ar... /usr/bin/ar checking whether to enable renaming of symbols... yes checking whether to enable function and data tracing... no checking elf.h usability... yes checking elf.h presence... yes checking for elf.h... yes checking whether to enable dynamic loading of plugins. Ignored if plugins disabled.... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for library containing dlopen... none required checking for dlopen... yes checking for gettimeofday... yes checking if we have a C++ compiler... Good checking if we have a C++11 compiler... yes configure: Adding CXXFLAGS option -std=c++11 checking for pthread_attr_init in -lpthread... yes checking for mmap... yes checking for genccode assembly... -a gcc checking for inttypes.h... (cached) yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking whether byte ordering is bigendian... no checking for nl_langinfo... yes checking for nl_langinfo's argument to obtain the codeset... CODESET checking for namespace support... yes checking for properly overriding new and delete... yes checking for placement new and delete... yes checking for popen... yes checking for tzset... yes checking for tzname... yes checking for timezone... yes checking for strtod_l... yes checking xlocale.h usability... no checking xlocale.h presence... no checking for xlocale.h... no checking for std::string_view... no checking for int8_t... yes checking for uint8_t... yes checking for int16_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for int64_t... yes checking for uint64_t... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for library containing wcscpy... none required checking size of wchar_t... 4 checking for UTF-16 string literal support... available checking for a library suffix to use... none checking whether C++ compiler accepts -Wambiguous-reversed-operator... no CPPFLAGS=-I/home/buildroot/autobuild/instance-0/output-1/host/include $(THREADSCPPFLAGS) -DU_HAVE_ELF_H=1 -DU_HAVE_STRTOD_L=1 -DU_HAVE_XLOCALE_H=0 CFLAGS=-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -std=c11 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $(THREADSCFLAGS) CXXFLAGS=-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 $(THREADSCXXFLAGS) configure: creating ./config.status config.status: creating icudefs.mk config.status: creating Makefile config.status: creating data/pkgdataMakefile config.status: creating config/Makefile.inc config.status: creating config/icu.pc config.status: creating config/pkgdataMakefile config.status: creating data/Makefile config.status: creating stubdata/Makefile config.status: creating common/Makefile config.status: creating i18n/Makefile config.status: creating layoutex/Makefile config.status: creating io/Makefile config.status: creating extra/Makefile config.status: creating extra/uconv/Makefile config.status: creating extra/uconv/pkgdataMakefile config.status: creating extra/scrptrun/Makefile config.status: creating tools/Makefile config.status: creating tools/ctestfw/Makefile config.status: creating tools/toolutil/Makefile config.status: creating tools/makeconv/Makefile config.status: creating tools/genrb/Makefile config.status: creating tools/genccode/Makefile config.status: creating tools/gencmn/Makefile config.status: creating tools/gencnval/Makefile config.status: creating tools/gendict/Makefile config.status: creating tools/gentest/Makefile config.status: creating tools/gennorm2/Makefile config.status: creating tools/genbrk/Makefile config.status: creating tools/gensprep/Makefile config.status: creating tools/icuinfo/Makefile config.status: creating tools/icupkg/Makefile config.status: creating tools/icuswap/Makefile config.status: creating tools/pkgdata/Makefile config.status: creating tools/icuexportdata/Makefile config.status: creating tools/tzcode/Makefile config.status: creating tools/gencfu/Makefile config.status: creating tools/escapesrc/Makefile config.status: creating test/Makefile config.status: creating test/compat/Makefile config.status: creating test/testdata/Makefile config.status: creating test/testdata/pkgdataMakefile config.status: creating test/hdrtst/Makefile config.status: creating test/intltest/Makefile config.status: creating test/cintltst/Makefile config.status: creating test/iotest/Makefile config.status: creating test/letest/Makefile config.status: creating test/perf/Makefile config.status: creating test/perf/collationperf/Makefile config.status: creating test/perf/collperf/Makefile config.status: creating test/perf/collperf2/Makefile config.status: creating test/perf/dicttrieperf/Makefile config.status: creating test/perf/ubrkperf/Makefile config.status: creating test/perf/charperf/Makefile config.status: creating test/perf/convperf/Makefile config.status: creating test/perf/localecanperf/Makefile config.status: creating test/perf/normperf/Makefile config.status: creating test/perf/DateFmtPerf/Makefile config.status: creating test/perf/howExpensiveIs/Makefile config.status: creating test/perf/strsrchperf/Makefile config.status: creating test/perf/unisetperf/Makefile config.status: creating test/perf/usetperf/Makefile config.status: creating test/perf/ustrperf/Makefile config.status: creating test/perf/utfperf/Makefile config.status: creating test/perf/utrie2perf/Makefile config.status: creating test/perf/leperf/Makefile config.status: creating test/fuzzer/Makefile config.status: creating samples/Makefile config.status: creating samples/date/Makefile config.status: creating samples/cal/Makefile config.status: creating samples/layout/Makefile configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking Not rebuilding data/rules.mk, assuming prebuilt data in data/in Spawning Python to generate test/testdata/rules.mk... WARNING: Category not found: coll_tree ICU for C/C++ 73.2 is ready to be built. === Important Notes: === Data Packaging: library This means: ICU data will be linked with ICU. A shared data library will be built. To locate data: ICU will use the linked data library. If linked with the stub library located in stubdata/, the application can use udata_setCommonData() or set a data path to override. Building ICU: Use a GNU make such as /usr/bin/gmake to build ICU. checking the version of "/usr/bin/gmake"... gmake[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source' 4.3 (we wanted at least 3.80) gmake[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source' ok C++ apps may want to build with CXXFLAGS = -std=c++11 >>> host-icu 73-2 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" TARGET="" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source' cd ./config; \ /usr/bin/make -f pkgdataMakefile rebuilding config/icucross.mk rebuilding config/icucross.inc rm -rf config/icu-config /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ./config/icu-config-top config/icu-config chmod u+w config/icu-config LC_ALL=C /usr/bin/sed -f ./config/make2sh.sed < ./config/Makefile.inc | grep -v '#M#' | uniq >> config/icu-config make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/config' rm -rf pkgdata.inc LC_ALL=C /usr/bin/sed -f ./config/make2sh.sed < ./config/mh-linux | grep -v '#M#' | uniq >> config/icu-config config/icu-uc.pc updated. /bin/sh ./mkinstalldirs lib cat ./config/icu-config-bottom >> config/icu-config config/icu-i18n.pc updated. /bin/sh ./mkinstalldirs bin mkdir lib chmod u-w config/icu-config mkdir bin /usr/bin/make[1]: Making `all' in `stubdata' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/config' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/stubdata' Note: rebuild with "/usr/bin/make VERBOSE=1 " to show all compiler parameters. (deps) stubdata.cpp g++ ... stubdata.cpp /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -std=c11 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -shared -Wl,-Bsymbolic -Wl,-soname -Wl,libicudata.so.73 -o libicudata.so.73.2 stubdata.o rm -f libicudata.so.73 && ln -s libicudata.so.73.2 libicudata.so.73 rm -f libicudata.so && ln -s libicudata.so.73.2 libicudata.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/stubdata' /usr/bin/make[1]: Making `all' in `common' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/common' (deps) wintz.cpp (deps) uvectr64.cpp (deps) uvectr32.cpp (deps) uvector.cpp (deps) utypes.cpp (deps) uts46.cpp (deps) utrie_swap.cpp (deps) utrie2_builder.cpp (deps) utrie2.cpp (deps) utrie.cpp (deps) utrace.cpp (deps) util_props.cpp (deps) util.cpp (deps) utf_impl.cpp (deps) utext.cpp (deps) ustrtrns.cpp (deps) ustring.cpp (deps) ustrfmt.cpp (deps) ustrenum.cpp (deps) ustrcase_locale.cpp (deps) ustrcase.cpp (deps) ustr_wcs.cpp (deps) ustr_titlecase_brkiter.cpp (deps) ustr_cnv.cpp (deps) ustack.cpp (deps) usprep.cpp (deps) ushape.cpp (deps) usetiter.cpp (deps) uset_props.cpp (deps) uset.cpp (deps) uscript_props.cpp (deps) uscript.cpp (deps) usc_impl.cpp (deps) uresdata.cpp (deps) uresbund.cpp (deps) ures_cnv.cpp (deps) uprops.cpp (deps) uobject.cpp (deps) unormcmp.cpp (deps) unorm.cpp (deps) unistr_titlecase_brkiter.cpp (deps) unistr_props.cpp (deps) unistr_cnv.cpp (deps) unistr_case_locale.cpp (deps) unistr_case.cpp (deps) unistr.cpp (deps) unisetspan.cpp (deps) uniset_props.cpp (deps) uniset_closure.cpp (deps) uniset.cpp (deps) unifunct.cpp (deps) unifilt.cpp (deps) unifiedcache.cpp (deps) unames.cpp (deps) umutex.cpp (deps) umutablecptrie.cpp (deps) umath.cpp (deps) umapfile.cpp (deps) uloc_tag.cpp (deps) uloc_keytype.cpp (deps) uloc.cpp (deps) ulist.cpp (deps) uiter.cpp (deps) uinvchar.cpp (deps) uinit.cpp (deps) uidna.cpp (deps) uhash_us.cpp (deps) uhash.cpp (deps) uenum.cpp (deps) udataswp.cpp (deps) udatamem.cpp (deps) udata.cpp (deps) ucurr.cpp (deps) ucptrie.cpp (deps) ucol_swp.cpp (deps) ucnvsel.cpp (deps) ucnvscsu.cpp (deps) ucnvmbcs.cpp (deps) ucnvlat1.cpp (deps) ucnvisci.cpp (deps) ucnvhz.cpp (deps) ucnvdisp.cpp (deps) ucnvbocu.cpp (deps) ucnv_u8.cpp (deps) ucnv_u7.cpp (deps) ucnv_u32.cpp (deps) ucnv_u16.cpp (deps) ucnv_set.cpp (deps) ucnv_lmb.cpp (deps) ucnv_io.cpp (deps) ucnv_ext.cpp (deps) ucnv_err.cpp (deps) ucnv_ct.cpp (deps) ucnv_cnv.cpp (deps) ucnv_cb.cpp (deps) ucnv_bld.cpp (deps) ucnv2022.cpp (deps) ucnv.cpp (deps) ucmndata.cpp (deps) ucln_cmn.cpp (deps) uchriter.cpp (deps) ucharstrieiterator.cpp (deps) ucharstriebuilder.cpp (deps) ucharstrie.cpp (deps) uchar.cpp (deps) ucat.cpp (deps) ucasemap_titlecase_brkiter.cpp (deps) ucasemap.cpp (deps) ucase.cpp (deps) ubrk.cpp (deps) ubidiwrt.cpp (deps) ubiditransform.cpp (deps) ubidiln.cpp (deps) ubidi_props.cpp (deps) ubidi.cpp (deps) uarrsort.cpp (deps) stringtriebuilder.cpp (deps) stringpiece.cpp (deps) static_unicode_sets.cpp (deps) simpleformatter.cpp (deps) sharedobject.cpp (deps) servslkf.cpp (deps) servrbf.cpp (deps) servnotf.cpp (deps) servls.cpp (deps) servlkf.cpp (deps) servlk.cpp (deps) serv.cpp (deps) schriter.cpp (deps) ruleiter.cpp (deps) restrace.cpp (deps) resource.cpp (deps) resbund_cnv.cpp (deps) resbund.cpp (deps) rbbitblb.cpp (deps) rbbistbl.cpp (deps) rbbisetb.cpp (deps) rbbiscan.cpp (deps) rbbirb.cpp (deps) rbbinode.cpp (deps) rbbidata.cpp (deps) rbbi_cache.cpp (deps) rbbi.cpp (deps) putil.cpp (deps) punycode.cpp (deps) propsvec.cpp (deps) propname.cpp (deps) pluralmap.cpp (deps) patternprops.cpp (deps) parsepos.cpp (deps) normlzr.cpp (deps) normalizer2impl.cpp (deps) normalizer2.cpp (deps) mlbe.cpp (deps) messagepattern.cpp (deps) lstmbe.cpp (deps) lsr.cpp (deps) locutil.cpp (deps) locresdata.cpp (deps) locmap.cpp (deps) loclikelysubtags.cpp (deps) loclikely.cpp (deps) locid.cpp (deps) locdspnm.cpp (deps) locdistance.cpp (deps) locdispnames.cpp (deps) locbased.cpp (deps) locavailable.cpp (deps) localeprioritylist.cpp (deps) localematcher.cpp (deps) localebuilder.cpp (deps) loadednormalizer2impl.cpp (deps) icuplug.cpp (deps) icudataver.cpp (deps) filterednormalizer2.cpp (deps) filteredbrk.cpp (deps) errorcode.cpp (deps) emojiprops.cpp (deps) edits.cpp (deps) dtintrv.cpp (deps) dictionarydata.cpp (deps) dictbe.cpp (deps) cwchar.cpp (deps) cstring.cpp (deps) cstr.cpp (deps) cmemory.cpp (deps) charstr.cpp (deps) chariter.cpp (deps) characterproperties.cpp (deps) caniter.cpp (deps) bytestrieiterator.cpp (deps) bytestriebuilder.cpp (deps) bytestrie.cpp (deps) bytestream.cpp (deps) bytesinkutil.cpp (deps) brkiter.cpp (deps) brkeng.cpp (deps) bmpset.cpp (deps) appendable.cpp generating ../common/svchook.mk cd .. \ && CONFIG_FILES=common/Makefile CONFIG_HEADERS= /bin/sh ./config.status config.status: creating common/Makefile g++ ... appendable.cpp g++ ... bmpset.cpp g++ ... brkeng.cpp g++ ... brkiter.cpp g++ ... bytesinkutil.cpp g++ ... bytestream.cpp g++ ... bytestrie.cpp g++ ... bytestriebuilder.cpp g++ ... bytestrieiterator.cpp g++ ... caniter.cpp g++ ... characterproperties.cpp g++ ... chariter.cpp g++ ... charstr.cpp g++ ... cmemory.cpp g++ ... cstr.cpp g++ ... cstring.cpp g++ ... cwchar.cpp g++ ... dictbe.cpp g++ ... dictionarydata.cpp g++ ... dtintrv.cpp g++ ... edits.cpp g++ ... emojiprops.cpp g++ ... errorcode.cpp g++ ... filteredbrk.cpp g++ ... filterednormalizer2.cpp g++ ... icudataver.cpp g++ ... icuplug.cpp g++ ... loadednormalizer2impl.cpp g++ ... localebuilder.cpp g++ ... localematcher.cpp g++ ... localeprioritylist.cpp g++ ... locavailable.cpp g++ ... locbased.cpp g++ ... locdispnames.cpp g++ ... locdistance.cpp g++ ... locdspnm.cpp g++ ... locid.cpp g++ ... loclikely.cpp g++ ... loclikelysubtags.cpp g++ ... locmap.cpp g++ ... locresdata.cpp g++ ... locutil.cpp g++ ... lsr.cpp g++ ... lstmbe.cpp g++ ... messagepattern.cpp g++ ... mlbe.cpp g++ ... normalizer2.cpp g++ ... normalizer2impl.cpp g++ ... normlzr.cpp g++ ... parsepos.cpp g++ ... patternprops.cpp g++ ... pluralmap.cpp g++ ... propname.cpp g++ ... propsvec.cpp g++ ... punycode.cpp g++ ... putil.cpp g++ ... rbbi.cpp g++ ... rbbi_cache.cpp g++ ... rbbidata.cpp g++ ... rbbinode.cpp g++ ... rbbirb.cpp g++ ... rbbiscan.cpp g++ ... rbbisetb.cpp g++ ... rbbistbl.cpp g++ ... rbbitblb.cpp g++ ... resbund.cpp g++ ... resbund_cnv.cpp g++ ... resource.cpp g++ ... restrace.cpp g++ ... ruleiter.cpp g++ ... schriter.cpp g++ ... serv.cpp g++ ... servlk.cpp g++ ... servlkf.cpp g++ ... servls.cpp g++ ... servnotf.cpp g++ ... servrbf.cpp g++ ... servslkf.cpp g++ ... sharedobject.cpp g++ ... simpleformatter.cpp g++ ... static_unicode_sets.cpp g++ ... stringpiece.cpp g++ ... stringtriebuilder.cpp g++ ... uarrsort.cpp g++ ... ubidi.cpp g++ ... ubidi_props.cpp g++ ... ubidiln.cpp g++ ... ubiditransform.cpp g++ ... ubidiwrt.cpp g++ ... ubrk.cpp g++ ... ucase.cpp g++ ... ucasemap.cpp g++ ... ucasemap_titlecase_brkiter.cpp g++ ... ucat.cpp g++ ... uchar.cpp g++ ... ucharstrie.cpp g++ ... ucharstriebuilder.cpp g++ ... ucharstrieiterator.cpp g++ ... uchriter.cpp g++ ... ucln_cmn.cpp g++ ... ucmndata.cpp g++ ... ucnv.cpp g++ ... ucnv2022.cpp g++ ... ucnv_bld.cpp g++ ... ucnv_cb.cpp g++ ... ucnv_cnv.cpp g++ ... ucnv_ct.cpp g++ ... ucnv_err.cpp g++ ... ucnv_ext.cpp g++ ... ucnv_io.cpp g++ ... ucnv_lmb.cpp g++ ... ucnv_set.cpp g++ ... ucnv_u16.cpp g++ ... ucnv_u32.cpp g++ ... ucnv_u7.cpp g++ ... ucnv_u8.cpp g++ ... ucnvbocu.cpp g++ ... ucnvdisp.cpp g++ ... ucnvhz.cpp g++ ... ucnvisci.cpp g++ ... ucnvlat1.cpp g++ ... ucnvmbcs.cpp g++ ... ucnvscsu.cpp g++ ... ucnvsel.cpp g++ ... ucol_swp.cpp g++ ... ucptrie.cpp g++ ... ucurr.cpp g++ ... udata.cpp g++ ... udatamem.cpp g++ ... udataswp.cpp g++ ... uenum.cpp g++ ... uhash.cpp g++ ... uhash_us.cpp g++ ... uidna.cpp g++ ... uinit.cpp g++ ... uinvchar.cpp g++ ... uiter.cpp g++ ... ulist.cpp g++ ... uloc.cpp g++ ... uloc_keytype.cpp g++ ... uloc_tag.cpp g++ ... umapfile.cpp g++ ... umath.cpp g++ ... umutablecptrie.cpp g++ ... umutex.cpp g++ ... unames.cpp g++ ... unifiedcache.cpp g++ ... unifilt.cpp g++ ... unifunct.cpp g++ ... uniset.cpp g++ ... uniset_closure.cpp g++ ... uniset_props.cpp g++ ... unisetspan.cpp g++ ... unistr.cpp g++ ... unistr_case.cpp g++ ... unistr_case_locale.cpp g++ ... unistr_cnv.cpp g++ ... unistr_props.cpp g++ ... unistr_titlecase_brkiter.cpp g++ ... unorm.cpp g++ ... unormcmp.cpp g++ ... uobject.cpp g++ ... uprops.cpp g++ ... ures_cnv.cpp g++ ... uresbund.cpp g++ ... uresdata.cpp g++ ... usc_impl.cpp g++ ... uscript.cpp g++ ... uscript_props.cpp g++ ... uset.cpp g++ ... uset_props.cpp g++ ... usetiter.cpp g++ ... ushape.cpp g++ ... usprep.cpp g++ ... ustack.cpp g++ ... ustr_cnv.cpp g++ ... ustr_titlecase_brkiter.cpp g++ ... ustr_wcs.cpp g++ ... ustrcase.cpp g++ ... ustrcase_locale.cpp g++ ... ustrenum.cpp g++ ... ustrfmt.cpp g++ ... ustring.cpp g++ ... ustrtrns.cpp g++ ... utext.cpp g++ ... utf_impl.cpp g++ ... util.cpp g++ ... util_props.cpp g++ ... utrace.cpp g++ ... utrie.cpp g++ ... utrie2.cpp g++ ... utrie2_builder.cpp g++ ... utrie_swap.cpp g++ ... uts46.cpp g++ ... utypes.cpp g++ ... uvector.cpp g++ ... uvectr32.cpp g++ ... uvectr64.cpp g++ ... wintz.cpp /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -shared -Wl,-Bsymbolic -Wl,-soname -Wl,libicuuc.so.73 -o ../lib/libicuuc.so.73.2 appendable.o bmpset.o brkeng.o brkiter.o bytesinkutil.o bytestream.o bytestrie.o bytestriebuilder.o bytestrieiterator.o caniter.o characterproperties.o chariter.o charstr.o cmemory.o cstr.o cstring.o cwchar.o dictbe.o dictionarydata.o dtintrv.o edits.o emojiprops.o errorcode.o filteredbrk.o filterednormalizer2.o icudataver.o icuplug.o loadednormalizer2impl.o localebuilder.o localematcher.o localeprioritylist.o locavailable.o locbased.o locdispnames.o locdistance.o locdspnm.o locid.o loclikely.o loclikelysubtags.o locmap.o locresdata.o locutil.o lsr.o lstmbe.o messagepattern.o mlbe.o normalizer2.o normalizer2impl.o normlzr.o parsepos.o patternprops.o pluralmap.o propname.o propsvec.o punycode.o putil.o rbbi.o rbbi_cache.o rbbidata.o rbbinode.o rbbirb.o rbbiscan.o rbbisetb.o rbbistbl.o rbbitblb.o resbund.o resbund_cnv.o resource.o restrace.o ruleiter.o schriter.o serv.o servlk.o servlkf.o servls.o servnotf.o servrbf.o servslkf.o sharedobject.o simpleformatter.o static_unicode_sets.o stringpiece.o stringtriebuilder.o uarrsort.o ubidi.o ubidi_props.o ubidiln.o ubiditransform.o ubidiwrt.o ubrk.o ucase.o ucasemap.o ucasemap_titlecase_brkiter.o ucat.o uchar.o ucharstrie.o ucharstriebuilder.o ucharstrieiterator.o uchriter.o ucln_cmn.o ucmndata.o ucnv.o ucnv2022.o ucnv_bld.o ucnv_cb.o ucnv_cnv.o ucnv_ct.o ucnv_err.o ucnv_ext.o ucnv_io.o ucnv_lmb.o ucnv_set.o ucnv_u16.o ucnv_u32.o ucnv_u7.o ucnv_u8.o ucnvbocu.o ucnvdisp.o ucnvhz.o ucnvisci.o ucnvlat1.o ucnvmbcs.o ucnvscsu.o ucnvsel.o ucol_swp.o ucptrie.o ucurr.o udata.o udatamem.o udataswp.o uenum.o uhash.o uhash_us.o uidna.o uinit.o uinvchar.o uiter.o ulist.o uloc.o uloc_keytype.o uloc_tag.o umapfile.o umath.o umutablecptrie.o umutex.o unames.o unifiedcache.o unifilt.o unifunct.o uniset.o uniset_closure.o uniset_props.o unisetspan.o unistr.o unistr_case.o unistr_case_locale.o unistr_cnv.o unistr_props.o unistr_titlecase_brkiter.o unorm.o unormcmp.o uobject.o uprops.o ures_cnv.o uresbund.o uresdata.o usc_impl.o uscript.o uscript_props.o uset.o uset_props.o usetiter.o ushape.o usprep.o ustack.o ustr_cnv.o ustr_titlecase_brkiter.o ustr_wcs.o ustrcase.o ustrcase_locale.o ustrenum.o ustrfmt.o ustring.o ustrtrns.o utext.o utf_impl.o util.o util_props.o utrace.o utrie.o utrie2.o utrie2_builder.o utrie_swap.o uts46.o utypes.o uvector.o uvectr32.o uvectr64.o wintz.o -L../lib -L../stubdata -licudata -lpthread -lm rm -f ../lib/libicuuc.so.73 && ln -s libicuuc.so.73.2 ../lib/libicuuc.so.73 rm -f ../lib/libicuuc.so && ln -s libicuuc.so.73.2 ../lib/libicuuc.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/common' /usr/bin/make[1]: Making `all' in `i18n' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/i18n' (deps) ztrans.cpp (deps) zrule.cpp (deps) zonemeta.cpp (deps) wintzimpl.cpp (deps) winnmfmt.cpp (deps) windtfmt.cpp (deps) vzone.cpp (deps) vtzone.cpp (deps) utrans.cpp (deps) utmscale.cpp (deps) utf8collationiterator.cpp (deps) utf16collationiterator.cpp (deps) uspoof_impl.cpp (deps) uspoof_conf.cpp (deps) uspoof_build.cpp (deps) uspoof.cpp (deps) usearch.cpp (deps) uregion.cpp (deps) uregexc.cpp (deps) uregex.cpp (deps) upluralrules.cpp (deps) unumsys.cpp (deps) unum.cpp (deps) units_router.cpp (deps) units_converter.cpp (deps) units_complexconverter.cpp (deps) units_data.cpp (deps) uni2name.cpp (deps) unesctrn.cpp (deps) umsg.cpp (deps) ulocdata.cpp (deps) ulistformatter.cpp (deps) uitercollationiterator.cpp (deps) ufieldpositer.cpp (deps) udatpg.cpp (deps) udateintervalformat.cpp (deps) udat.cpp (deps) ucsdet.cpp (deps) ucoleitr.cpp (deps) ucol_sit.cpp (deps) ucol_res.cpp (deps) ucol.cpp (deps) ucln_in.cpp (deps) ucal.cpp (deps) tztrans.cpp (deps) tzrule.cpp (deps) tznames_impl.cpp (deps) tznames.cpp (deps) tzgnames.cpp (deps) tzfmt.cpp (deps) tridpars.cpp (deps) transreg.cpp (deps) translit.cpp (deps) toupptrn.cpp (deps) tolowtrn.cpp (deps) tmutfmt.cpp (deps) tmutamt.cpp (deps) tmunit.cpp (deps) titletrn.cpp (deps) timezone.cpp (deps) taiwncal.cpp (deps) stsearch.cpp (deps) strrepl.cpp (deps) strmatch.cpp (deps) string_segment.cpp (deps) standardplural.cpp (deps) sortkey.cpp (deps) smpdtfst.cpp (deps) smpdtfmt.cpp (deps) simpletz.cpp (deps) sharedbreakiterator.cpp (deps) selfmt.cpp (deps) search.cpp (deps) scriptset.cpp (deps) scientificnumberformatter.cpp (deps) rulebasedcollator.cpp (deps) repattrn.cpp (deps) remtrans.cpp (deps) rematch.cpp (deps) reldtfmt.cpp (deps) reldatefmt.cpp (deps) region.cpp (deps) regextxt.cpp (deps) regexst.cpp (deps) regeximp.cpp (deps) regexcmp.cpp (deps) rbtz.cpp (deps) rbt_set.cpp (deps) rbt_rule.cpp (deps) rbt_pars.cpp (deps) rbt_data.cpp (deps) rbt.cpp (deps) rbnf.cpp (deps) quantityformatter.cpp (deps) quant.cpp (deps) plurrule.cpp (deps) plurfmt.cpp (deps) pluralranges.cpp (deps) persncal.cpp (deps) olsontz.cpp (deps) numsys.cpp (deps) numrange_impl.cpp (deps) numrange_fluent.cpp (deps) numrange_capi.cpp (deps) numparse_validators.cpp (deps) numparse_symbols.cpp (deps) numparse_scientific.cpp (deps) numparse_parsednumber.cpp (deps) numparse_impl.cpp (deps) numparse_decimal.cpp (deps) numparse_currency.cpp (deps) numparse_compositions.cpp (deps) numparse_affixes.cpp (deps) numfmt.cpp (deps) number_utils.cpp (deps) number_usageprefs.cpp (deps) number_symbolswrapper.cpp (deps) number_skeletons.cpp (deps) number_simple.cpp (deps) number_scientific.cpp (deps) number_rounding.cpp (deps) number_patternstring.cpp (deps) number_patternmodifier.cpp (deps) number_padding.cpp (deps) number_output.cpp (deps) number_notation.cpp (deps) number_multiplier.cpp (deps) number_modifiers.cpp (deps) number_mapper.cpp (deps) number_longnames.cpp (deps) number_integerwidth.cpp (deps) number_grouping.cpp (deps) number_formatimpl.cpp (deps) number_fluent.cpp (deps) number_decimfmtprops.cpp (deps) number_decimalquantity.cpp (deps) number_currencysymbols.cpp (deps) number_compact.cpp (deps) number_capi.cpp (deps) number_asformat.cpp (deps) number_affixutils.cpp (deps) nultrans.cpp (deps) nortrans.cpp (deps) nfsubs.cpp (deps) nfrule.cpp (deps) nfrs.cpp (deps) name2uni.cpp (deps) msgfmt.cpp (deps) measure.cpp (deps) measunit_extra.cpp (deps) measunit.cpp (deps) measfmt.cpp (deps) listformatter.cpp (deps) japancal.cpp (deps) iso8601cal.cpp (deps) islamcal.cpp (deps) inputext.cpp (deps) indiancal.cpp (deps) hebrwcal.cpp (deps) gregoimp.cpp (deps) gregocal.cpp (deps) gender.cpp (deps) funcrepl.cpp (deps) fpositer.cpp (deps) fphdlimp.cpp (deps) formattedvalue.cpp (deps) formattedval_sbimpl.cpp (deps) formattedval_iterimpl.cpp (deps) formatted_string_builder.cpp (deps) format.cpp (deps) fmtable_cnv.cpp (deps) fmtable.cpp (deps) ethpccal.cpp (deps) esctrn.cpp (deps) erarules.cpp (deps) dtrule.cpp (deps) dtptngen.cpp (deps) dtitvinf.cpp (deps) dtitvfmt.cpp (deps) dtfmtsym.cpp (deps) double-conversion-strtod.cpp (deps) double-conversion-string-to-double.cpp (deps) double-conversion-fast-dtoa.cpp (deps) double-conversion-double-to-string.cpp (deps) double-conversion-cached-powers.cpp (deps) double-conversion-bignum.cpp (deps) double-conversion-bignum-dtoa.cpp (deps) displayoptions.cpp (deps) decimfmt.cpp (deps) decNumber.cpp (deps) decContext.cpp (deps) dcfmtsym.cpp (deps) dayperiodrules.cpp (deps) datefmt.cpp (deps) dangical.cpp (deps) currunit.cpp (deps) currpinf.cpp (deps) currfmt.cpp (deps) curramt.cpp (deps) csrutf8.cpp (deps) csrucode.cpp (deps) csrsbcs.cpp (deps) csrmbcs.cpp (deps) csrecog.cpp (deps) csr2022.cpp (deps) csmatch.cpp (deps) csdetect.cpp (deps) cpdtrans.cpp (deps) coptccal.cpp (deps) compactdecimalformat.cpp (deps) collationweights.cpp (deps) collationtailoring.cpp (deps) collationsettings.cpp (deps) collationsets.cpp (deps) collationruleparser.cpp (deps) collationrootelements.cpp (deps) collationroot.cpp (deps) collationkeys.cpp (deps) collationiterator.cpp (deps) collationfcd.cpp (deps) collationfastlatinbuilder.cpp (deps) collationfastlatin.cpp (deps) collationdatawriter.cpp (deps) collationdatareader.cpp (deps) collationdatabuilder.cpp (deps) collationdata.cpp (deps) collationcompare.cpp (deps) collationbuilder.cpp (deps) collation.cpp (deps) coll.cpp (deps) coleitr.cpp (deps) choicfmt.cpp (deps) chnsecal.cpp (deps) cecal.cpp (deps) casetrn.cpp (deps) calendar.cpp (deps) buddhcal.cpp (deps) brktrans.cpp (deps) bocsu.cpp (deps) basictz.cpp (deps) astro.cpp (deps) anytrans.cpp (deps) alphaindex.cpp g++ ... alphaindex.cpp g++ ... anytrans.cpp g++ ... astro.cpp g++ ... basictz.cpp g++ ... bocsu.cpp g++ ... brktrans.cpp g++ ... buddhcal.cpp g++ ... calendar.cpp g++ ... casetrn.cpp g++ ... cecal.cpp g++ ... chnsecal.cpp g++ ... choicfmt.cpp g++ ... coleitr.cpp g++ ... coll.cpp g++ ... collation.cpp g++ ... collationbuilder.cpp g++ ... collationcompare.cpp g++ ... collationdata.cpp g++ ... collationdatabuilder.cpp g++ ... collationdatareader.cpp g++ ... collationdatawriter.cpp g++ ... collationfastlatin.cpp g++ ... collationfastlatinbuilder.cpp g++ ... collationfcd.cpp g++ ... collationiterator.cpp g++ ... collationkeys.cpp g++ ... collationroot.cpp g++ ... collationrootelements.cpp g++ ... collationruleparser.cpp g++ ... collationsets.cpp g++ ... collationsettings.cpp g++ ... collationtailoring.cpp g++ ... collationweights.cpp g++ ... compactdecimalformat.cpp g++ ... coptccal.cpp g++ ... cpdtrans.cpp g++ ... csdetect.cpp g++ ... csmatch.cpp g++ ... csr2022.cpp g++ ... csrecog.cpp g++ ... csrmbcs.cpp g++ ... csrsbcs.cpp g++ ... csrucode.cpp g++ ... csrutf8.cpp g++ ... curramt.cpp g++ ... currfmt.cpp g++ ... currpinf.cpp g++ ... currunit.cpp g++ ... dangical.cpp g++ ... datefmt.cpp g++ ... dayperiodrules.cpp g++ ... dcfmtsym.cpp g++ ... decContext.cpp g++ ... decNumber.cpp g++ ... decimfmt.cpp g++ ... displayoptions.cpp g++ ... double-conversion-bignum-dtoa.cpp g++ ... double-conversion-bignum.cpp g++ ... double-conversion-cached-powers.cpp g++ ... double-conversion-double-to-string.cpp g++ ... double-conversion-fast-dtoa.cpp g++ ... double-conversion-string-to-double.cpp decNumber.cpp: In function 'decNumber* uprv_decNumberSquareRoot_73(decNumber*, const decNumber*, decContext*)': decNumber.cpp:2974:31: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 2974 | t->lsu[0]=9; t->lsu[1]=5; t->lsu[2]=2; | ~~~~~~~~~^~ In file included from decNumber.cpp:184: decNumber.h:89:19: note: at offset 1 into destination object 'decNumber::lsu' of size 1 89 | decNumberUnit lsu[DECNUMUNITS]; | ^~~ decNumber.cpp:2974:44: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 2974 | t->lsu[0]=9; t->lsu[1]=5; t->lsu[2]=2; | ~~~~~~~~~^~ decNumber.h:89:19: note: at offset 2 into destination object 'decNumber::lsu' of size 1 89 | decNumberUnit lsu[DECNUMUNITS]; | ^~~ g++ ... double-conversion-strtod.cpp g++ ... dtfmtsym.cpp g++ ... dtitvfmt.cpp g++ ... dtitvinf.cpp g++ ... dtptngen.cpp g++ ... dtrule.cpp g++ ... erarules.cpp g++ ... esctrn.cpp g++ ... ethpccal.cpp g++ ... fmtable.cpp g++ ... fmtable_cnv.cpp g++ ... format.cpp g++ ... formatted_string_builder.cpp g++ ... formattedval_iterimpl.cpp g++ ... formattedval_sbimpl.cpp g++ ... formattedvalue.cpp g++ ... fphdlimp.cpp g++ ... fpositer.cpp g++ ... funcrepl.cpp formattedvalue.cpp: In function 'const char16_t* icu_73::ufmtval_getString_73(const UFormattedValue*, int32_t*, UErrorCode*)': formattedvalue.cpp:215:1: warning: function may return address of local variable [-Wreturn-local-addr] 215 | } | ^ formattedvalue.cpp:205:19: note: declared here 205 | UnicodeString readOnlyAlias = impl->fFormattedValue->toTempString(*ec); | ^~~~~~~~~~~~~ g++ ... gender.cpp g++ ... gregocal.cpp g++ ... gregoimp.cpp g++ ... hebrwcal.cpp g++ ... indiancal.cpp g++ ... inputext.cpp g++ ... islamcal.cpp g++ ... iso8601cal.cpp g++ ... japancal.cpp g++ ... listformatter.cpp g++ ... measfmt.cpp g++ ... measunit.cpp g++ ... measunit_extra.cpp g++ ... measure.cpp g++ ... msgfmt.cpp g++ ... name2uni.cpp g++ ... nfrs.cpp g++ ... nfrule.cpp g++ ... nfsubs.cpp g++ ... nortrans.cpp g++ ... nultrans.cpp g++ ... number_affixutils.cpp g++ ... number_asformat.cpp g++ ... number_capi.cpp g++ ... number_compact.cpp g++ ... number_currencysymbols.cpp g++ ... number_decimalquantity.cpp g++ ... number_decimfmtprops.cpp g++ ... number_fluent.cpp g++ ... number_formatimpl.cpp g++ ... number_grouping.cpp g++ ... number_integerwidth.cpp g++ ... number_longnames.cpp g++ ... number_mapper.cpp g++ ... number_modifiers.cpp g++ ... number_multiplier.cpp g++ ... number_notation.cpp g++ ... number_output.cpp g++ ... number_padding.cpp g++ ... number_patternmodifier.cpp g++ ... number_patternstring.cpp g++ ... number_rounding.cpp g++ ... number_scientific.cpp g++ ... number_simple.cpp g++ ... number_skeletons.cpp g++ ... number_symbolswrapper.cpp g++ ... number_usageprefs.cpp g++ ... number_utils.cpp g++ ... numfmt.cpp g++ ... numparse_affixes.cpp g++ ... numparse_compositions.cpp g++ ... numparse_currency.cpp g++ ... numparse_decimal.cpp g++ ... numparse_impl.cpp g++ ... numparse_parsednumber.cpp g++ ... numparse_scientific.cpp g++ ... numparse_symbols.cpp g++ ... numparse_validators.cpp g++ ... numrange_capi.cpp g++ ... numrange_fluent.cpp g++ ... numrange_impl.cpp g++ ... numsys.cpp g++ ... olsontz.cpp g++ ... persncal.cpp g++ ... pluralranges.cpp g++ ... plurfmt.cpp g++ ... plurrule.cpp g++ ... quant.cpp g++ ... quantityformatter.cpp g++ ... rbnf.cpp g++ ... rbt.cpp g++ ... rbt_data.cpp g++ ... rbt_pars.cpp g++ ... rbt_rule.cpp g++ ... rbt_set.cpp g++ ... rbtz.cpp g++ ... regexcmp.cpp g++ ... regeximp.cpp g++ ... regexst.cpp g++ ... regextxt.cpp g++ ... region.cpp g++ ... reldatefmt.cpp g++ ... reldtfmt.cpp g++ ... rematch.cpp g++ ... remtrans.cpp g++ ... repattrn.cpp g++ ... rulebasedcollator.cpp g++ ... scientificnumberformatter.cpp g++ ... scriptset.cpp g++ ... search.cpp g++ ... selfmt.cpp g++ ... sharedbreakiterator.cpp g++ ... simpletz.cpp g++ ... smpdtfmt.cpp g++ ... smpdtfst.cpp g++ ... sortkey.cpp g++ ... standardplural.cpp g++ ... string_segment.cpp g++ ... strmatch.cpp g++ ... strrepl.cpp g++ ... stsearch.cpp g++ ... taiwncal.cpp g++ ... timezone.cpp g++ ... titletrn.cpp g++ ... tmunit.cpp g++ ... tmutamt.cpp g++ ... tmutfmt.cpp g++ ... tolowtrn.cpp g++ ... toupptrn.cpp g++ ... translit.cpp g++ ... transreg.cpp g++ ... tridpars.cpp g++ ... tzfmt.cpp g++ ... tzgnames.cpp g++ ... tznames.cpp g++ ... tznames_impl.cpp g++ ... tzrule.cpp g++ ... tztrans.cpp g++ ... ucal.cpp g++ ... ucln_in.cpp g++ ... ucol.cpp g++ ... ucol_res.cpp g++ ... ucol_sit.cpp g++ ... ucoleitr.cpp g++ ... ucsdet.cpp g++ ... udat.cpp g++ ... udateintervalformat.cpp g++ ... udatpg.cpp g++ ... ufieldpositer.cpp g++ ... uitercollationiterator.cpp g++ ... ulistformatter.cpp g++ ... ulocdata.cpp g++ ... umsg.cpp g++ ... unesctrn.cpp g++ ... uni2name.cpp g++ ... units_data.cpp g++ ... units_complexconverter.cpp g++ ... units_converter.cpp g++ ... units_router.cpp g++ ... unum.cpp g++ ... unumsys.cpp g++ ... upluralrules.cpp g++ ... uregex.cpp g++ ... uregexc.cpp g++ ... uregion.cpp g++ ... usearch.cpp g++ ... uspoof.cpp g++ ... uspoof_build.cpp g++ ... uspoof_conf.cpp g++ ... uspoof_impl.cpp g++ ... utf16collationiterator.cpp g++ ... utf8collationiterator.cpp g++ ... utmscale.cpp g++ ... utrans.cpp g++ ... vtzone.cpp g++ ... vzone.cpp g++ ... windtfmt.cpp g++ ... winnmfmt.cpp g++ ... wintzimpl.cpp g++ ... zonemeta.cpp g++ ... zrule.cpp g++ ... ztrans.cpp /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -shared -Wl,-Bsymbolic -Wl,-soname -Wl,libicui18n.so.73 -o ../lib/libicui18n.so.73.2 alphaindex.o anytrans.o astro.o basictz.o bocsu.o brktrans.o buddhcal.o calendar.o casetrn.o cecal.o chnsecal.o choicfmt.o coleitr.o coll.o collation.o collationbuilder.o collationcompare.o collationdata.o collationdatabuilder.o collationdatareader.o collationdatawriter.o collationfastlatin.o collationfastlatinbuilder.o collationfcd.o collationiterator.o collationkeys.o collationroot.o collationrootelements.o collationruleparser.o collationsets.o collationsettings.o collationtailoring.o collationweights.o compactdecimalformat.o coptccal.o cpdtrans.o csdetect.o csmatch.o csr2022.o csrecog.o csrmbcs.o csrsbcs.o csrucode.o csrutf8.o curramt.o currfmt.o currpinf.o currunit.o dangical.o datefmt.o dayperiodrules.o dcfmtsym.o decContext.o decNumber.o decimfmt.o displayoptions.o double-conversion-bignum-dtoa.o double-conversion-bignum.o double-conversion-cached-powers.o double-conversion-double-to-string.o double-conversion-fast-dtoa.o double-conversion-string-to-double.o double-conversion-strtod.o dtfmtsym.o dtitvfmt.o dtitvinf.o dtptngen.o dtrule.o erarules.o esctrn.o ethpccal.o fmtable.o fmtable_cnv.o format.o formatted_string_builder.o formattedval_iterimpl.o formattedval_sbimpl.o formattedvalue.o fphdlimp.o fpositer.o funcrepl.o gender.o gregocal.o gregoimp.o hebrwcal.o indiancal.o inputext.o islamcal.o iso8601cal.o japancal.o listformatter.o measfmt.o measunit.o measunit_extra.o measure.o msgfmt.o name2uni.o nfrs.o nfrule.o nfsubs.o nortrans.o nultrans.o number_affixutils.o number_asformat.o number_capi.o number_compact.o number_currencysymbols.o number_decimalquantity.o number_decimfmtprops.o number_fluent.o number_formatimpl.o number_grouping.o number_integerwidth.o number_longnames.o number_mapper.o number_modifiers.o number_multiplier.o number_notation.o number_output.o number_padding.o number_patternmodifier.o number_patternstring.o number_rounding.o number_scientific.o number_simple.o number_skeletons.o number_symbolswrapper.o number_usageprefs.o number_utils.o numfmt.o numparse_affixes.o numparse_compositions.o numparse_currency.o numparse_decimal.o numparse_impl.o numparse_parsednumber.o numparse_scientific.o numparse_symbols.o numparse_validators.o numrange_capi.o numrange_fluent.o numrange_impl.o numsys.o olsontz.o persncal.o pluralranges.o plurfmt.o plurrule.o quant.o quantityformatter.o rbnf.o rbt.o rbt_data.o rbt_pars.o rbt_rule.o rbt_set.o rbtz.o regexcmp.o regeximp.o regexst.o regextxt.o region.o reldatefmt.o reldtfmt.o rematch.o remtrans.o repattrn.o rulebasedcollator.o scientificnumberformatter.o scriptset.o search.o selfmt.o sharedbreakiterator.o simpletz.o smpdtfmt.o smpdtfst.o sortkey.o standardplural.o string_segment.o strmatch.o strrepl.o stsearch.o taiwncal.o timezone.o titletrn.o tmunit.o tmutamt.o tmutfmt.o tolowtrn.o toupptrn.o translit.o transreg.o tridpars.o tzfmt.o tzgnames.o tznames.o tznames_impl.o tzrule.o tztrans.o ucal.o ucln_in.o ucol.o ucol_res.o ucol_sit.o ucoleitr.o ucsdet.o udat.o udateintervalformat.o udatpg.o ufieldpositer.o uitercollationiterator.o ulistformatter.o ulocdata.o umsg.o unesctrn.o uni2name.o units_data.o units_complexconverter.o units_converter.o units_router.o unum.o unumsys.o upluralrules.o uregex.o uregexc.o uregion.o usearch.o uspoof.o uspoof_build.o uspoof_conf.o uspoof_impl.o utf16collationiterator.o utf8collationiterator.o utmscale.o utrans.o vtzone.o vzone.o windtfmt.o winnmfmt.o wintzimpl.o zonemeta.o zrule.o ztrans.o -L../lib -licuuc -L../stubdata -licudata -lpthread -lm rm -f ../lib/libicui18n.so.73 && ln -s libicui18n.so.73.2 ../lib/libicui18n.so.73 rm -f ../lib/libicui18n.so && ln -s libicui18n.so.73.2 ../lib/libicui18n.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/i18n' /usr/bin/make[1]: Making `all' in `tools' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools' /usr/bin/make[2]: Making `all' in `toolutil' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/toolutil' (deps) xmlparser.cpp (deps) writesrc.cpp (deps) uoptions.cpp (deps) uparse.cpp (deps) unewdata.cpp (deps) udbgutil.cpp (deps) ucmstate.cpp (deps) ucm.cpp (deps) ucln_tu.cpp (deps) ucbuf.cpp (deps) toolutil.cpp (deps) swapimpl.cpp (deps) ppucd.cpp (deps) pkgitems.cpp (deps) pkg_icu.cpp (deps) pkg_gencmn.cpp (deps) pkg_genc.cpp (deps) package.cpp (deps) flagparser.cpp (deps) filetools.cpp (deps) filestrm.cpp (deps) denseranges.cpp (deps) dbgutil.cpp (deps) collationinfo.cpp g++ ... collationinfo.cpp g++ ... dbgutil.cpp g++ ... denseranges.cpp g++ ... filestrm.cpp g++ ... filetools.cpp g++ ... flagparser.cpp g++ ... package.cpp g++ ... pkg_genc.cpp g++ ... pkg_gencmn.cpp g++ ... pkg_icu.cpp g++ ... pkgitems.cpp g++ ... ppucd.cpp g++ ... swapimpl.cpp g++ ... toolutil.cpp g++ ... ucbuf.cpp g++ ... ucln_tu.cpp g++ ... ucm.cpp g++ ... ucmstate.cpp g++ ... udbgutil.cpp g++ ... unewdata.cpp g++ ... uoptions.cpp g++ ... uparse.cpp g++ ... writesrc.cpp g++ ... xmlparser.cpp /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -shared -Wl,-Bsymbolic -Wl,-soname -Wl,libicutu.so.73 -o ../../lib/libicutu.so.73.2 collationinfo.o dbgutil.o denseranges.o filestrm.o filetools.o flagparser.o package.o pkg_genc.o pkg_gencmn.o pkg_icu.o pkgitems.o ppucd.o swapimpl.o toolutil.o ucbuf.o ucln_tu.o ucm.o ucmstate.o udbgutil.o unewdata.o uoptions.o uparse.o writesrc.o xmlparser.o -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm rm -f ../../lib/libicutu.so.73 && ln -s libicutu.so.73.2 ../../lib/libicutu.so.73 rm -f ../../lib/libicutu.so && ln -s libicutu.so.73.2 ../../lib/libicutu.so make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/toolutil' /usr/bin/make[2]: Making `all' in `ctestfw' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/ctestfw' (deps) uperf.cpp (deps) ucln_ct.c (deps) tstdtmod.cpp (deps) testdata.cpp (deps) datamap.cpp (deps) ctest.c gcc ... ctest.c g++ ... datamap.cpp g++ ... testdata.cpp g++ ... tstdtmod.cpp gcc ... ucln_ct.c g++ ... uperf.cpp /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -shared -Wl,-Bsymbolic -Wl,-soname -Wl,libicutest.so.73 -o libicutest.so.73.2 ctest.o datamap.o testdata.o tstdtmod.o ucln_ct.o uperf.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm rm -f libicutest.so.73 && ln -s libicutest.so.73.2 libicutest.so.73 rm -f libicutest.so && ln -s libicutest.so.73.2 libicutest.so make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/ctestfw' /usr/bin/make[2]: Making `all' in `makeconv' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/makeconv' (deps) ucnvstat.c (deps) makeconv.cpp (deps) genmbcs.cpp (deps) gencnvex.c gcc ... gencnvex.c g++ ... genmbcs.cpp g++ ... makeconv.cpp gcc ... ucnvstat.c cd ../.. \ && CONFIG_FILES=tools/makeconv/makeconv.1 CONFIG_HEADERS= /bin/sh ./config.status config.status: creating tools/makeconv/makeconv.1 /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -o ../../bin/makeconv gencnvex.o genmbcs.o makeconv.o ucnvstat.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/makeconv' /usr/bin/make[2]: Making `all' in `genrb' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/genrb' (deps) wrtxml.cpp (deps) wrtjava.cpp (deps) ustr.c (deps) rle.c (deps) reslist.cpp (deps) read.c (deps) rbutil.c (deps) prscmnts.cpp (deps) parse.cpp (deps) genrb.cpp (deps) filterrb.cpp (deps) errmsg.c gcc ... errmsg.c g++ ... filterrb.cpp g++ ... genrb.cpp g++ ... parse.cpp g++ ... prscmnts.cpp gcc ... rbutil.c gcc ... read.c g++ ... reslist.cpp gcc ... rle.c gcc ... ustr.c g++ ... wrtjava.cpp g++ ... wrtxml.cpp cd ../.. \ && CONFIG_FILES=tools/genrb/derb.1 CONFIG_HEADERS= /bin/sh ./config.status config.status: creating tools/genrb/derb.1 cd ../.. \ && CONFIG_FILES=tools/genrb/genrb.1 CONFIG_HEADERS= /bin/sh ./config.status config.status: creating tools/genrb/genrb.1 /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -o ../../bin/genrb errmsg.o filterrb.o genrb.o parse.o prscmnts.o rbutil.o read.o reslist.o rle.o ustr.o wrtjava.o wrtxml.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/genrb' /usr/bin/make[2]: Making `all' in `genbrk' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/genbrk' (deps) genbrk.cpp cd ../.. \ && CONFIG_FILES=tools/genbrk/genbrk.1 CONFIG_HEADERS= /bin/sh ./config.status g++ ... genbrk.cpp config.status: creating tools/genbrk/genbrk.1 /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -o ../../bin/genbrk genbrk.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/genbrk' /usr/bin/make[2]: Making `all' in `gencnval' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gencnval' (deps) gencnval.c cd ../.. \ && CONFIG_FILES=tools/gencnval/gencnval.1 CONFIG_HEADERS= /bin/sh ./config.status gcc ... gencnval.c config.status: creating tools/gencnval/gencnval.1 /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -o ../../bin/gencnval gencnval.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gencnval' /usr/bin/make[2]: Making `all' in `gensprep' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gensprep' (deps) store.c (deps) gensprep.c gcc ... gensprep.c gcc ... store.c cd ../.. \ && CONFIG_FILES=tools/gensprep/gensprep.8 CONFIG_HEADERS= /bin/sh ./config.status config.status: creating tools/gensprep/gensprep.8 /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -o ../../bin/gensprep gensprep.o store.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gensprep' /usr/bin/make[2]: Making `all' in `icuinfo' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/icuinfo' (deps) icuinfo.cpp g++ ... icuinfo.cpp /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -o icuinfo icuinfo.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/icuinfo' /usr/bin/make[2]: Making `all' in `genccode' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/genccode' (deps) genccode.c cd ../.. \ && CONFIG_FILES=tools/genccode/genccode.8 CONFIG_HEADERS= /bin/sh ./config.status gcc ... genccode.c config.status: creating tools/genccode/genccode.8 /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -o ../../bin/genccode genccode.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/genccode' /usr/bin/make[2]: Making `all' in `gencmn' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gencmn' (deps) gencmn.c cd ../.. \ && CONFIG_FILES=tools/gencmn/gencmn.8 CONFIG_HEADERS= /bin/sh ./config.status gcc ... gencmn.c config.status: creating tools/gencmn/gencmn.8 /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -o ../../bin/gencmn gencmn.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gencmn' /usr/bin/make[2]: Making `all' in `icupkg' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/icupkg' (deps) icupkg.cpp cd ../.. \ && CONFIG_FILES=tools/icupkg/icupkg.8 CONFIG_HEADERS= /bin/sh ./config.status g++ ... icupkg.cpp config.status: creating tools/icupkg/icupkg.8 /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -o ../../bin/icupkg icupkg.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/icupkg' /usr/bin/make[2]: Making `all' in `pkgdata' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/pkgdata' (deps) pkgtypes.c (deps) pkgdata.cpp cd ../.. \ && CONFIG_FILES=tools/pkgdata/pkgdata.1 CONFIG_HEADERS= /bin/sh ./config.status g++ ... pkgdata.cpp gcc ... pkgtypes.c config.status: creating tools/pkgdata/pkgdata.1 /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -o ../../bin/pkgdata pkgdata.o pkgtypes.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/pkgdata' /usr/bin/make[2]: Making `all' in `gentest' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gentest' (deps) gentest.c (deps) genres32.c gcc ... genres32.c gcc ... gentest.c /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -o gentest genres32.o gentest.o -L../../tools/ctestfw -licutest -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gentest' /usr/bin/make[2]: Making `all' in `gennorm2' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gennorm2' (deps) norms.cpp (deps) n2builder.cpp (deps) gennorm2.cpp (deps) extradata.cpp g++ ... extradata.cpp g++ ... gennorm2.cpp g++ ... n2builder.cpp g++ ... norms.cpp /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -o ../../bin/gennorm2 extradata.o gennorm2.o n2builder.o norms.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gennorm2' /usr/bin/make[2]: Making `all' in `gencfu' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gencfu' (deps) gencfu.cpp cd ../.. \ && CONFIG_FILES=tools/gencfu/gencfu.1 CONFIG_HEADERS= /bin/sh ./config.status g++ ... gencfu.cpp config.status: creating tools/gencfu/gencfu.1 /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -o ../../bin/gencfu gencfu.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gencfu' /usr/bin/make[2]: Making `all' in `gendict' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gendict' (deps) gendict.cpp cd ../.. \ && CONFIG_FILES=tools/gendict/gendict.1 CONFIG_HEADERS= /bin/sh ./config.status g++ ... gendict.cpp config.status: creating tools/gendict/gendict.1 /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -o ../../bin/gendict gendict.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gendict' /usr/bin/make[2]: Making `all' in `icuexportdata' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/icuexportdata' (deps) icuexportdata.cpp cd ../.. \ && CONFIG_FILES=tools/icuexportdata/icuexportdata.1 CONFIG_HEADERS= /bin/sh ./config.status g++ ... icuexportdata.cpp config.status: creating tools/icuexportdata/icuexportdata.1 /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -o ../../bin/icuexportdata icuexportdata.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -lm make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/icuexportdata' /usr/bin/make[2]: Making `all' in `escapesrc' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/escapesrc' (deps) escapesrc.cpp g++ ... escapesrc.cpp /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -o ../../bin/escapesrc escapesrc.o -lpthread -lm make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/escapesrc' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools' make[3]: Nothing to be done for 'all-local'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools' /usr/bin/make[1]: Making `all' in `data' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/data' /usr/bin/make -f pkgdataMakefile /bin/sh ../mkinstalldirs ./out/tmp ./out/build/icudt73l make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/data' rm -rf icupkg.inc mkdir ./out mkdir ./out/tmp mkdir ./out/build mkdir ./out/build/icudt73l Unpacking ./in/icudt73l.dat and generating out/tmp/icudata.lst (list of data files) LD_LIBRARY_PATH=../lib:../stubdata:../tools/ctestfw:$LD_LIBRARY_PATH ../bin/icupkg -d ./out/build/icudt73l --list -x \* ./in/icudt73l.dat -o out/tmp/icudata.lst make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/data' echo timestamp > build-local LD_LIBRARY_PATH=../stubdata:../tools/ctestfw:../lib:$LD_LIBRARY_PATH ../bin/pkgdata -O ../data/icupkg.inc -q -c -s /home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/data/out/build/icudt73l -d ../lib -e icudt73 -T ./out/tmp -p icudt73l -m dll -r 73.2 -L icudata ./out/tmp/icudata.lst pkgdata: /usr/bin/gcc -I/home/buildroot/autobuild/instance-0/output-1/host/include -D_REENTRANT -DU_HAVE_ELF_H=1 -DU_HAVE_STRTOD_L=1 -DU_HAVE_XLOCALE_H=0 -DU_ATTRIBUTE_DEPRECATED= -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -std=c11 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c -I../common -I../common -DPIC -fPIC -o ./out/tmp/icudt73l_dat.o ./out/tmp/icudt73l_dat.S pkgdata: /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -std=c11 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -shared -Wl,-Bsymbolic -o ../lib/libicudata.so.73.2 ./out/tmp/icudt73l_dat.o -Wl,-soname -Wl,libicudata.so.73 -Wl,-Bsymbolic pkgdata: cd ../lib/ && rm -f libicudata.so.73 && ln -s libicudata.so.73.2 libicudata.so.73 pkgdata: cd ../lib/ && rm -f libicudata.so && ln -s libicudata.so.73.2 libicudata.so echo timestamp > packagedata make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/data' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source' Note: rebuild with "/usr/bin/make VERBOSE=1 all-local" to show all compiler parameters. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source' >>> host-icu 73-2 Installing to host directory PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" TARGET="" /usr/bin/make -j4 install -C /home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source' cd . \ && CONFIG_FILES=./config/icu-config.1 CONFIG_HEADERS= /bin/sh ./config.status /usr/bin/make[1]: Making `install' in `stubdata' mkdir /home/buildroot/autobuild/instance-0/output-1/host/share/icu mkdir /home/buildroot/autobuild/instance-0/output-1/host/share/icu/73.2 make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/stubdata' mkdir /home/buildroot/autobuild/instance-0/output-1/host/share/icu/73.2/config /bin/sh ../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/lib mkdir /home/buildroot/autobuild/instance-0/output-1/host/lib/icu /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c libicudata.so.73.2 /home/buildroot/autobuild/instance-0/output-1/host/lib cd /home/buildroot/autobuild/instance-0/output-1/host/lib && rm -f libicudata.so && ln -s libicudata.so.73.2 libicudata.so mkdir /home/buildroot/autobuild/instance-0/output-1/host/lib/icu/73.2 cd /home/buildroot/autobuild/instance-0/output-1/host/lib && rm -f libicudata.so.73 && ln -s libicudata.so.73.2 libicudata.so.73 make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/stubdata' /usr/bin/make[1]: Making `install' in `common' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./config/mh-linux /home/buildroot/autobuild/instance-0/output-1/host/share/icu/73.2/config/mh-linux make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/common' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ./mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/share/icu/73.2/mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ./install-sh /home/buildroot/autobuild/instance-0/output-1/host/share/icu/73.2/install-sh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./config/icu-uc.pc ./config/icu-i18n.pc /home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./../LICENSE /home/buildroot/autobuild/instance-0/output-1/host/share/icu/73.2/LICENSE /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ./config/icu-config /home/buildroot/autobuild/instance-0/output-1/host/bin/icu-config /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./config/Makefile.inc /home/buildroot/autobuild/instance-0/output-1/host/lib/icu/73.2/Makefile.inc /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./config/pkgdata.inc /home/buildroot/autobuild/instance-0/output-1/host/lib/icu/73.2/pkgdata.inc cd /home/buildroot/autobuild/instance-0/output-1/host/lib/icu/73.2/..; \ rm -rf current && ln -s 73.2 current; \ rm -f Makefile.inc && ln -s current/Makefile.inc Makefile.inc; \ rm -f pkgdata.inc && ln -s current/pkgdata.inc pkgdata.inc /bin/sh ../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /bin/sh ../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/lib mkdir /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ../lib/libicuuc.so.73.2 /home/buildroot/autobuild/instance-0/output-1/host/lib /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/appendable.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/brkiter.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/bytestream.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/bytestrie.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode cd /home/buildroot/autobuild/instance-0/output-1/host/lib && rm -f libicuuc.so && ln -s libicuuc.so.73.2 libicuuc.so /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/bytestriebuilder.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode config.status: creating ./config/icu-config.1 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/caniter.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/casemap.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode cd /home/buildroot/autobuild/instance-0/output-1/host/lib && rm -f libicuuc.so.73 && ln -s libicuuc.so.73.2 libicuuc.so.73 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/char16ptr.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/chariter.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/dbbi.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/docmain.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/dtintrv.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/edits.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/enumset.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/errorcode.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/filteredbrk.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/icudataver.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/icuplug.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/idna.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/localebuilder.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/localematcher.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /bin/sh ./mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/localpointer.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/locdspnm.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/locid.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 config/icu-config.1 /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/messagepattern.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/normalizer2.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/normlzr.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/parseerr.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/parsepos.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/platform.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ptypes.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/putil.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/rbbi.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/rep.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/resbund.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/schriter.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/simpleformatter.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/std_string.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/strenum.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/stringoptions.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/stringpiece.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/stringtriebuilder.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/symtable.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ubidi.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ubiditransform.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ubrk.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ucasemap.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ucat.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uchar.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ucharstrie.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ucharstriebuilder.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uchriter.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uclean.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ucnv.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ucnv_cb.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ucnv_err.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ucnvsel.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uconfig.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ucpmap.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ucptrie.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ucurr.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/udata.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/udisplaycontext.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uenum.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uidna.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uiter.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uldnames.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uloc.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/umachine.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/umisc.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/umutablecptrie.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/unifilt.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/unifunct.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/unimatch.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uniset.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/unistr.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/unorm.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/unorm2.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uobject.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/urename.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/urep.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ures.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uscript.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uset.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/usetiter.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ushape.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/usprep.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ustring.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ustringtrie.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/utext.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/utf.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/utf16.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/utf32.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/utf8.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/utf_old.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/utrace.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/utypes.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uvernum.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uversion.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/common' /usr/bin/make[1]: Making `install' in `i18n' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/i18n' /bin/sh ../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /bin/sh ../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/lib /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/alphaindex.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ../lib/libicui18n.so.73.2 /home/buildroot/autobuild/instance-0/output-1/host/lib /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/basictz.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/calendar.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/choicfmt.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/coleitr.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/coll.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/compactdecimalformat.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/curramt.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode cd /home/buildroot/autobuild/instance-0/output-1/host/lib && rm -f libicui18n.so && ln -s libicui18n.so.73.2 libicui18n.so /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/currpinf.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/currunit.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/datefmt.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode cd /home/buildroot/autobuild/instance-0/output-1/host/lib && rm -f libicui18n.so.73 && ln -s libicui18n.so.73.2 libicui18n.so.73 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/dcfmtsym.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/decimfmt.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/displayoptions.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/dtfmtsym.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/dtitvfmt.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/dtitvinf.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/dtptngen.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/dtrule.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/fieldpos.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/fmtable.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/format.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/formattednumber.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/formattedvalue.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/fpositer.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/gender.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/gregocal.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/listformatter.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/measfmt.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/measunit.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/measure.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/msgfmt.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/nounit.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/numberformatter.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/numberrangeformatter.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/numfmt.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/numsys.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/plurfmt.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/plurrule.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/rbnf.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/rbtz.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/regex.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/region.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/reldatefmt.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/scientificnumberformatter.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/search.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/selfmt.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/simplenumberformatter.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/simpletz.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/smpdtfmt.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/sortkey.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/stsearch.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/tblcoll.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/timezone.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/tmunit.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/tmutamt.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/tmutfmt.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/translit.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/tzfmt.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/tznames.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/tzrule.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/tztrans.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ucal.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ucol.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ucoleitr.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ucsdet.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/udat.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/udateintervalformat.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/udatpg.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/udisplayoptions.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ufieldpositer.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uformattable.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uformattednumber.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uformattedvalue.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ugender.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ulistformatter.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ulocdata.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/umsg.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/unirepl.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/unum.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/unumberformatter.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/unumberoptions.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/unumberrangeformatter.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/unumsys.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/upluralrules.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uregex.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uregion.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/ureldatefmt.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/usearch.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/usimplenumberformatter.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/uspoof.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/utmscale.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/utrans.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./unicode/vtzone.h /home/buildroot/autobuild/instance-0/output-1/host/include/unicode make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/i18n' /usr/bin/make[1]: Making `install' in `tools' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools' /usr/bin/make[2]: Making `install' in `toolutil' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/toolutil' /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/lib /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ../../lib/libicutu.so.73.2 /home/buildroot/autobuild/instance-0/output-1/host/lib cd /home/buildroot/autobuild/instance-0/output-1/host/lib && rm -f libicutu.so && ln -s libicutu.so.73.2 libicutu.so cd /home/buildroot/autobuild/instance-0/output-1/host/lib && rm -f libicutu.so.73 && ln -s libicutu.so.73.2 libicutu.so.73 make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/toolutil' /usr/bin/make[2]: Making `install' in `ctestfw' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/ctestfw' /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/lib /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c libicutest.so.73.2 /home/buildroot/autobuild/instance-0/output-1/host/lib cd /home/buildroot/autobuild/instance-0/output-1/host/lib && rm -f libicutest.so && ln -s libicutest.so.73.2 libicutest.so cd /home/buildroot/autobuild/instance-0/output-1/host/lib && rm -f libicutest.so.73 && ln -s libicutest.so.73.2 libicutest.so.73 make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/ctestfw' /usr/bin/make[2]: Making `install' in `makeconv' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/makeconv' /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 makeconv.1 /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/bin /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ../../bin/makeconv /home/buildroot/autobuild/instance-0/output-1/host/bin make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/makeconv' /usr/bin/make[2]: Making `install' in `genrb' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/genrb' /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 genrb.1 /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/bin /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ../../bin/genrb /home/buildroot/autobuild/instance-0/output-1/host/bin make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/genrb' /usr/bin/make[2]: Making `install' in `genbrk' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/genbrk' /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 genbrk.1 /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/bin /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ../../bin/genbrk /home/buildroot/autobuild/instance-0/output-1/host/bin make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/genbrk' /usr/bin/make[2]: Making `install' in `gencnval' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gencnval' /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 gencnval.1 /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/bin /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ../../bin/gencnval /home/buildroot/autobuild/instance-0/output-1/host/bin make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gencnval' /usr/bin/make[2]: Making `install' in `gensprep' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gensprep' /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/share/man/man8 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 gensprep.8 /home/buildroot/autobuild/instance-0/output-1/host/share/man/man8 /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/sbin /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ../../bin/gensprep /home/buildroot/autobuild/instance-0/output-1/host/sbin make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gensprep' /usr/bin/make[2]: Making `install' in `icuinfo' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/icuinfo' /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/bin /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c icuinfo /home/buildroot/autobuild/instance-0/output-1/host/bin make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/icuinfo' /usr/bin/make[2]: Making `install' in `genccode' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/genccode' /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/share/man/man8 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 genccode.8 /home/buildroot/autobuild/instance-0/output-1/host/share/man/man8 /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/sbin /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ../../bin/genccode /home/buildroot/autobuild/instance-0/output-1/host/sbin make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/genccode' /usr/bin/make[2]: Making `install' in `gencmn' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gencmn' /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/share/man/man8 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 gencmn.8 /home/buildroot/autobuild/instance-0/output-1/host/share/man/man8 /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/sbin /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ../../bin/gencmn /home/buildroot/autobuild/instance-0/output-1/host/sbin make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gencmn' /usr/bin/make[2]: Making `install' in `icupkg' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/icupkg' /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/share/man/man8 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 icupkg.8 /home/buildroot/autobuild/instance-0/output-1/host/share/man/man8 /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/sbin /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ../../bin/icupkg /home/buildroot/autobuild/instance-0/output-1/host/sbin make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/icupkg' /usr/bin/make[2]: Making `install' in `pkgdata' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/pkgdata' /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 pkgdata.1 /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/bin /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ../../bin/pkgdata /home/buildroot/autobuild/instance-0/output-1/host/bin make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/pkgdata' /usr/bin/make[2]: Making `install' in `gentest' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gentest' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gentest' /usr/bin/make[2]: Making `install' in `gennorm2' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gennorm2' /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/sbin /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ../../bin/gennorm2 /home/buildroot/autobuild/instance-0/output-1/host/sbin make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gennorm2' /usr/bin/make[2]: Making `install' in `gencfu' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gencfu' /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 gencfu.1 /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/bin /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ../../bin/gencfu /home/buildroot/autobuild/instance-0/output-1/host/bin make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gencfu' /usr/bin/make[2]: Making `install' in `gendict' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gendict' /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 gendict.1 /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/bin /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ../../bin/gendict /home/buildroot/autobuild/instance-0/output-1/host/bin make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/gendict' /usr/bin/make[2]: Making `install' in `icuexportdata' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/icuexportdata' /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 icuexportdata.1 /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/bin /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ../../bin/icuexportdata /home/buildroot/autobuild/instance-0/output-1/host/bin make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/icuexportdata' /usr/bin/make[2]: Making `install' in `escapesrc' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/escapesrc' /bin/sh ../../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/sbin /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ../../bin/escapesrc /home/buildroot/autobuild/instance-0/output-1/host/sbin make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools/escapesrc' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools' make[3]: Nothing to be done for 'install-local'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/tools' /usr/bin/make[1]: Making `install' in `data' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/data' /bin/sh ../mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/lib LD_LIBRARY_PATH=../stubdata:../tools/ctestfw:../lib:$LD_LIBRARY_PATH ../bin/pkgdata -O ../data/icupkg.inc -q -c -s /home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/data/out/build/icudt73l -d ../lib -m dll -r 73.2 -e icudt73 -T ./out/tmp -s ./out/build/icudt73l -p icudt73l -L icudata ./out/tmp/icudata.lst -I /home/buildroot/autobuild/instance-0/output-1/host/lib pkgdata: cd ../lib/ && /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c libicudata.so.73.2 /home/buildroot/autobuild/instance-0/output-1/host/lib/libicudata.so.73.2 pkgdata: cd /home/buildroot/autobuild/instance-0/output-1/host/lib && rm -f libicudata.so.73 && ln -s libicudata.so.73.2 libicudata.so.73 pkgdata: cd /home/buildroot/autobuild/instance-0/output-1/host/lib && rm -f libicudata.so && ln -s libicudata.so.73.2 libicudata.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source/data' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source' /bin/sh ./mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 config/icu-config.1 /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1 /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./config/mh-linux /home/buildroot/autobuild/instance-0/output-1/host/share/icu/73.2/config/mh-linux /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ./mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/share/icu/73.2/mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ./install-sh /home/buildroot/autobuild/instance-0/output-1/host/share/icu/73.2/install-sh /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./config/icu-uc.pc ./config/icu-i18n.pc /home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig/ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./../LICENSE /home/buildroot/autobuild/instance-0/output-1/host/share/icu/73.2/LICENSE /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ./config/icu-config /home/buildroot/autobuild/instance-0/output-1/host/bin/icu-config /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./config/Makefile.inc /home/buildroot/autobuild/instance-0/output-1/host/lib/icu/73.2/Makefile.inc /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./config/pkgdata.inc /home/buildroot/autobuild/instance-0/output-1/host/lib/icu/73.2/pkgdata.inc cd /home/buildroot/autobuild/instance-0/output-1/host/lib/icu/73.2/..; \ rm -rf current && ln -s 73.2 current; \ rm -f Makefile.inc && ln -s current/Makefile.inc Makefile.inc; \ rm -f pkgdata.inc && ln -s current/pkgdata.inc pkgdata.inc make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-icu-73-2/source' node-v16.20.0.tar.xz: OK (sha256: e0990f992234e40a51fe11f92c3816c93a77e1b081145d3dd762cd1026345349) >>> host-nodejs 16.20.0 Extracting /home/buildroot/autobuild/instance-0/output-1/host/bin/xzcat /home/buildroot/autobuild/instance-0/dl/nodejs/node-v16.20.0.tar.xz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/host-nodejs-16.20.0 -xf - >>> host-nodejs 16.20.0 Patching Applying 0001-add-qemu-wrapper-support.patch using patch: patching file node.gyp Hunk #1 succeeded at 317 (offset -2 lines). Hunk #2 succeeded at 344 (offset -2 lines). patching file tools/v8_gypfiles/v8.gyp Hunk #5 succeeded at 1513 (offset 8 lines). Applying 0002-check-if-uclibc-has-backtrace-support.patch using patch: patching file deps/v8/src/base/debug/stack_trace_posix.cc Applying 0003-include-obj-name-in-shared-intermediate.patch using patch: patching file tools/gyp/pylib/gyp/generator/ninja.py Applying 0004-lib-internal-modules-cjs-loader.js-adjust-default-pa.patch using patch: patching file lib/internal/modules/cjs/loader.js Hunk #1 succeeded at 1331 (offset 70 lines). >>> host-nodejs 16.20.0 Configuring mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/host-nodejs-16.20.0/bin ln -sf /home/buildroot/autobuild/instance-0/output-1/host/bin/python3 /home/buildroot/autobuild/instance-0/output-1/build/host-nodejs-16.20.0/bin/python /usr/bin/sed -i -e "s%@MAYBE_WRAPPER@%%g" /home/buildroot/autobuild/instance-0/output-1/build/host-nodejs-16.20.0/node.gyp /usr/bin/sed -i -e "s%@MAYBE_WRAPPER@%%g" /home/buildroot/autobuild/instance-0/output-1/build/host-nodejs-16.20.0/tools/v8_gypfiles/v8.gyp cd /home/buildroot/autobuild/instance-0/output-1/build/host-nodejs-16.20.0; PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl PATH=/home/buildroot/autobuild/instance-0/output-1/build/host-nodejs-16.20.0/bin:"/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PYTHON=/home/buildroot/autobuild/instance-0/output-1/host/bin/python3 /home/buildroot/autobuild/instance-0/output-1/host/bin/python3 configure.py --prefix=/home/buildroot/autobuild/instance-0/output-1/host --without-dtrace --without-etw --shared-openssl --shared-openssl-includes=/home/buildroot/autobuild/instance-0/output-1/host/include --shared-openssl-libpath=/home/buildroot/autobuild/instance-0/output-1/host/lib --shared-zlib --no-cross-compiling --with-intl=system-icu --ninja /home/buildroot/autobuild/instance-0/output-1/build/host-nodejs-16.20.0/configure.py:8: DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13 import pipes INFO: configure completed successfully >>> host-nodejs 16.20.0 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" PYTHON=/home/buildroot/autobuild/instance-0/output-1/host/bin/python3 /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/host-nodejs-16.20.0 PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS.host="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" NO_LOAD=cctest.target.mk PATH=/home/buildroot/autobuild/instance-0/output-1/build/host-nodejs-16.20.0/bin:"/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-nodejs-16.20.0' ninja -C out/Release ninja: Entering directory `out/Release' [1/1683] CC obj/deps/v8/third_party/zlib/v8_zlib.cpu_features.o [2/1683] CC obj/deps/v8/third_party/zlib/v8_zlib.gzclose.o [3/1683] CC obj/deps/v8/third_party/zlib/v8_zlib.uncompr.o [4/1683] CC obj/deps/v8/third_party/zlib/v8_zlib.compress.o [5/1683] CC obj/deps/v8/third_party/zlib/v8_zlib.zutil.o [6/1683] CXX obj/deps/v8/third_party/zlib/google/v8_zlib.compression_utils_portable.o [7/1683] CC obj/deps/v8/third_party/zlib/v8_zlib.adler32.o [8/1683] CC obj/deps/v8/third_party/zlib/v8_zlib.inffast.o [9/1683] CC obj/deps/v8/third_party/zlib/v8_zlib.crc32.o [10/1683] CC obj/deps/v8/third_party/zlib/v8_zlib.gzlib.o [11/1683] CC obj/deps/v8/third_party/zlib/v8_zlib.inftrees.o [12/1683] CC obj/deps/v8/third_party/zlib/v8_zlib.gzwrite.o [13/1683] CC obj/deps/v8/third_party/zlib/v8_zlib.gzread.o [14/1683] CXX obj/deps/v8/src/base/v8_libbase.once.o [15/1683] CC obj/deps/v8/third_party/zlib/v8_zlib.infback.o [16/1683] CC obj/deps/v8/third_party/zlib/v8_zlib.trees.o [17/1683] CXX obj/deps/v8/src/base/v8_libbase.functional.o [18/1683] CXX obj/deps/v8/src/base/v8_libbase.sys-info.o [19/1683] CXX obj/deps/v8/src/base/v8_libbase.vlq-base64.o [20/1683] CXX obj/deps/v8/src/base/numbers/v8_libbase.cached-powers.o [21/1683] CXX obj/deps/v8/src/base/numbers/v8_libbase.diy-fp.o [22/1683] CXX obj/deps/v8/src/base/v8_libbase.bits.o [23/1683] CXX obj/deps/v8/src/base/v8_libbase.cpu.o [24/1683] CXX obj/deps/v8/src/base/platform/v8_libbase.condition-variable.o [25/1683] CXX obj/deps/v8/src/base/debug/v8_libbase.stack_trace.o [26/1683] CXX obj/deps/v8/src/base/platform/v8_libbase.semaphore.o [27/1683] CXX obj/deps/v8/src/base/v8_libbase.division-by-constant.o [28/1683] CXX obj/deps/v8/src/base/v8_libbase.file-utils.o [29/1683] CXX obj/deps/v8/src/base/v8_libbase.strings.o [30/1683] CXX obj/deps/v8/src/base/numbers/v8_libbase.dtoa.o [31/1683] CXX obj/deps/v8/src/base/numbers/v8_libbase.fast-dtoa.o [32/1683] CXX obj/deps/v8/src/base/platform/v8_libbase.mutex.o [33/1683] CXX obj/deps/v8/src/base/sanitizer/v8_libbase.lsan-page-allocator.o [34/1683] CXX obj/deps/v8/src/base/platform/v8_libbase.platform-posix-time.o [35/1683] CXX obj/deps/v8/src/base/numbers/v8_libbase.bignum-dtoa.o [36/1683] CXX obj/deps/v8/src/base/platform/v8_libbase.time.o [37/1683] CC obj/deps/v8/third_party/zlib/v8_zlib.deflate.o [38/1683] CC obj/deps/v8/third_party/zlib/v8_zlib.inflate.o [39/1683] CXX obj/deps/v8/src/base/numbers/v8_libbase.strtod.o [40/1683] AR obj/tools/v8_gypfiles/libv8_zlib.a [41/1683] CXX obj/deps/v8/src/base/v8_libbase.bounded-page-allocator.o [42/1683] CXX obj/deps/v8/src/base/numbers/v8_libbase.fixed-dtoa.o [43/1683] CXX obj/deps/v8/src/base/debug/v8_libbase.stack_trace_posix.o [44/1683] CXX obj/deps/v8/src/base/v8_libbase.region-allocator.o [45/1683] CXX obj/deps/v8/src/base/platform/v8_libbase.platform-linux.o [46/1683] CC obj/src/large_pages/node_text_start.node_text_start.o [47/1683] CXX obj/deps/v8/src/base/v8_libbase.page-allocator.o [48/1683] AR obj/libnode_text_start.a [49/1683] CC obj/test/overlapped-checker/overlapped-checker.main_unix.o [50/1683] CXX obj/deps/v8/src/base/utils/v8_libbase.random-number-generator.o [51/1683] CXX obj/deps/v8/src/base/numbers/v8_libbase.bignum.o [52/1683] CC obj/deps/uv/src/libuv.idna.o [53/1683] CC obj/deps/uv/src/libuv.random.o [54/1683] CC obj/deps/uv/src/libuv.fs-poll.o [55/1683] CC obj/deps/uv/src/libuv.inet.o [56/1683] CC obj/deps/uv/src/libuv.strscpy.o [57/1683] CXX obj/deps/v8/src/base/v8_libbase.logging.o [58/1683] CC obj/deps/uv/src/libuv.uv-data-getter-setters.o [59/1683] CXX obj/deps/v8/src/base/v8_libbase.ieee754.o [60/1683] CC obj/deps/uv/src/libuv.version.o [61/1683] CXX obj/deps/v8/src/base/platform/v8_libbase.platform-posix.o [62/1683] CC obj/deps/uv/src/libuv.timer.o [63/1683] AR obj/tools/v8_gypfiles/libv8_libbase.a [64/1683] CC obj/deps/uv/src/unix/libuv.dl.o [65/1683] CXX obj/deps/v8/src/libplatform/v8_libplatform.worker-thread.o [66/1683] CXX obj/deps/v8/src/interpreter/bytecode_builtins_list_generator.bytecode-operands.o [67/1683] LINK overlapped-checker [68/1683] CC obj/deps/uv/src/libuv.threadpool.o [69/1683] CC obj/deps/uv/src/unix/libuv.async.o [70/1683] CC obj/deps/uv/src/unix/libuv.getaddrinfo.o [71/1683] CC obj/deps/uv/src/unix/libuv.getnameinfo.o [72/1683] CXX obj/deps/v8/src/libplatform/v8_libplatform.task-queue.o [73/1683] CXX obj/deps/v8/src/libplatform/v8_libplatform.default-worker-threads-task-runner.o [74/1683] CC obj/deps/uv/src/unix/libuv.loop.o [75/1683] CXX obj/deps/v8/src/torque/torque_base.source-positions.o [76/1683] CC obj/deps/uv/src/unix/libuv.loop-watcher.o [77/1683] CC obj/deps/uv/src/unix/libuv.random-devurandom.o [78/1683] CC obj/deps/uv/src/unix/libuv.pipe.o [79/1683] CXX obj/deps/v8/src/libplatform/v8_libplatform.delayed-task-queue.o [80/1683] CXX obj/deps/v8/src/libplatform/v8_libplatform.default-job.o [81/1683] CC obj/deps/uv/src/unix/libuv.poll.o [82/1683] CXX obj/deps/v8/src/libplatform/tracing/v8_libplatform.trace-buffer.o [83/1683] CC obj/deps/uv/src/unix/libuv.linux-syscalls.o [84/1683] CXX obj/deps/v8/src/interpreter/bytecode_builtins_list_generator.bytecodes.o [85/1683] CC obj/deps/uv/src/unix/libuv.proctitle.o [86/1683] CC obj/deps/uv/src/unix/libuv.tty.o [87/1683] CC obj/deps/uv/src/unix/libuv.process.o [88/1683] CC obj/deps/uv/src/unix/libuv.random-getrandom.o [89/1683] CXX obj/deps/v8/src/libplatform/tracing/v8_libplatform.trace-config.o [90/1683] CXX obj/deps/v8/src/regexp/gen-regexp-special-case.gen-regexp-special-case.o [91/1683] CC obj/deps/uv/src/unix/libuv.epoll.o [92/1683] CC obj/deps/uvwasi/src/uvwasi.clocks.o [93/1683] CXX obj/deps/v8/src/libplatform/tracing/v8_libplatform.trace-writer.o [94/1683] CC obj/deps/uv/src/unix/libuv.thread.o ../../deps/uv/src/unix/thread.c: In function 'uv__thread_stack_size': ../../deps/uv/src/unix/thread.c:195:24: warning: comparison of integer expressions of different signedness: 'rlim_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] 195 | if (lim.rlim_cur >= PTHREAD_STACK_MIN) | ^~ ../../deps/uv/src/unix/thread.c: In function 'uv_thread_create_ex': ../../deps/uv/src/unix/thread.c:243:20: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] 243 | if (stack_size < PTHREAD_STACK_MIN) | ^ [95/1683] CC obj/deps/uv/src/unix/libuv.procfs-exepath.o [96/1683] CC obj/deps/uv/src/unix/libuv.tcp.o [97/1683] CC obj/deps/uvwasi/src/uvwasi.uv_mapping.o [98/1683] CC obj/deps/uv/src/libuv.uv-common.o In file included from ../../deps/uv/src/uv-common.h:42, from ../../deps/uv/src/uv-common.c:23: ../../deps/uv/src/uv-common.c: In function 'uv_walk': ../../deps/uv/src/queue.h:68:19: warning: storing the address of local variable 'queue' in '((void * (**)[2])MEM[(void *[2] * *)loop_13(D) + 16B])[1]' [-Wdangling-pointer=] 68 | QUEUE_PREV(q) = (n); \ | ^ ../../deps/uv/src/queue.h:78:7: note: in expansion of macro 'QUEUE_SPLIT' 78 | QUEUE_SPLIT(h, q, n); \ | ^~~~~~~~~~~ ../../deps/uv/src/uv-common.c:505:3: note: in expansion of macro 'QUEUE_MOVE' 505 | QUEUE_MOVE(&loop->handle_queue, &queue); | ^~~~~~~~~~ ../../deps/uv/src/uv-common.c:501:9: note: 'queue' declared here 501 | QUEUE queue; | ^~~~~ ../../deps/uv/src/queue.h:40:27: note: '((void * (**)[2])loop)[2]' declared here 40 | ((const QUEUE *) (q) == (const QUEUE *) QUEUE_NEXT(q)) | ^ ../../deps/uv/src/queue.h:74:9: note: in expansion of macro 'QUEUE_EMPTY' 74 | if (QUEUE_EMPTY(h)) \ | ^~~~~~~~~~~ ../../deps/uv/src/uv-common.c:505:3: note: in expansion of macro 'QUEUE_MOVE' 505 | QUEUE_MOVE(&loop->handle_queue, &queue); | ^~~~~~~~~~ [99/1683] CC obj/deps/uvwasi/src/uvwasi.wasi_rights.o [100/1683] CC obj/deps/uv/src/unix/libuv.random-sysctl-linux.o [101/1683] CC obj/deps/uv/src/unix/libuv.signal.o [102/1683] CC obj/deps/uvwasi/src/uvwasi.poll_oneoff.o [103/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_debug.o [104/1683] CXX obj/deps/v8/src/libplatform/tracing/v8_libplatform.trace-object.o [105/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_hd_huffman_data.o [106/1683] CC obj/deps/uv/src/unix/libuv.linux-core.o [107/1683] CC obj/deps/uvwasi/src/uvwasi.fd_table.o [108/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_callbacks.o [109/1683] CC obj/deps/uv/src/unix/libuv.core.o [110/1683] CC obj/deps/uv/src/unix/libuv.linux-inotify.o In file included from ../../deps/uv/src/uv-common.h:42, from ../../deps/uv/src/unix/internal.h:25, from ../../deps/uv/src/unix/linux-inotify.c:23: ../../deps/uv/src/unix/linux-inotify.c: In function 'uv__inotify_fork': ../../deps/uv/src/queue.h:68:19: warning: storing the address of local variable 'queue' in '((void * (**)[2])MEM[(void *[2] * *)&tmp_watcher_list + 32B])[1]' [-Wdangling-pointer=] 68 | QUEUE_PREV(q) = (n); \ | ^ ../../deps/uv/src/queue.h:78:7: note: in expansion of macro 'QUEUE_SPLIT' 78 | QUEUE_SPLIT(h, q, n); \ | ^~~~~~~~~~~ ../../deps/uv/src/unix/linux-inotify.c:133:5: note: in expansion of macro 'QUEUE_MOVE' 133 | QUEUE_MOVE(&tmp_watcher_list.watchers, &queue); | ^~~~~~~~~~ ../../deps/uv/src/unix/linux-inotify.c:92:9: note: 'queue' declared here 92 | QUEUE queue; | ^~~~~ ../../deps/uv/src/queue.h:40:27: note: '*(void * (**)[2])((char *)&tmp_watcher_list + offsetof(struct watcher_list, watchers[0]))' declared here 40 | ((const QUEUE *) (q) == (const QUEUE *) QUEUE_NEXT(q)) | ^ ../../deps/uv/src/queue.h:74:9: note: in expansion of macro 'QUEUE_EMPTY' 74 | if (QUEUE_EMPTY(h)) \ | ^~~~~~~~~~~ ../../deps/uv/src/unix/linux-inotify.c:133:5: note: in expansion of macro 'QUEUE_MOVE' 133 | QUEUE_MOVE(&tmp_watcher_list.watchers, &queue); | ^~~~~~~~~~ [111/1683] CC obj/deps/uvwasi/src/uvwasi.path_resolver.o [112/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_mem.o [113/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_npn.o [114/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_option.o [115/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_map.o [116/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_helper.o [117/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_queue.o [118/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_priority_spec.o [119/1683] CXX obj/deps/v8/src/libplatform/tracing/v8_libplatform.tracing-controller.o [120/1683] LINK gen-regexp-special-case [121/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_outbound_item.o [122/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_pq.o [123/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_rcbuf.o [124/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_hd_huffman.o [125/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_http.o [126/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_version.o [127/1683] CC obj/deps/uv/src/unix/libuv.stream.o In file included from ../../deps/uv/src/uv-common.h:42, from ../../deps/uv/src/unix/internal.h:25, from ../../deps/uv/src/unix/stream.c:23: ../../deps/uv/src/unix/stream.c: In function 'uv__write_callbacks': ../../deps/uv/src/queue.h:68:19: warning: storing the address of local variable 'pq' in '((void * (**)[2])MEM[(void *[2] * *)stream_24(D) + 208B])[1]' [-Wdangling-pointer=] 68 | QUEUE_PREV(q) = (n); \ | ^ ../../deps/uv/src/queue.h:78:7: note: in expansion of macro 'QUEUE_SPLIT' 78 | QUEUE_SPLIT(h, q, n); \ | ^~~~~~~~~~~ ../../deps/uv/src/unix/stream.c:944:3: note: in expansion of macro 'QUEUE_MOVE' 944 | QUEUE_MOVE(&stream->write_completed_queue, &pq); | ^~~~~~~~~~ ../../deps/uv/src/unix/stream.c:939:9: note: 'pq' declared here 939 | QUEUE pq; | ^~ ../../deps/uv/src/queue.h:40:27: note: '((void * (**)[2])stream)[26]' declared here 40 | ((const QUEUE *) (q) == (const QUEUE *) QUEUE_NEXT(q)) | ^ ../../deps/uv/src/unix/stream.c:941:7: note: in expansion of macro 'QUEUE_EMPTY' 941 | if (QUEUE_EMPTY(&stream->write_completed_queue)) | ^~~~~~~~~~~ [128/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_buf.o [129/1683] CC obj/deps/llhttp/src/llhttp.http.o [130/1683] CC obj/deps/uv/src/unix/libuv.udp.o [131/1683] ACTION run_gen-regexp-special-case: run_gen-regexp-special-case_action_bd80f64862dd779165d4349ffcbe0211 [132/1683] CXX obj/deps/v8/src/builtins/bytecode_builtins_list_generator.generate-bytecodes-builtins-list.o [133/1683] CC obj/deps/cares/src/lib/cares.ares_android.o [134/1683] CXX obj/deps/v8/src/torque/torque_base.cpp-builder.o [135/1683] CC obj/deps/llhttp/src/llhttp.api.o [136/1683] CC obj/deps/uvwasi/src/uvwasi.wasi_serdes.o [137/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_frame.o [138/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_submit.o [139/1683] CC obj/deps/cares/src/lib/cares.ares__addrinfo_localhost.o [140/1683] CC obj/deps/cares/src/lib/cares.ares_cancel.o [141/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_stream.o [142/1683] CC obj/deps/cares/src/lib/cares.ares__close_sockets.o [143/1683] CC obj/deps/cares/src/lib/cares.ares__addrinfo2hostent.o [144/1683] CC obj/deps/cares/src/lib/cares.ares_create_query.o [145/1683] CC obj/deps/cares/src/lib/cares.ares_expand_string.o [146/1683] CC obj/deps/cares/src/lib/cares.ares_data.o In file included from ../../deps/cares/src/lib/ares_data.c:23: ../../deps/cares/src/lib/ares_data.h:81:8: warning: C++ style comments are not allowed in ISO C90 81 | #endif // __ARES_DATA_H | ^ ../../deps/cares/src/lib/ares_data.h:81:8: note: (this will be reported only once per input file) [147/1683] CXX obj/deps/v8/src/libplatform/v8_libplatform.default-foreground-task-runner.o [148/1683] CC obj/deps/uv/src/unix/libuv.fs.o [149/1683] CC obj/deps/cares/src/lib/cares.ares_destroy.o [150/1683] CC obj/deps/cares/src/lib/cares.ares_free_string.o [151/1683] CC obj/deps/cares/src/lib/cares.ares_expand_name.o [152/1683] CC obj/deps/cares/src/lib/cares.ares_fds.o [153/1683] CC obj/deps/cares/src/lib/cares.ares_free_hostent.o [154/1683] AR obj/deps/uv/libuv.a [155/1683] CC obj/deps/cares/src/lib/cares.ares_freeaddrinfo.o [156/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_hd.o [157/1683] CC obj/deps/cares/src/lib/cares.ares_gethostbyaddr.o [158/1683] CC obj/deps/cares/src/lib/cares.ares_getsock.o [159/1683] CC obj/deps/cares/src/lib/cares.ares_llist.o [160/1683] CC obj/deps/uvwasi/src/uvwasi.uvwasi.o [161/1683] CC obj/deps/histogram/src/histogram.hdr_histogram.o [162/1683] LINK bytecode_builtins_list_generator [163/1683] CC obj/deps/cares/src/lib/cares.ares_library_init.o [164/1683] CC obj/deps/cares/src/lib/cares.ares_gethostbyname.o ../../deps/cares/src/lib/ares_gethostbyname.c: In function 'ares_gethostbyname': ../../deps/cares/src/lib/ares_gethostbyname.c:96:65: warning: initializer element is not computable at load time [-Wpedantic] 96 | const struct ares_addrinfo_hints hints = { ARES_AI_CANONNAME, family, 0, 0 }; | ^~~~~~ [165/1683] CC obj/deps/cares/src/lib/cares.ares_mkquery.o [166/1683] AR obj/deps/uvwasi/libuvwasi.a [167/1683] AR obj/deps/histogram/libhistogram.a [168/1683] CC obj/deps/cares/src/lib/cares.ares__get_hostent.o [169/1683] CC obj/deps/cares/src/lib/cares.ares_nowarn.o [170/1683] CC obj/deps/cares/src/lib/cares.ares_parse_aaaa_reply.o [171/1683] CC obj/deps/cares/src/lib/cares.ares_getnameinfo.o [172/1683] CC obj/deps/cares/src/lib/cares.ares_getaddrinfo.o [173/1683] CC obj/deps/cares/src/lib/cares.ares_parse_a_reply.o [174/1683] CC obj/deps/cares/src/lib/cares.ares_options.o In file included from ../../deps/cares/src/lib/ares_options.c:26: ../../deps/cares/src/lib/ares_data.h:81:8: warning: C++ style comments are not allowed in ISO C90 81 | #endif // __ARES_DATA_H | ^ ../../deps/cares/src/lib/ares_data.h:81:8: note: (this will be reported only once per input file) [175/1683] ACTION generate_bytecode_builtins_list: generate_bytecode_builtins_list_action_3931b343a4cb0bd98da4e581f6ce90fe [176/1683] CC obj/deps/cares/src/lib/cares.ares_parse_naptr_reply.o In file included from ../../deps/cares/src/lib/ares_parse_naptr_reply.c:34: ../../deps/cares/src/lib/ares_data.h:81:8: warning: C++ style comments are not allowed in ISO C90 81 | #endif // __ARES_DATA_H | ^ ../../deps/cares/src/lib/ares_data.h:81:8: note: (this will be reported only once per input file) [177/1683] CC obj/deps/cares/src/lib/cares.ares_parse_caa_reply.o In file included from ../../deps/cares/src/lib/ares_parse_caa_reply.c:37: ../../deps/cares/src/lib/ares_data.h:81:8: warning: C++ style comments are not allowed in ISO C90 81 | #endif // __ARES_DATA_H | ^ ../../deps/cares/src/lib/ares_data.h:81:8: note: (this will be reported only once per input file) [178/1683] CC obj/deps/cares/src/lib/cares.ares_parse_srv_reply.o In file included from ../../deps/cares/src/lib/ares_parse_srv_reply.c:34: ../../deps/cares/src/lib/ares_data.h:81:8: warning: C++ style comments are not allowed in ISO C90 81 | #endif // __ARES_DATA_H | ^ ../../deps/cares/src/lib/ares_data.h:81:8: note: (this will be reported only once per input file) [179/1683] CC obj/deps/cares/src/lib/cares.ares__parse_into_addrinfo.o [180/1683] CC obj/deps/cares/src/lib/cares.ares_parse_ns_reply.o [181/1683] CC obj/deps/cares/src/lib/cares.ares__read_line.o [182/1683] CC obj/deps/cares/src/lib/cares.ares_parse_ptr_reply.o [183/1683] CC obj/deps/cares/src/lib/cares.ares_parse_mx_reply.o In file included from ../../deps/cares/src/lib/ares_parse_mx_reply.c:34: ../../deps/cares/src/lib/ares_data.h:81:8: warning: C++ style comments are not allowed in ISO C90 81 | #endif // __ARES_DATA_H | ^ ../../deps/cares/src/lib/ares_data.h:81:8: note: (this will be reported only once per input file) [184/1683] CC obj/deps/cares/src/lib/cares.ares_parse_soa_reply.o In file included from ../../deps/cares/src/lib/ares_parse_soa_reply.c:34: ../../deps/cares/src/lib/ares_data.h:81:8: warning: C++ style comments are not allowed in ISO C90 81 | #endif // __ARES_DATA_H | ^ ../../deps/cares/src/lib/ares_data.h:81:8: note: (this will be reported only once per input file) [185/1683] CXX obj/deps/v8/src/torque/torque_base.type-inference.o [186/1683] CC obj/deps/cares/src/lib/cares.ares_parse_txt_reply.o In file included from ../../deps/cares/src/lib/ares_parse_txt_reply.c:38: ../../deps/cares/src/lib/ares_data.h:81:8: warning: C++ style comments are not allowed in ISO C90 81 | #endif // __ARES_DATA_H | ^ ../../deps/cares/src/lib/ares_data.h:81:8: note: (this will be reported only once per input file) [187/1683] CXX obj/deps/v8/src/libplatform/v8_libplatform.default-platform.o [188/1683] CC obj/deps/cares/src/lib/cares.ares_parse_uri_reply.o In file included from ../../deps/cares/src/lib/ares_parse_uri_reply.c:34: ../../deps/cares/src/lib/ares_data.h:81:8: warning: C++ style comments are not allowed in ISO C90 81 | #endif // __ARES_DATA_H | ^ ../../deps/cares/src/lib/ares_data.h:81:8: note: (this will be reported only once per input file) [189/1683] CC obj/deps/cares/src/lib/cares.ares_send.o [190/1683] CC obj/deps/cares/src/lib/cares.ares_strcasecmp.o [191/1683] CC obj/deps/cares/src/lib/cares.ares_query.o [192/1683] AR obj/tools/v8_gypfiles/libv8_libplatform.a [193/1683] CC obj/deps/cares/src/lib/cares.ares_writev.o [194/1683] CC obj/deps/cares/src/lib/cares.ares_version.o [195/1683] CC obj/deps/cares/src/lib/cares.ares_strdup.o [196/1683] CC obj/deps/cares/src/lib/cares.ares_strsplit.o [197/1683] CC obj/deps/cares/src/lib/cares.ares__readaddrinfo.o [198/1683] CC obj/deps/cares/src/lib/cares.ares__timeval.o [199/1683] CC obj/deps/cares/src/lib/cares.bitncmp.o [200/1683] CC obj/deps/cares/src/lib/cares.ares_strerror.o [201/1683] CC obj/deps/brotli/c/common/brotli.constants.o [202/1683] CC obj/deps/cares/src/lib/cares.ares_timeout.o [203/1683] CC obj/deps/brotli/c/common/brotli.context.o [204/1683] CC obj/deps/cares/src/tools/cares.ares_getopt.o [205/1683] CC obj/deps/brotli/c/common/brotli.platform.o [206/1683] CC obj/deps/cares/src/lib/cares.ares_search.o [207/1683] CC obj/deps/cares/src/lib/cares.inet_ntop.o [208/1683] CC obj/deps/cares/src/lib/cares.ares__sortaddrinfo.o [209/1683] CC obj/deps/brotli/c/common/brotli.transform.o [210/1683] CC obj/deps/brotli/c/dec/brotli.bit_reader.o [211/1683] CXX obj/deps/v8/src/torque/torque_base.global-context.o [212/1683] CC obj/deps/brotli/c/dec/brotli.state.o [213/1683] CXX obj/deps/googletest/src/gtest.gtest-filepath.o [214/1683] CC obj/deps/cares/src/lib/cares.inet_net_pton.o [215/1683] CC obj/deps/brotli/c/common/brotli.dictionary.o [216/1683] CXX obj/deps/v8/src/torque/torque_base.torque-code-generator.o [217/1683] CC obj/deps/brotli/c/dec/brotli.huffman.o [218/1683] CC obj/deps/brotli/c/enc/brotli.fast_log.o [219/1683] CXX obj/deps/v8/src/torque/torque_base.earley-parser.o [220/1683] CC obj/deps/cares/src/lib/cares.ares_init.o [221/1683] CC obj/deps/brotli/c/enc/brotli.dictionary_hash.o [222/1683] CC obj/deps/brotli/c/enc/brotli.memory.o [223/1683] CXX obj/deps/v8/src/torque/torque_base.server-data.o [224/1683] CC obj/deps/brotli/c/enc/brotli.literal_cost.o [225/1683] CC obj/deps/brotli/c/enc/brotli.utf8_util.o [226/1683] CC obj/deps/brotli/c/enc/brotli.command.o [227/1683] CXX obj/deps/googletest/src/gtest.gtest-matchers.o [228/1683] CC obj/deps/cares/src/lib/cares.ares_process.o [229/1683] CXX obj/deps/googletest/src/gtest_main.gtest_main.o [230/1683] AR obj/deps/cares/libcares.a [231/1683] AR obj/deps/googletest/libgtest_main.a [232/1683] CC obj/deps/base64/base64/lib/tables/base64.tables.o [233/1683] CC obj/deps/brotli/c/enc/brotli.entropy_encode.o [234/1683] CC obj/deps/base64/base64/lib/base64.codec_choose.o [235/1683] CC obj/deps/brotli/c/enc/brotli.histogram.o [236/1683] CC obj/deps/base64/base64/lib/arch/neon32/base64.codec.o [237/1683] CC obj/deps/brotli/c/enc/brotli.bit_cost.o [238/1683] CXX obj/deps/v8/src/torque/torque_base.declarable.o [239/1683] CC obj/deps/base64/base64/lib/arch/neon64/base64.codec.o [240/1683] CC obj/deps/base64/base64/lib/base64.lib.o [241/1683] CC obj/deps/base64/base64/lib/arch/ssse3/base64_ssse3.codec.o [242/1683] CC obj/deps/brotli/c/enc/brotli.encoder_dict.o [243/1683] AR obj/deps/base64/libbase64_ssse3.a [244/1683] CC obj/deps/base64/base64/lib/arch/sse42/base64_sse42.codec.o [245/1683] AR obj/deps/base64/libbase64_sse42.a [246/1683] CC obj/deps/base64/base64/lib/arch/sse41/base64_sse41.codec.o [247/1683] AR obj/deps/base64/libbase64_sse41.a [248/1683] CC obj/deps/base64/base64/lib/arch/generic/base64.codec.o [249/1683] AR obj/deps/base64/libbase64.a [250/1683] ACTION libnode: convert_node_protocol_to_json_1613b577312726d6acf41fb14bd20601 [251/1683] CXX obj/deps/googletest/src/gtest.gtest-test-part.o [252/1683] ACTION libnode: concatenate_protocols_1613b577312726d6acf41fb14bd20601 [253/1683] CXX obj/deps/googletest/src/gtest.gtest-printers.o [254/1683] ACTION libnode: v8_inspector_compress_protocol_json_1613b577312726d6acf41fb14bd20601 [255/1683] CXX obj/deps/googletest/src/gtest.gtest-typed-test.o [256/1683] CXX obj/deps/v8/src/torque/torque_base.type-oracle.o [257/1683] CXX obj/deps/v8/src/torque/torque_base.utils.o [258/1683] CC obj/deps/llhttp/src/llhttp.llhttp.o [259/1683] AR obj/deps/llhttp/libllhttp.a [260/1683] CC obj/deps/brotli/c/enc/brotli.cluster.o [261/1683] CC obj/deps/brotli/c/enc/brotli.static_dict.o [262/1683] CC obj/deps/nghttp2/lib/nghttp2.nghttp2_session.o [263/1683] CC obj/deps/brotli/c/enc/brotli.brotli_bit_stream.o [264/1683] AR obj/deps/nghttp2/libnghttp2.a [265/1683] CC obj/deps/base64/base64/lib/arch/avx/base64_avx.codec.o [266/1683] AR obj/deps/base64/libbase64_avx.a [267/1683] CC obj/deps/base64/base64/lib/arch/avx2/base64_avx2.codec.o [268/1683] AR obj/deps/base64/libbase64_avx2.a [269/1683] CC obj/deps/brotli/c/enc/brotli.backward_references_hq.o [270/1683] CC obj/deps/brotli/c/enc/brotli.block_splitter.o [271/1683] CC obj/deps/brotli/c/enc/brotli.metablock.o [272/1683] CXX obj/deps/googletest/src/gtest.gtest-port.o [273/1683] ACTION Generating node protocol sources from protocol json [274/1683] CXX obj/deps/v8/src/torque/torque.torque.o [275/1683] CXX obj/deps/v8/src/torque/torque_base.class-debug-reader-generator.o [276/1683] CC obj/deps/brotli/c/dec/brotli.decode.o ../../deps/brotli/c/dec/decode.c:2036:41: warning: argument 2 of type 'const uint8_t *' {aka 'const unsigned char *'} declared as a pointer [-Wvla-parameter] 2036 | size_t encoded_size, const uint8_t* encoded_buffer, size_t* decoded_size, | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from ../../deps/brotli/c/dec/decode.c:7: ../../deps/brotli/c/include/brotli/decode.h:204:19: note: previously declared as a variable length array 'const uint8_t[encoded_size]' {aka 'const unsigned char[encoded_size]'} 204 | const uint8_t encoded_buffer[BROTLI_ARRAY_PARAM(encoded_size)], | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../deps/brotli/c/dec/decode.c:2037:14: warning: argument 4 of type 'uint8_t *' {aka 'unsigned char *'} declared as a pointer [-Wvla-parameter] 2037 | uint8_t* decoded_buffer) { | ~~~~~~~~~^~~~~~~~~~~~~~ ../../deps/brotli/c/include/brotli/decode.h:206:13: note: previously declared as a variable length array 'uint8_t[*decoded_size]' {aka 'unsigned char[*decoded_size]'} 206 | uint8_t decoded_buffer[BROTLI_ARRAY_PARAM(*decoded_size)]); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [277/1683] CXX obj/deps/v8/src/torque/torque_base.cc-generator.o [278/1683] CXX obj/deps/v8/src/torque/torque_base.cfg.o [279/1683] CC obj/deps/brotli/c/enc/brotli.compress_fragment.o [280/1683] CC obj/deps/brotli/c/enc/brotli.compress_fragment_two_pass.o [281/1683] CC obj/deps/brotli/c/enc/brotli.encode.o ../../deps/brotli/c/enc/encode.c:1473:20: warning: argument 5 of type 'const uint8_t *' {aka 'const unsigned char *'} declared as a pointer [-Wvla-parameter] 1473 | const uint8_t* input_buffer, size_t* encoded_size, | ~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from ../../deps/brotli/c/enc/encode.c:9: ../../deps/brotli/c/include/brotli/encode.h:314:19: note: previously declared as a variable length array 'const uint8_t[input_size]' {aka 'const unsigned char[input_size]'} 314 | const uint8_t input_buffer[BROTLI_ARRAY_PARAM(input_size)], | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../deps/brotli/c/enc/encode.c:1474:14: warning: argument 7 of type 'uint8_t *' {aka 'unsigned char *'} declared as a pointer [-Wvla-parameter] 1474 | uint8_t* encoded_buffer) { | ~~~~~~~~~^~~~~~~~~~~~~~ ../../deps/brotli/c/include/brotli/encode.h:316:13: note: previously declared as a variable length array 'uint8_t[*encoded_size]' {aka 'unsigned char[*encoded_size]'} 316 | uint8_t encoded_buffer[BROTLI_ARRAY_PARAM(*encoded_size)]); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [282/1683] CXX obj/deps/googletest/src/gtest.gtest-death-test.o [283/1683] CXX obj/deps/v8/src/torque/torque_base.declaration-visitor.o [284/1683] CXX obj/deps/v8/src/torque/torque_base.instructions.o [285/1683] ACTION libnode: node_js2c_1613b577312726d6acf41fb14bd20601 [286/1683] STAMP obj/libnode.actions_rules_copies.stamp [287/1683] CXX obj/deps/v8/src/torque/torque_base.instance-type-generator.o [288/1683] CXX obj/deps/v8/src/torque/torque_base.torque-compiler.o [289/1683] CXX obj/deps/v8/src/torque/torque_base.csa-generator.o [290/1683] CXX obj/src/libnode.json_utils.o [291/1683] CXX obj/src/api/libnode.utils.o [292/1683] CXX obj/deps/v8/src/torque/torque_base.declarations.o [293/1683] CXX obj/obj/gen/src/node/inspector/protocol/libnode.NodeRuntime.o [294/1683] CC obj/deps/brotli/c/enc/brotli.backward_references.o [295/1683] AR obj/deps/brotli/libbrotli.a [296/1683] CXX obj/deps/v8/src/torque/torque_base.type-visitor.o [297/1683] CXX obj/src/api/libnode.encoding.o [298/1683] CXX obj/src/libnode.handle_wrap.o [299/1683] CXX obj/src/api/libnode.async_resource.o [300/1683] CXX obj/src/libnode.fs_event_wrap.o [301/1683] CXX obj/src/libnode.connect_wrap.o [302/1683] CXX obj/obj/gen/src/node/inspector/protocol/libnode.NodeTracing.o [303/1683] CXX obj/src/libnode.js_stream.o [304/1683] CXX obj/src/libnode.node_config.o [305/1683] CXX obj/src/api/libnode.hooks.o [306/1683] CXX obj/src/libnode.connection_wrap.o [307/1683] CXX obj/src/api/libnode.exceptions.o [308/1683] CXX obj/src/libnode.node_external_reference.o [309/1683] CXX obj/obj/gen/src/node/inspector/protocol/libnode.NodeWorker.o [310/1683] CXX obj/deps/v8/src/torque/torque_base.types.o [311/1683] CXX obj/src/api/libnode.embed_helpers.o [312/1683] CXX obj/src/libnode.node_binding.o [313/1683] CXX obj/src/libnode.node_metadata.o [314/1683] CXX obj/src/libnode.node_credentials.o [315/1683] CXX obj/src/api/libnode.callback.o [316/1683] CXX obj/src/libnode.node_builtins.o [317/1683] CXX obj/src/api/libnode.environment.o [318/1683] CXX obj/src/libnode.js_udp_wrap.o [319/1683] CXX obj/src/libnode.histogram.o [320/1683] CXX obj/src/libnode.heap_utils.o [321/1683] CXX obj/src/libnode.node_errors.o [322/1683] CXX obj/src/libnode.debug_utils.o [323/1683] CXX obj/src/libnode.node_api.o [324/1683] CXX obj/src/libnode.node_env_var.o [325/1683] CXX obj/src/libnode.module_wrap.o [326/1683] CXX obj/src/libnode.node_constants.o [327/1683] CXX obj/src/libnode.node_http_parser.o [328/1683] CXX obj/src/libnode.node_dir.o [329/1683] CXX obj/src/libnode.node_url_tables.o [330/1683] CXX obj/src/libnode.node_i18n.o [331/1683] CXX obj/src/libnode.node_contextify.o [332/1683] CXX obj/src/libnode.node_main_instance.o [333/1683] CXX obj/src/libnode.js_native_api_v8.o [334/1683] CXX obj/src/libnode.node_builtins_env.o [335/1683] CXX obj/src/libnode.node_process_events.o [336/1683] CXX obj/src/libnode.node_symbols.o [337/1683] CXX obj/src/libnode.node_task_queue.o [338/1683] CXX obj/src/libnode.node_serdes.o [339/1683] CXX obj/src/libnode.node.o [340/1683] CXX obj/src/libnode.node_blob.o [341/1683] CXX obj/src/libnode.node_stat_watcher.o [342/1683] CXX obj/src/libnode.node_process_object.o [343/1683] CXX obj/src/libnode.node_postmortem_metadata.o [344/1683] CXX obj/src/libnode.node_os.o [345/1683] CXX obj/src/libnode.node_report_module.o [346/1683] CXX obj/src/libnode.node_perf.o [347/1683] CXX obj/src/libnode.node_report_utils.o [348/1683] CXX obj/deps/googletest/src/gtest.gtest.o [349/1683] AR obj/deps/googletest/libgtest.a [350/1683] CXX obj/src/libnode.node_buffer.o [351/1683] CXX obj/src/libnode.node_trace_events.o [352/1683] CXX obj/src/libnode.node_process_methods.o [353/1683] CXX obj/src/libnode.node_types.o [354/1683] CXX obj/src/tracing/libnode.trace_event.o [355/1683] CXX obj/src/tracing/libnode.node_trace_buffer.o [356/1683] CXX obj/src/libnode.signal_wrap.o [357/1683] CXX obj/src/libnode.process_wrap.o [358/1683] CXX obj/src/tracing/libnode.traced_value.o [359/1683] CXX obj/obj/gen/src/node/inspector/protocol/libnode.Protocol.o [360/1683] CXX obj/src/libnode.node_watchdog.o [361/1683] CXX obj/src/libnode.async_wrap.o [362/1683] CXX obj/src/libnode.node_util.o [363/1683] CXX obj/src/libnode.spawn_sync.o [364/1683] CXX obj/src/libnode.node_platform.o [365/1683] CXX obj/src/libnode.node_v8.o [366/1683] CXX obj/src/libnode.stream_pipe.o [367/1683] CXX obj/src/tracing/libnode.node_trace_writer.o [368/1683] CXX obj/src/libnode.pipe_wrap.o [369/1683] CXX obj/src/libnode.timers.o [370/1683] CXX obj/src/libnode.string_decoder.o [371/1683] CXX obj/src/libnode.node_sockaddr.o [372/1683] CXX obj/src/libnode.node_snapshotable.o [373/1683] CXX obj/src/libnode.string_bytes.o [374/1683] CXX obj/src/libnode.uv.o [375/1683] CXX obj/src/libnode.tty_wrap.o [376/1683] CXX obj/src/libnode.stream_wrap.o [377/1683] CXX obj/src/libnode.timer_wrap.o [378/1683] CXX obj/src/inspector/libnode.node_string.o [379/1683] CXX obj/src/large_pages/libnode.node_large_page.o [380/1683] CXX obj/src/libnode.stream_base.o [381/1683] CXX obj/src/libnode.node_report.o [382/1683] CXX obj/src/libnode.node_messaging.o [383/1683] CXX obj/src/inspector/libnode.worker_inspector.o [384/1683] CXX obj/src/libnode.inspector_socket.o [385/1683] CXX obj/src/libnode.inspector_socket_server.o [386/1683] CXX obj/src/libnode.cares_wrap.o [387/1683] CXX obj/src/tracing/libnode.agent.o [388/1683] CXX obj/src/libnode.udp_wrap.o [389/1683] CXX obj/src/libnode.tcp_wrap.o [390/1683] CXX obj/src/libnode.util.o [391/1683] CXX obj/src/crypto/libnode.crypto_clienthello.o [392/1683] CXX obj/src/inspector/libnode.runtime_agent.o [393/1683] CXX obj/src/libnode.inspector_js_api.o [394/1683] CXX obj/src/libnode.node_url.o [395/1683] CXX obj/src/libnode.node_file.o [396/1683] CXX obj/src/libnode.inspector_io.o [397/1683] CXX obj/src/inspector/libnode.worker_agent.o [398/1683] CXX obj/src/libnode.inspector_profiler.o [399/1683] CXX obj/src/libnode.node_worker.o [400/1683] CXX obj/src/crypto/libnode.crypto_timing.o [401/1683] CXX obj/src/libnode.node_zlib.o [402/1683] CXX obj/src/inspector/libnode.main_thread_interface.o [403/1683] CXX obj/src/libnode.node_wasi.o [404/1683] CXX obj/src/crypto/libnode.crypto_bio.o [405/1683] CXX obj/src/crypto/libnode.crypto_pbkdf2.o [406/1683] CXX obj/src/crypto/libnode.crypto_hkdf.o [407/1683] CXX obj/src/crypto/libnode.crypto_dsa.o [408/1683] CXX obj/src/inspector/libnode.tracing_agent.o [409/1683] CXX obj/src/crypto/libnode.crypto_aes.o [410/1683] CXX obj/src/libnode.node_options.o [411/1683] CXX obj/src/crypto/libnode.crypto_scrypt.o [412/1683] CXX obj/src/libnode.inspector_agent.o [413/1683] CXX obj/src/crypto/libnode.crypto_spkac.o [414/1683] CXX obj/src/crypto/libnode.crypto_hmac.o [415/1683] CXX obj/src/crypto/libnode.crypto_common.o [416/1683] CXX obj/src/crypto/libnode.crypto_util.o [417/1683] CXX obj/src/crypto/libnode.crypto_hash.o [418/1683] CXX obj/src/crypto/libnode.crypto_context.o [419/1683] CXX obj/src/crypto/libnode.crypto_random.o [420/1683] CXX obj/src/crypto/libnode.crypto_cipher.o [421/1683] CXX obj/obj/gen/libnode.node_javascript.o [422/1683] CXX obj/src/crypto/libnode.crypto_keygen.o [423/1683] CXX obj/src/crypto/libnode.crypto_sig.o [424/1683] CXX obj/src/crypto/libnode.crypto_x509.o [425/1683] CXX obj/src/libnode.node_crypto.o [426/1683] CXX obj/src/crypto/libnode.crypto_rsa.o [427/1683] CXX obj/src/libnode.node_http2.o [428/1683] CXX obj/src/crypto/libnode.crypto_dh.o [429/1683] CXX obj/src/crypto/libnode.crypto_keys.o [430/1683] CXX obj/src/crypto/libnode.crypto_ec.o [431/1683] CXX obj/src/crypto/libnode.crypto_tls.o [432/1683] CXX obj/src/libnode.env.o [433/1683] AR obj/libnode.a [434/1683] CXX obj/deps/v8/src/torque/torque_base.torque-parser.o [435/1683] CXX obj/deps/v8/src/torque/torque_base.implementation-visitor.o [436/1683] AR obj/tools/v8_gypfiles/libtorque_base.a [437/1683] STAMP obj/tools/v8_gypfiles/torque.actions_depends.stamp [438/1683] LINK torque [439/1683] ACTION run_torque: run_torque_action_e3070f7afaffd8a3b4612441e26c1d85 [440/1683] STAMP obj/tools/v8_gypfiles/run_torque.actions_rules_copies.stamp [441/1683] STAMP obj/tools/v8_gypfiles/v8_internal_headers.actions_depends.stamp [442/1683] STAMP obj/tools/v8_gypfiles/v8_internal_headers.compile_depends.stamp [443/1683] STAMP obj/tools/v8_gypfiles/v8_init.actions_depends.stamp [444/1683] STAMP obj/tools/v8_gypfiles/v8_init.compile_depends.stamp [445/1683] STAMP obj/tools/v8_gypfiles/torque_generated_definitions.actions_depends.stamp [446/1683] STAMP obj/tools/v8_gypfiles/v8_compiler.actions_depends.stamp [447/1683] STAMP obj/tools/v8_gypfiles/torque_generated_definitions.compile_depends.stamp [448/1683] STAMP obj/tools/v8_gypfiles/v8_compiler.compile_depends.stamp [449/1683] ACTION postmortem-metadata: gen-postmortem-metadata_7acc03b21ed727c9887fcf4669bc652e [450/1683] STAMP obj/tools/v8_gypfiles/v8_base_without_compiler.actions_depends.stamp [451/1683] ACTION Checking inspector protocol compatibility [452/1683] ACTION Generating inspector protocol sources from protocol json [453/1683] STAMP obj/tools/v8_gypfiles/v8_base_without_compiler.actions_rules_copies.stamp [454/1683] CXX obj/deps/v8/src/compiler/v8_compiler.bytecode-liveness-map.o [455/1683] CXX obj/tools/v8_gypfiles/obj/gen/inspector-generated-output-root/src/inspector/protocol/v8_base_without_compiler.Protocol.o [456/1683] CXX obj/tools/v8_gypfiles/obj/gen/inspector-generated-output-root/src/inspector/protocol/v8_base_without_compiler.Console.o [457/1683] CXX obj/deps/v8/src/compiler/v8_compiler.graph.o [458/1683] CXX obj/deps/v8/src/compiler/v8_compiler.feedback-source.o [459/1683] CXX obj/deps/v8/src/compiler/v8_compiler.all-nodes.o [460/1683] CXX obj/deps/v8/src/compiler/v8_compiler.frame.o [461/1683] CXX obj/deps/v8/src/compiler/v8_compiler.compiler-source-position-table.o [462/1683] CXX obj/deps/v8/src/compiler/v8_compiler.dead-code-elimination.o [463/1683] CXX obj/deps/v8/src/compiler/v8_compiler.common-node-cache.o [464/1683] CXX obj/deps/v8/src/compiler/v8_compiler.decompression-optimizer.o [465/1683] CXX obj/deps/v8/src/compiler/v8_compiler.graph-trimmer.o [466/1683] CXX obj/tools/v8_gypfiles/obj/gen/inspector-generated-output-root/src/inspector/protocol/v8_base_without_compiler.Schema.o [467/1683] CXX obj/deps/v8/src/compiler/v8_compiler.add-type-assertions-reducer.o [468/1683] CXX obj/deps/v8/src/compiler/v8_compiler.graph-reducer.o [469/1683] CXX obj/deps/v8/src/compiler/v8_compiler.checkpoint-elimination.o [470/1683] CXX obj/deps/v8/src/compiler/v8_compiler.control-flow-optimizer.o [471/1683] CXX obj/deps/v8/src/compiler/backend/v8_compiler.frame-elider.o [472/1683] CXX obj/deps/v8/src/compiler/v8_compiler.control-equivalence.o [473/1683] CXX obj/deps/v8/src/compiler/backend/v8_compiler.move-optimizer.o [474/1683] CXX obj/deps/v8/src/compiler/backend/v8_compiler.gap-resolver.o [475/1683] CXX obj/deps/v8/src/compiler/v8_compiler.fast-api-calls.o [476/1683] CXX obj/deps/v8/src/compiler/backend/v8_compiler.jump-threading.o [477/1683] CXX obj/deps/v8/src/compiler/v8_compiler.branch-elimination.o [478/1683] CXX obj/deps/v8/src/compiler/v8_compiler.escape-analysis-reducer.o [479/1683] CXX obj/tools/v8_gypfiles/obj/gen/inspector-generated-output-root/src/inspector/protocol/v8_base_without_compiler.HeapProfiler.o [480/1683] CXX obj/deps/v8/src/compiler/v8_compiler.common-operator-reducer.o [481/1683] CXX obj/deps/v8/src/compiler/v8_compiler.graph-assembler.o [482/1683] CXX obj/deps/v8/src/compiler/v8_compiler.common-operator.o [483/1683] CXX obj/deps/v8/src/compiler/backend/v8_compiler.instruction-scheduler.o [484/1683] CXX obj/deps/v8/src/compiler/backend/v8_compiler.spill-placer.o [485/1683] CXX obj/tools/v8_gypfiles/obj/gen/inspector-generated-output-root/src/inspector/protocol/v8_base_without_compiler.Profiler.o [486/1683] CXX obj/tools/v8_gypfiles/obj/gen/inspector-generated-output-root/src/inspector/protocol/v8_base_without_compiler.Debugger.o [487/1683] CXX obj/deps/v8/src/compiler/v8_compiler.csa-load-elimination.o [488/1683] CXX obj/tools/v8_gypfiles/obj/gen/inspector-generated-output-root/src/inspector/protocol/v8_base_without_compiler.Runtime.o [489/1683] CXX obj/deps/v8/src/init/v8_init.setup-isolate-full.o [490/1683] CXX obj/deps/v8/src/compiler/backend/v8_compiler.register-allocator-verifier.o [491/1683] CXX obj/deps/v8/src/compiler/v8_compiler.c-linkage.o [492/1683] CXX obj/deps/v8/src/compiler/v8_compiler.bytecode-analysis.o [493/1683] CXX obj/deps/v8/src/compiler/v8_compiler.constant-folding-reducer.o [494/1683] CXX obj/deps/v8/src/compiler/v8_compiler.frame-states.o [495/1683] CXX obj/deps/v8/src/compiler/backend/v8_compiler.instruction.o [496/1683] CXX obj/deps/v8/src/ast/v8_base_without_compiler.source-range-ast-visitor.o [497/1683] CXX obj/deps/v8/src/compiler/v8_compiler.compilation-dependencies.o [498/1683] CXX obj/deps/v8/src/compiler/backend/v8_compiler.mid-tier-register-allocator.o [499/1683] CXX obj/deps/v8/src/compiler/v8_compiler.access-builder.o [500/1683] CXX obj/deps/v8/src/compiler/v8_compiler.basic-block-instrumentor.o [501/1683] CXX obj/deps/v8/src/compiler/v8_compiler.graph-visualizer.o [502/1683] CXX obj/deps/v8/src/api/v8_base_without_compiler.api-arguments.o [503/1683] CXX obj/deps/v8/src/compiler/v8_compiler.escape-analysis.o [504/1683] CXX obj/deps/v8/src/compiler/v8_compiler.code-assembler.o [505/1683] CXX obj/deps/v8/src/baseline/v8_base_without_compiler.bytecode-offset-iterator.o [506/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.aligned-slot-allocator.o [507/1683] CXX obj/deps/v8/src/ast/v8_base_without_compiler.ast-value-factory.o [508/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.bailout-reason.o [509/1683] CXX obj/deps/v8/src/ast/v8_base_without_compiler.modules.o [510/1683] CXX obj/deps/v8/src/ast/v8_base_without_compiler.ast-function-literal-id-reindexer.o [511/1683] CXX obj/deps/v8/src/baseline/v8_base_without_compiler.baseline-batch-compiler.o [512/1683] CXX obj/deps/v8/src/compiler/backend/v8_compiler.instruction-selector.o [513/1683] CXX obj/deps/v8/src/api/v8_base_without_compiler.api-natives.o [514/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-api.o [515/1683] CXX obj/deps/v8/src/compiler/backend/v8_compiler.code-generator.o [516/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-async-module.o [517/1683] CXX obj/deps/v8/src/ast/v8_base_without_compiler.variables.o [518/1683] CXX obj/deps/v8/src/compiler/backend/v8_compiler.register-allocator.o [519/1683] CXX obj/deps/v8/src/baseline/v8_base_without_compiler.baseline.o [520/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-arraybuffer.o [521/1683] CXX obj/deps/v8/src/ast/v8_base_without_compiler.prettyprinter.o [522/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-dataview.o [523/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.machine-type.o [524/1683] CXX obj/deps/v8/src/compiler/v8_compiler.access-info.o [525/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-collections.o [526/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-error.o [527/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-console.o [528/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-callsite.o [529/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.register-configuration.o [530/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-bigint.o [531/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.flush-instruction-cache.o [532/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-array.o [533/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.tnode.o [534/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.accessors.o [535/1683] CXX obj/deps/v8/src/ast/v8_base_without_compiler.ast.o [536/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.external-reference-encoder.o [537/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-json.o [538/1683] CXX obj/deps/v8/src/ast/v8_base_without_compiler.scopes.o [539/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-date.o [540/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-number.o [541/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-trace.o [542/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-symbol.o [543/1683] CXX obj/deps/v8/src/compiler/v8_compiler.effect-control-linearizer.o [544/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.external-reference-table.o [545/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-string.o [546/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-global.o [547/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-typed-array.o [548/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-function.o [549/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-reflect.o [550/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-regexp.o [551/1683] CXX obj/deps/v8/src/deoptimizer/v8_base_without_compiler.deoptimize-reason.o [552/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.constants-table-builder.o [553/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-internal.o [554/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-intl.o [555/1683] CXX obj/deps/v8/src/compiler/v8_compiler.bytecode-graph-builder.o [556/1683] CXX obj/deps/v8/src/common/v8_base_without_compiler.assert-scope.o [557/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-object.o [558/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.tick-counter.o [559/1683] CXX obj/deps/v8/src/compiler/v8_compiler.heap-refs.o [560/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-sharedarraybuffer.o [561/1683] CXX obj/deps/v8/src/baseline/v8_base_without_compiler.baseline-compiler.o [562/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.code-reference.o [563/1683] CXX obj/deps/v8/src/diagnostics/v8_base_without_compiler.compilation-statistics.o [564/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.assembler.o [565/1683] CXX obj/deps/v8/src/diagnostics/v8_base_without_compiler.eh-frame.o [566/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.constant-pool.o [567/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.interface-descriptors.o [568/1683] CXX obj/deps/v8/src/diagnostics/v8_base_without_compiler.unwinder.o [569/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.code-desc.o [570/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins-weak-refs.o [571/1683] CXX obj/deps/v8/src/builtins/v8_base_without_compiler.builtins.o [572/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.compilation-cache.o [573/1683] CXX obj/deps/v8/src/execution/v8_base_without_compiler.external-pointer-table.o [574/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.handler-table.o [575/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.source-position-table.o [576/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.code-comments.o [577/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.optimized-compilation-info.o [578/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.string-constants.o [579/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.reloc-info.o [580/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.code-factory.o [581/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.pending-optimization-table.o [582/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.safepoint-table.o [583/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.source-position.o [584/1683] CXX obj/deps/v8/src/execution/v8_base_without_compiler.thread-id.o [585/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.external-reference.o [586/1683] CXX obj/deps/v8/src/extensions/v8_base_without_compiler.cputracemark-extension.o [587/1683] CXX obj/deps/v8/src/execution/v8_base_without_compiler.arguments.o [588/1683] CXX obj/deps/v8/src/execution/v8_base_without_compiler.interrupts-scope.o [589/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.turbo-assembler.o [590/1683] CXX obj/deps/v8/src/extensions/v8_base_without_compiler.trigger-failure-extension.o [591/1683] CXX obj/deps/v8/src/debug/v8_base_without_compiler.debug-frames.o [592/1683] CXX obj/deps/v8/src/execution/v8_base_without_compiler.local-isolate.o [593/1683] CXX obj/deps/v8/src/debug/v8_base_without_compiler.debug-evaluate.o [594/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.unoptimized-compilation-info.o [595/1683] CXX obj/deps/v8/src/execution/v8_base_without_compiler.thread-local-top.o [596/1683] CXX obj/deps/v8/src/execution/v8_base_without_compiler.simulator-base.o [597/1683] CXX obj/deps/v8/src/extensions/v8_base_without_compiler.ignition-statistics-extension.o [598/1683] CXX obj/deps/v8/src/extensions/v8_base_without_compiler.gc-extension.o [599/1683] CXX obj/deps/v8/src/date/v8_base_without_compiler.date.o [600/1683] CXX obj/deps/v8/src/flags/v8_base_without_compiler.flags.o [601/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.code-object-registry.o [602/1683] CXX obj/deps/v8/src/compiler-dispatcher/v8_base_without_compiler.lazy-compile-dispatcher.o [603/1683] CXX obj/deps/v8/src/codegen/v8_base_without_compiler.compiler.o [604/1683] CXX obj/deps/v8/src/date/v8_base_without_compiler.dateparser.o [605/1683] CXX obj/deps/v8/src/debug/v8_base_without_compiler.debug-scopes.o [606/1683] CXX obj/deps/v8/src/debug/v8_base_without_compiler.debug-interface.o [607/1683] CXX obj/deps/v8/src/compiler-dispatcher/v8_base_without_compiler.optimizing-compile-dispatcher.o [608/1683] CXX obj/deps/v8/src/debug/v8_base_without_compiler.debug-scope-iterator.o [609/1683] CXX obj/deps/v8/src/debug/v8_base_without_compiler.debug-property-iterator.o [610/1683] CXX obj/deps/v8/src/execution/v8_base_without_compiler.stack-guard.o [611/1683] CXX obj/deps/v8/src/deoptimizer/v8_base_without_compiler.materialized-object-store.o [612/1683] CXX obj/deps/v8/src/debug/v8_base_without_compiler.debug-stack-trace-iterator.o [613/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.allocation-observer.o [614/1683] CXX obj/deps/v8/src/heap/cppgc-js/v8_base_without_compiler.unified-heap-marking-verifier.o [615/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.base-space.o [616/1683] CXX obj/deps/v8/src/diagnostics/v8_base_without_compiler.basic-block-profiler.o [617/1683] CXX obj/deps/v8/src/deoptimizer/v8_base_without_compiler.deoptimized-frame-info.o [618/1683] CXX obj/deps/v8/src/diagnostics/v8_base_without_compiler.gdb-jit.o [619/1683] CXX obj/deps/v8/src/debug/v8_base_without_compiler.debug-coverage.o [620/1683] CXX obj/deps/v8/src/debug/v8_base_without_compiler.debug-type-profile.o [621/1683] CXX obj/deps/v8/src/diagnostics/v8_base_without_compiler.perf-jit.o [622/1683] CXX obj/deps/v8/src/diagnostics/v8_base_without_compiler.disassembler.o [623/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.basic-memory-chunk.o [624/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.index-generator.o [625/1683] CXX obj/deps/v8/src/diagnostics/v8_base_without_compiler.objects-debug.o [626/1683] CXX obj/deps/v8/src/execution/v8_base_without_compiler.execution.o [627/1683] CXX obj/deps/v8/src/execution/v8_base_without_compiler.protectors.o [628/1683] CXX obj/deps/v8/src/heap/cppgc-js/v8_base_without_compiler.unified-heap-marking-visitor.o [629/1683] CXX obj/deps/v8/src/deoptimizer/v8_base_without_compiler.translation-array.o [630/1683] CXX obj/deps/v8/src/deoptimizer/v8_base_without_compiler.translated-state.o [631/1683] CXX obj/deps/v8/src/execution/v8_base_without_compiler.futex-emulation.o [632/1683] CXX obj/deps/v8/src/execution/v8_base_without_compiler.v8threads.o [633/1683] CXX obj/deps/v8/src/debug/v8_base_without_compiler.liveedit.o [634/1683] CXX obj/deps/v8/src/execution/v8_base_without_compiler.runtime-profiler.o [635/1683] CXX obj/deps/v8/src/execution/v8_base_without_compiler.microtask-queue.o [636/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.gc-idle-time-handler.o [637/1683] CXX obj/deps/v8/src/deoptimizer/v8_base_without_compiler.deoptimizer.o [638/1683] CXX obj/deps/v8/src/extensions/v8_base_without_compiler.externalize-string-extension.o [639/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.marking.o [640/1683] CXX obj/deps/v8/src/extensions/v8_base_without_compiler.statistics-extension.o [641/1683] CXX obj/deps/v8/src/debug/v8_base_without_compiler.debug.o [642/1683] CXX obj/deps/v8/src/execution/v8_base_without_compiler.messages.o [643/1683] CXX obj/deps/v8/src/api/v8_base_without_compiler.api.o [644/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.slot-set.o [645/1683] CXX obj/deps/v8/src/execution/v8_base_without_compiler.frames.o [646/1683] CXX obj/deps/v8/src/handles/v8_base_without_compiler.handles.o [647/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.heap-write-barrier.o [648/1683] CXX obj/deps/v8/src/handles/v8_base_without_compiler.persistent-handles.o [649/1683] CXX obj/deps/v8/src/handles/v8_base_without_compiler.local-handles.o [650/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.array-buffer-sweeper.o [651/1683] CXX obj/deps/v8/src/handles/v8_base_without_compiler.global-handles.o [652/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.code-range.o [653/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.memory-chunk-layout.o [654/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.combined-heap.o [655/1683] CXX obj/deps/v8/src/init/v8_base_without_compiler.icu_util.o [656/1683] CXX obj/deps/v8/src/diagnostics/v8_base_without_compiler.objects-printer.o [657/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.code-stats.o [658/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.collection-barrier.o [659/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.embedder-tracing.o [660/1683] CXX obj/deps/v8/src/heap/cppgc-js/v8_base_without_compiler.cpp-heap.o [661/1683] CXX obj/deps/v8/src/init/v8_base_without_compiler.startup-data-util.o [662/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.concurrent-allocator.o [663/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.stress-marking-observer.o [664/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.finalization-registry-cleanup-task.o [665/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.incremental-marking-job.o [666/1683] CXX obj/deps/v8/src/heap/cppgc-js/v8_base_without_compiler.cpp-snapshot.o [667/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.heap-controller.o [668/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.local-factory.o [669/1683] CXX obj/deps/v8/src/init/v8_base_without_compiler.isolate-allocator.o [670/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.factory-base.o [671/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.invalidated-slots.o [672/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.free-list.o [673/1683] CXX obj/deps/v8/src/interpreter/v8_base_without_compiler.bytecode-operands.o [674/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.gc-tracer.o [675/1683] CXX obj/deps/v8/src/interpreter/v8_base_without_compiler.bytecode-register.o [676/1683] CXX obj/deps/v8/src/interpreter/v8_base_without_compiler.bytecodes.o [677/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.local-heap.o [678/1683] CXX obj/deps/v8/src/interpreter/v8_base_without_compiler.bytecode-node.o [679/1683] CXX obj/deps/v8/src/interpreter/v8_base_without_compiler.bytecode-source-info.o [680/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.marking-worklist.o [681/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.memory-allocator.o [682/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.large-spaces.o [683/1683] CXX obj/deps/v8/src/interpreter/v8_base_without_compiler.interpreter-intrinsics.o [684/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.memory-measurement.o [685/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.memory-reducer.o [686/1683] CXX obj/deps/v8/src/logging/v8_base_without_compiler.runtime-call-stats.o [687/1683] CXX obj/deps/v8/src/interpreter/v8_base_without_compiler.bytecode-register-optimizer.o [688/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.memory-chunk.o [689/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.read-only-heap.o [690/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.safepoint.o [691/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.paged-spaces.o [692/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.incremental-marking.o [693/1683] CXX obj/deps/v8/src/libsampler/v8_base_without_compiler.sampler.o [694/1683] CXX obj/deps/v8/src/logging/v8_base_without_compiler.tracing-flags.o [695/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.scavenge-job.o [696/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.code-kind.o [697/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.concurrent-marking.o [698/1683] CXX obj/deps/v8/src/logging/v8_base_without_compiler.metrics.o [699/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.marking-barrier.o [700/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.object-stats.o [701/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.new-spaces.o [702/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.stress-scavenge-observer.o [703/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.weak-object-worklists.o [704/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.objects-visiting.o [705/1683] CXX obj/deps/v8/src/ic/v8_base_without_compiler.call-optimization.o [706/1683] CXX obj/deps/v8/src/execution/v8_base_without_compiler.isolate.o [707/1683] CXX obj/deps/v8/src/logging/v8_base_without_compiler.local-logger.o [708/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.read-only-spaces.o [709/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.spaces.o [710/1683] CXX obj/deps/v8/src/interpreter/v8_base_without_compiler.bytecode-array-random-iterator.o [711/1683] CXX obj/deps/v8/src/interpreter/v8_base_without_compiler.bytecode-array-iterator.o [712/1683] CXX obj/deps/v8/src/ic/v8_base_without_compiler.ic-stats.o [713/1683] CXX obj/deps/v8/src/interpreter/v8_base_without_compiler.bytecode-decoder.o [714/1683] CXX obj/deps/v8/src/ic/v8_base_without_compiler.handler-configuration.o [715/1683] CXX obj/deps/v8/src/ic/v8_base_without_compiler.stub-cache.o [716/1683] CXX obj/deps/v8/src/interpreter/v8_base_without_compiler.bytecode-array-writer.o [717/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.sweeper.o [718/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.factory.o [719/1683] CXX obj/deps/v8/src/interpreter/v8_base_without_compiler.handler-table-builder.o [720/1683] CXX obj/deps/v8/src/init/v8_base_without_compiler.v8.o [721/1683] CXX obj/deps/v8/src/interpreter/v8_base_without_compiler.bytecode-flags.o [722/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.scavenger.o [723/1683] CXX obj/deps/v8/src/logging/v8_base_without_compiler.counters.o [724/1683] CXX obj/deps/v8/src/interpreter/v8_base_without_compiler.bytecode-array-builder.o [725/1683] CXX obj/deps/v8/src/interpreter/v8_base_without_compiler.bytecode-label.o [726/1683] CXX obj/deps/v8/src/logging/v8_base_without_compiler.log-utils.o [727/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.lookup-cache.o [728/1683] CXX obj/deps/v8/src/interpreter/v8_base_without_compiler.control-flow-builders.o [729/1683] CXX obj/deps/v8/src/interpreter/v8_base_without_compiler.constant-array-builder.o [730/1683] CXX obj/deps/v8/src/interpreter/v8_base_without_compiler.interpreter.o [731/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.backing-store.o [732/1683] CXX obj/deps/v8/src/numbers/v8_base_without_compiler.math-random.o [733/1683] CXX obj/deps/v8/src/ic/v8_base_without_compiler.ic.o [734/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.compilation-cache-table.o [735/1683] CXX obj/deps/v8/src/numbers/v8_base_without_compiler.conversions.o [736/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.code.o [737/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.elements-kind.o [738/1683] CXX obj/deps/v8/src/json/v8_base_without_compiler.json-parser.o [739/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.embedder-data-array.o [740/1683] CXX obj/deps/v8/src/json/v8_base_without_compiler.json-stringifier.o [741/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.js-break-iterator.o [742/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.bigint.o [743/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.debug-objects.o [744/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.field-type.o [745/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.managed.o [746/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.contexts.o [747/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.feedback-vector.o [748/1683] CXX obj/deps/v8/src/interpreter/v8_base_without_compiler.bytecode-generator.o [749/1683] CXX obj/deps/v8/src/logging/v8_base_without_compiler.log.o [750/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.js-array-buffer.o [751/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.type-hints.o [752/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.tagged-impl.o [753/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.js-list-format.o [754/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.heap.o [755/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.js-collator.o [756/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.js-display-names.o [757/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.visitors.o [758/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.js-locale.o [759/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.js-plural-rules.o [760/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.js-segment-iterator.o [761/1683] CXX obj/deps/v8/src/parsing/v8_base_without_compiler.token.o [762/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.js-regexp.o [763/1683] CXX obj/deps/v8/src/parsing/v8_base_without_compiler.import-assertions.o [764/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.js-segments.o [765/1683] CXX obj/deps/v8/src/init/v8_base_without_compiler.bootstrapper.o [766/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.js-segmenter.o [767/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.js-function.o [768/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.js-number-format.o [769/1683] CXX obj/deps/v8/src/profiler/v8_base_without_compiler.profiler-stats.o [770/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.js-date-time-format.o [771/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.js-relative-time-format.o [772/1683] CXX obj/deps/v8/src/parsing/v8_base_without_compiler.literal-buffer.o [773/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.literal-objects.o [774/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.osr-optimized-code-cache.o [775/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.map-updater.o [776/1683] CXX obj/deps/v8/src/heap/v8_base_without_compiler.mark-compact.o [777/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.string-comparator.o [778/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.object-type.o [779/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.module.o [780/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.property.o [781/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.keys.o [782/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.intl-objects.o [783/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.property-descriptor.o [784/1683] CXX obj/deps/v8/src/regexp/v8_base_without_compiler.property-sequences.o [785/1683] CXX obj/deps/v8/src/regexp/experimental/v8_base_without_compiler.experimental-bytecode.o [786/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.synthetic-module.o [787/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.js-objects.o [788/1683] CXX obj/deps/v8/src/regexp/experimental/v8_base_without_compiler.experimental-compiler.o [789/1683] CXX obj/deps/v8/src/regexp/v8_base_without_compiler.regexp-bytecodes.o [790/1683] CXX obj/deps/v8/src/regexp/v8_base_without_compiler.regexp-error.o [791/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.lookup.o [792/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.shared-function-info.o [793/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.ordered-hash-table.o [794/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.scope-info.o [795/1683] CXX obj/deps/v8/src/regexp/v8_base_without_compiler.regexp-ast.o [796/1683] CXX obj/deps/v8/src/profiler/v8_base_without_compiler.symbolizer.o [797/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.stack-frame-info.o [798/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.transitions.o [799/1683] CXX obj/deps/v8/src/profiler/v8_base_without_compiler.tracing-cpu-profiler.o [800/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.string-table.o [801/1683] CXX obj/deps/v8/src/regexp/v8_base_without_compiler.regexp-dotprinter.o [802/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.template-objects.o [803/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.templates.o [804/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.string.o [805/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.map.o [806/1683] CXX obj/deps/v8/src/parsing/v8_base_without_compiler.pending-compilation-error-handler.o [807/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.source-text-module.o [808/1683] CXX obj/deps/v8/src/regexp/v8_base_without_compiler.regexp-stack.o [809/1683] CXX obj/deps/v8/src/parsing/v8_base_without_compiler.func-name-inferrer.o [810/1683] CXX obj/deps/v8/src/parsing/v8_base_without_compiler.scanner-character-streams.o [811/1683] CXX obj/deps/v8/src/parsing/v8_base_without_compiler.parse-info.o [812/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.swiss-name-dictionary.o [813/1683] CXX obj/deps/v8/src/parsing/v8_base_without_compiler.parsing.o [814/1683] CXX obj/deps/v8/src/regexp/v8_base_without_compiler.regexp-compiler-tonode.o [815/1683] CXX obj/deps/v8/src/parsing/v8_base_without_compiler.rewriter.o [816/1683] CXX obj/deps/v8/src/parsing/v8_base_without_compiler.preparse-data.o [817/1683] CXX obj/deps/v8/src/profiler/v8_base_without_compiler.cpu-profiler.o [818/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.value-serializer.o [819/1683] CXX obj/deps/v8/src/profiler/v8_base_without_compiler.allocation-tracker.o [820/1683] CXX obj/deps/v8/src/parsing/v8_base_without_compiler.scanner.o [821/1683] CXX obj/deps/v8/src/profiler/v8_base_without_compiler.heap-profiler.o [822/1683] CXX obj/deps/v8/src/profiler/v8_base_without_compiler.profile-generator.o [823/1683] CXX obj/deps/v8/src/profiler/v8_base_without_compiler.tick-sample.o [824/1683] CXX obj/deps/v8/src/profiler/v8_base_without_compiler.profiler-listener.o [825/1683] CXX obj/deps/v8/src/profiler/v8_base_without_compiler.sampling-heap-profiler.o [826/1683] CXX obj/deps/v8/src/profiler/v8_base_without_compiler.strings-storage.o [827/1683] CXX obj/deps/v8/src/profiler/v8_base_without_compiler.weak-code-registry.o [828/1683] CXX obj/deps/v8/src/regexp/experimental/v8_base_without_compiler.experimental-interpreter.o [829/1683] CXX obj/deps/v8/src/profiler/v8_base_without_compiler.heap-snapshot-generator.o [830/1683] CXX obj/deps/v8/src/parsing/v8_base_without_compiler.preparser.o [831/1683] CXX obj/deps/v8/src/regexp/v8_base_without_compiler.regexp-macro-assembler-tracer.o [832/1683] CXX obj/deps/v8/src/regexp/v8_base_without_compiler.regexp-macro-assembler.o [833/1683] CXX obj/deps/v8/src/regexp/v8_base_without_compiler.regexp-bytecode-peephole.o [834/1683] CXX obj/deps/v8/src/regexp/experimental/v8_base_without_compiler.experimental.o [835/1683] CXX obj/deps/v8/src/regexp/v8_base_without_compiler.regexp-interpreter.o [836/1683] CXX obj/deps/v8/src/roots/v8_base_without_compiler.roots.o [837/1683] CXX obj/deps/v8/src/regexp/v8_base_without_compiler.regexp-utils.o [838/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-bigint.o [839/1683] CXX obj/deps/v8/src/regexp/v8_base_without_compiler.regexp-bytecode-generator.o [840/1683] CXX obj/deps/v8/src/regexp/v8_base_without_compiler.regexp-parser.o [841/1683] CXX obj/deps/v8/src/parsing/v8_base_without_compiler.parser.o [842/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-date.o [843/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.elements.o [844/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-array.o [845/1683] CXX obj/deps/v8/src/snapshot/v8_base_without_compiler.snapshot-utils.o [846/1683] CXX obj/deps/v8/src/strings/v8_base_without_compiler.char-predicates.o [847/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-generator.o [848/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-futex.o [849/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-atomics.o [850/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-module.o [851/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-function.o [852/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-internal.o [853/1683] CXX obj/deps/v8/src/snapshot/v8_base_without_compiler.snapshot-compression.o [854/1683] CXX obj/deps/v8/src/regexp/v8_base_without_compiler.regexp-compiler.o [855/1683] CXX obj/deps/v8/src/strings/v8_base_without_compiler.string-case.o [856/1683] CXX obj/deps/v8/src/regexp/v8_base_without_compiler.regexp.o [857/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-collections.o [858/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-intl.o [859/1683] CXX obj/deps/v8/src/objects/v8_base_without_compiler.objects.o [860/1683] CXX obj/deps/v8/src/strings/v8_base_without_compiler.unicode.o [861/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-promise.o [862/1683] CXX obj/deps/v8/src/third_party/siphash/v8_base_without_compiler.halfsiphash.o [863/1683] CXX obj/deps/v8/src/strings/v8_base_without_compiler.unicode-decoder.o [864/1683] CXX obj/deps/v8/src/tasks/v8_base_without_compiler.operations-barrier.o [865/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-numbers.o [866/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-classes.o [867/1683] CXX obj/deps/v8/src/tasks/v8_base_without_compiler.task-utils.o [868/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-forin.o [869/1683] CXX obj/deps/v8/src/zone/v8_base_without_compiler.type-stats.o [870/1683] CXX obj/deps/v8/src/utils/v8_base_without_compiler.detachable-vector.o [871/1683] CXX obj/deps/v8/src/tracing/v8_base_without_compiler.traced-value.o [872/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-operators.o [873/1683] CXX obj/deps/v8/src/utils/v8_base_without_compiler.bit-vector.o [874/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-debug.o [875/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-proxy.o [876/1683] CXX obj/deps/v8/src/utils/v8_base_without_compiler.version.o [877/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-compiler.o [878/1683] CXX obj/deps/v8/src/zone/v8_base_without_compiler.zone-segment.o [879/1683] CXX obj/deps/v8/src/utils/v8_base_without_compiler.utils.o [880/1683] CXX obj/deps/v8/src/utils/v8_base_without_compiler.allocation.o [881/1683] CXX obj/deps/v8/src/zone/v8_base_without_compiler.accounting-allocator.o [882/1683] CXX obj/deps/v8/src/tracing/v8_base_without_compiler.tracing-category-observer.o [883/1683] CXX obj/deps/v8/src/zone/v8_base_without_compiler.zone.o [884/1683] CXX obj/deps/v8/src/utils/v8_base_without_compiler.ostreams.o [885/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-literals.o [886/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-symbol.o [887/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.remote-object-id.o [888/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-trace.o [889/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.string-16.o [890/1683] CXX obj/deps/v8/src/snapshot/v8_base_without_compiler.snapshot-data.o [891/1683] CXX obj/deps/v8/src/tracing/v8_base_without_compiler.trace-event.o [892/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-object.o [893/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-strings.o [894/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.string-util.o [895/1683] CXX obj/deps/v8/src/tasks/v8_base_without_compiler.cancelable-task.o [896/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.inspected-context.o [897/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.custom-preview.o [898/1683] CXX obj/deps/v8/src/utils/v8_base_without_compiler.memcopy.o [899/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.v8-console-agent-impl.o [900/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.test-interface.o [901/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-typedarray.o [902/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.search-util.o [903/1683] CXX obj/deps/v8/third_party/inspector_protocol/crdtp/v8_base_without_compiler.error_support.o [904/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.v8-string-conversions.o [905/1683] CXX obj/deps/v8/third_party/inspector_protocol/crdtp/v8_base_without_compiler.json_platform_v8.o [906/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.v8-debugger-id.o [907/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.v8-value-utils.o [908/1683] CXX obj/deps/v8/third_party/inspector_protocol/crdtp/v8_base_without_compiler.span.o [909/1683] CXX obj/deps/v8/third_party/inspector_protocol/crdtp/v8_base_without_compiler.serializable.o [910/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-weak-refs.o [911/1683] CXX obj/deps/v8/third_party/inspector_protocol/crdtp/v8_base_without_compiler.status.o [912/1683] CXX obj/deps/v8/src/snapshot/v8_base_without_compiler.context-deserializer.o [913/1683] CXX obj/deps/v8/third_party/inspector_protocol/crdtp/v8_base_without_compiler.cbor.o [914/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.v8-schema-agent-impl.o [915/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime.o [916/1683] CXX obj/deps/v8/third_party/inspector_protocol/crdtp/v8_base_without_compiler.protocol_core.o [917/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-test.o [918/1683] CXX obj/deps/v8/src/trap-handler/v8_base_without_compiler.handler-inside.o [919/1683] CXX obj/deps/v8/src/trap-handler/v8_base_without_compiler.handler-outside.o [920/1683] CXX obj/deps/v8/src/trap-handler/v8_base_without_compiler.handler-shared.o [921/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.v8-debugger-script.o [922/1683] CXX obj/deps/v8/src/snapshot/v8_base_without_compiler.context-serializer.o [923/1683] CXX obj/deps/v8/src/utils/v8_base_without_compiler.identity-map.o [924/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.v8-regex.o [925/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-regexp.o [926/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-scopes.o [927/1683] CXX obj/deps/v8/third_party/inspector_protocol/crdtp/v8_base_without_compiler.dispatch.o [928/1683] CXX obj/deps/v8/src/asmjs/v8_base_without_compiler.asm-types.o [929/1683] CXX obj/deps/v8/third_party/inspector_protocol/crdtp/v8_base_without_compiler.json.o [930/1683] CXX obj/deps/v8/src/snapshot/v8_base_without_compiler.read-only-deserializer.o [931/1683] CXX obj/deps/v8/src/snapshot/v8_base_without_compiler.roots-serializer.o [932/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.memory-protection-key.o [933/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.memory-tracing.o [934/1683] CXX obj/deps/v8/src/snapshot/v8_base_without_compiler.code-serializer.o [935/1683] CXX obj/deps/v8/src/snapshot/v8_base_without_compiler.serializer-deserializer.o [936/1683] CXX obj/deps/v8/src/asmjs/v8_base_without_compiler.asm-scanner.o [937/1683] CXX obj/deps/v8/src/snapshot/v8_base_without_compiler.read-only-serializer.o [938/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.local-decl-encoder.o [939/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.simd-shuffle.o [940/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.v8-console-message.o [941/1683] CXX obj/deps/v8/src/snapshot/v8_base_without_compiler.object-deserializer.o [942/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.v8-stack-trace-impl.o [943/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.v8-debugger.o [944/1683] CXX obj/deps/v8/src/snapshot/embedded/v8_base_without_compiler.embedded-data.o [945/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.v8-console.o [946/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.signature-map.o [947/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.code-space-access.o [948/1683] CXX obj/deps/v8/src/snapshot/v8_base_without_compiler.snapshot-source-sink.o [949/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.v8-heap-profiler-agent-impl.o [950/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.value-type.o [951/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.v8-inspector-session-impl.o [952/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.v8-inspector-impl.o [953/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.injected-script.o [954/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.wasm-init-expr.o [955/1683] CXX obj/deps/v8/src/strings/v8_base_without_compiler.string-builder.o [956/1683] CXX obj/deps/v8/src/snapshot/v8_base_without_compiler.startup-deserializer.o [957/1683] CXX obj/deps/v8/src/snapshot/v8_base_without_compiler.startup-serializer.o [958/1683] CXX obj/deps/v8/src/codegen/x64/v8_base_without_compiler.cpu-x64.o [959/1683] CXX obj/deps/v8/src/snapshot/v8_base_without_compiler.snapshot.o [960/1683] CXX obj/deps/v8/src/utils/v8_base_without_compiler.address-map.o [961/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.wasm-opcodes.o [962/1683] CXX obj/deps/v8/src/snapshot/v8_base_without_compiler.deserializer.o [963/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.value-mirror.o [964/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.v8-profiler-agent-impl.o [965/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.wasm-subtyping.o [966/1683] CXX obj/deps/v8/src/diagnostics/x64/v8_base_without_compiler.unwinder-x64.o [967/1683] CXX obj/deps/v8/src/trap-handler/v8_base_without_compiler.handler-inside-posix.o [968/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.v8-debugger-agent-impl.o [969/1683] CXX obj/deps/v8/src/trap-handler/v8_base_without_compiler.handler-outside-posix.o [970/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/v8_base_without_compiler.class-verifiers.o [971/1683] CXX obj/deps/v8/src/inspector/v8_base_without_compiler.v8-runtime-agent-impl.o [972/1683] CXX obj/deps/v8/src/diagnostics/x64/v8_base_without_compiler.eh-frame-x64.o [973/1683] CXX obj/deps/v8/src/strings/v8_base_without_compiler.string-stream.o [974/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.aggregate-error-tq.o [975/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-at-tq.o [976/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-concat-tq.o [977/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-copywithin-tq.o [978/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-every-tq.o [979/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-filter-tq.o [980/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-find-tq.o [981/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-findlast-tq.o [982/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-findindex-tq.o [983/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-findlastindex-tq.o [984/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-from-tq.o [985/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.wasm-import-wrapper-cache.o [986/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-foreach-tq.o [987/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-join-tq.o [988/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-isarray-tq.o [989/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-lastindexof-tq.o [990/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-map-tq.o [991/1683] CXX obj/tools/v8_gypfiles/obj/gen/src/regexp/v8_base_without_compiler.special-case.o [992/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-of-tq.o [993/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-reduce-right-tq.o [994/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-reduce-tq.o [995/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-reverse-tq.o [996/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-shift-tq.o [997/1683] CXX obj/deps/v8/src/codegen/shared-ia32-x64/v8_base_without_compiler.macro-assembler-shared-ia32-x64.o [998/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-some-tq.o [999/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-slice-tq.o [1000/1683] CXX obj/deps/v8/src/strings/v8_base_without_compiler.uri.o [1001/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-splice-tq.o [1002/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-unshift-tq.o [1003/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.array-tq.o [1004/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.arraybuffer-tq.o [1005/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.boolean-tq.o [1006/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.builtins-bigint-tq.o [1007/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.base-tq.o [1008/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.builtins-string-tq.o [1009/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.collections-tq.o [1010/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.convert-tq.o [1011/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.cast-tq.o [1012/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.conversion-tq.o [1013/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.constructor-tq.o [1014/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.data-view-tq.o [1015/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.console-tq.o [1016/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.finalization-registry-tq.o [1017/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.frames-tq.o [1018/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.frame-arguments-tq.o [1019/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.function-tq.o [1020/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.growable-fixed-array-tq.o [1021/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.ic-dynamic-check-maps-tq.o [1022/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.ic-tq.o [1023/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.internal-coverage-tq.o [1024/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.ic-callable-tq.o [1025/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.internal-tq.o [1026/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.iterator-tq.o [1027/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.number-tq.o [1028/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.object-fromentries-tq.o [1029/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.math-tq.o [1030/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.object-tq.o [1031/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.promise-all-tq.o [1032/1683] CXX obj/deps/v8/src/snapshot/v8_base_without_compiler.serializer.o [1033/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.promise-abstract-operations-tq.o [1034/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.promise-all-element-closure-tq.o [1035/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.promise-any-tq.o [1036/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.promise-finally-tq.o [1037/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.promise-constructor-tq.o [1038/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.promise-misc-tq.o [1039/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.promise-reaction-job-tq.o [1040/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.promise-resolve-tq.o [1041/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.promise-race-tq.o [1042/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.promise-then-tq.o [1043/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.promise-jobs-tq.o [1044/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.proxy-constructor-tq.o [1045/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.proxy-delete-property-tq.o [1046/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.proxy-get-property-tq.o [1047/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.proxy-get-prototype-of-tq.o [1048/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.proxy-prevent-extensions-tq.o [1049/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.proxy-has-property-tq.o [1050/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.proxy-revocable-tq.o [1051/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.proxy-is-extensible-tq.o [1052/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.proxy-revoke-tq.o [1053/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.proxy-set-property-tq.o [1054/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.proxy-tq.o [1055/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.proxy-set-prototype-of-tq.o [1056/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.regexp-exec-tq.o [1057/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.regexp-match-all-tq.o [1058/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.reflect-tq.o [1059/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.regexp-match-tq.o [1060/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.regexp-search-tq.o [1061/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.regexp-source-tq.o [1062/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.regexp-split-tq.o [1063/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.regexp-replace-tq.o [1064/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.regexp-test-tq.o [1065/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.string-at-tq.o [1066/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.regexp-tq.o [1067/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.string-endswith-tq.o [1068/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.string-includes-tq.o [1069/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.string-iterator-tq.o [1070/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.string-indexof-tq.o [1071/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.string-html-tq.o [1072/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.string-match-search-tq.o [1073/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.string-pad-tq.o [1074/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.string-repeat-tq.o [1075/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.string-replaceall-tq.o [1076/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.string-slice-tq.o [1077/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.string-substring-tq.o [1078/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.wasm-module-sourcemap.o [1079/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.string-substr-tq.o [1080/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.string-trim-tq.o [1081/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.symbol-tq.o [1082/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.torque-internal-tq.o [1083/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.string-startswith-tq.o [1084/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-at-tq.o [1085/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-createtypedarray-tq.o [1086/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-every-tq.o [1087/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-entries-tq.o [1088/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-find-tq.o [1089/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-filter-tq.o [1090/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-findlast-tq.o [1091/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-findlastindex-tq.o [1092/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-from-tq.o [1093/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-keys-tq.o [1094/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-foreach-tq.o [1095/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-of-tq.o [1096/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-findindex-tq.o [1097/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-reduce-tq.o [1098/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-reduceright-tq.o [1099/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-set-tq.o [1100/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-sort-tq.o [1101/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-some-tq.o [1102/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-slice-tq.o [1103/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.weak-ref-tq.o [1104/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-subarray-tq.o [1105/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/ic/v8_base_without_compiler.handler-configuration-tq.o [1106/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-values-tq.o [1107/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.typed-array-tq.o [1108/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.bigint-tq.o [1109/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.wasm-features.o [1110/1683] CXX obj/deps/v8/src/deoptimizer/x64/v8_base_without_compiler.deoptimizer-x64.o [1111/1683] CXX obj/deps/v8/src/web-snapshot/v8_base_without_compiler.web-snapshot.o [1112/1683] CXX obj/deps/v8/src/diagnostics/x64/v8_base_without_compiler.disasm-x64.o [1113/1683] CXX obj/deps/v8/src/compiler/backend/x64/v8_base_without_compiler.unwinding-info-writer-x64.o [1114/1683] CXX obj/deps/v8/src/compiler/backend/x64/v8_base_without_compiler.instruction-scheduler-x64.o [1115/1683] CXX obj/deps/v8/src/heap/third-party/v8_base_without_compiler.heap-api-stub.o [1116/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-test-wasm.o [1117/1683] CXX obj/deps/v8/src/asmjs/v8_base_without_compiler.asm-parser.o [1118/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.heap-object-tq.o [1119/1683] CXX obj/deps/v8/src/asmjs/v8_base_without_compiler.asm-js.o [1120/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-array-tq.o [1121/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.sync-streaming-decoder.o [1122/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.wasm-external-refs.o [1123/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.jump-table-assembler.o [1124/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.wasm-result.o [1125/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.function-compiler.o [1126/1683] CXX obj/deps/v8/src/debug/v8_base_without_compiler.debug-wasm-objects.o [1127/1683] CXX obj/deps/v8/src/runtime/v8_base_without_compiler.runtime-wasm.o [1128/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.init-expr-interface.o [1129/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.streaming-decoder.o [1130/1683] CXX obj/deps/v8/src/wasm/baseline/v8_base_without_compiler.liftoff-assembler.o [1131/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.wasm-module.o [1132/1683] CXX obj/deps/v8/src/regexp/x64/v8_base_without_compiler.regexp-macro-assembler-x64.o [1133/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.allocation-site-tq.o [1134/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.wasm-debug.o [1135/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.code-tq.o [1136/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.contexts-tq.o [1137/1683] CXX obj/deps/v8/src/execution/x64/v8_base_without_compiler.frame-constants-x64.o [1138/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/v8_base_without_compiler.objects-printer.o [1139/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.ordered-hash-table-tq.o [1140/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.cell-tq.o [1141/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.data-handler-tq.o [1142/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.wasm-serialization.o [1143/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.wasm-module-builder.o [1144/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.api-callbacks-tq.o [1145/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.feedback-cell-tq.o [1146/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.arguments-tq.o [1147/1683] CXX obj/deps/v8/src/compiler/backend/x64/v8_base_without_compiler.instruction-selector-x64.o [1148/1683] CXX obj/deps/v8/src/codegen/x64/v8_base_without_compiler.macro-assembler-x64.o [1149/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.wasm-js.o [1150/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.wasm-engine.o [1151/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.function-body-decoder.o [1152/1683] CXX obj/deps/v8/src/codegen/x64/v8_base_without_compiler.assembler-x64.o [1153/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.swiss-hash-table-helpers-tq.o [1154/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.swiss-name-dictionary-tq.o [1155/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.fixed-array-tq.o [1156/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.wasm-objects.o [1157/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.debug-objects-tq.o [1158/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.foreign-tq.o [1159/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.wasm-code-manager.o [1160/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/test/torque/v8_base_without_compiler.test-torque-tq.o [1161/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/third_party/v8/builtins/v8_base_without_compiler.array-sort-tq.o [1162/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.intl-objects-tq.o [1163/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/v8_base_without_compiler.factory.o [1164/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.module-instantiate.o [1165/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.graph-builder-interface.o [1166/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-collection-tq.o [1167/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.free-space-tq.o [1168/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-collection-iterator-tq.o [1169/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.descriptor-array-tq.o [1170/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.heap-number-tq.o [1171/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-proxy-tq.o [1172/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.feedback-vector-tq.o [1173/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-regexp-string-iterator-tq.o [1174/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_base_without_compiler.wasm-tq.o [1175/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/debug/v8_base_without_compiler.debug-wasm-objects-tq.o [1176/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.embedder-data-array-tq.o [1177/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-generator-tq.o [1178/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.module-decoder.o [1179/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-objects-tq.o [1180/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-regexp-tq.o [1181/1683] CXX obj/deps/v8/src/bigint/v8_base_without_compiler.bigint-internal.o [1182/1683] CXX obj/deps/v8/src/bigint/v8_base_without_compiler.div-helpers.o [1183/1683] CXX obj/deps/v8/src/bigint/v8_base_without_compiler.div-burnikel.o [1184/1683] CXX obj/deps/v8/src/wasm/v8_base_without_compiler.module-compiler.o [1185/1683] CXX obj/deps/v8/src/bigint/v8_base_without_compiler.div-schoolbook.o [1186/1683] CXX obj/deps/v8/src/bigint/v8_base_without_compiler.fromstring.o [1187/1683] CXX obj/deps/v8/src/bigint/v8_base_without_compiler.mul-schoolbook.o [1188/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-weak-refs-tq.o [1189/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-function-tq.o [1190/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.literal-objects-tq.o [1191/1683] CXX obj/deps/v8/src/heap/base/asm/x64/v8_base_without_compiler.push_registers_asm.o [1192/1683] CXX obj/deps/v8/src/bigint/v8_base_without_compiler.mul-karatsuba.o [1193/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-array-buffer-tq.o [1194/1683] CXX obj/deps/v8/src/bigint/v8_base_without_compiler.vector-arithmetic.o [1195/1683] CXX obj/deps/v8/src/heap/base/v8_base_without_compiler.stack.o [1196/1683] CXX obj/deps/v8/src/bigint/v8_base_without_compiler.tostring.o [1197/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-promise-tq.o [1198/1683] CXX obj/deps/v8/src/heap/base/v8_base_without_compiler.worklist.o [1199/1683] CXX obj/deps/v8/src/bigint/v8_base_without_compiler.mul-toom.o [1200/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.compaction-worklists.o [1201/1683] CXX obj/deps/v8/src/bigint/v8_base_without_compiler.div-barrett.o [1202/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.map-tq.o [1203/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.allocation.o [1204/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.megadom-handler-tq.o [1205/1683] CXX obj/deps/v8/src/bigint/v8_base_without_compiler.mul-fft.o [1206/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.default-platform.o [1207/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.gc-info-table.o [1208/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.gc-info.o [1209/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.free-list.o [1210/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.oddball-tq.o [1211/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.heap-object-header.o [1212/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.promise-tq.o [1213/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.heap-space.o [1214/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.prototype-info-tq.o [1215/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.heap-growing.o [1216/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.compactor.o [1217/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.module-tq.o [1218/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.incremental-marking-schedule.o [1219/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.primitive-heap-object-tq.o [1220/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.explicit-management.o [1221/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.heap-consistency.o [1222/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.microtask-tq.o [1223/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.property-descriptor-object-tq.o [1224/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.name-tq.o [1225/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.logging.o [1226/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.heap-state.o [1227/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.heap-base.o [1228/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.gc-invoker.o [1229/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.liveness-broker.o [1230/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.concurrent-marker.o [1231/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.heap-statistics-collector.o [1232/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.memory.o [1233/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.heap-page.o [1234/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.name-trait.o [1235/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.heap.o [1236/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.scope-info-tq.o [1237/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.property-array-tq.o [1238/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.source-location.o [1239/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.platform.o [1240/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.marking-worklists.o [1241/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.object-size-trait.o [1242/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.property-cell-tq.o [1243/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.shared-function-info-tq.o [1244/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.script-tq.o [1245/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.raw-heap.o [1246/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.marking-state.o [1247/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.persistent-node.o [1248/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.virtual-memory.o [1249/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.trace-trait.o [1250/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.process-heap-statistics.o [1251/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.marking-verifier.o [1252/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.regexp-match-info-tq.o [1253/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.pointer-policies.o [1254/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.visitor.o [1255/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.page-memory.o [1256/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.marking-visitor.o [1257/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.testing.o [1258/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.stats-collector.o [1259/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.prefinalizer-handler.o [1260/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.string-tq.o [1261/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.object-allocator.o [1262/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.process-heap.o [1263/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.synthetic-module-tq.o [1264/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.write-barrier.o [1265/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.source-text-module-tq.o [1266/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.stack-frame-info-tq.o [1267/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.marker.o [1268/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.struct-tq.o [1269/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.templates-tq.o [1270/1683] CXX obj/deps/v8/src/compiler/backend/x64/v8_base_without_compiler.code-generator-x64.o [1271/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-collator-tq.o [1272/1683] CXX obj/deps/v8/src/heap/cppgc/v8_base_without_compiler.sweeper.o [1273/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-display-names-tq.o [1274/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.template-objects-tq.o [1275/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.torque-defined-classes-tq.o [1276/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-list-format-tq.o [1277/1683] CXX obj/deps/v8/src/compiler/v8_compiler.opcodes.o [1278/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-date-time-format-tq.o [1279/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-segmenter-tq.o [1280/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-break-iterator-tq.o [1281/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-segment-iterator-tq.o [1282/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-number-format-tq.o [1283/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/wasm/v8_base_without_compiler.wasm-objects-tq.o [1284/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-locale-tq.o [1285/1683] CXX obj/deps/v8/src/compiler/v8_compiler.operator.o [1286/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-relative-time-format-tq.o [1287/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-segments-tq.o [1288/1683] CXX obj/deps/v8/src/compiler/v8_compiler.refs-map.o [1289/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_base_without_compiler.js-plural-rules-tq.o [1290/1683] CXX obj/deps/v8/src/compiler/v8_compiler.node-marker.o [1291/1683] CXX obj/deps/v8/src/compiler/v8_compiler.loop-analysis.o [1292/1683] CXX obj/deps/v8/src/wasm/baseline/v8_base_without_compiler.liftoff-compiler.o [1293/1683] CXX obj/deps/v8/src/compiler/v8_compiler.machine-graph.o [1294/1683] CXX obj/deps/v8/src/compiler/v8_compiler.node-matchers.o [1295/1683] CXX obj/deps/v8/src/compiler/v8_compiler.node-observer.o [1296/1683] CXX obj/deps/v8/src/compiler/v8_compiler.loop-unrolling.o [1297/1683] CXX obj/deps/v8/src/compiler/v8_compiler.node-origin-table.o [1298/1683] CXX obj/deps/v8/src/compiler/v8_compiler.loop-peeling.o [1299/1683] CXX obj/deps/v8/src/compiler/v8_compiler.node.o [1300/1683] CXX obj/deps/v8/src/compiler/v8_compiler.loop-variable-optimizer.o [1301/1683] CXX obj/deps/v8/src/compiler/v8_compiler.machine-graph-verifier.o [1302/1683] CXX obj/deps/v8/src/compiler/v8_compiler.js-type-hint-lowering.o [1303/1683] STAMP obj/tools/v8_gypfiles/v8_compiler_for_mksnapshot.compile_depends.stamp [1304/1683] STAMP obj/tools/v8_gypfiles/torque_generated_initializers.compile_depends.stamp [1305/1683] CXX obj/deps/v8/src/compiler/v8_compiler.pipeline-statistics.o [1306/1683] CXX obj/deps/v8/src/compiler/v8_compiler.zone-stats.o [1307/1683] CXX obj/deps/v8/src/compiler/v8_compiler.operator-properties.o [1308/1683] CXX obj/deps/v8/src/compiler/v8_compiler.schedule.o [1309/1683] CXX obj/tools/v8_gypfiles/obj/gen/v8_base_without_compiler.debug-support.o [1310/1683] CXX obj/deps/v8/src/compiler/v8_compiler.memory-lowering.o [1311/1683] AR obj/tools/v8_gypfiles/libv8_base_without_compiler.a [1312/1683] STAMP obj/tools/v8_gypfiles/torque_generated_initializers.actions_depends.stamp [1313/1683] STAMP obj/tools/v8_gypfiles/v8_initializers.actions_depends.stamp [1314/1683] CXX obj/deps/v8/src/compiler/v8_compiler.redundancy-elimination.o [1315/1683] CXX obj/deps/v8/src/compiler/v8_compiler.memory-optimizer.o [1316/1683] CXX obj/deps/v8/src/compiler/v8_compiler.type-cache.o [1317/1683] CXX obj/deps/v8/src/compiler/v8_compiler.value-numbering-reducer.o [1318/1683] CXX obj/deps/v8/src/compiler/v8_compiler.state-values-utils.o [1319/1683] CXX obj/deps/v8/src/compiler/v8_compiler.select-lowering.o [1320/1683] CXX obj/deps/v8/src/compiler/v8_compiler.linkage.o [1321/1683] CXX obj/deps/v8/src/compiler/v8_compiler.machine-operator.o [1322/1683] CXX obj/deps/v8/src/compiler/v8_compiler.osr.o [1323/1683] CXX obj/deps/v8/src/compiler/v8_compiler.store-store-elimination.o [1324/1683] CXX obj/deps/v8/src/compiler/v8_compiler.js-context-specialization.o [1325/1683] CXX obj/deps/v8/src/compiler/v8_compiler.js-heap-copy-reducer.o [1326/1683] CXX obj/deps/v8/src/compiler/v8_compiler.js-intrinsic-lowering.o [1327/1683] CXX obj/deps/v8/src/compiler/v8_compiler.type-narrowing-reducer.o [1328/1683] CXX obj/deps/v8/src/compiler/v8_compiler.node-properties.o [1329/1683] CXX obj/deps/v8/src/compiler/v8_compiler.js-create-lowering.o [1330/1683] CXX obj/deps/v8/src/compiler/v8_compiler.js-heap-broker.o [1331/1683] CXX obj/deps/v8/src/compiler/v8_compiler.js-operator.o [1332/1683] CXX obj/deps/v8/src/compiler/v8_compiler.js-inlining-heuristic.o [1333/1683] CXX obj/deps/v8/src/compiler/v8_compiler.operation-typer.o [1334/1683] CXX obj/deps/v8/src/compiler/v8_compiler.js-generic-lowering.o [1335/1683] CXX obj/deps/v8/src/compiler/v8_compiler.int64-lowering.o [1336/1683] CXX obj/deps/v8/src/compiler/v8_compiler.js-graph.o [1337/1683] CXX obj/deps/v8/src/compiler/v8_compiler.js-inlining.o [1338/1683] CXX obj/deps/v8/src/compiler/v8_compiler.scheduler.o [1339/1683] CXX obj/deps/v8/src/compiler/v8_compiler.load-elimination.o [1340/1683] CXX obj/deps/v8/src/compiler/v8_compiler.machine-operator-reducer.o [1341/1683] CXX obj/deps/v8/src/compiler/v8_compiler.verifier.o [1342/1683] CXX obj/deps/v8/src/compiler/v8_compiler.map-inference.o [1343/1683] CXX obj/deps/v8/src/compiler/v8_compiler.property-access-builder.o [1344/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-interpreter-gen.o [1345/1683] CXX obj/deps/v8/src/builtins/v8_initializers.profile-data-reader.o [1346/1683] CXX obj/deps/v8/src/compiler/v8_compiler.js-native-context-specialization.o [1347/1683] CXX obj/deps/v8/src/compiler/v8_compiler.js-typed-lowering.o [1348/1683] CXX obj/deps/v8/src/compiler/v8_compiler.simplified-operator-reducer.o [1349/1683] CXX obj/deps/v8/src/compiler/v8_compiler.raw-machine-assembler.o [1350/1683] CXX obj/deps/v8/src/compiler/v8_compiler.representation-change.o [1351/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-call-gen.o [1352/1683] CXX obj/deps/v8/src/compiler/v8_compiler.types.o [1353/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-bigint-gen.o [1354/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-date-gen.o [1355/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-global-gen.o [1356/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-async-gen.o [1357/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-async-function-gen.o [1358/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-ic-gen.o [1359/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-async-iterator-gen.o [1360/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-internal-gen.o [1361/1683] CXX obj/deps/v8/src/compiler/v8_compiler.typer.o [1362/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-async-generator-gen.o [1363/1683] CXX obj/deps/v8/src/builtins/v8_initializers.growable-fixed-array-gen.o [1364/1683] CXX obj/deps/v8/src/compiler/v8_compiler.typed-optimization.o [1365/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-conversion-gen.o [1366/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-number-gen.o [1367/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-array-gen.o [1368/1683] CXX obj/deps/v8/src/ic/v8_initializers.unary-op-assembler.o [1369/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-generator-gen.o [1370/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-sharedarraybuffer-gen.o [1371/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-constructor-gen.o [1372/1683] CXX obj/deps/v8/src/compiler/v8_compiler.simplified-operator.o [1373/1683] CXX obj/deps/v8/src/compiler/v8_compiler.js-call-reducer.o [1374/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-collections-gen.o [1375/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-intl-gen.o [1376/1683] CXX obj/deps/v8/src/ic/v8_initializers.binary-op-assembler.o [1377/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-handler-gen.o [1378/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-iterator-gen.o [1379/1683] CXX obj/deps/v8/src/compiler/v8_compiler.simplified-lowering.o [1380/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-lazy-gen.o [1381/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-microtask-queue-gen.o [1382/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-typed-array-gen.o [1383/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-regexp-gen.o [1384/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-object-gen.o [1385/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-proxy-gen.o [1386/1683] CXX obj/deps/v8/src/compiler/v8_compiler.pipeline.o [1387/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-wasm-gen.o [1388/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-string-gen.o [1389/1683] CXX obj/deps/v8/src/interpreter/v8_initializers.interpreter-assembler.o [1390/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/v8_initializers.enum-verifiers.o [1391/1683] CXX obj/deps/v8/src/heap/v8_initializers.setup-heap-internal.o [1392/1683] CXX obj/deps/v8/src/builtins/v8_initializers.builtins-promise-gen.o [1393/1683] CXX obj/deps/v8/src/interpreter/v8_initializers.interpreter-generator.o [1394/1683] CXX obj/deps/v8/src/builtins/x64/v8_initializers.builtins-x64.o [1395/1683] CXX obj/deps/v8/src/compiler/v8_compiler.wasm-compiler.o [1396/1683] AR obj/tools/v8_gypfiles/libv8_compiler.a [1397/1683] STAMP obj/tools/v8_gypfiles/v8_compiler_for_mksnapshot.actions_depends.stamp [1398/1683] CXX obj/deps/v8/src/interpreter/v8_initializers.interpreter-intrinsics-generator.o [1399/1683] CXX obj/deps/v8/src/ic/v8_initializers.keyed-store-generic.o [1400/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.aggregate-error-tq-csa.o [1401/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-concat-tq-csa.o [1402/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-copywithin-tq-csa.o [1403/1683] CXX obj/deps/v8/src/ic/v8_initializers.accessor-assembler.o [1404/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-at-tq-csa.o [1405/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-isarray-tq-csa.o [1406/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-every-tq-csa.o [1407/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-foreach-tq-csa.o [1408/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-find-tq-csa.o [1409/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-of-tq-csa.o [1410/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-findlast-tq-csa.o [1411/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-findindex-tq-csa.o [1412/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-unshift-tq-csa.o [1413/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/v8_initializers.exported-macros-assembler.o [1414/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-findlastindex-tq-csa.o [1415/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-lastindexof-tq-csa.o [1416/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-from-tq-csa.o [1417/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-filter-tq-csa.o [1418/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-reduce-right-tq-csa.o [1419/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-tq-csa.o [1420/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-reverse-tq-csa.o [1421/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.arraybuffer-tq-csa.o [1422/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-shift-tq-csa.o [1423/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-slice-tq-csa.o [1424/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.builtins-bigint-tq-csa.o [1425/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.boolean-tq-csa.o [1426/1683] CXX obj/deps/v8/src/builtins/v8_initializers.setup-builtins-internal.o [1427/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-some-tq-csa.o [1428/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.collections-tq-csa.o [1429/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.growable-fixed-array-tq-csa.o [1430/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.builtins-string-tq-csa.o [1431/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-reduce-tq-csa.o [1432/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.constructor-tq-csa.o [1433/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.conversion-tq-csa.o [1434/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.frame-arguments-tq-csa.o [1435/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.frames-tq-csa.o [1436/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.ic-tq-csa.o [1437/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.console-tq-csa.o [1438/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.function-tq-csa.o [1439/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.convert-tq-csa.o [1440/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.iterator-tq-csa.o [1441/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.ic-dynamic-check-maps-tq-csa.o [1442/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-splice-tq-csa.o [1443/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.internal-tq-csa.o [1444/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.internal-coverage-tq-csa.o [1445/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-join-tq-csa.o [1446/1683] CXX obj/deps/v8/src/codegen/v8_initializers.code-stub-assembler.o [1447/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.finalization-registry-tq-csa.o [1448/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.ic-callable-tq-csa.o [1449/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.data-view-tq-csa.o [1450/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.math-tq-csa.o [1451/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.base-tq-csa.o [1452/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.object-tq-csa.o [1453/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.object-fromentries-tq-csa.o [1454/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.promise-abstract-operations-tq-csa.o [1455/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.promise-jobs-tq-csa.o [1456/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.promise-constructor-tq-csa.o [1457/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.promise-reaction-job-tq-csa.o [1458/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.promise-finally-tq-csa.o [1459/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.promise-then-tq-csa.o [1460/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.proxy-delete-property-tq-csa.o [1461/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.proxy-get-property-tq-csa.o [1462/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.proxy-constructor-tq-csa.o [1463/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.proxy-has-property-tq-csa.o [1464/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.promise-resolve-tq-csa.o [1465/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.promise-misc-tq-csa.o [1466/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.number-tq-csa.o [1467/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.proxy-revoke-tq-csa.o [1468/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.proxy-is-extensible-tq-csa.o [1469/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.proxy-set-property-tq-csa.o [1470/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.promise-all-element-closure-tq-csa.o [1471/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.promise-race-tq-csa.o [1472/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.proxy-revocable-tq-csa.o [1473/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.cast-tq-csa.o [1474/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.reflect-tq-csa.o [1475/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.proxy-tq-csa.o [1476/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.proxy-get-prototype-of-tq-csa.o [1477/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.array-map-tq-csa.o [1478/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.proxy-prevent-extensions-tq-csa.o [1479/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.regexp-match-all-tq-csa.o [1480/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.regexp-search-tq-csa.o [1481/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.regexp-test-tq-csa.o [1482/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.proxy-set-prototype-of-tq-csa.o [1483/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.regexp-replace-tq-csa.o [1484/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.promise-any-tq-csa.o [1485/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.regexp-exec-tq-csa.o [1486/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.string-match-search-tq-csa.o [1487/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.string-html-tq-csa.o [1488/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.string-indexof-tq-csa.o [1489/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.string-at-tq-csa.o [1490/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.regexp-source-tq-csa.o [1491/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.regexp-split-tq-csa.o [1492/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.symbol-tq-csa.o [1493/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.string-replaceall-tq-csa.o [1494/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.string-substring-tq-csa.o [1495/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.string-iterator-tq-csa.o [1496/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.string-substr-tq-csa.o [1497/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.string-includes-tq-csa.o [1498/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.string-slice-tq-csa.o [1499/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.regexp-tq-csa.o [1500/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-at-tq-csa.o [1501/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-entries-tq-csa.o [1502/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.string-pad-tq-csa.o [1503/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.regexp-match-tq-csa.o [1504/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.string-repeat-tq-csa.o [1505/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.string-startswith-tq-csa.o [1506/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-every-tq-csa.o [1507/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-findindex-tq-csa.o [1508/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.torque-internal-tq-csa.o [1509/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-findlast-tq-csa.o [1510/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-keys-tq-csa.o [1511/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-foreach-tq-csa.o [1512/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-reduce-tq-csa.o [1513/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-of-tq-csa.o [1514/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.string-trim-tq-csa.o [1515/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-slice-tq-csa.o [1516/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-from-tq-csa.o [1517/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-reduceright-tq-csa.o [1518/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-filter-tq-csa.o [1519/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.weak-ref-tq-csa.o [1520/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-values-tq-csa.o [1521/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-set-tq-csa.o [1522/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-find-tq-csa.o [1523/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-findlastindex-tq-csa.o [1524/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/ic/v8_initializers.handler-configuration-tq-csa.o [1525/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-createtypedarray-tq-csa.o [1526/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-subarray-tq-csa.o [1527/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-sort-tq-csa.o [1528/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.allocation-site-tq-csa.o [1529/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.bigint-tq-csa.o [1530/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.cell-tq-csa.o [1531/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.code-tq-csa.o [1532/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-tq-csa.o [1533/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.data-handler-tq-csa.o [1534/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.typed-array-some-tq-csa.o [1535/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.arguments-tq-csa.o [1536/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.descriptor-array-tq-csa.o [1537/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-collection-iterator-tq-csa.o [1538/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.debug-objects-tq-csa.o [1539/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.feedback-cell-tq-csa.o [1540/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.heap-object-tq-csa.o [1541/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.foreign-tq-csa.o [1542/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.feedback-vector-tq-csa.o [1543/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.api-callbacks-tq-csa.o [1544/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.contexts-tq-csa.o [1545/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-array-buffer-tq-csa.o [1546/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.free-space-tq-csa.o [1547/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-regexp-string-iterator-tq-csa.o [1548/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-proxy-tq-csa.o [1549/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-array-tq-csa.o [1550/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.heap-number-tq-csa.o [1551/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.embedder-data-array-tq-csa.o [1552/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-function-tq-csa.o [1553/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.fixed-array-tq-csa.o [1554/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-promise-tq-csa.o [1555/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-regexp-tq-csa.o [1556/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-generator-tq-csa.o [1557/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-objects-tq-csa.o [1558/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.promise-all-tq-csa.o [1559/1683] AR obj/tools/v8_gypfiles/libv8_init.a [1560/1683] STAMP obj/tools/v8_gypfiles/mksnapshot.compile_depends.stamp [1561/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.megadom-handler-tq-csa.o [1562/1683] CXX obj/deps/v8/src/snapshot/embedded/mksnapshot.embedded-empty.o [1563/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.literal-objects-tq-csa.o [1564/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-weak-refs-tq-csa.o [1565/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.module-tq-csa.o [1566/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.oddball-tq-csa.o [1567/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-collection-tq-csa.o [1568/1683] CXX obj/deps/v8/src/snapshot/embedded/mksnapshot.platform-embedded-file-writer-base.o [1569/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.property-descriptor-object-tq-csa.o [1570/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.primitive-heap-object-tq-csa.o [1571/1683] CXX obj/deps/v8/src/snapshot/embedded/mksnapshot.platform-embedded-file-writer-win.o [1572/1683] CXX obj/deps/v8/src/snapshot/mksnapshot.snapshot-empty.o [1573/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.name-tq-csa.o [1574/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.map-tq-csa.o [1575/1683] CXX obj/deps/v8/src/snapshot/embedded/mksnapshot.platform-embedded-file-writer-aix.o [1576/1683] CXX obj/deps/v8/src/snapshot/embedded/mksnapshot.platform-embedded-file-writer-generic.o [1577/1683] CXX obj/deps/v8/src/snapshot/embedded/mksnapshot.platform-embedded-file-writer-mac.o [1578/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.microtask-tq-csa.o [1579/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.ordered-hash-table-tq-csa.o [1580/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.property-cell-tq-csa.o [1581/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.swiss-hash-table-helpers-tq-csa.o [1582/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.prototype-info-tq-csa.o [1583/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.source-text-module-tq-csa.o [1584/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.property-array-tq-csa.o [1585/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.shared-function-info-tq-csa.o [1586/1683] CXX obj/deps/v8/src/snapshot/mksnapshot.mksnapshot.o [1587/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.regexp-match-info-tq-csa.o [1588/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.stack-frame-info-tq-csa.o [1589/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.torque-defined-classes-tq-csa.o [1590/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.struct-tq-csa.o [1591/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.promise-tq-csa.o [1592/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.scope-info-tq-csa.o [1593/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.intl-objects-tq-csa.o [1594/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.template-objects-tq-csa.o [1595/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.synthetic-module-tq-csa.o [1596/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.script-tq-csa.o [1597/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-break-iterator-tq-csa.o [1598/1683] CXX obj/deps/v8/src/snapshot/embedded/mksnapshot.embedded-file-writer.o [1599/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-list-format-tq-csa.o [1600/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-display-names-tq-csa.o [1601/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-locale-tq-csa.o [1602/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-segments-tq-csa.o [1603/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-date-time-format-tq-csa.o [1604/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-plural-rules-tq-csa.o [1605/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-segmenter-tq-csa.o [1606/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-collator-tq-csa.o [1607/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-relative-time-format-tq-csa.o [1608/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.templates-tq-csa.o [1609/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.swiss-name-dictionary-tq-csa.o [1610/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-number-format-tq-csa.o [1611/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.js-segment-iterator-tq-csa.o [1612/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/debug/v8_initializers.debug-wasm-objects-tq-csa.o [1613/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.wasm-tq-csa.o [1614/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/builtins/v8_initializers.string-endswith-tq-csa.o [1615/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/wasm/v8_initializers.wasm-objects-tq-csa.o [1616/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/test/torque/v8_initializers.test-torque-tq-csa.o [1617/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/src/objects/v8_initializers.string-tq-csa.o [1618/1683] CXX obj/tools/v8_gypfiles/obj/gen/torque-generated/third_party/v8/builtins/v8_initializers.array-sort-tq-csa.o [1619/1683] AR obj/tools/v8_gypfiles/libv8_initializers.a [1620/1683] STAMP obj/tools/v8_gypfiles/mksnapshot.actions_depends.stamp [1621/1683] LINK mksnapshot [1622/1683] STAMP obj/tools/v8_gypfiles/v8_snapshot.actions_depends.stamp [1623/1683] ACTION generating: "obj/tools/v8_gypfiles/v8_snapshot.gen/snapshot.cc" "obj/tools/v8_gypfiles/v8_snapshot.gen/embedded.S" [1624/1683] STAMP obj/tools/v8_gypfiles/v8_snapshot.actions_rules_copies.stamp [1625/1683] STAMP obj/node_mksnapshot.compile_depends.stamp [1626/1683] STAMP obj/mkcodecache.compile_depends.stamp [1627/1683] STAMP obj/embedtest.compile_depends.stamp [1628/1683] STAMP obj/cctest.compile_depends.stamp [1629/1683] CC obj/tools/v8_gypfiles/obj/tools/v8_gypfiles/v8_snapshot.gen/v8_snapshot.embedded.o [1630/1683] CXX obj/deps/v8/src/init/v8_snapshot.setup-isolate-deserialize.o [1631/1683] CXX obj/src/node_mksnapshot.node_snapshot_stub.o [1632/1683] CXX obj/src/mkcodecache.node_snapshot_stub.o [1633/1683] CXX obj/src/cctest.node_snapshot_stub.o [1634/1683] CXX obj/src/embedtest.node_snapshot_stub.o [1635/1683] CXX obj/tools/v8_gypfiles/obj/tools/v8_gypfiles/v8_snapshot.gen/v8_snapshot.snapshot.o [1636/1683] AR obj/tools/v8_gypfiles/libv8_snapshot.a [1637/1683] STAMP obj/node_mksnapshot.actions_depends.stamp [1638/1683] STAMP obj/mkcodecache.actions_depends.stamp [1639/1683] STAMP obj/fuzz_url.actions_depends.stamp [1640/1683] STAMP obj/fuzz_env.actions_depends.stamp [1641/1683] STAMP obj/embedtest.actions_depends.stamp [1642/1683] STAMP obj/cctest.actions_depends.stamp [1643/1683] CXX obj/test/embedding/embedtest.embedtest.o [1644/1683] CXX obj/src/embedtest.node_code_cache_stub.o [1645/1683] CXX obj/src/node_mksnapshot.node_code_cache_stub.o [1646/1683] CXX obj/src/mkcodecache.node_code_cache_stub.o [1647/1683] CXX obj/src/cctest.node_code_cache_stub.o [1648/1683] CXX obj/test/cctest/cctest.test_json_utils.o [1649/1683] CXX obj/test/cctest/cctest.test_base64.o [1650/1683] CXX obj/test/cctest/cctest.test_traced_value.o [1651/1683] CXX obj/test/cctest/cctest.test_crypto_clienthello.o [1652/1683] CXX obj/tools/snapshot/node_mksnapshot.node_mksnapshot.o [1653/1683] CXX obj/tools/code_cache/mkcodecache.mkcodecache.o [1654/1683] CXX obj/tools/code_cache/mkcodecache.cache_builder.o [1655/1683] CXX obj/test/cctest/cctest.node_test_fixture.o [1656/1683] CXX obj/test/cctest/cctest.test_per_process.o [1657/1683] CXX obj/test/cctest/cctest.test_node_crypto.o [1658/1683] CXX obj/test/cctest/cctest.test_linked_binding.o [1659/1683] CXX obj/test/cctest/cctest.test_node_api.o [1660/1683] CXX obj/test/cctest/cctest.test_report.o [1661/1683] CXX obj/test/cctest/cctest.test_node_postmortem_metadata.o [1662/1683] CXX obj/test/cctest/cctest.test_js_native_api_v8.o [1663/1683] CXX obj/test/cctest/cctest.test_inspector_socket_server.o [1664/1683] CXX obj/test/cctest/cctest.test_platform.o [1665/1683] CXX obj/test/cctest/cctest.test_sockaddr.o [1666/1683] CXX obj/test/cctest/cctest.test_base_object_ptr.o [1667/1683] CXX obj/test/cctest/cctest.test_url.o [1668/1683] CXX obj/test/cctest/cctest.test_inspector_socket.o [1669/1683] LINK embedtest [1670/1683] CXX obj/test/cctest/cctest.test_aliased_buffer.o [1671/1683] LINK mkcodecache [1672/1683] CXX obj/test/cctest/cctest.test_environment.o [1673/1683] LINK node_mksnapshot [1674/1683] STAMP obj/node.actions_depends.stamp [1675/1683] CXX obj/test/cctest/cctest.test_util.o [1676/1683] ACTION node: run_mkcodecache_9b7a2d2290b02e76d66661df74749f56 [1677/1683] ACTION node: node_mksnapshot_9b7a2d2290b02e76d66661df74749f56 [1678/1683] STAMP obj/node.actions_rules_copies.stamp [1679/1683] CXX obj/src/node.node_main.o [1680/1683] LINK cctest [1681/1683] CXX obj/obj/gen/node.node_snapshot.o [1682/1683] CXX obj/obj/gen/node.node_code_cache.o [1683/1683] LINK node if [ ! -r node ] || [ ! -L node ]; then ln -fs out/Release/node node; fi make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-nodejs-16.20.0' >>> host-nodejs 16.20.0 Installing to host directory PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" PYTHON=/home/buildroot/autobuild/instance-0/output-1/host/bin/python3 /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/host-nodejs-16.20.0 install PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS.host="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" NO_LOAD=cctest.target.mk PATH=/home/buildroot/autobuild/instance-0/output-1/build/host-nodejs-16.20.0/bin:"/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-nodejs-16.20.0' ninja -C out/Release ninja: Entering directory `out/Release' ninja: no work to do. if [ ! -r node ] || [ ! -L node ]; then ln -fs out/Release/node node; fi /home/buildroot/autobuild/instance-0/output-1/host/bin/python3 tools/install.py install '' '/home/buildroot/autobuild/instance-0/output-1/host' installing /home/buildroot/autobuild/instance-0/output-1/host/bin/node installing /home/buildroot/autobuild/instance-0/output-1/host/share/systemtap/tapset/node.stp installing /home/buildroot/autobuild/instance-0/output-1/host/share/doc/node/gdbinit installing /home/buildroot/autobuild/instance-0/output-1/host/share/doc/node/lldb_commands.py installing /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1/node.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/.npmrc installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-profile.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-version.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-stars.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-shrinkwrap.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-unstar.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-config.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-bin.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-search.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-help.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-dist-tag.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-explain.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-install.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-owner.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-install-ci-test.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-star.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-explore.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-whoami.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-test.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-rebuild.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-run-script.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-query.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-doctor.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-edit.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-diff.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-pack.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-set-script.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-root.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-view.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-token.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-publish.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-help-search.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-docs.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-completion.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-link.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-outdated.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-prune.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-access.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-dedupe.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-adduser.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-logout.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-update.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-prefix.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-ci.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-team.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-start.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-deprecate.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-audit.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-bugs.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-unpublish.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-stop.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-install-test.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-restart.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-init.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-find-dupes.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-exec.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-pkg.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-hook.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-ls.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-org.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-fund.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-ping.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-repo.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npx.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-uninstall.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/commands/npm-cache.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/using-npm/developers.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/using-npm/scripts.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/using-npm/logging.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/using-npm/config.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/using-npm/dependency-selectors.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/using-npm/registry.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/using-npm/scope.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/using-npm/removal.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/using-npm/orgs.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/using-npm/workspaces.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/using-npm/package-spec.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/configuring-npm/package-json.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/configuring-npm/folders.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/configuring-npm/npmrc.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/configuring-npm/package-lock-json.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/configuring-npm/install.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/content/configuring-npm/npm-shrinkwrap-json.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-diff.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-audit.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-cache.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-stop.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-doctor.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-profile.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-test.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-team.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-install-test.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-fund.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-repo.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-start.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-unstar.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-version.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-set-script.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-outdated.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-update.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-search.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-pkg.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-deprecate.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-help.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-config.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-owner.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-explore.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-ls.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-exec.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-install.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-link.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-ping.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-whoami.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-run-script.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-help-search.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-uninstall.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-unpublish.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-publish.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-rebuild.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-completion.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-access.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-dedupe.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-star.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-docs.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-restart.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npx.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-query.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-pack.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-install-ci-test.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-org.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-explain.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-adduser.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-hook.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-dist-tag.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-prune.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-token.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-root.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-edit.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-shrinkwrap.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-stars.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-bugs.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-init.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-view.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-find-dupes.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-prefix.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-bin.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-ci.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/commands/npm-logout.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/using-npm/registry.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/using-npm/workspaces.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/using-npm/scope.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/using-npm/scripts.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/using-npm/config.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/using-npm/package-spec.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/using-npm/logging.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/using-npm/developers.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/using-npm/removal.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/using-npm/orgs.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/using-npm/dependency-selectors.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/configuring-npm/package-json.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/configuring-npm/npmrc.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/configuring-npm/npm-shrinkwrap-json.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/configuring-npm/package-lock-json.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/configuring-npm/folders.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/docs/output/configuring-npm/install.html installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/base-command.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/arborist-cmd.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/lifecycle-cmd.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/npm.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/package-url-cmd.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/cli.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/explain-eresolve.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/npm-usage.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/tar.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/is-windows.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/validate-lockfile.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/queryable.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/ansi-trim.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/log-shim.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/error-message.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/web-auth.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/read-user-info.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/update-notifier.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/get-identity.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/reify-output.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/log-file.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/cmd-list.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/audit-error.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/pulse-till-done.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/open-url.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/timers.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/format-search-stream.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/exit-handler.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/otplease.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/completion.sh installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/format-bytes.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/open-url-prompt.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/reify-finish.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/ping.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/explain-dep.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/did-you-mean.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/display.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/replace-info.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/completion/installed-shallow.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/completion/installed-deep.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/config/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/config/definitions.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/utils/config/definition.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/bugs.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/birthday.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/shrinkwrap.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/link.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/root.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/install.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/dedupe.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/start.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/hook.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/star.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/test.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/doctor.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/stop.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/run-script.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/unstar.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/deprecate.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/search.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/query.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/view.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/update.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/set.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/stars.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/explain.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/docs.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/prefix.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/install-ci-test.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/bin.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/install-test.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/publish.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/restart.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/pack.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/help.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/unpublish.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/repo.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/owner.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/exec.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/init.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/dist-tag.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/ci.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/diff.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/cache.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/find-dupes.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/explore.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/audit.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/help-search.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/set-script.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/edit.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/token.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/org.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/ll.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/completion.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/rebuild.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/access.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/outdated.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/profile.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/version.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/get.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/config.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/whoami.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/fund.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/uninstall.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/logout.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/ping.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/prune.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/ls.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/pkg.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/team.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/commands/adduser.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/auth/sso.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/auth/saml.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/auth/legacy.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/auth/oauth.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/workspaces/get-workspaces.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/lib/workspaces/update-workspaces.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/spdx-correct/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/spdx-correct/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/spdx-correct/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/yallist/yallist.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/yallist/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/yallist/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/yallist/iterator.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cacache/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cacache/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cacache/lib/verify.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cacache/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cacache/lib/memoization.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cacache/lib/rm.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cacache/lib/entry-index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cacache/lib/put.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cacache/lib/get.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cacache/lib/content/rm.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cacache/lib/content/read.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cacache/lib/content/path.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cacache/lib/content/write.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cacache/lib/util/fix-owner.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cacache/lib/util/move-file.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cacache/lib/util/hash-to-segments.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cacache/lib/util/tmp.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/balanced-match/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/balanced-match/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/balanced-match/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/color-convert/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/color-convert/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/color-convert/conversions.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/color-convert/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/color-convert/route.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/validate-npm-package-license/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/validate-npm-package-license/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/validate-npm-package-license/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/docs/index.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/docs/migratingFromV1.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/docs/examples/index.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/docs/examples/typescript/bindExample.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/docs/examples/typescript/associateExample.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/docs/examples/typescript/connectExample.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/docs/examples/javascript/bindExample.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/docs/examples/javascript/associateExample.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/docs/examples/javascript/connectExample.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/typings/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/typings/client/socksclient.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/typings/common/helpers.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/typings/common/constants.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/typings/common/util.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/typings/common/receivebuffer.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/build/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/build/index.js.map installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/build/client/socksclient.js.map installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/build/client/socksclient.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/build/common/helpers.js.map installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/build/common/constants.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/build/common/constants.js.map installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/build/common/util.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/build/common/util.js.map installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/build/common/receivebuffer.js.map installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/build/common/receivebuffer.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks/build/common/helpers.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/wide-align/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/wide-align/align.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/wide-align/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/opener/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/opener/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/opener/LICENSE.txt installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/opener/lib/opener.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/opener/bin/opener-bin.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ip-regex/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ip-regex/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ip-regex/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ip-regex/license installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/rimraf/CHANGELOG.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/rimraf/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/rimraf/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/rimraf/bin.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/rimraf/rimraf.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/rimraf/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/rimraf/node_modules/brace-expansion/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/glob.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/common.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/sync.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/rimraf/node_modules/glob/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/minimatch.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/rimraf/node_modules/minimatch/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/read-package-json-fast/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/read-package-json-fast/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/read-package-json-fast/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/util-deprecate/browser.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/util-deprecate/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/util-deprecate/node.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/util-deprecate/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/util-deprecate/History.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/postcss-selector-parser.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/API.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/LICENSE-MIT installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/tokenize.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/parser.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/tokenTypes.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/processor.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/sortAscending.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/pseudo.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/root.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/node.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/className.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/nesting.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/attribute.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/comment.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/combinator.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/types.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/universal.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/container.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/tag.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/string.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/guards.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/id.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/constructors.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/selector.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/namespace.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/ensureObject.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/getProp.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/stripComments.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/unesc.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/hosted-git-info/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/hosted-git-info/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/hosted-git-info/lib/git-host-info.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/hosted-git-info/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/hosted-git-info/lib/git-host.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/hosted-git-info/lib/parse-url.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/pacote/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/pacote/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/pacote/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/pacote/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/pacote/lib/registry.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/pacote/lib/bin.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/pacote/lib/fetcher.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/pacote/lib/remote.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/pacote/lib/file.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/pacote/lib/git.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/pacote/lib/dir.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/pacote/lib/util/tar-create-options.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/pacote/lib/util/add-git-sha.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/pacote/lib/util/is-package-bin.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/pacote/lib/util/npm.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/pacote/lib/util/trailing-slashes.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/pacote/lib/util/cache-dir.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/inflight/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/inflight/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/inflight/inflight.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/chownr/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/chownr/chownr.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/chownr/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/common-ancestor-path/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/common-ancestor-path/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/common-ancestor-path/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/release-notes.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/CONTRIBUTING.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/runtime.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/index.mjs installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/index.es6.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/diff/css.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/diff/line.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/diff/word.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/diff/base.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/diff/sentence.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/diff/array.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/diff/character.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/diff/json.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/convert/xml.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/convert/dmp.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/util/params.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/util/array.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/util/distance-iterator.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/patch/apply.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/patch/merge.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/patch/parse.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/lib/patch/create.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/dist/diff.min.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/diff/dist/diff.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/color-name/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/color-name/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/color-name/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/err-code/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/err-code/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/err-code/bower.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/err-code/index.umd.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/proc-log/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/proc-log/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/proc-log/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/p-map/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/p-map/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/p-map/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/p-map/license installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/just-diff/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/just-diff/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/just-diff/index.mjs installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/just-diff/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/just-diff/index.tests.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/just-diff/rollup.config.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/just-diff/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/defaults/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/defaults/test.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/defaults/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/defaults/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/lib/bin-target.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/lib/get-paths.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/lib/check-bins.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/lib/is-windows.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/lib/fix-bin.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/lib/get-prefix.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/lib/shim-bin.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/lib/check-bin.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/lib/link-bins.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/lib/link-gently.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/lib/get-node-modules.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/lib/man-target.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/lib/link-mans.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/lib/link-bin.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/node_modules/npm-normalize-package-bin/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/node_modules/npm-normalize-package-bin/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/bin-links/node_modules/npm-normalize-package-bin/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/aggregate-error/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/aggregate-error/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/aggregate-error/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/aggregate-error/license installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/brace-expansion/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/brace-expansion/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/brace-expansion/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/fs.realpath/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/fs.realpath/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/fs.realpath/old.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/fs.realpath/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/lru-cache/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/lru-cache/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/lru-cache/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/lru-cache/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/write-file-atomic/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/write-file-atomic/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/write-file-atomic/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmhook/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmhook/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmhook/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmhook/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/smart-buffer/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/smart-buffer/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/smart-buffer/docs/ROADMAP.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/smart-buffer/typings/smartbuffer.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/smart-buffer/typings/utils.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/smart-buffer/build/utils.js.map installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/smart-buffer/build/smartbuffer.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/smart-buffer/build/smartbuffer.js.map installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/smart-buffer/build/utils.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/delegates/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/delegates/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/delegates/License installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/delegates/Makefile installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/delegates/History.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmexec/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmexec/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmexec/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmexec/lib/is-windows.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmexec/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmexec/lib/run-script.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmexec/lib/file-exists.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmexec/lib/no-tty.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmexec/lib/get-bin-from-manifest.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/inherits/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/inherits/inherits.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/inherits/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/inherits/inherits_browser.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/binary-extensions/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/binary-extensions/binary-extensions.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/binary-extensions/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/binary-extensions/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/binary-extensions/binary-extensions.json.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/binary-extensions/license installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/https-proxy-agent/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/https-proxy-agent/dist/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/https-proxy-agent/dist/index.js.map installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/https-proxy-agent/dist/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/https-proxy-agent/dist/agent.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/https-proxy-agent/dist/agent.js.map installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/https-proxy-agent/dist/agent.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/agentkeepalive/browser.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/agentkeepalive/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/agentkeepalive/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/agentkeepalive/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/agentkeepalive/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/agentkeepalive/History.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/agentkeepalive/lib/constants.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/agentkeepalive/lib/https_agent.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/agentkeepalive/lib/agent.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ssri/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ssri/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ssri/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/safe.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/safe.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/lib/styles.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/lib/colors.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/lib/extendStringPrototype.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/lib/custom/zalgo.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/lib/custom/trap.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/lib/maps/zebra.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/lib/maps/random.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/lib/maps/america.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/lib/maps/rainbow.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/lib/system/supports-colors.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/lib/system/has-flag.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/examples/safe-string.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/examples/normal-usage.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@colors/colors/themes/generic-logging.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-profile/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-profile/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-profile/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/init-package-json/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/init-package-json/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/init-package-json/lib/init-package-json.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/init-package-json/lib/default-input.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/archy/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/archy/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/archy/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/archy/examples/multi_line.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/archy/examples/beep.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@gar/promisify/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@gar/promisify/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@gar/promisify/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/dezalgo/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/dezalgo/dezalgo.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/dezalgo/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/experimentalWarning.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/readable-browser.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/errors-browser.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/errors.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/CONTRIBUTING.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/GOVERNANCE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/readable.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_transform.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_duplex.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_readable.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/lib/_stream_passthrough.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/buffer_list.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/from-browser.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/async_iterator.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/stream.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/state.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/from.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/stream-browser.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/end-of-stream.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/pipeline.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readable-stream/lib/internal/streams/destroy.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-normalize-package-bin/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-normalize-package-bin/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-normalize-package-bin/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/has-flag/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/has-flag/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/has-flag/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/has-flag/license installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/strip-trailing-slashes.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/extract.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/high-level-opt.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/update.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/read-entry.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/normalize-windows-path.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/replace.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/path-reservations.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/unpack.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/pack.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/list.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/types.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/large-numbers.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/mode-fix.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/strip-absolute-path.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/get-write-flag.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/mkdir.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/pax.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/write-entry.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/normalize-unicode.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/warn-mixin.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/parse.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/header.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/create.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tar/lib/winchars.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/agent-base/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/agent-base/src/index.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/agent-base/src/promisify.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/agent-base/dist/src/promisify.js.map installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/agent-base/dist/src/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/agent-base/dist/src/index.js.map installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/agent-base/dist/src/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/agent-base/dist/src/promisify.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/agent-base/dist/src/promisify.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-sized/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-sized/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-sized/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promise-inflight/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promise-inflight/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promise-inflight/inflight.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minizlib/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minizlib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minizlib/constants.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minizlib/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-package-arg/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-package-arg/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-package-arg/lib/npa.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/are-we-there-yet/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/are-we-there-yet/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/are-we-there-yet/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/are-we-there-yet/lib/tracker-stream.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/are-we-there-yet/lib/tracker-group.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/are-we-there-yet/lib/tracker-base.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/are-we-there-yet/lib/tracker.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/glob/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/glob/glob.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/glob/common.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/glob/sync.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/glob/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ignore-walk/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ignore-walk/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ignore-walk/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-flush/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-flush/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-flush/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/abbrev/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/abbrev/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/abbrev/abbrev.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/read-cmd-shim/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/read-cmd-shim/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/read-cmd-shim/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/imurmurhash/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/imurmurhash/imurmurhash.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/imurmurhash/imurmurhash.min.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/unique-slug/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/unique-slug/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/unique-slug/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/clean-stack/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/clean-stack/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/clean-stack/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/clean-stack/license installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/infer-owner/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/infer-owner/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/infer-owner/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/humanize-ms/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/humanize-ms/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/humanize-ms/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/humanize-ms/History.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/emoji-regex/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/emoji-regex/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/emoji-regex/LICENSE-MIT.txt installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/emoji-regex/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/emoji-regex/text.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/emoji-regex/es2015/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/emoji-regex/es2015/text.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/function-bind/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/function-bind/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/function-bind/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/function-bind/implementation.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/clone/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/clone/clone.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/clone/clone.iml installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/clone/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/color-support/browser.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/color-support/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/color-support/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/color-support/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/color-support/bin.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/color-support/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-packlist/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-packlist/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-packlist/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-packlist/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-packlist/node_modules/npm-normalize-package-bin/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-packlist/node_modules/npm-normalize-package-bin/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-packlist/node_modules/npm-normalize-package-bin/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-packlist/bin/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-user-validate/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-user-validate/npm-user-validate.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-user-validate/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/console-control-strings/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/console-control-strings/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/console-control-strings/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promzard/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promzard/promzard.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promzard/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promzard/example/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promzard/example/buffer.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promzard/example/substack-input.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promzard/example/npm-init/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promzard/example/npm-init/init.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promzard/example/npm-init/init-input.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/is-fullwidth-code-point/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/is-fullwidth-code-point/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/is-fullwidth-code-point/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/is-fullwidth-code-point/license installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmpublish/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmpublish/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmpublish/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmpublish/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmpublish/lib/publish.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmpublish/lib/unpublish.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/is-lambda/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/is-lambda/test.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/is-lambda/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/is-lambda/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@isaacs/string-locale-compare/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@isaacs/string-locale-compare/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@isaacs/string-locale-compare/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/mute-stream/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/mute-stream/mute.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/mute-stream/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/mkdirp-infer-owner/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/mkdirp-infer-owner/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/mkdirp-infer-owner/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/read-package-json/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/read-package-json/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/read-package-json/lib/read-json.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/read-package-json/node_modules/npm-normalize-package-bin/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/read-package-json/node_modules/npm-normalize-package-bin/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/read-package-json/node_modules/npm-normalize-package-bin/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/just-diff-apply/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/just-diff-apply/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/just-diff-apply/index.mjs installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/just-diff-apply/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/just-diff-apply/index.tests.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/just-diff-apply/rollup.config.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/just-diff-apply/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/make-fetch-happen/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/make-fetch-happen/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/make-fetch-happen/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/make-fetch-happen/lib/options.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/make-fetch-happen/lib/remote.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/make-fetch-happen/lib/fetch.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/make-fetch-happen/lib/agent.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/make-fetch-happen/lib/dns.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/make-fetch-happen/lib/pipeline.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/policy.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/errors.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/key.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/entry.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/aproba/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/aproba/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/aproba/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-bundled/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-bundled/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-bundled/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-bundled/node_modules/npm-normalize-package-bin/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-bundled/node_modules/npm-normalize-package-bin/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-bundled/node_modules/npm-normalize-package-bin/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cidr-regex/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cidr-regex/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cidr-regex/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cidr-regex/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/spdx-expression-parse/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/spdx-expression-parse/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/spdx-expression-parse/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/spdx-expression-parse/parse.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/spdx-expression-parse/scan.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/spdx-expression-parse/AUTHORS installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/preload.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/range.bnf installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/gt.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/prerelease.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/lte.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/compare.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/inc.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/satisfies.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/neq.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/cmp.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/valid.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/major.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/patch.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/minor.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/diff.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/coerce.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/compare-build.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/eq.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/rsort.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/compare-loose.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/parse.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/sort.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/lt.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/clean.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/gte.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/functions/rcompare.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/ranges/intersects.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/ranges/subset.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/ranges/gtr.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/ranges/ltr.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/ranges/valid.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/ranges/simplify.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/ranges/min-satisfying.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/ranges/min-version.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/ranges/to-comparators.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/ranges/max-satisfying.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/ranges/outside.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/internal/constants.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/internal/parse-options.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/internal/debug.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/internal/identifiers.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/internal/re.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/node_modules/lru-cache/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/node_modules/lru-cache/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/node_modules/lru-cache/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/bin/semver.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/classes/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/classes/semver.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/classes/comparator.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/semver/classes/range.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/indent-string/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/indent-string/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/indent-string/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/indent-string/license installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmfund/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmfund/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmfund/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmfund/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/http-cache-semantics/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/http-cache-semantics/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/http-cache-semantics/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/safer-buffer/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/safer-buffer/tests.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/safer-buffer/Porting-Buffer.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/safer-buffer/safer.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/safer-buffer/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/safer-buffer/dangerous.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ansi-regex/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ansi-regex/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ansi-regex/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ansi-regex/license installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/wrappy/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/wrappy/wrappy.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/wrappy/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-pipeline/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-pipeline/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-pipeline/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/signal-exit/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/signal-exit/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/signal-exit/LICENSE.txt installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/signal-exit/signals.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/json-stringify-nice/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/json-stringify-nice/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/json-stringify-nice/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/debuglog/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/debuglog/debuglog.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/debuglog/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/string_decoder/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/string_decoder/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/string_decoder/lib/string_decoder.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmversion/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmversion/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmversion/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmversion/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmversion/lib/write-json.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmversion/lib/tag.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmversion/lib/retrieve-tag.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmversion/lib/version.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmversion/lib/read-json.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmversion/lib/commit.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmversion/lib/enforce-clean.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/which/CHANGELOG.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/which/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/which/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/which/which.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/which/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/which/bin/node-which installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmteam/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmteam/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmteam/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmteam/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/json-parse-even-better-errors/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/json-parse-even-better-errors/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/json-parse-even-better-errors/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-registry-fetch/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-registry-fetch/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/default-opts.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/clean-url.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/auth.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/check-response.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/errors.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promise-all-reject-late/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promise-all-reject-late/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promise-all-reject-late/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/spdx-exceptions/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/spdx-exceptions/index.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/jsonparse/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/jsonparse/bench.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/jsonparse/jsonparse.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/jsonparse/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/jsonparse/samplejson/basic2.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/jsonparse/samplejson/basic.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/jsonparse/examples/twitterfeed.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tiny-relative-date/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tiny-relative-date/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tiny-relative-date/translations/de.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tiny-relative-date/translations/en.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tiny-relative-date/translations/da.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tiny-relative-date/translations/en-short.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tiny-relative-date/translations/es.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tiny-relative-date/lib/factory.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tiny-relative-date/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tiny-relative-date/src/factory.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/tiny-relative-date/src/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmorg/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmorg/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmorg/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmorg/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/.travis.yml installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/lib/main.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRBitBuffer.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRUtil.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QR8bitByte.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMath.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRRSBlock.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRPolynomial.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMaskPattern.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/example/basic.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/example/basic.png installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/example/callback.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/example/small-qrcode.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/qrcode-terminal/bin/qrcode-terminal.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/read/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/read/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/read/lib/read.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmdiff/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmdiff/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmdiff/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmdiff/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmdiff/lib/format-diff.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmdiff/lib/untar.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmdiff/lib/should-print-patch.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmdiff/lib/tarball.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/spdx-license-ids/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/spdx-license-ids/deprecated.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/spdx-license-ids/index.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/builtins/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/builtins/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/builtins/License installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/has/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/has/LICENSE-MIT installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/has/src/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/normalize-package-data/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/normalize-package-data/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/normalize-package-data/lib/normalize.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/normalize-package-data/lib/typos.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/normalize-package-data/lib/extract_description.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/normalize-package-data/lib/safe_format.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/normalize-package-data/lib/warning_messages.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/normalize-package-data/lib/make_warning.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/normalize-package-data/lib/fixer.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-fetch/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-fetch/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-fetch/lib/fetch-error.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-fetch/lib/blob.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-fetch/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-fetch/lib/request.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-fetch/lib/headers.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-fetch/lib/response.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-fetch/lib/abort-error.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-fetch/lib/body.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npmlog/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npmlog/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npmlog/lib/log.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cmd-shim/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cmd-shim/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cmd-shim/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cmd-shim/lib/to-batch-syntax.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minimatch/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minimatch/minimatch.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minimatch/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minimatch/lib/path.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/path-is-absolute/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/path-is-absolute/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/path-is-absolute/license installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/fs-minipass/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/fs-minipass/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/fs-minipass/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/nopt/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/nopt/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/nopt/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/nopt/lib/nopt.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/nopt/bin/nopt.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/graceful-fs/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/graceful-fs/legacy-streams.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/graceful-fs/clone.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/graceful-fs/polyfills.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/graceful-fs/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/mkdirp/CHANGELOG.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/mkdirp/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/mkdirp/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/mkdirp/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/mkdirp/readme.markdown installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/mkdirp/lib/mkdirp-native.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/mkdirp/lib/use-native.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/mkdirp/lib/find-made.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/mkdirp/lib/opts-arg.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/mkdirp/lib/mkdirp-manual.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/mkdirp/lib/path-arg.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/mkdirp/bin/cmd.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/walk-up-path/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/walk-up-path/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/walk-up-path/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/chalk/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/chalk/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/chalk/license installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/chalk/source/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/chalk/source/templates.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/chalk/source/util.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promise-retry/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promise-retry/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promise-retry/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/unique-filename/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/unique-filename/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/unique-filename/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/set-blocking/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/set-blocking/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/set-blocking/LICENSE.txt installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/debug/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/debug/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/debug/src/browser.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/debug/src/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/debug/src/node.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/debug/src/common.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/debug/node_modules/ms/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/debug/node_modules/ms/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/debug/node_modules/ms/license.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ansi-styles/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ansi-styles/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ansi-styles/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ansi-styles/license installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promise-call-limit/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promise-call-limit/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/promise-call-limit/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/string-width/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/string-width/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/string-width/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/string-width/license installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/columnify/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/columnify/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/columnify/columnify.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/columnify/Makefile installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/columnify/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/columnify/width.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/columnify/utils.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/safe-buffer/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/safe-buffer/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/safe-buffer/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/safe-buffer/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/depd/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/depd/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/depd/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/depd/History.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/depd/lib/browser/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/depd/lib/compat/callsite-tostring.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/depd/lib/compat/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/depd/lib/compat/event-listener-count.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmpack/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmpack/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmpack/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmpack/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/parse-conflict-json/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/parse-conflict-json/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/parse-conflict-json/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks-proxy-agent/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks-proxy-agent/dist/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks-proxy-agent/dist/index.js.map installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/socks-proxy-agent/dist/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/lib/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/lib/streams.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/lib/bom-handling.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-data.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/encodings/internal.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/encodings/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-data.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-codec.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/encodings/utf32.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/encodings/utf7.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-data-generated.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-codec.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/encodings/utf16.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/shiftjis.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp950.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/gbk-added.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/big5-added.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/eucjp.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp949.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp936.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/isexe/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/isexe/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/isexe/mode.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/isexe/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/isexe/windows.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/fastest-levenshtein/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/fastest-levenshtein/test.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/fastest-levenshtein/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/fastest-levenshtein/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/fastest-levenshtein/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/move-file/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/move-file/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/move-file/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/run-script/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/run-script/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/is-windows.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/is-server-package.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/escape.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/make-spawn-args.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script-pkg.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/signal-manager.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/validate-options.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/package-envs.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/set-path.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp.cmd installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/git/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/git/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/git/lib/spawn.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/git/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/git/lib/revs.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/git/lib/clone.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/git/lib/find.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/git/lib/errors.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/git/lib/lines-to-revs.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/git/lib/which.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/git/lib/is-clean.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/git/lib/make-error.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/git/lib/is.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/git/lib/utils.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/git/lib/opts.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/name-from-folder/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/name-from-folder/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/name-from-folder/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/calc-dep-flags.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/shrinkwrap.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/link.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/relpath.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/node.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/override-set.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/reset-dep-flags.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/peer-entry-sets.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/deepest-nesting-target.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/signal-handling.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/audit-report.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/tree-check.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/vuln.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/place-dep.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/debug.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/version-from-tgz.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/diff.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/signals.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/edge.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/printable.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/consistent-resolve.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/case-insensitive-map.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/override-resolves.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/realpath.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/gather-dep-set.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/retire-path.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/get-workspace-nodes.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/from-path.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/dep-valid.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/inventory.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/tracker.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/yarn-lock.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/spec-from-lock.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/query-selector-all.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/can-place-dep.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/optional-set.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-actual.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-workspaces.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/pruner.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/deduper.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/audit.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/rebuild.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-virtual.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/shrinkwrap.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/virtual.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/license.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/reify.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/funding.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/audit.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/ideal.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/prune.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/actual.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/options.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/timers.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/logging.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/print-tree.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/get-dep-spec.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/advisory.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/hash.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/package-json/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/package-json/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-scripts.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-dependencies.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-workspaces.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/ci-detect/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/ci-detect/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/ci-detect/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/map-workspaces/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/map-workspaces/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/map-workspaces/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/disparity-colors/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/disparity-colors/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/disparity-colors/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/lib/mkdtemp.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/lib/copy-file.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/lib/errors.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/lib/fs.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/lib/mkdir.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/lib/with-owner-sync.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/lib/write-file.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/lib/with-temp-dir.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/lib/with-owner.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/lib/rm/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/lib/rm/polyfill.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/lib/cp/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/lib/cp/polyfill.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/lib/cp/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/lib/common/node.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/lib/common/owner-sync.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/lib/common/owner.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/fs/lib/common/get-options.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/node-gyp/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/node-gyp/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/node_modules/npm-bundled/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/node_modules/npm-bundled/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/node_modules/npm-bundled/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/query/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/query/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/query/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/config/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/config/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/config/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/config/lib/type-description.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/config/lib/nerf-dart.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/config/lib/umask.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/config/lib/type-defs.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/config/lib/set-envs.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/config/lib/env-replace.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@npmcli/config/lib/parse-field.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/is-core-module/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/is-core-module/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/is-core-module/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/is-core-module/core.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cli-columns/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cli-columns/test.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cli-columns/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cli-columns/color.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cli-columns/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/negotiator/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/negotiator/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/negotiator/HISTORY.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/negotiator/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/negotiator/lib/encoding.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/negotiator/lib/charset.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/negotiator/lib/mediaType.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/negotiator/lib/language.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/strip-ansi/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/strip-ansi/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/strip-ansi/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/strip-ansi/license installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-audit-report/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-audit-report/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-audit-report/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-audit-report/lib/exit-code.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-audit-report/lib/colors.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-audit-report/lib/reporters/install.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-audit-report/lib/reporters/detail.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-audit-report/lib/reporters/quiet.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-audit-report/lib/reporters/json.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmsearch/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmsearch/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmsearch/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmsearch/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/validate-npm-package-name/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/validate-npm-package-name/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/validate-npm-package-name/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ip/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ip/lib/ip.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ms/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ms/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ms/license.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-install-checks/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-install-checks/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-install-checks/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/http-proxy-agent/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/http-proxy-agent/dist/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/http-proxy-agent/dist/index.js.map installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/http-proxy-agent/dist/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/http-proxy-agent/dist/agent.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/http-proxy-agent/dist/agent.js.map installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/http-proxy-agent/dist/agent.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readdir-scoped-modules/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readdir-scoped-modules/readdir.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/readdir-scoped-modules/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@tootallnate/once/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@tootallnate/once/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@tootallnate/once/dist/overloaded-parameters.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@tootallnate/once/dist/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@tootallnate/once/dist/types.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@tootallnate/once/dist/index.js.map installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@tootallnate/once/dist/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@tootallnate/once/dist/types.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@tootallnate/once/dist/overloaded-parameters.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@tootallnate/once/dist/overloaded-parameters.js.map installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/@tootallnate/once/dist/types.js.map installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/encoding/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/encoding/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/encoding/lib/encoding.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/gauge/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/gauge/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/gauge/lib/spin.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/gauge/lib/template-item.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/gauge/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/gauge/lib/themes.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/gauge/lib/set-interval.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/gauge/lib/error.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/gauge/lib/process.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/gauge/lib/wide-truncate.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/gauge/lib/render-template.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/gauge/lib/set-immediate.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/gauge/lib/progress-bar.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/gauge/lib/theme-set.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/gauge/lib/has-color.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/gauge/lib/base-theme.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/gauge/lib/plumbing.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmaccess/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmaccess/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmaccess/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/libnpmaccess/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/CHANGELOG.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/SECURITY.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/update-gyp.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/macOS_Catalina_acid_test.sh installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/CONTRIBUTING.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/macOS_Catalina.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/addon.gypi installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/docs/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/docs/binding.gyp-files-in-the-wild.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/docs/Linking-to-OpenSSL.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/docs/Error-pre-versions-of-node-cannot-be-installed.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/docs/Force-npm-to-use-global-node-gyp.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/docs/Updating-npm-bundled-node-gyp.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/docs/Home.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/lib/find-node-directory.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/lib/install.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/lib/Find-VisualStudio.cs installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/lib/create-config-gypi.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/lib/list.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/lib/remove.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/lib/build.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/lib/util.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/lib/rebuild.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/lib/process-release.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/lib/clean.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/lib/find-visualstudio.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/.github/PULL_REQUEST_TEMPLATE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/.github/workflows/release-please.yml installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/.github/workflows/tests.yml installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/.github/workflows/visual-studio.yml installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/CHANGELOG.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/CODE_OF_CONDUCT.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/CONTRIBUTING.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/.flake8 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/test_gyp.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp.bat installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/setup.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/requirements_dev.txt installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/AUTHORS installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_sln.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_gyp.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/README installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/pretty_vcproj.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/graphviz.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/README installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.pbfilespec installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/README installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp-tests.el installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/gyp.el installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/run-unit-tests.sh installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp.fontified installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/release-please.yml installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/node-gyp.yml installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/nodejs-windows.yml installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/.github/workflows/Python_tests.yml installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input_test.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common_test.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/glob.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/common.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/sync.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/minimatch.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/node_modules/minimatch/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/CHANGELOG.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/lib/nopt.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/node_modules/nopt/bin/nopt.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/supports-color/browser.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/supports-color/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/supports-color/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/supports-color/license installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/wcwidth/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/wcwidth/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/wcwidth/combining.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/wcwidth/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/wcwidth/docs/index.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/retry/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/retry/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/retry/equation.gif installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/retry/License installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/retry/Makefile installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/retry/lib/retry.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/retry/lib/retry_operation.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/retry/example/stop.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/retry/example/dns.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/has-unicode/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/has-unicode/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/has-unicode/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/asap/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/asap/browser-raw.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/asap/CHANGES.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/asap/asap.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/asap/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/asap/browser-asap.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/asap/raw.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-pick-manifest/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-pick-manifest/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-pick-manifest/node_modules/npm-normalize-package-bin/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-pick-manifest/node_modules/npm-normalize-package-bin/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/npm-pick-manifest/node_modules/npm-normalize-package-bin/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/is-cidr/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/is-cidr/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/is-cidr/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/is-cidr/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/text-table/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/text-table/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/text-table/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/text-table/example/doubledot.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/text-table/example/table.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/text-table/example/align.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/text-table/example/dotalign.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/text-table/example/center.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-collect/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-collect/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-collect/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cli-table3/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cli-table3/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cli-table3/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cli-table3/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cli-table3/src/cell.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cli-table3/src/table.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cli-table3/src/debug.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cli-table3/src/layout-manager.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cli-table3/src/utils.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-json-stream/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-json-stream/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/minipass-json-stream/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ini/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ini/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/ini/lib/ini.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cssesc/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cssesc/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cssesc/LICENSE-MIT.txt installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cssesc/cssesc.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cssesc/man/cssesc.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/cssesc/bin/cssesc installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/once/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/once/once.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/once/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/env-paths/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/env-paths/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/env-paths/index.d.ts installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/env-paths/license installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/concat-map/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/concat-map/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/concat-map/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/concat-map/example/map.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/treeverse/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/treeverse/LICENSE installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/treeverse/lib/depth.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/treeverse/lib/index.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/treeverse/lib/breadth.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/node_modules/treeverse/lib/depth-descent.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-view.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-query.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-find-dupes.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-search.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-version.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-dedupe.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-help.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-star.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-adduser.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-explore.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-stop.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-uninstall.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-pkg.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-start.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-edit.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-explain.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-dist-tag.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-link.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-logout.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-prefix.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-pack.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-doctor.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-update.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-set-script.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-bugs.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-token.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-whoami.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-hook.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-run-script.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-install-ci-test.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-install-test.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-unstar.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-bin.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-completion.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-config.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-team.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-owner.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-exec.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-ci.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-repo.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-docs.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-diff.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-cache.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-rebuild.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-help-search.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-shrinkwrap.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-profile.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-fund.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-install.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-access.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npx.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-stars.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-test.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-audit.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-ls.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-publish.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-restart.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-prune.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-outdated.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-root.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-init.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-deprecate.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-org.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-ping.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man1/npm-unpublish.1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man5/package-json.5 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man5/folders.5 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man5/install.5 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man5/npm-global.5 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man5/npm-shrinkwrap-json.5 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man5/npm-json.5 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man5/npmrc.5 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man5/package-lock-json.5 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man7/scope.7 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man7/workspaces.7 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man7/developers.7 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man7/scripts.7 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man7/removal.7 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man7/dependency-selectors.7 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man7/orgs.7 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man7/package-spec.7 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man7/logging.7 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man7/config.7 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/man/man7/registry.7 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/bin/npm.cmd installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/bin/npm-cli.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/bin/npx.cmd installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/bin/npx installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/bin/npx-cli.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/bin/npm installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/npm/bin/node-gyp-bin/node-gyp symlinking ../lib/node_modules/npm/bin/npm-cli.js -> /home/buildroot/autobuild/instance-0/output-1/host/bin/npm symlinking ../lib/node_modules/npm/bin/npx-cli.js -> /home/buildroot/autobuild/instance-0/output-1/host/bin/npx installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/CHANGELOG.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/package.json installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/README.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/LICENSE.md installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/npm.cmd installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/corepack.cmd installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/corepack installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/pnpm installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/yarn.ps1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/yarnpkg installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/npm.ps1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/pnpx.ps1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/corepack.ps1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/yarnpkg.cmd installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/yarn.cmd installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/npx.cmd installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/npx installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/pnpm.ps1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/yarn installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/pnpm.cmd installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/pnpx installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/pnpx.cmd installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/npm installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/yarnpkg.ps1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/npx.ps1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/npm.cmd installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/corepack.cmd installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/corepack installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/pnpm installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/yarn.ps1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/yarnpkg installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/npm.ps1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/pnpx.ps1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/corepack.ps1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/yarnpkg.cmd installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/yarn.cmd installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/npx.cmd installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/npx installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/pnpm.ps1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/yarn installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/pnpm.cmd installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/pnpx installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/pnpx.cmd installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/npm installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/yarnpkg.ps1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/shims/nodewin/npx.ps1 installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/dist/pnpx.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/dist/npx.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/dist/yarnpkg.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/dist/npm.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/dist/corepack.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/dist/pnpm.js installing /home/buildroot/autobuild/instance-0/output-1/host/lib/node_modules/corepack/dist/yarn.js symlinking ../lib/node_modules/corepack/dist/corepack.js -> /home/buildroot/autobuild/instance-0/output-1/host/bin/corepack installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/common.gypi installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/config.gypi installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/node.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/node_api.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/js_native_api.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/js_native_api_types.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/node_api_types.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/node_buffer.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/node_object_wrap.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/node_version.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/v8-internal.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/v8-version.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/v8config.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/v8.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/v8-platform.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/v8-profiler.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/cppgc/common.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/libplatform/libplatform.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/libplatform/v8-tracing.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/libplatform/libplatform-export.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/uv.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/uv/win.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/uv/linux.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/uv/errno.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/uv/sunos.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/uv/unix.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/uv/tree.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/uv/aix.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/uv/os390.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/uv/android-ifaddrs.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/uv/darwin.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/uv/posix.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/uv/stdint-msvc2008.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/uv/bsd.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/uv/version.h installing /home/buildroot/autobuild/instance-0/output-1/host/include/node/uv/threadpool.h make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-nodejs-16.20.0' odhcploc-20111021.tar.gz: OK (sha256: b0360a3aece8a29d131531da7bfc36d57c30c6eed30ff1ea360f7cccea1d62d7) >>> odhcploc 20111021 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/odhcploc/odhcploc-20111021.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/odhcploc-20111021 -xf - >>> odhcploc 20111021 Patching >>> odhcploc 20111021 Configuring >>> odhcploc 20111021 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /home/buildroot/autobuild/instance-0/output-1/build/odhcploc-20111021 all make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/odhcploc-20111021' /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 odhcploc.c -o odhcploc.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 opt.c -o opt.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 odhcploc.o opt.o -o odhcploc make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/odhcploc-20111021' >>> odhcploc 20111021 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 PREFIX=/usr DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target -C /home/buildroot/autobuild/instance-0/output-1/build/odhcploc-20111021 install make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/odhcploc-20111021' test -z "/home/buildroot/autobuild/instance-0/output-1/target/usr/bin" || mkdir -p "/home/buildroot/autobuild/instance-0/output-1/target/usr/bin" install -c odhcploc /home/buildroot/autobuild/instance-0/output-1/target/usr/bin test -z "/home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8" || mkdir -p "/home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8" install -c -m 0644 odhcploc.8 /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8 make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/odhcploc-20111021' open-isns-0.102.tar.gz: OK (sha256: 9611344733c0cdf14395f60880950ea4c3c7d6b765565b6493ad3e1afbe216de) >>> open-isns 0.102 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/open-isns/open-isns-0.102.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102 -xf - >>> open-isns 0.102 Patching >>> open-isns 0.102 Configuring rm -rf /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102//build mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102//build sed -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102//build/cross-compilation.conf PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" CC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" PYTHONNOUSERSITE=y /home/buildroot/autobuild/instance-0/output-1/host/bin/meson setup --prefix=/usr --libdir=lib --default-library=shared --buildtype=release --cross-file=/home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102//build/cross-compilation.conf -Db_pie=false -Db_staticpic=true -Dstrip=false -Dbuild.pkg_config_path=/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig -Dbuild.cmake_prefix_path=/home/buildroot/autobuild/instance-0/output-1/host/lib/cmake -Dslp=disabled -Dsecurity=enabled /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/ /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102//build The Meson build system Version: 1.1.1 Source dir: /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102 Build dir: /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/build Build type: cross build Project name: libisns Project version: 0.102 C compiler for the host machine: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc (gcc 12.3.0 "mips-buildroot-linux-gnu-gcc.br_real (Buildroot 2023.08-rc3-37-g79c7a67a4c) 12.3.0") C linker for the host machine: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc ld.bfd 2.40 C compiler for the build machine: /usr/bin/gcc (gcc 12.3.1 "gcc (GCC) 12.3.1 20230508 (Red Hat 12.3.1-1)") C linker for the build machine: /usr/bin/gcc ld.bfd 2.38-27 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: mips Host machine cpu: Target machine cpu family: mips Target machine cpu: Found pkg-config: /home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf (1.6.3) Run-time dependency libcrypto found: YES 3.0.10 Library slp skipped: feature slp disabled Program test-isns.py found: YES (/home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/tests/test-isns.py) Configuring paths.h using configuration Configuring config.h using configuration Build targets in project: 5 NOTICE: Future-deprecated features used: * 0.60.0: {'install_subdir with empty directory'} libisns 0.102 User defined options Cross files : /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102//build/cross-compilation.conf build.cmake_prefix_path: /home/buildroot/autobuild/instance-0/output-1/host/lib/cmake build.pkg_config_path : /home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig buildtype : release default_library : shared libdir : lib prefix : /usr strip : false b_pie : false b_staticpic : true security : enabled slp : disabled Found ninja-1.11.1.git.kitware.jobserver-1 at /home/buildroot/autobuild/instance-0/output-1/host/bin/ninja >>> open-isns 0.102 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PYTHONNOUSERSITE=y /home/buildroot/autobuild/instance-0/output-1/host/bin/ninja -C /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102//build ninja: Entering directory `/home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102//build' [1/54] Compiling C object libisns.so.0.p/mdebug.c.o [2/54] Compiling C object libisns.so.0.p/error.c.o [3/54] Compiling C object libisns.so.0.p/slp.c.o [4/54] Compiling C object libisns.so.0.p/authblock.c.o [5/54] Compiling C object libisns.so.0.p/timer.c.o [6/54] Compiling C object libisns.so.0.p/storage-node.c.o [7/54] Compiling C object libisns.so.0.p/parser.c.o [8/54] Compiling C object libisns.so.0.p/domain.c.o [9/54] Compiling C object libisns.so.0.p/sysdep-unix.c.o [10/54] Compiling C object libisns.so.0.p/vendor.c.o [11/54] Compiling C object libisns.so.0.p/pidfile.c.o [12/54] Compiling C object libisns.so.0.p/util.c.o [13/54] Compiling C object libisns.so.0.p/relation.c.o [14/54] Compiling C object isnsd.p/isnsd.c.o [15/54] Compiling C object libisns.so.0.p/entity.c.o [16/54] Compiling C object libisns.so.0.p/config.c.o [17/54] Compiling C object libisns.so.0.p/callback.c.o [18/54] Compiling C object libisns.so.0.p/buffer.c.o [19/54] Compiling C object libisns.so.0.p/bitvector.c.o [20/54] Compiling C object libisns.so.0.p/deregister.c.o [21/54] Compiling C object libisns.so.0.p/portal-group.c.o [22/54] Compiling C object libisns.so.0.p/logging.c.o [23/54] Compiling C object libisns.so.0.p/query.c.o [24/54] Compiling C object libisns.so.0.p/db-file.c.o [25/54] Compiling C object libisns.so.0.p/getnext.c.o [26/54] Compiling C object libisns.so.0.p/message.c.o [27/54] Compiling C object libisns.so.0.p/policy.c.o [28/54] Compiling C object libisns.so.0.p/db-policy.c.o [29/54] Compiling C object libisns.so.0.p/client.c.o [30/54] Compiling C object libisns.so.0.p/db.c.o [31/54] Compiling C object isnsdd.p/local.c.o [32/54] Compiling C object bitvector.p/bitvector.c.o [33/54] Compiling C object libisns.so.0.p/export.c.o [34/54] Compiling C object libisns.so.0.p/esi.c.o [35/54] Compiling C object libisns.so.0.p/server.c.o [36/54] Compiling C object libisns.so.0.p/register.c.o [37/54] Compiling C object libisns.so.0.p/scope.c.o [38/54] Compiling C object libisns.so.0.p/tags.c.o [39/54] Compiling C object libisns.so.0.p/scn.c.o [40/54] Compiling C object libisns.so.0.p/security.c.o [41/54] Compiling C object libisns.so.0.p/pki.c.o ../pki.c: In function 'isns_dsasig_report_errors': ../pki.c:154:25: warning: 'ERR_func_error_string' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 154 | ERR_func_error_string(code), | ^~~~~~~~~~~~~~~~~~~~~ In file included from ../pki.c:16: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/err.h:459:35: note: declared here 459 | OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); | ^~~~~~~~~~~~~~~~~~~~~ ../pki.c: In function 'isns_dsasig_sign': ../pki.c:184:9: warning: 'DSA_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 184 | DSA_get0_key(EVP_PKEY_get0_DSA(pkey), NULL, &priv_key); | ^~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/x509.h:37, from /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/pem.h:23, from ../pki.c:15: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/dsa.h:204:28: note: declared here 204 | OSSL_DEPRECATEDIN_3_0 void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, | ^~~~~~~~~~~~ ../pki.c:184:9: warning: 'EVP_PKEY_get0_DSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 184 | DSA_get0_key(EVP_PKEY_get0_DSA(pkey), NULL, &priv_key); | ^~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/pem.h:22: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ../pki.c: In function 'isns_dsa_decode_public': ../pki.c:303:9: warning: 'd2i_DSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 303 | dsa = d2i_DSA_PUBKEY(NULL, &der, len); | ^~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/objects.h:21, from /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/evp.h:43: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/x509.h:714:1: note: declared here 714 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0,DSA, DSA_PUBKEY) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../pki.c:308:9: warning: 'EVP_PKEY_assign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 308 | EVP_PKEY_assign_DSA(evp, dsa); | ^~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ ../pki.c: In function 'isns_dsa_encode_public': ../pki.c:318:9: warning: 'i2d_DSA_PUBKEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 318 | bytes = i2d_DSA_PUBKEY(EVP_PKEY_get0_DSA(pkey), (unsigned char **) ptr); | ^~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/x509.h:714:1: note: declared here 714 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(OSSL_DEPRECATEDIN_3_0,DSA, DSA_PUBKEY) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../pki.c:318:9: warning: 'EVP_PKEY_get0_DSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 318 | bytes = i2d_DSA_PUBKEY(EVP_PKEY_get0_DSA(pkey), (unsigned char **) ptr); | ^~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/evp.h:1355:22: note: declared here 1355 | const struct dsa_st *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ ../pki.c: In function 'isns_dsa_generate_key': ../pki.c:393:9: warning: 'DSA_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 393 | if (!DSA_generate_key(dsa)) { | ^~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/dsa.h:174:27: note: declared here 174 | OSSL_DEPRECATEDIN_3_0 int DSA_generate_key(DSA *a); | ^~~~~~~~~~~~~~~~ ../pki.c:400:9: warning: 'EVP_PKEY_assign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 400 | EVP_PKEY_assign_DSA(pkey, dsa); | ^~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/evp.h:1328:5: note: declared here 1328 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ ../pki.c:405:17: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 405 | DSA_free(dsa); | ^~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/dsa.h:127:28: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ ../pki.c: In function 'isns_dsa_load_params': ../pki.c:424:9: warning: 'PEM_read_DSAparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 424 | dsa = PEM_read_DSAparams(fp, NULL, NULL, NULL); | ^~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/pem.h:455:1: note: declared here 455 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSAparams, DSA) | ^~~~~~~~~~~~~~~~~~~ ../pki.c: In function 'isns_dsa_init_params': ../pki.c:495:9: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 495 | dsa = DSA_new(); | ^~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/dsa.h:125:28: note: declared here 125 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void); | ^~~~~~~ ../pki.c:496:9: warning: 'DSA_generate_parameters_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 496 | if (!DSA_generate_parameters_ex(dsa, dsa_key_bits, NULL, 0, NULL, NULL, cb)) { | ^~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/dsa.h:167:27: note: declared here 167 | OSSL_DEPRECATEDIN_3_0 int DSA_generate_parameters_ex(DSA *dsa, int bits, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../pki.c:497:17: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 497 | DSA_free(dsa); | ^~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/dsa.h:127:28: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ ../pki.c:514:9: warning: 'PEM_write_DSAparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 514 | if (!PEM_write_DSAparams(fp, dsa)) { | ^~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/pem.h:455:1: note: declared here 455 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DSAparams, DSA) | ^~~~~~~~~~~~~~~~~~~ ../pki.c:517:17: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 517 | DSA_free(dsa); | ^~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/dsa.h:127:28: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ ../pki.c:521:9: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 521 | DSA_free(dsa); | ^~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/dsa.h:127:28: note: declared here 127 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r); | ^~~~~~~~ [42/54] Compiling C object libisns.so.0.p/dd.c.o [43/54] Compiling C object libisns.so.0.p/objects.c.o [44/54] Compiling C object libisns.so.0.p/simple.c.o [45/54] Compiling C object isnsdd.p/isnsdd.c.o ../isnsdd.c: In function 'isns_proxy_free': ../isnsdd.c:321:9: warning: 'free' called on pointer 'proxy' with nonzero offset 8 [-Wfree-nonheap-object] 321 | free(&proxy->ip_eid); | ^~~~~~~~~~~~~~~~~~~~ [46/54] Compiling C object isnsadm.p/isnsadm.c.o [47/54] Compiling C object libisns.so.0.p/attrs.c.o [48/54] Compiling C object libisns.so.0.p/socket.c.o [49/54] Linking target libisns.so.0 [50/54] Generating symbol file libisns.so.0.p/libisns.so.0.symbols [51/54] Linking target isnsd [52/54] Linking target isnsdd [53/54] Linking target isnsadm [54/54] Linking target bitvector >>> open-isns 0.102 Installing to staging directory PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" DESTDIR=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot PYTHONNOUSERSITE=y /home/buildroot/autobuild/instance-0/output-1/host/bin/ninja -C /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102//build install ninja: Entering directory `/home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102//build' [0/1] Installing files. Installing subdir /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/isns to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/var/lib/isns Installing libisns.so.0 to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib Installing isnsd to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/sbin Installing isnsdd to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/sbin Installing isnsadm to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/sbin Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/include/libisns/attrs.h to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/libisns/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/include/libisns/buffer.h to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/libisns/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/include/libisns/isns.h to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/libisns/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/include/libisns/isns-proto.h to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/libisns/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/include/libisns/message.h to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/libisns/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/include/libisns/source.h to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/libisns/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/include/libisns/types.h to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/libisns/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/include/libisns/util.h to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/libisns/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/doc/isnsd.8 to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man8 Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/doc/isnsdd.8 to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man8 Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/doc/isnsadm.8 to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man8 Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/doc/isns_config.5 to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man5 Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/build/include/libisns/paths.h to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/libisns Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/etc/isnsd.conf to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/etc/isns Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/etc/isnsdd.conf to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/etc/isns Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/etc/isnsadm.conf to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/etc/isns Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/isnsd.service to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/systemd/system Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/isnsd.socket to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/systemd/system Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/build/meson-private/libisns.pc to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig Installing symlink pointing to libisns.so.0 to /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libisns.so >>> open-isns 0.102 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/buildroot/autobuild/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> open-isns 0.102 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target PYTHONNOUSERSITE=y /home/buildroot/autobuild/instance-0/output-1/host/bin/ninja -C /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102//build install ninja: Entering directory `/home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102//build' [0/1] Installing files. Installing subdir /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/isns to /home/buildroot/autobuild/instance-0/output-1/target/var/lib/isns Installing libisns.so.0 to /home/buildroot/autobuild/instance-0/output-1/target/usr/lib Installing isnsd to /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin Installing isnsdd to /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin Installing isnsadm to /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/include/libisns/attrs.h to /home/buildroot/autobuild/instance-0/output-1/target/usr/include/libisns/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/include/libisns/buffer.h to /home/buildroot/autobuild/instance-0/output-1/target/usr/include/libisns/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/include/libisns/isns.h to /home/buildroot/autobuild/instance-0/output-1/target/usr/include/libisns/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/include/libisns/isns-proto.h to /home/buildroot/autobuild/instance-0/output-1/target/usr/include/libisns/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/include/libisns/message.h to /home/buildroot/autobuild/instance-0/output-1/target/usr/include/libisns/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/include/libisns/source.h to /home/buildroot/autobuild/instance-0/output-1/target/usr/include/libisns/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/include/libisns/types.h to /home/buildroot/autobuild/instance-0/output-1/target/usr/include/libisns/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/include/libisns/util.h to /home/buildroot/autobuild/instance-0/output-1/target/usr/include/libisns/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/doc/isnsd.8 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8 Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/doc/isnsdd.8 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8 Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/doc/isnsadm.8 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8 Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/doc/isns_config.5 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man5 Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/build/include/libisns/paths.h to /home/buildroot/autobuild/instance-0/output-1/target/usr/include/libisns Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/etc/isnsd.conf to /home/buildroot/autobuild/instance-0/output-1/target/etc/isns Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/etc/isnsdd.conf to /home/buildroot/autobuild/instance-0/output-1/target/etc/isns Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/etc/isnsadm.conf to /home/buildroot/autobuild/instance-0/output-1/target/etc/isns Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/isnsd.service to /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/systemd/system Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/isnsd.socket to /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/systemd/system Installing /home/buildroot/autobuild/instance-0/output-1/build/open-isns-0.102/build/meson-private/libisns.pc to /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig Installing symlink pointing to libisns.so.0 to /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libisns.so rm /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/systemd/system/isnsd.service rm /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/systemd/system/isnsd.socket rmdir --ignore-fail-on-non-empty /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/systemd/system rmdir --ignore-fail-on-non-empty /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/systemd open-iscsi-2.1.8.tar.gz: OK (sha256: 9565bdf6b68b223e1e0d455d9a04d7536724a3f5b5a254e9398d06b2a0c6b6d2) >>> open-iscsi 2.1.8 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/open-iscsi/open-iscsi-2.1.8.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8 -xf - >>> open-iscsi 2.1.8 Patching Applying 0001-SHA3-is-not-supported-by-libressl.patch using patch: patching file libopeniscsiusr/idbm.h patching file usr/auth.c patching file usr/auth.h patching file usr/idbm.c >>> open-iscsi 2.1.8 Configuring rm -rf /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8//build mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8//build sed -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8//build/cross-compilation.conf PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" CC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" PYTHONNOUSERSITE=y /home/buildroot/autobuild/instance-0/output-1/host/bin/meson setup --prefix=/usr --libdir=lib --default-library=shared --buildtype=release --cross-file=/home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8//build/cross-compilation.conf -Db_pie=false -Db_staticpic=true -Dstrip=false -Dbuild.pkg_config_path=/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig -Dbuild.cmake_prefix_path=/home/buildroot/autobuild/instance-0/output-1/host/lib/cmake -Ddbroot=/var/lib/iscsi -Dno_systemd=true /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/ /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8//build The Meson build system Version: 1.1.1 Source dir: /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8 Build dir: /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/build Build type: cross build Project name: open-iscsi Project version: 2.1.8 C compiler for the host machine: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc (gcc 12.3.0 "mips-buildroot-linux-gnu-gcc.br_real (Buildroot 2023.08-rc3-37-g79c7a67a4c) 12.3.0") C linker for the host machine: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc ld.bfd 2.40 C compiler for the build machine: /usr/bin/gcc (gcc 12.3.1 "gcc (GCC) 12.3.1 20230508 (Red Hat 12.3.1-1)") C linker for the build machine: /usr/bin/gcc ld.bfd 2.38-27 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: mips Host machine cpu: Target machine cpu family: mips Target machine cpu: Program list-man-pages.sh found: YES (/home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/libopeniscsiusr/docs/list-man-pages.sh) Program kernel-doc found: YES (/home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/libopeniscsiusr/docs/kernel-doc) Found pkg-config: /home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf (1.6.3) Run-time dependency libkmod found: YES 30 Run-time dependency libcrypto found: YES 3.0.10 Run-time dependency mount found: YES 2.39.1 Library rt found: YES Library isns found: YES Configuring iscsi_fw_login using configuration Configuring iscsi-gen-initiatorname using configuration Configuring 50-iscsi-firmware-login.rules using configuration Configuring iscsid.8 using configuration Configuring iscsiadm.8 using configuration Configuring iscsi-gen-initiatorname.8 using configuration Configuring iscsistart.8 using configuration Program build_date.sh found: YES (/home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/iscsiuio/src/unix/build_date.sh) Run-time dependency threads found: YES Build targets in project: 74 open-iscsi 2.1.8 User defined options Cross files : /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8//build/cross-compilation.conf build.cmake_prefix_path: /home/buildroot/autobuild/instance-0/output-1/host/lib/cmake build.pkg_config_path : /home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig buildtype : release default_library : shared libdir : lib prefix : /usr strip : false b_pie : false b_staticpic : true dbroot : /var/lib/iscsi no_systemd : true Found ninja-1.11.1.git.kitware.jobserver-1 at /home/buildroot/autobuild/instance-0/output-1/host/bin/ninja >>> open-iscsi 2.1.8 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PYTHONNOUSERSITE=y /home/buildroot/autobuild/instance-0/output-1/host/bin/ninja -C /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8//build ninja: Entering directory `/home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8//build' [1/215] Compiling C object libsysdeps.a.p/sysdeps_sysdeps.c.o [2/215] Linking static target libsysdeps.a [3/215] Compiling C object libfwparam.a.p/usr_fwparam_ibft_fw_entry.c.o [4/215] Compiling C object libfwparam.a.p/usr_fwparam_ibft_prom_parse.tab.c.o [5/215] Generating iscsi_default_iface_setup_man with a custom command (wrapped by meson to capture output) [6/215] Generating iscsi_context_free_man with a custom command (wrapped by meson to capture output) [7/215] Generating iscsi_iface_get_man with a custom command (wrapped by meson to capture output) [8/215] Generating iscsi_iface_netdev_get_man with a custom command (wrapped by meson to capture output) [9/215] Compiling C object libfwparam.a.p/usr_fwparam_ibft_prom_lex.c.o [10/215] Generating iscsi_context_new_man with a custom command (wrapped by meson to capture output) [11/215] Generating iscsi_context_log_priority_get_man with a custom command (wrapped by meson to capture output) [12/215] Generating iscsi_context_log_func_set_man with a custom command (wrapped by meson to capture output) [13/215] Generating iscsi_context_userdata_set_man with a custom command (wrapped by meson to capture output) [14/215] Generating iscsi_sessions_get_man with a custom command (wrapped by meson to capture output) [15/215] Generating iscsi_session_free_man with a custom command (wrapped by meson to capture output) [16/215] Generating iscsi_ifaces_get_man with a custom command (wrapped by meson to capture output) [17/215] Generating iscsi_nodes_get_man with a custom command (wrapped by meson to capture output) [18/215] Generating iscsi_iface_ipaddress_get_man with a custom command (wrapped by meson to capture output) [19/215] Generating iscsi_iface_print_config_man with a custom command (wrapped by meson to capture output) [20/215] Compiling C object libfwparam.a.p/usr_fwparam_ibft_fwparam_ppc.c.o [21/215] Generating iscsi_strerror_man with a custom command (wrapped by meson to capture output) [22/215] Generating iscsi_sessions_free_man with a custom command (wrapped by meson to capture output) [23/215] Generating iscsi_session_get_man with a custom command (wrapped by meson to capture output) [24/215] Generating iscsi_iface_free_man with a custom command (wrapped by meson to capture output) [25/215] Generating iscsi_nodes_free_man with a custom command (wrapped by meson to capture output) [26/215] Generating iscsi_iface_hwaddress_get_man with a custom command (wrapped by meson to capture output) [27/215] Generating iscsi_iface_transport_name_get_man with a custom command (wrapped by meson to capture output) [28/215] Generating iscsi_iface_port_state_get_man with a custom command (wrapped by meson to capture output) [29/215] Generating iscsi_iface_port_speed_get_man with a custom command (wrapped by meson to capture output) [30/215] Generating iscsi_is_default_iface_man with a custom command (wrapped by meson to capture output) [31/215] Generating iscsi_node_print_config_man with a custom command (wrapped by meson to capture output) [32/215] Generating iscsi_session_sid_get_man with a custom command (wrapped by meson to capture output) [33/215] Compiling C object libfwparam.a.p/usr_fwparam_ibft_fwparam_sysfs.c.o [34/215] Generating iscsi_log_priority_str_man with a custom command (wrapped by meson to capture output) [35/215] Generating iscsi_context_log_priority_set_man with a custom command (wrapped by meson to capture output) [36/215] Generating iscsi_ifaces_free_man with a custom command (wrapped by meson to capture output) [37/215] Generating iscsi_iface_iname_get_man with a custom command (wrapped by meson to capture output) [38/215] Generating iscsi_iface_dump_config_man with a custom command (wrapped by meson to capture output) [39/215] Generating iscsi_node_dump_config_man with a custom command (wrapped by meson to capture output) [40/215] Generating iscsi_node_target_name_get_man with a custom command (wrapped by meson to capture output) [41/215] Generating iscsi_node_iface_name_get_man with a custom command (wrapped by meson to capture output) [42/215] Generating iscsi_context_userdata_get_man with a custom command (wrapped by meson to capture output) [43/215] Generating iscsi_node_conn_address_get_man with a custom command (wrapped by meson to capture output) [44/215] Generating iscsi_node_conn_port_get_man with a custom command (wrapped by meson to capture output) [45/215] Generating iscsi_session_persistent_address_get_man with a custom command (wrapped by meson to capture output) [46/215] Generating iscsi_session_persistent_port_get_man with a custom command (wrapped by meson to capture output) [47/215] Linking static target libfwparam.a [48/215] Generating iscsi_iface_name_get_man with a custom command (wrapped by meson to capture output) [49/215] Generating iscsi_node_conn_is_ipv6_man with a custom command (wrapped by meson to capture output) [50/215] Generating iscsi_node_portal_get_man with a custom command (wrapped by meson to capture output) [51/215] Generating iscsi_node_tpgt_get_man with a custom command (wrapped by meson to capture output) [52/215] Compiling C object libopeniscsiusr.so.0.2.0.p/libopeniscsiusr_context.c.o [53/215] Compiling C object libopeniscsiusr.so.0.2.0.p/libopeniscsiusr_default.c.o [54/215] Compiling C object test_context.p/libopeniscsiusr_tests_test_context.c.o [55/215] Compiling C object test_node.p/libopeniscsiusr_tests_test_node.c.o [56/215] Generating iscsi_session_target_name_get_man with a custom command (wrapped by meson to capture output) [57/215] Generating iscsi_session_username_get_man with a custom command (wrapped by meson to capture output) [58/215] Generating iscsi_session_password_get_man with a custom command (wrapped by meson to capture output) [59/215] Compiling C object test_iface.p/libopeniscsiusr_tests_test_iface.c.o [60/215] Compiling C object iscsid.p/usr_iscsi_timer.c.o [61/215] Generating iscsi_session_username_in_get_man with a custom command (wrapped by meson to capture output) [62/215] Compiling C object iscsid.p/usr_cxgbi.c.o [63/215] Compiling C object iscsid.p/usr_iser.c.o [64/215] Compiling C object test_session.p/libopeniscsiusr_tests_test_session.c.o [65/215] Compiling C object iscsid.p/usr_iscsi_err.c.o [66/215] Compiling C object iscsid.p/usr_scsi.c.o [67/215] Compiling C object libopeniscsiusr.so.0.2.0.p/libopeniscsiusr_misc.c.o [68/215] Compiling C object libopeniscsiusr.so.0.2.0.p/libopeniscsiusr_session.c.o [69/215] Compiling C object libopeniscsiusr.so.0.2.0.p/libopeniscsiusr_node.c.o [70/215] Compiling C object iscsid.p/usr_be2iscsi.c.o [71/215] Compiling C object iscsid.p/usr_uip_mgmt_ipc.c.o [72/215] Generating iscsi_session_password_in_get_man with a custom command (wrapped by meson to capture output) [73/215] Generating iscsi_session_recovery_tmo_get_man with a custom command (wrapped by meson to capture output) [74/215] Generating iscsi_session_lu_reset_tmo_get_man with a custom command (wrapped by meson to capture output) [75/215] Generating iscsi_session_tgt_reset_tmo_get_man with a custom command (wrapped by meson to capture output) [76/215] Compiling C object iscsid.p/usr_iscsi_util.c.o [77/215] Compiling C object iscsid.p/usr_log.c.o [78/215] Compiling C object iscsid.p/usr_transport.c.o [79/215] Compiling C object iscsid.p/usr_kern_err_table.c.o [80/215] Generating iscsi_session_abort_tmo_get_man with a custom command (wrapped by meson to capture output) [81/215] Generating iscsi_session_tpgt_get_man with a custom command (wrapped by meson to capture output) [82/215] Generating iscsi_session_address_get_man with a custom command (wrapped by meson to capture output) [83/215] Generating iscsi_session_port_get_man with a custom command (wrapped by meson to capture output) [84/215] Generating iscsi_session_iface_get_man with a custom command (wrapped by meson to capture output) [85/215] Compiling C object libopeniscsiusr.so.0.2.0.p/libopeniscsiusr_sysfs.c.o [86/215] Compiling C object iscsid.p/usr_host.c.o [87/215] Compiling C object iscsid.p/usr_session_info.c.o [88/215] Compiling C object iscsid.p/usr_iscsid_req.c.o [89/215] Compiling C object iscsid.p/usr_actor.c.o [90/215] Compiling C object iscsid.p/usr_event_poll.c.o [91/215] Compiling C object iscsid.p/usr_local_strings.c.o [92/215] Compiling C object iscsiadm.p/usr_iscsi_timer.c.o [93/215] Compiling C object iscsid.p/usr_io.c.o [94/215] Compiling C object iscsid.p/usr_mntcheck.c.o [95/215] Compiling C object iscsid.p/usr_iscsi_net_util.c.o [96/215] Compiling C object iscsid.p/usr_initiator_common.c.o [97/215] Compiling C object iscsid.p/usr_session_mgmt.c.o [98/215] Compiling C object iscsiadm.p/usr_iser.c.o [99/215] Compiling C object libopeniscsiusr.so.0.2.0.p/libopeniscsiusr_iface.c.o [100/215] Compiling C object iscsid.p/usr_sysfs.c.o [101/215] Compiling C object iscsid.p/usr_flashnode.c.o [102/215] Compiling C object iscsid.p/usr_mgmt_ipc.c.o [103/215] Compiling C object iscsiadm.p/usr_iscsi_util.c.o [104/215] Compiling C object iscsiadm.p/usr_cxgbi.c.o [105/215] Compiling C object iscsiadm.p/usr_be2iscsi.c.o [106/215] Compiling C object iscsiadm.p/usr_iscsi_err.c.o [107/215] Compiling C object iscsid.p/usr_iscsid.c.o [108/215] Compiling C object iscsiadm.p/usr_log.c.o [109/215] Compiling C object iscsiadm.p/usr_uip_mgmt_ipc.c.o [110/215] Compiling C object iscsistart.p/usr_iscsi_timer.c.o [111/215] Compiling C object iscsiadm.p/usr_host.c.o [112/215] Compiling C object iscsiadm.p/usr_transport.c.o [113/215] Compiling C object iscsiadm.p/usr_local_strings.c.o [114/215] Compiling C object iscsiadm.p/usr_io.c.o [115/215] Compiling C object iscsiadm.p/usr_session_info.c.o [116/215] Compiling C object iscsiadm.p/usr_iscsi_net_util.c.o [117/215] Compiling C object iscsiadm.p/usr_iscsid_req.c.o [118/215] Compiling C object iscsiadm.p/usr_mntcheck.c.o [119/215] Compiling C object iscsid.p/usr_login.c.o [120/215] Compiling C object iscsistart.p/usr_iscsi_err.c.o [121/215] Compiling C object iscsid.p/usr_auth.c.o [122/215] Compiling C object iscsistart.p/usr_iscsi_util.c.o [123/215] Compiling C object iscsid.p/usr_netlink.c.o [124/215] Compiling C object iscsid.p/usr_discoveryd.c.o [125/215] Compiling C object iscsiadm.p/usr_flashnode.c.o [126/215] Compiling C object iscsiadm.p/usr_session_mgmt.c.o [127/215] Compiling C object iscsistart.p/usr_iser.c.o [128/215] Compiling C object iscsistart.p/usr_be2iscsi.c.o [129/215] Compiling C object iscsistart.p/usr_scsi.c.o [130/215] Compiling C object iscsiadm.p/usr_sysfs.c.o [131/215] Compiling C object iscsiadm.p/usr_initiator_common.c.o [132/215] Compiling C object iscsistart.p/usr_log.c.o [133/215] Compiling C object iscsistart.p/usr_cxgbi.c.o [134/215] Generating iscsiuio/src/unix/build_date.c with a custom command [135/215] Generating iscsiuio/src/unix/build_date.h with a custom command [136/215] Compiling C object iscsid.p/usr_discovery.c.o [137/215] Compiling C object iscsistart.p/usr_host.c.o [138/215] Compiling C object iscsistart.p/usr_iscsid_req.c.o [139/215] Compiling C object iscsistart.p/usr_transport.c.o [140/215] Compiling C object iscsistart.p/usr_uip_mgmt_ipc.c.o [141/215] Compiling C object iscsistart.p/usr_kern_err_table.c.o [142/215] Compiling C object iscsid.p/usr_iscsi_sysfs.c.o [143/215] Compiling C object iscsistart.p/usr_io.c.o [144/215] Compiling C object iscsistart.p/usr_iscsi_net_util.c.o [145/215] Compiling C object iscsistart.p/usr_actor.c.o [146/215] Compiling C object iscsiuio/libiscsi_uip.a.p/src_uip_timer.c.o [147/215] Compiling C object iscsid.p/usr_iface.c.o [148/215] Compiling C object iscsiadm.p/usr_login.c.o [149/215] Compiling C object iscsi-iname.p/utils_iscsi-iname.c.o [150/215] Compiling C object iscsiuio/libiscsi_uip.a.p/src_uip_uip_eth.c.o [151/215] Compiling C object iscsistart.p/usr_sysfs.c.o [152/215] Compiling C object iscsistart.p/usr_session_info.c.o [153/215] Compiling C object iscsistart.p/usr_event_poll.c.o [154/215] Compiling C object iscsiuio/libapps_brcm_iscsi.a.p/src_apps_brcm-iscsi_brcm_iscsi.c.o [155/215] Compiling C object iscsiuio/iscsiuio.p/meson-generated_.._src_unix_build_date.c.o [156/215] Compiling C object iscsid.p/usr_initiator.c.o ../usr/initiator.c: In function '__session_conn_reopen': ../usr/initiator.c:627:9: warning: 'delay' may be used uninitialized [-Wmaybe-uninitialized] 627 | queue_delayed_reopen(qtask, delay); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../usr/initiator.c:578:18: note: 'delay' was declared here 578 | uint32_t delay; | ^~~~~ [157/215] Compiling C object iscsistart.p/usr_initiator_common.c.o [158/215] Compiling C object iscsi-iname.p/utils_md5.c.o [159/215] Compiling C object iscsiuio/libiscsi_uip.a.p/src_uip_psock.c.o [160/215] Compiling C object iscsistart.p/usr_flashnode.c.o [161/215] Compiling C object iscsiuio/iscsiuio.p/src_unix_clock-arch.c.o [162/215] Linking static target iscsiuio/libapps_brcm_iscsi.a [163/215] Compiling C object iscsiadm.p/usr_auth.c.o [164/215] Compiling C object iscsistart.p/usr_mgmt_ipc.c.o [165/215] Compiling C object iscsiuio/libiscsi_uip.a.p/src_uip_uip-neighbor.c.o ../iscsiuio/src/uip/uip-neighbor.c: In function 'uip_neighbor_out': ../iscsiuio/src/uip/uip-neighbor.c:198:51: warning: taking address of packed member of 'struct uip_ipv6_hdr' may result in an unaligned pointer value [-Waddress-of-packed-member] 198 | e = find_entry(ustack, (struct in6_addr *)ipv6_hdr->destipaddr); | ^~~~~~~~ [166/215] Compiling C object iscsiuio/libapps_dhcpc.a.p/src_apps_dhcpc_dhcpv6.c.o [167/215] Compiling C object iscsiadm.p/usr_netlink.c.o [168/215] Compiling C object iscsiuio/libiscsi_uip.a.p/src_uip_uip_arp.c.o ../iscsiuio/src/uip/uip_arp.c: In function 'uip_arp_ipin': ../iscsiuio/src/uip/uip_arp.c:219:34: warning: taking address of packed member of 'struct ip_hdr' may result in an unaligned pointer value [-Waddress-of-packed-member] 219 | uip_arp_update(ip->srcipaddr, ð->src); | ~~^~~~~~~~~~~ ../iscsiuio/src/uip/uip_arp.c: In function 'uip_arp_arpin': ../iscsiuio/src/uip/uip_arp.c:247:43: warning: taking address of packed member of 'struct arp_hdr' may result in an unaligned pointer value [-Waddress-of-packed-member] 247 | uip_arp_update(arp->sipaddr, &arp->shwaddr); | ~~~^~~~~~~~~ ../iscsiuio/src/uip/uip_arp.c:273:35: warning: taking address of packed member of 'struct arp_hdr' may result in an unaligned pointer value [-Waddress-of-packed-member] 273 | uip_arp_update(arp->sipaddr, &arp->shwaddr); | ~~~^~~~~~~~~ [169/215] Compiling C object iscsiuio/iscsiuio.p/src_unix_logger.c.o [170/215] Compiling C object iscsiuio/libapps_dhcpc.a.p/src_apps_dhcpc_dhcpc.c.o [171/215] Linking static target iscsiuio/libapps_dhcpc.a [172/215] Linking target iscsi-iname [173/215] Compiling C object iscsistart.p/usr_iscsistart.c.o [174/215] Compiling C object iscsiuio/libiscsi_uip.a.p/src_uip_ipv6_ndpc.c.o [175/215] Compiling C object iscsiuio/iscsiuio.p/src_unix_packet.c.o [176/215] Compiling C object iscsiadm.p/usr_discovery.c.o [177/215] Compiling C object iscsiadm.p/usr_iface.c.o [178/215] Compiling C object iscsiadm.p/usr_iscsi_sysfs.c.o [179/215] Compiling C object iscsistart.p/usr_login.c.o [180/215] Compiling C object iscsiuio/iscsiuio.p/src_unix_nic_vlan.c.o [181/215] Compiling C object iscsistart.p/usr_auth.c.o [182/215] Compiling C object iscsiuio/iscsiuio.p/src_unix_nic_id.c.o [183/215] Compiling C object iscsiuio/libiscsiuio_hw_cnic.a.p/src_unix_libs_cnic.c.o [184/215] Compiling C object iscsiuio/iscsiuio.p/src_unix_main.c.o [185/215] Compiling C object iscsistart.p/usr_netlink.c.o [186/215] Compiling C object iscsiuio/iscsiuio.p/src_unix_nic_nl.c.o [187/215] Compiling C object iscsiuio/iscsiuio.p/src_unix_ping.c.o ../iscsiuio/src/unix/ping.c: In function 'prepare_icmpv4_req_pkt': ../iscsiuio/src/unix/ping.c:153:47: warning: converting a packed 'struct uip_icmpv4_hdr' pointer (alignment 1) to a 'u16_t' {aka 'short unsigned int'} pointer (alignment 2) may result in an unaligned pointer value [-Waddress-of-packed-member] 153 | ustack->uip_slen)); | ^~~~~~ In file included from ../iscsiuio/src/unix/ping.c:50: ../iscsiuio/src/uip/uip.h:1279:37: note: defined here 1279 | struct __attribute__ ((__packed__)) uip_icmpv4_hdr { | ^~~~~~~~~~~~~~ [188/215] Compiling C object iscsiuio/libiscsi_uip.a.p/src_uip_ipv6.c.o [189/215] Compiling C object iscsiuio/libiscsiuio_hw_cnic.a.p/src_unix_libs_bnx2.c.o [190/215] Compiling C object iscsistart.p/usr_iface.c.o [191/215] Compiling C object iscsiuio/libiscsi_uip.a.p/src_uip_uip.c.o [192/215] Compiling C object iscsistart.p/usr_iscsi_sysfs.c.o [193/215] Compiling C object iscsiuio/libiscsiuio_hw_cnic.a.p/src_unix_libs_qedi.c.o [194/215] Linking static target iscsiuio/libiscsi_uip.a [195/215] Compiling C object libopeniscsiusr.so.0.2.0.p/libopeniscsiusr_idbm.c.o [196/215] Compiling C object iscsiuio/iscsiuio.p/src_unix_nic.c.o ../iscsiuio/src/unix/nic.c: In function 'load_all_nic_libraries': ../iscsiuio/src/unix/nic.c:226:16: warning: 'rc' may be used uninitialized [-Wmaybe-uninitialized] 226 | return rc; | ^~ ../iscsiuio/src/unix/nic.c:188:13: note: 'rc' was declared here 188 | int rc, i = 0; | ^~ [197/215] Linking target libopeniscsiusr.so.0.2.0 [198/215] Compiling C object iscsiuio/libiscsiuio_hw_cnic.a.p/src_unix_libs_bnx2x.c.o [199/215] Linking static target iscsiuio/libiscsiuio_hw_cnic.a [200/215] Compiling C object iscsiuio/iscsiuio.p/src_unix_iscsid_ipc.c.o ../iscsiuio/src/unix/iscsid_ipc.c: In function 'decode_iface': ../iscsiuio/src/unix/iscsid_ipc.c:272:29: warning: the comparison will always evaluate as 'true' for the address of '__u6_addr8' will never be NULL [-Waddress] 272 | if (!ird->ipv6_subnet_mask.s6_addr) | ^ In file included from /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/arpa/inet.h:22, from ../iscsiuio/src/unix/iscsid_ipc.c:48: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/netinet/in.h:225:17: note: '__u6_addr8' declared here 225 | uint8_t __u6_addr8[16]; | ^~~~~~~~~~ [201/215] Compiling C object iscsistart.p/usr_initiator.c.o ../usr/initiator.c: In function '__session_conn_reopen': ../usr/initiator.c:627:9: warning: 'delay' may be used uninitialized [-Wmaybe-uninitialized] 627 | queue_delayed_reopen(qtask, delay); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../usr/initiator.c:578:18: note: 'delay' was declared here 578 | uint32_t delay; | ^~~~~ [202/215] Compiling C object iscsiuio/iscsiuio.p/src_unix_nic_utils.c.o ../iscsiuio/src/unix/nic_utils.c: In function 'from_uio_find_associated_eth_device': ../iscsiuio/src/unix/nic_utils.c:560:16: warning: 'rc' may be used uninitialized [-Wmaybe-uninitialized] 560 | return rc; | ^~ ../iscsiuio/src/unix/nic_utils.c:475:13: note: 'rc' was declared here 475 | int rc; | ^~ [203/215] Linking target iscsiuio/iscsiuio [204/215] Compiling C object iscsiadm.p/usr_iscsiadm.c.o [205/215] Generating symbol file libopeniscsiusr.so.0.2.0.p/libopeniscsiusr.so.0.2.0.symbols [206/215] Linking target test_context [207/215] Linking target test_node [208/215] Linking target test_session [209/215] Linking target test_iface [210/215] Compiling C object iscsid.p/usr_idbm.c.o [211/215] Compiling C object iscsiadm.p/usr_idbm.c.o [212/215] Linking target iscsid [213/215] Compiling C object iscsistart.p/usr_idbm.c.o [214/215] Linking target iscsiadm [215/215] Linking target iscsistart >>> open-iscsi 2.1.8 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target PYTHONNOUSERSITE=y /home/buildroot/autobuild/instance-0/output-1/host/bin/ninja -C /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8//build install ninja: Entering directory `/home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8//build' [0/1] Installing files. Installing iscsi_log_priority_str.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_strerror.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_context_new.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_context_free.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_context_log_priority_set.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_context_log_priority_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_context_log_func_set.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_context_userdata_set.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_context_userdata_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_sessions_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_sessions_free.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_session_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_session_free.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_default_iface_setup.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_ifaces_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_ifaces_free.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_iface_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_iface_free.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_nodes_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_nodes_free.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_iface_ipaddress_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_iface_hwaddress_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_iface_netdev_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_iface_transport_name_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_iface_iname_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_iface_port_state_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_iface_port_speed_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_iface_name_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_iface_dump_config.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_iface_print_config.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_is_default_iface.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_node_dump_config.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_node_print_config.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_node_target_name_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_node_conn_is_ipv6.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_node_conn_address_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_node_conn_port_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_node_portal_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_node_tpgt_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_node_iface_name_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_session_sid_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_session_persistent_address_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_session_persistent_port_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_session_target_name_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_session_username_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_session_password_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_session_username_in_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_session_password_in_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_session_recovery_tmo_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_session_lu_reset_tmo_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_session_tgt_reset_tmo_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_session_abort_tmo_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_session_tpgt_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_session_address_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_session_port_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing iscsi_session_iface_get.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing libopeniscsiusr.so.0.2.0 to /home/buildroot/autobuild/instance-0/output-1/target/usr/lib Installing iscsid to /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin Installing iscsiadm to /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin Installing iscsistart to /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin Installing iscsi-iname to /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin Installing iscsiuio/iscsiuio to /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/libopeniscsiusr/libopeniscsiusr/libopeniscsiusr.h to /home/buildroot/autobuild/instance-0/output-1/target/usr/include/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/libopeniscsiusr/libopeniscsiusr/libopeniscsiusr_iface.h to /home/buildroot/autobuild/instance-0/output-1/target/usr/include/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/libopeniscsiusr/libopeniscsiusr/libopeniscsiusr_node.h to /home/buildroot/autobuild/instance-0/output-1/target/usr/include/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/libopeniscsiusr/libopeniscsiusr/libopeniscsiusr_session.h to /home/buildroot/autobuild/instance-0/output-1/target/usr/include/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/libopeniscsiusr/libopeniscsiusr/libopeniscsiusr_common.h to /home/buildroot/autobuild/instance-0/output-1/target/usr/include/ Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/libopeniscsiusr/docs/libopeniscsiusr.h.3 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man3 Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/doc/iscsi_discovery.8 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8 Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/doc/iscsi_fw_login.8 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8 Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/doc/iscsi-iname.8 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8 Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/iscsiuio/docs/iscsiuio.8 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8 Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/build/meson-private/libopeniscsiusr.pc to /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/build/iscsi_fw_login to /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/build/iscsi-gen-initiatorname to /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/utils/iscsi_discovery.sh to /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/utils/iscsi_offload.sh to /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/build/50-iscsi-firmware-login.rules to /home/buildroot/autobuild/instance-0/output-1/target/etc/udev/rules.d Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/etc/iface.example to /home/buildroot/autobuild/instance-0/output-1/target/var/lib/iscsi/ifaces Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/etc/iscsid.conf to /home/buildroot/autobuild/instance-0/output-1/target/etc/iscsi Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/build/iscsid.8 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8 Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/build/iscsiadm.8 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8 Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/build/iscsi-gen-initiatorname.8 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8 Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/build/iscsistart.8 to /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8 Installing /home/buildroot/autobuild/instance-0/output-1/build/open-iscsi-2.1.8/iscsiuio/iscsiuiolog to /home/buildroot/autobuild/instance-0/output-1/target/etc/logrotate.d Installing symlink pointing to libopeniscsiusr.so.0.2.0 to /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libopeniscsiusr.so.0 Installing symlink pointing to libopeniscsiusr.so.0 to /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/libopeniscsiusr.so Installing symlink pointing to iscsiuio to /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin/brcm_iscsiuio p910nd-0.97.tar.bz2: OK (sha256: 4ac980a3ae24babae6f70f0a692625ece03a4a92c357fbb10d2e368386c3c26f) >>> p910nd 0.97 Extracting bzcat /home/buildroot/autobuild/instance-0/dl/p910nd/p910nd-0.97.tar.bz2 | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/p910nd-0.97 -xf - >>> p910nd 0.97 Patching >>> p910nd 0.97 Configuring >>> p910nd 0.97 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /home/buildroot/autobuild/instance-0/output-1/build/p910nd-0.97 make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/p910nd-0.97' /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -o p910nd p910nd.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 p910nd.c: In function 'server': p910nd.c:556:23: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 556 | (void)chdir("/"); | ^~~~~~~~~~ p910nd.c:559:23: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 559 | (void)dup(fd); /* stdout */ | ^~~~~~~ p910nd.c:560:23: warning: ignoring return value of 'dup' declared with attribute 'warn_unused_result' [-Wunused-result] 560 | (void)dup(fd); /* stderr */ | ^~~~~~~ make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/p910nd-0.97' >>> p910nd 0.97 Installing to target /usr/bin/install -D -m 0755 /home/buildroot/autobuild/instance-0/output-1/build/p910nd-0.97/p910nd /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin/p910nd parprouted-0.7.tar.gz: OK (sha256: d63643c95d4149a3d71112da5892f459433456bf0279bfa304625f109178defc) >>> parprouted 0.7 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/parprouted/parprouted-0.7.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/parprouted-0.7 -xf - >>> parprouted 0.7 Patching >>> parprouted 0.7 Configuring >>> parprouted 0.7 Building /usr/bin/make -j4 PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /home/buildroot/autobuild/instance-0/output-1/build/parprouted-0.7 all make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/parprouted-0.7' /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o parprouted.o parprouted.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o arp.o arp.c arp.c: In function 'arp_reply': arp.c:90:27: warning: taking address of packed member of 'struct _ether_arp_frame' may result in an unaligned pointer value [-Waddress-of-packed-member] 90 | struct ether_arp *arp = &reqframe->arp; | ^~~~~~~~~~~~~~ arp.c: In function 'arp_req': arp.c:134:27: warning: taking address of packed member of 'struct _ether_arp_frame' may result in an unaligned pointer value [-Waddress-of-packed-member] 134 | struct ether_arp *arp = &frame.arp; | ^~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -g -o parprouted parprouted.o arp.o -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -lpthread make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/parprouted-0.7' >>> parprouted 0.7 Installing to target /usr/bin/install -D -m 0755 /home/buildroot/autobuild/instance-0/output-1/build/parprouted-0.7/parprouted /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin/parprouted util-linux-2.39.1.tar.xz: OK (sha256: 890ae8ff810247bd19e274df76e8371d202cda01ad277681b0ea88eeaa00286b) >>> host-util-linux 2.39.1 Extracting /home/buildroot/autobuild/instance-0/output-1/host/bin/xzcat /home/buildroot/autobuild/instance-0/dl/util-linux/util-linux-2.39.1.tar.xz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1 -xf - >>> host-util-linux 2.39.1 Patching Applying 0001-libmount-ifdef-statx-call.patch using patch: patching file configure.ac Hunk #1 succeeded at 506 (offset -19 lines). patching file libmount/src/hook_mount.c Hunk #1 succeeded at 286 (offset -8 lines). Hunk #2 succeeded at 299 (offset -8 lines). >>> host-util-linux 2.39.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-util-linux 2.39.1 Configuring >>> host-util-linux 2.39.1 Autoreconfiguring libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. libtoolize: copying file 'config/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:13: installing 'config/compile' configure.ac:14: installing 'config/missing' Makefile.am: installing 'config/depcomp' >>> host-util-linux 2.39.1 Patching libtool patching file /home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1/config/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). (cd /home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1/ && rm -rf config.cache; PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/autobuild/instance-0/output-1/host" --sysconfdir="/home/buildroot/autobuild/instance-0/output-1/host/etc" --localstatedir="/home/buildroot/autobuild/instance-0/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking --without-systemd --with-systemdsystemunitdir=no --without-python --enable-libblkid --enable-libmount --enable-libuuid --without-libmagic --without-ncurses --without-ncursesw --without-tinfo --disable-raw --disable-all-programs ) configure: WARNING: unrecognized options: --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for a BSD-compatible install... /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking dependency style of /usr/bin/gcc... none checking whether make supports nested variables... (cached) yes checking the archiver (/usr/bin/ar) interface... ar checking for gcc... (cached) /usr/bin/gcc checking whether the compiler supports GNU C... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to enable C11 features... (cached) none needed checking whether /usr/bin/gcc understands -c and -o together... (cached) yes checking for bison... bison -y checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for an ANSI C-conforming const... yes checking for working volatile... yes checking how to run the C preprocessor... /usr/bin/cpp checking whether compiler handles -fno-common... yes checking whether compiler handles -Wall... yes checking whether compiler handles -Wextra... yes checking whether compiler handles -Waddress-of-packed-member... yes checking whether compiler handles -Wdiscarded-qualifiers... yes checking whether compiler handles -Wembedded-directive... no checking whether compiler handles -Wextra-semi... no checking whether compiler handles -Wformat-security... no checking whether compiler handles -Wimplicit-function-declaration... yes checking whether compiler handles -Wmissing-declarations... yes checking whether compiler handles -Wmissing-parameter-type... yes checking whether compiler handles -Wmissing-prototypes... yes checking whether compiler handles -Wnested-externs... yes checking whether compiler handles -Wno-missing-field-initializers... yes checking whether compiler handles -Wold-style-definition... yes checking whether compiler handles -Wpointer-arith... yes checking whether compiler handles -Wredundant-decls... yes checking whether compiler handles -Wsign-compare... yes checking whether compiler handles -Wstrict-prototypes... yes checking whether compiler handles -Wtype-limits... yes checking whether compiler handles -Wuninitialized... yes checking whether compiler handles -Wunused-but-set-parameter... yes checking whether compiler handles -Wunused-but-set-variable... yes checking whether compiler handles -Wunused-parameter... yes checking whether compiler handles -Wunused-result... yes checking whether compiler handles -Wunused-variable... yes checking whether compiler handles -Werror=sequence-point... yes checking whether compiler handles -Wno-clobbered... yes checking whether compiler handles -Wno-cast-function-type... yes checking whether compiler handles -Wno-unused-parameter... yes checking whether the compiler supports GNU C++... yes checking whether /usr/bin/g++ accepts -g... yes checking for /usr/bin/g++ option to enable C++11 features... none needed checking dependency style of /usr/bin/g++... none checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /usr/bin/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 checking the name lister (/usr/bin/nm) 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 objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... /usr/bin/ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /home/buildroot/autobuild/instance-0/output-1/host/bin/dd checking how to truncate binary pipes... /home/buildroot/autobuild/instance-0/output-1/host/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... no checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... /usr/bin/g++ -E checking for ld used by /usr/bin/g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for /usr/bin/g++ option to produce PIC... -fPIC -DPIC checking if /usr/bin/g++ PIC flag -fPIC -DPIC works... yes checking if /usr/bin/g++ static flag -static works... no checking if /usr/bin/g++ supports -c -o file.o... yes checking if /usr/bin/g++ supports -c -o file.o... (cached) yes checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking linker version script flag... --version-script checking if version scripts can use complex wildcards... yes checking pkg-config is at least version 0.9.0... yes checking whether to build gtk-doc documentation... no checking for gtkdoc-check... no checking for xsltproc... 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 to enable assertions... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for /usr/bin/gcc options needed to detect all undeclared functions... none needed checking for struct tm.tm_zone... yes checking whether NLS is requested... no checking for msgfmt... /home/buildroot/autobuild/instance-0/output-1/host/bin/msgfmt checking for gmsgfmt... /home/buildroot/autobuild/instance-0/output-1/host/bin/msgfmt checking for xgettext... /home/buildroot/autobuild/instance-0/output-1/host/bin/xgettext checking for msgmerge... /home/buildroot/autobuild/instance-0/output-1/host/bin/msgmerge checking for ld used by /usr/bin/gcc... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether to use NLS... no checking for linux/compiler.h... no checking for linux/blkpg.h... yes checking for linux/major.h... yes checking for asm-generic/fcntl.h... yes checking for asm/fcntl.h... yes checking for asm/io.h... no checking for byteswap.h... yes checking for endian.h... yes checking for err.h... yes checking for errno.h... yes checking for fcntl.h... yes checking for getopt.h... yes checking for inttypes.h... (cached) yes checking for lastlog.h... yes checking for libutil.h... no checking for linux/blkzoned.h... yes checking for linux/btrfs.h... yes checking for linux/capability.h... yes checking for linux/cdrom.h... yes checking for linux/falloc.h... yes checking for linux/fd.h... yes checking for linux/fiemap.h... yes checking for linux/kcmp.h... yes checking for linux/net_namespace.h... yes checking for linux/nsfs.h... yes checking for linux/pr.h... yes checking for linux/raw.h... no checking for linux/stat.h... yes checking for linux/securebits.h... yes checking for linux/tiocl.h... yes checking for linux/version.h... yes checking for linux/watchdog.h... yes checking for linux/if_alg.h... yes checking for locale.h... yes checking for mntent.h... yes checking for net/if_dl.h... no checking for net/if.h... yes checking for netinet/in.h... yes checking for paths.h... yes checking for pty.h... yes checking for security/pam_appl.h... no checking for shadow.h... yes checking for stdint.h... (cached) yes checking for stdio_ext.h... yes checking for stdlib.h... (cached) yes checking for sys/disk.h... no checking for sys/disklabel.h... no checking for sys/endian.h... no checking for sys/file.h... yes checking for sys/ioccom.h... no checking for sys/ioctl.h... yes checking for sys/io.h... yes checking for sys/mkdev.h... no checking for sys/mount.h... yes checking for sys/param.h... yes checking for sys/pidfd.h... yes checking for sys/prctl.h... yes checking for sys/resource.h... yes checking for sys/sendfile.h... yes checking for sys/signalfd.h... yes checking for sys/socket.h... yes checking for sys/sockio.h... no checking for sys/stat.h... (cached) yes checking for sys/statfs.h... yes checking for sys/swap.h... yes checking for sys/syscall.h... yes checking for sys/sysmacros.h... yes checking for sys/time.h... yes checking for sys/timex.h... yes checking for sys/ttydefaults.h... yes checking for sys/types.h... (cached) yes checking for sys/ucred.h... no checking for sys/un.h... yes checking for sys/vfs.h... yes checking for sys/xattr.h... yes checking for unistd.h... (cached) yes checking for utmp.h... yes checking for utmpx.h... yes checking for linux/fs.h... yes checking for linux/gsmmux.h... yes checking for security/pam_misc.h... no checking whether BLK_ZONE_REP_CAPACITY is declared... yes checking whether PR_REP_CAPACITY is declared... no checking for security/openpam.h... no checking for langinfo.h... yes checking whether langinfo.h defines ALTMON_x constants... yes checking whether langinfo.h defines _NL_ABALTMON_x constants... yes checking for struct mount_attr... yes checking for enum fsconfig_command... yes checking for struct termios.c_line... yes checking for struct stat.st_mtim.tv_nsec... yes checking for struct statx.stx_mnt_id... yes checking whether _NL_TIME_WEEK_1STDAY is declared... yes checking whether environ is declared... yes checking whether strsignal is declared... yes checking whether TIOCGLCKTRMIOS is declared... yes checking whether SOCK_CLOEXEC is declared... yes checking whether SOCK_NONBLOCK is declared... yes checking whether SO_PASSCRED is declared... yes checking for clearenv... yes checking for close_range... yes checking for eaccess... yes checking for err... yes checking for errx... yes checking for explicit_bzero... yes checking for __fpending... yes checking for __fpurge... yes checking for fpurge... no checking for fnmatch... yes checking for fsconfig... yes checking for fsmount... yes checking for fsopen... yes checking for fspick... yes checking for fsync... yes checking for getdomainname... yes checking for getdtablesize... yes checking for getexecname... no checking for getmntinfo... no checking for getrandom... yes checking for getrlimit... yes checking for getsgnam... yes checking for getttynam... yes checking for inotify_init... yes checking for jrand48... yes checking for lchown... yes checking for lgetxattr... yes checking for llistxattr... yes checking for llseek... no checking for newlocale... yes checking for mempcpy... yes checking for mkostemp... yes checking for move_mount... yes checking for mount_setattr... yes checking for nanosleep... yes checking for ntp_gettime... yes checking for open_tree... yes checking for personality... yes checking for pidfd_open... yes checking for pidfd_send_signal... yes checking for posix_fadvise... yes checking for prctl... yes checking for qsort_r... yes checking for rpmatch... yes checking for scandirat... yes checking for sched_setattr... no checking for sched_setscheduler... yes checking for __secure_getenv... no checking for secure_getenv... yes checking for sendfile... yes checking for setprogname... no checking for setresgid... yes checking for setresuid... yes checking for sigqueue... yes checking for srandom... yes checking for statx... yes checking for strnchr... no checking for strndup... yes checking for strnlen... yes checking for strtod_l... yes checking for sysconf... yes checking for sysinfo... yes checking for timegm... yes checking for usleep... yes checking for uselocale... yes checking for utimensat... yes checking for vwarnx... yes checking for warn... yes checking for warnx... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for futimens... yes checking for getusershell... yes checking for inotify_init1... yes checking for ioperm... yes checking for iopl... yes checking for openat... yes checking for fstatat... yes checking for unlinkat... yes checking for open_memstream... yes checking for reboot... yes checking for updwtmpx... yes checking for updwtmpx... (cached) yes checking for syscall setns... SYS_setns checking for syscall pidfd_open... SYS_pidfd_open checking for syscall pidfd_send_signal... SYS_pidfd_send_signal checking for syscall close_range... SYS_close_range checking for syscall fsconfig... SYS_fsconfig checking for syscall fsmount... SYS_fsmount checking for syscall fsopen... SYS_fsopen checking for syscall fspick... SYS_fspick checking for syscall mount_setattr... SYS_mount_setattr checking for syscall move_mount... SYS_move_mount checking for syscall open_tree... SYS_open_tree checking for isnan... yes checking for clock_gettime... yes checking for timer_create... yes checking for rtas_get_sysparm in -lrtas... no checking for struct sockaddr.sa_len... no checking for library containing socket... none required checking for dirfd... yes checking whether program_invocation_short_name is defined... yes checking whether __progname is defined... yes checking whether IOC_OPAL_GET_STATUS is declared... yes configure: WARNING: disable all programs and man pages by default configure: re-use already generated man-pages. checking whether the target supports thread-local storage... yes checking for openpty in -lutil... yes checking for union semun... no checking for loff_t... yes checking wchar_t support... yes checking for cpu_set_t... yes checking for sighandler_t... yes checking whether CPU_ALLOC is declared... yes checking for crypt.h... yes checking for udev_new in -ludev... no checking for readline in -lreadline... no checking for valid unshare() function... yes checking for valid setns() function... yes checking for capng_apply in -lcap-ng... no checking for crc32 in -lz... yes configure: WARNING: hwclock disabled; not building hwclock_cmos checking for swapon... yes checking for swapoff... yes checking for LIBUSER... no checking for ECONF... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libblkid/docs/Makefile config.status: creating libblkid/docs/version.xml config.status: creating libblkid/src/blkid.h config.status: creating libfdisk/docs/Makefile config.status: creating libfdisk/docs/version.xml config.status: creating libfdisk/src/libfdisk.h config.status: creating libmount/docs/Makefile config.status: creating libmount/docs/version.xml config.status: creating libmount/src/libmount.h config.status: creating libsmartcols/docs/Makefile config.status: creating libsmartcols/docs/version.xml config.status: creating libsmartcols/src/libsmartcols.h config.status: creating po/Makefile.in config.status: creating po-man/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: setting ALL_LINGUAS in configure.in is obsolete config.status: creating po/Makefile configure: WARNING: unrecognized options: --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop util-linux 2.39.1 prefix: /home/buildroot/autobuild/instance-0/output-1/host exec prefix: ${prefix} bindir: ${exec_prefix}/bin sbindir: ${exec_prefix}/sbin libdir: ${exec_prefix}/lib usrbin_execdir: ${exec_prefix}/bin usrsbin_execdir: ${exec_prefix}/sbin usrlib_execdir: ${exec_prefix}/lib localstatedir: /home/buildroot/autobuild/instance-0/output-1/host/var runstatedir: ${localstatedir}/run includedir: ${prefix}/include sysconfdir: /home/buildroot/autobuild/instance-0/output-1/host/etc sysconfstaticdir: ${prefix}/lib vendordir: Python: Python version: Python libs: Bash completions: ${datarootdir}/bash-completion/completions Systemd support: no Systemd unitdir: no libeconf support: no Btrfs support: yes Wide-char support: yes libcryptsetup support: Manual pages: no Manual pages translated: no compiler: /usr/bin/gcc / /usr/bin/g++ suid cflags: ldflags: -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib suid ldflags: ASAN enabled: no Fuzzing enabled: no cflags: -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include warnings: -fno-common -Wall -Wextra -Waddress-of-packed-member -Wdiscarded-qualifiers -Wimplicit-function-declaration -Wmissing-declarations -Wmissing-parameter-type -Wmissing-prototypes -Wnested-externs -Wno-missing-field-initializers -Wold-style-definition -Wpointer-arith -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wtype-limits -Wuninitialized -Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-parameter -Wunused-result -Wunused-variable -Werror=sequence-point Type 'make' or 'make ' to compile. >>> host-util-linux 2.39.1 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1' Making all in po make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1/po' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1' CC lib/libcommon_la-blkdev.lo CC lib/libcommon_la-buffer.lo CC lib/libcommon_la-canonicalize.lo CC lib/libcommon_la-color-names.lo CC lib/libcommon_la-crc32.lo CC lib/libcommon_la-crc32c.lo CC lib/libcommon_la-crc64.lo CC lib/libcommon_la-c_strtod.lo CC lib/libcommon_la-encode.lo CC lib/libcommon_la-env.lo CC lib/libcommon_la-fileutils.lo CC lib/libcommon_la-idcache.lo CC lib/libcommon_la-jsonwrt.lo CC lib/libcommon_la-mangle.lo CC lib/libcommon_la-match.lo CC lib/libcommon_la-mbsalign.lo CC lib/libcommon_la-mbsedit.lo CC lib/libcommon_la-md5.lo CC lib/libcommon_la-pwdutils.lo CC lib/libcommon_la-randutils.lo CC lib/libcommon_la-sha1.lo CC lib/libcommon_la-sha256.lo CC lib/libcommon_la-signames.lo CC lib/libcommon_la-strutils.lo CC lib/libcommon_la-strv.lo CC lib/libcommon_la-timeutils.lo CC lib/libcommon_la-ttyutils.lo CC lib/libcommon_la-xxhash.lo CC lib/libcommon_la-linux_version.lo CC lib/libcommon_la-loopdev.lo CC lib/libcommon_la-cpuset.lo CC lib/libcommon_la-path.lo CC lib/libcommon_la-sysfs.lo CC lib/libcommon_la-procfs.lo CC lib/libmount_la-monotonic.lo GEN libuuid/uuid.pc GEN libblkid/blkid.pc GEN libmount/mount.pc CC libuuid/src/la-clear.lo CC libuuid/src/la-compare.lo CC libuuid/src/la-copy.lo CC libuuid/src/la-gen_uuid.lo CC libuuid/src/la-isnull.lo CC libuuid/src/la-pack.lo CC libuuid/src/la-parse.lo CC libuuid/src/la-unpack.lo CC libuuid/src/la-unparse.lo CC libuuid/src/la-uuid_time.lo CC libuuid/src/la-predefined.lo CC lib/libuuid_la-randutils.lo CC lib/libuuid_la-md5.lo CC lib/libuuid_la-sha1.lo CC libblkid/src/la-init.lo CC libblkid/src/la-cache.lo CC libblkid/src/la-config.lo CC libblkid/src/la-dev.lo CC libblkid/src/la-devname.lo CC libblkid/src/la-devno.lo CC libblkid/src/la-encode.lo CC libblkid/src/la-evaluate.lo CC libblkid/src/la-getsize.lo CC libblkid/src/la-probe.lo CC libblkid/src/la-read.lo CC libblkid/src/la-resolve.lo CC libblkid/src/la-save.lo CC libblkid/src/la-tag.lo CC libblkid/src/la-verify.lo CC libblkid/src/la-version.lo CC libblkid/src/partitions/la-aix.lo CC libblkid/src/partitions/la-atari.lo CC libblkid/src/partitions/la-bsd.lo CC libblkid/src/partitions/la-dos.lo CC libblkid/src/partitions/la-gpt.lo CC libblkid/src/partitions/la-mac.lo CC libblkid/src/partitions/la-minix.lo CC libblkid/src/partitions/la-partitions.lo CC libblkid/src/partitions/la-sgi.lo CC libblkid/src/partitions/la-solaris_x86.lo CC libblkid/src/partitions/la-sun.lo CC libblkid/src/partitions/la-ultrix.lo CC libblkid/src/partitions/la-unixware.lo CC libblkid/src/superblocks/la-adaptec_raid.lo CC libblkid/src/superblocks/la-apfs.lo CC libblkid/src/superblocks/la-bcache.lo CC libblkid/src/superblocks/la-befs.lo CC libblkid/src/superblocks/la-bfs.lo CC libblkid/src/superblocks/la-bitlocker.lo CC libblkid/src/superblocks/la-bluestore.lo CC libblkid/src/superblocks/la-btrfs.lo CC libblkid/src/superblocks/la-cs_fvault2.lo CC libblkid/src/superblocks/la-cramfs.lo CC libblkid/src/superblocks/la-ddf_raid.lo CC libblkid/src/superblocks/la-drbd.lo CC libblkid/src/superblocks/la-drbdproxy_datalog.lo CC libblkid/src/superblocks/la-drbdmanage.lo CC libblkid/src/superblocks/la-exfat.lo CC libblkid/src/superblocks/la-exfs.lo CC libblkid/src/superblocks/la-ext.lo CC libblkid/src/superblocks/la-f2fs.lo CC libblkid/src/superblocks/la-gfs.lo CC libblkid/src/superblocks/la-hfs.lo CC libblkid/src/superblocks/la-highpoint_raid.lo CC libblkid/src/superblocks/la-hpfs.lo CC libblkid/src/superblocks/la-iso9660.lo CC libblkid/src/superblocks/la-isw_raid.lo CC libblkid/src/superblocks/la-jfs.lo CC libblkid/src/superblocks/la-jmicron_raid.lo CC libblkid/src/superblocks/la-linux_raid.lo CC libblkid/src/superblocks/la-lsi_raid.lo CC libblkid/src/superblocks/la-luks.lo CC libblkid/src/superblocks/la-lvm.lo CC libblkid/src/superblocks/la-minix.lo CC libblkid/src/superblocks/la-mpool.lo CC libblkid/src/superblocks/la-netware.lo CC libblkid/src/superblocks/la-nilfs.lo CC libblkid/src/superblocks/la-ntfs.lo CC libblkid/src/superblocks/la-refs.lo CC libblkid/src/superblocks/la-nvidia_raid.lo CC libblkid/src/superblocks/la-ocfs.lo CC libblkid/src/superblocks/la-promise_raid.lo CC libblkid/src/superblocks/la-reiserfs.lo CC libblkid/src/superblocks/la-romfs.lo CC libblkid/src/superblocks/la-silicon_raid.lo CC libblkid/src/superblocks/la-squashfs.lo CC libblkid/src/superblocks/la-stratis.lo CC libblkid/src/superblocks/la-superblocks.lo CC libblkid/src/superblocks/la-swap.lo CC libblkid/src/superblocks/la-sysv.lo CC libblkid/src/superblocks/la-ubi.lo CC libblkid/src/superblocks/la-ubifs.lo CC libblkid/src/superblocks/la-udf.lo CC libblkid/src/superblocks/la-ufs.lo CC libblkid/src/superblocks/la-vdo.lo CC libblkid/src/superblocks/la-vfat.lo CC libblkid/src/superblocks/la-via_raid.lo CC libblkid/src/superblocks/la-vmfs.lo CC libblkid/src/superblocks/la-vxfs.lo CC libblkid/src/superblocks/la-xfs.lo CC libblkid/src/superblocks/la-zfs.lo CC libblkid/src/superblocks/la-zonefs.lo CC libblkid/src/superblocks/la-erofs.lo CC libblkid/src/topology/la-topology.lo CC libblkid/src/topology/la-dm.lo CC libblkid/src/topology/la-evms.lo CC libblkid/src/topology/la-ioctl.lo CC libblkid/src/topology/la-lvm.lo CC libblkid/src/topology/la-md.lo CC libblkid/src/topology/la-sysfs.lo CCLD libcommon.la CC libmount/src/la-cache.lo CC libmount/src/la-fs.lo CC libmount/src/la-hooks.lo CC libmount/src/la-init.lo CC libmount/src/la-iter.lo CC libmount/src/la-lock.lo CC libmount/src/la-optmap.lo CC libmount/src/la-optlist.lo CC libmount/src/la-optstr.lo CC libmount/src/la-tab.lo CC libmount/src/la-tab_diff.lo CC libmount/src/la-tab_parse.lo CC libmount/src/la-tab_update.lo CC libmount/src/la-test.lo CC libmount/src/la-utils.lo CC libmount/src/la-version.lo CC libmount/src/la-context.lo CC libmount/src/la-context_mount.lo CC libmount/src/la-context_umount.lo CC libmount/src/la-hook_mount.lo CC libmount/src/la-hook_mount_legacy.lo CC libmount/src/la-hook_mkdir.lo CC libmount/src/la-hook_selinux.lo CC libmount/src/la-hook_subdir.lo CC libmount/src/la-hook_owner.lo CC libmount/src/la-hook_idmap.lo CC libmount/src/la-hook_loopdev.lo CC libmount/src/la-hook_veritydev.lo CC libmount/src/la-monitor.lo CC libmount/src/la-btrfs.lo CCLD libuuid.la CCLD libblkid.la CCLD libmount.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1' >>> host-util-linux 2.39.1 Installing to host directory PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1' /usr/bin/make install-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1' Making install in po make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1/po' if test "util-linux" = "gettext-tools"; then \ /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p /home/buildroot/autobuild/instance-0/output-1/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 \ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./$file \ /home/buildroot/autobuild/instance-0/output-1/host/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/buildroot/autobuild/instance-0/output-1/host/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1/po' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/bin' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/lib' /bin/sh ./libtool --mode=install /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c libuuid.la libblkid.la libmount.la '/home/buildroot/autobuild/instance-0/output-1/host/lib' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/sbin' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/bin' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/sbin' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/share/bash-completion/completions' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/share/man/man1' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/share/man/man3' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/share/man/man5' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 lib/terminal-colors.d.5 '/home/buildroot/autobuild/instance-0/output-1/host/share/man/man5' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 libuuid/man/uuid.3 libuuid/man/uuid_clear.3 libuuid/man/uuid_compare.3 libuuid/man/uuid_copy.3 libuuid/man/uuid_generate.3 libuuid/man/uuid_is_null.3 libuuid/man/uuid_parse.3 libuuid/man/uuid_time.3 libuuid/man/uuid_unparse.3 libblkid/libblkid.3 libuuid/man/uuid_generate_random.3 libuuid/man/uuid_generate_time.3 libuuid/man/uuid_generate_time_safe.3 '/home/buildroot/autobuild/instance-0/output-1/host/share/man/man3' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/share/man/man8' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/include/blkid' libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libuuid.so.1.3.0 /home/buildroot/autobuild/instance-0/output-1/host/lib/libuuid.so.1.3.0 libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/lib && { ln -s -f libuuid.so.1.3.0 libuuid.so.1 || { rm -f libuuid.so.1 && ln -s libuuid.so.1.3.0 libuuid.so.1; }; }) /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 libblkid/src/blkid.h '/home/buildroot/autobuild/instance-0/output-1/host/include/blkid' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/include/libmount' libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/lib && { ln -s -f libuuid.so.1.3.0 libuuid.so || { rm -f libuuid.so && ln -s libuuid.so.1.3.0 libuuid.so; }; }) /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 libmount/src/libmount.h '/home/buildroot/autobuild/instance-0/output-1/host/include/libmount' libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libuuid.lai /home/buildroot/autobuild/instance-0/output-1/host/lib/libuuid.la libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libblkid.so.1.1.0 /home/buildroot/autobuild/instance-0/output-1/host/lib/libblkid.so.1.1.0 /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 libuuid/uuid.pc libblkid/blkid.pc libmount/mount.pc '/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/include/uuid' libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/lib && { ln -s -f libblkid.so.1.1.0 libblkid.so.1 || { rm -f libblkid.so.1 && ln -s libblkid.so.1.1.0 libblkid.so.1; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/lib && { ln -s -f libblkid.so.1.1.0 libblkid.so || { rm -f libblkid.so && ln -s libblkid.so.1.1.0 libblkid.so; }; }) /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 libuuid/src/uuid.h '/home/buildroot/autobuild/instance-0/output-1/host/include/uuid' libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libblkid.lai /home/buildroot/autobuild/instance-0/output-1/host/lib/libblkid.la libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libmount.so.1.1.0 /home/buildroot/autobuild/instance-0/output-1/host/lib/libmount.so.1.1.0 /usr/bin/make install-data-hook libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/lib && { ln -s -f libmount.so.1.1.0 libmount.so.1 || { rm -f libmount.so.1 && ln -s libmount.so.1.1.0 libmount.so.1; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/lib && { ln -s -f libmount.so.1.1.0 libmount.so || { rm -f libmount.so && ln -s libmount.so.1.1.0 libmount.so; }; }) libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libmount.lai /home/buildroot/autobuild/instance-0/output-1/host/lib/libmount.la make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1' make[5]: Nothing to be done for 'install-data-hook'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1' libtool: finish: PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /home/buildroot/autobuild/instance-0/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/buildroot/autobuild/instance-0/output-1/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. ---------------------------------------------------------------------- /usr/bin/make install-exec-hook make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1' if test "/home/buildroot/autobuild/instance-0/output-1/host/lib" != "/home/buildroot/autobuild/instance-0/output-1/host/lib" -a -f "/home/buildroot/autobuild/instance-0/output-1/host/lib/libuuid.so"; then \ /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/lib; \ mv /home/buildroot/autobuild/instance-0/output-1/host/lib/libuuid.so.* /home/buildroot/autobuild/instance-0/output-1/host/lib; \ so_img_name=$(readlink /home/buildroot/autobuild/instance-0/output-1/host/lib/libuuid.so); \ so_img_rel_target=$(echo /home/buildroot/autobuild/instance-0/output-1/host/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \ (cd /home/buildroot/autobuild/instance-0/output-1/host/lib && \ rm -f libuuid.so && \ ln -s $so_img_rel_target/home/buildroot/autobuild/instance-0/output-1/host/lib/$so_img_name libuuid.so); \ fi if test "/home/buildroot/autobuild/instance-0/output-1/host/lib" != "/home/buildroot/autobuild/instance-0/output-1/host/lib" -a -f "/home/buildroot/autobuild/instance-0/output-1/host/lib/libblkid.so"; then \ /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/lib; \ mv /home/buildroot/autobuild/instance-0/output-1/host/lib/libblkid.so.* /home/buildroot/autobuild/instance-0/output-1/host/lib; \ so_img_name=$(readlink /home/buildroot/autobuild/instance-0/output-1/host/lib/libblkid.so); \ so_img_rel_target=$(echo /home/buildroot/autobuild/instance-0/output-1/host/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \ (cd /home/buildroot/autobuild/instance-0/output-1/host/lib && \ rm -f libblkid.so && \ ln -s $so_img_rel_target/home/buildroot/autobuild/instance-0/output-1/host/lib/$so_img_name libblkid.so); \ fi if test "/home/buildroot/autobuild/instance-0/output-1/host/lib" != "/home/buildroot/autobuild/instance-0/output-1/host/lib" -a -f "/home/buildroot/autobuild/instance-0/output-1/host/lib/libmount.so"; then \ /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/lib; \ mv /home/buildroot/autobuild/instance-0/output-1/host/lib/libmount.so.* /home/buildroot/autobuild/instance-0/output-1/host/lib; \ so_img_name=$(readlink /home/buildroot/autobuild/instance-0/output-1/host/lib/libmount.so); \ so_img_rel_target=$(echo /home/buildroot/autobuild/instance-0/output-1/host/lib | sed 's,\(^/\|\)[^/][^/]*,..,g'); \ (cd /home/buildroot/autobuild/instance-0/output-1/host/lib && \ rm -f libmount.so && \ ln -s $so_img_rel_target/home/buildroot/autobuild/instance-0/output-1/host/lib/$so_img_name libmount.so); \ fi make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1' make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-util-linux-2.39.1' parted-3.6.tar.xz: OK (sha256: 3b43dbe33cca0f9a18601ebab56b7852b128ec1a3df3a9b30ccde5e73359e612) >>> host-parted 3.6 Extracting /home/buildroot/autobuild/instance-0/output-1/host/bin/xzcat /home/buildroot/autobuild/instance-0/dl/parted/parted-3.6.tar.xz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6 -xf - >>> host-parted 3.6 Patching >>> host-parted 3.6 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-parted 3.6 Patching libtool patching file /home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/build-aux/ltmain.sh Hunk #1 succeeded at 2940 (offset 253 lines). Hunk #2 succeeded at 4533 (offset 256 lines). Hunk #3 succeeded at 6829 (offset 275 lines). Hunk #4 succeeded at 6839 (offset 275 lines). Hunk #5 succeeded at 7139 (offset 282 lines). Hunk #6 succeeded at 7443 (offset 294 lines). Hunk #7 succeeded at 8419 (offset 307 lines). Hunk #8 succeeded at 11051 (offset 341 lines). >>> host-parted 3.6 Configuring (cd /home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/ && rm -rf config.cache; PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/autobuild/instance-0/output-1/host" --sysconfdir="/home/buildroot/autobuild/instance-0/output-1/host/etc" --localstatedir="/home/buildroot/autobuild/instance-0/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking --without-readline --disable-device-mapper ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop checking for a BSD-compatible install... /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /home/buildroot/autobuild/instance-0/output-1/host/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 whether make supports the include directive... yes (GNU style) checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking whether the compiler is clang... no checking for compiler option needed when checking for declarations... none checking dependency style of /usr/bin/gcc... none checking for library containing strerror... none required checking for gcc... (cached) /usr/bin/gcc checking whether the compiler supports GNU C... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to enable C11 features... (cached) none needed checking whether /usr/bin/gcc understands -c and -o together... (cached) yes checking whether the compiler is clang... (cached) no checking for compiler option needed when checking for declarations... (cached) none checking dependency style of /usr/bin/gcc... (cached) none checking how to run the C preprocessor... /usr/bin/cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether /usr/bin/gcc needs -traditional... no 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 sys/param.h... yes checking for sys/socket.h... yes checking for error.h... yes checking for stdio_ext.h... yes checking for getopt.h... yes checking for sys/cdefs.h... yes checking for threads.h... yes checking for limits.h... yes checking for langinfo.h... yes checking for xlocale.h... no checking for malloc.h... yes checking for sys/time.h... yes checking for stdbool.h... yes checking for stdckdint.h... no checking for sys/random.h... yes checking for features.h... yes checking for crtdefs.h... no checking for wctype.h... yes checking for arpa/inet.h... yes checking for netdb.h... yes checking for netinet/in.h... yes checking for semaphore.h... yes checking for sys/mman.h... yes checking for priv.h... no checking for sys/select.h... yes checking for sys/wait.h... yes checking for pthread.h... yes checking for sys/ioctl.h... yes checking for sys/uio.h... yes checking for blkid/blkid.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 ar... /usr/bin/ar checking for /usr/bin/gcc option to enable large file support... none needed checking for a usable (O_DIRECT-supporting) temporary dir... . checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking whether the preprocessor supports include_next... yes checking whether source code line length is unlimited... yes checking whether uses 'inline' correctly... yes checking for btowc... yes checking for canonicalize_file_name... yes checking for realpath... yes checking for lstat... yes checking for _set_invalid_parameter_handler... no checking for fcntl... yes checking for symlink... yes checking for fsync... yes checking for getdtablesize... yes checking for getexecname... no checking for mbsinit... yes checking for mbrtowc... yes checking for mkstemp... yes checking for readlink... yes checking for isblank... yes checking for iswctype... yes checking for sleep... yes checking for __xpg_strerror_r... yes checking for usleep... yes checking for wcrtomb... yes checking for iswcntrl... yes checking for gettimeofday... yes checking for mprotect... yes checking for pipe... yes checking for pselect... yes checking for pthread_sigmask... yes checking for setenv... yes checking for snprintf... yes checking for shutdown... 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 for /usr/bin/gcc options needed to detect all undeclared functions... none needed checking whether // is distinct from /... no checking whether realpath works... yes checking for faccessat... yes checking for getcwd... yes checking for complete errno.h... yes checking for error... yes checking whether error_at_line is declared... yes checking for error_at_line... yes checking for working error function... yes checking whether strerror_r is declared... yes checking whether strerror_r returns char *... yes checking whether ctype.h defines __header_inline... no checking for working fcntl.h... yes checking for pid_t... yes checking for mode_t... yes checking whether stat file-mode macros are broken... no checking for C/C++ restrict keyword... __restrict__ checking for nlink_t... yes checking whether getdtablesize is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking for working GNU getopt_long function... 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 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 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 for unreachable... no 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... posix checking for a sed that does not truncate output... /usr/bin/sed checking whether malloc (0) returns nonnull... yes checking for mbstate_t... yes checking for a traditional japanese locale... none checking for a french Unicode locale... none checking for a transitional chinese locale... none checking for inline... inline checking whether defines MIN and MAX... no checking whether defines MIN and MAX... yes checking for O_CLOEXEC... yes checking for promoted mode_t type... mode_t checking whether alarm is declared... yes checking for ssize_t... yes checking whether fcloseall is declared... yes checking whether getw is declared... yes checking whether putw is declared... yes checking which flavor of printf attribute matches inttypes macros... system checking whether ecvt is declared... yes checking whether fcvt is declared... yes checking whether gcvt is declared... yes checking whether strdup is declared... yes checking whether strerror(0) succeeds... yes checking for strerror_r... yes checking for strerror_r with POSIX signature... no checking whether __xpg_strerror_r works... yes checking for struct timespec in ... yes checking for TIME_UTC in ... yes checking whether execvpe is declared... yes checking whether wcsdup is declared... yes checking whether iswcntrl works... yes checking for towlower... yes checking for wctype_t... yes checking for wctrans_t... yes checking for C compiler option to allow warnings... -Wno-error checking for C++ compiler option to allow warnings... -Wno-error checking whether is self-contained... yes checking for shutdown... (cached) yes checking whether 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 if environ is properly declared... yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking for getcwd with POSIX signature... yes checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking for IPv4 sockets... yes checking for IPv6 sockets... yes checking for LC_MESSAGES... yes checking for uselocale... 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 for mmap... yes checking for MAP_ANONYMOUS... yes checking whether memchr works... yes checking whether is self-contained... 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 library containing setsockopt... none needed checking whether setenv is declared... yes checking for search.h... yes checking for tsearch... yes checking for uid_t in sys/types.h... yes checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking whether declares ioctl... yes checking whether unsetenv is declared... yes checking for alignas and alignof... yes, macros checking for alloca as a compiler built-in... yes checking whether to enable assertions... yes checking for static_assert... yes, an macro checking whether btowc(0) is correct... yes checking whether btowc(EOF) is correct... guessing yes checking for __builtin_expect... yes checking whether calloc (0, n) and calloc (n, 0) return nonnull... yes checking for library containing clock_gettime... none required checking for clock_getres... yes checking for clock_gettime... yes checking for clock_settime... yes checking whether // is distinct from /... (cached) no checking whether dup2 works... yes checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check checking for __fpending... yes checking whether __fpending is declared... yes checking whether free is known to preserve errno... yes checking whether getdtablesize works... yes checking for getprogname... no 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 getrandom... yes checking whether getrandom is compatible with its GNU+BSD signature... yes checking for C compiler flag to ignore unused libraries... -Wl,--as-needed checking whether the compiler supports the __inline keyword... yes checking for pthread_rwlock_t... yes checking whether pthread_rwlock_rdlock prefers a writer to a reader... no checking whether lseek detects pipes... yes checking whether SEEK_DATA works but is incompatible with GNU... no 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 for mbtowc... yes checking for mempcpy... yes checking whether mkdir handles trailing slash... yes checking whether mkdir handles trailing dot... yes checking for working mkstemp... yes checking for nl_langinfo... yes checking whether YESEXPR works... yes checking whether open recognizes a trailing slash... 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 whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking whether readlink truncates results correctly... yes checking whether realloc (0, 0) returns nonnull... yes checking for reallocarray... yes checking for working re_compile_pattern... yes checking for rpmatch... yes checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes checking whether setlocale (category, NULL) is multithread-safe... (cached) yes checking whether sleep is declared... yes checking for working sleep... 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 va_copy... yes checking for bool, true, false... no checking for working strerror function... yes checking for strtoll... yes checking whether strtoll works... no checking for strtoull... yes checking whether strtoull works... no checking whether unlink honors trailing slashes... yes checking whether unlink of a parent directory fails as it should... guessing yes checking for useconds_t... yes checking whether usleep allows large arguments... yes checking for variable-length arrays... 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 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 flexible array member... yes checking for ftruncate... yes checking for getpagesize... yes checking whether getpagesize is declared... yes checking for gettimeofday with POSIX signature... yes checking for duplocale... yes checking for library containing inet_pton... none required checking whether inet_pton is declared... yes checking whether byte ordering is bigendian... no checking for ioctl... yes checking for ioctl with POSIX signature... no checking for newlocale... yes checking for newlocale... (cached) yes checking for duplocale... (cached) yes checking for freelocale... yes checking for newlocale... (cached) 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 a french Unicode locale... (cached) none checking for library containing nanosleep... none required checking for working nanosleep... no (mishandles large arguments) checking whether is self-contained... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for uselocale... (cached) yes checking whether uselocale works... (cached) yes checking whether perror matches strerror... yes checking for getppriv... no checking whether signature of pselect conforms to POSIX... yes checking whether pselect detects invalid fds... yes 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... yes checking whether select detects invalid fds... yes checking whether setenv validates arguments... 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 sigprocmask... (cached) yes checking for socklen_t... yes checking for catgets... yes checking whether symlink handles trailing slash correctly... yes checking for pthread_atfork... yes checking for sys/single_threaded.h... yes checking whether time() works... guessing no checking for unsetenv... yes checking for unsetenv() return type... int checking whether unsetenv obeys POSIX... 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 size of off_t... 8 checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /usr/bin/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 checking the name lister (/usr/bin/nm) 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 file... file checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... /usr/bin/ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /home/buildroot/autobuild/instance-0/output-1/host/bin/dd checking how to truncate binary pipes... /home/buildroot/autobuild/instance-0/output-1/host/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... no checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for ld used by GCC... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking whether NLS is requested... no checking for msgfmt... /home/buildroot/autobuild/instance-0/output-1/host/bin/msgfmt checking for gmsgfmt... /home/buildroot/autobuild/instance-0/output-1/host/bin/msgfmt checking for xgettext... /home/buildroot/autobuild/instance-0/output-1/host/bin/xgettext checking for msgmerge... /home/buildroot/autobuild/instance-0/output-1/host/bin/msgmerge checking for CFPreferencesCopyAppValue... (cached) no checking for CFLocaleCopyPreferredLanguages... (cached) no checking whether to use NLS... no checking for uuid_generate in -luuid... yes checking for uuid/uuid.h... yes checking for getopt.h... (cached) yes checking for linux/ext2_fs.h... no checking for linux/unistd.h... yes checking for termcap.h... yes checking for execinfo.h... yes checking for backtrace in -lc... yes checking pkg-config is at least version 0.9.0... yes checking for CHECK... no Unable to locate check version 0.9.3 or higher: not building checking for ld used by /usr/bin/gcc... (cached) /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes checking whether byte ordering is bigendian... (cached) no checking for inline... (cached) inline checking for an ANSI C-conforming const... yes checking for C/C++ restrict keyword... (cached) __restrict__ checking for sigaction... yes checking for getuid... yes checking for canonicalize_file_name... (cached) yes checking for library containing blkid_probe_get_topology... -lblkid checking for blkid_probe_get_topology... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating include/Makefile config.status: creating include/parted/Makefile config.status: creating libparted/Makefile config.status: creating libparted/labels/Makefile config.status: creating libparted/fs/Makefile config.status: creating libparted/tests/Makefile config.status: creating libparted.pc config.status: creating libparted-fs-resize.pc config.status: creating parted/Makefile config.status: creating partprobe/Makefile config.status: creating doc/Makefile config.status: creating doc/C/Makefile config.status: creating doc/pt_BR/Makefile config.status: creating debug/Makefile config.status: creating debug/test/Makefile config.status: creating tests/Makefile config.status: creating po/Makefile.in config.status: creating lib/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop Type 'make' to compile parted. >>> host-parted 3.6 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6' Making all in po make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/po' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/po' Making all in lib make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/lib' GEN alloca.h GEN configmake.h GEN fcntl.h GEN malloc/dynarray.gl.h GEN malloc/dynarray-skeleton.gl.h GEN malloc/scratch_buffer.gl.h GEN inttypes.h GEN langinfo.h GEN limits.h GEN locale.h GEN stdckdint.h GEN stddef.h GEN stdio.h GEN stdlib.h GEN string.h GEN sys/random.h GEN sys/stat.h GEN sys/types.h GEN time.h GEN unistd.h GEN wchar.h GEN wctype.h /usr/bin/make all-am make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/lib' CC libgnulib_la-argmatch.lo CC libgnulib_la-basename-lgpl.lo CC libgnulib_la-c-ctype.lo CC libgnulib_la-c-strcasecmp.lo CC libgnulib_la-c-strncasecmp.lo CC libgnulib_la-cloexec.lo CC libgnulib_la-close-stream.lo CC libgnulib_la-closeout.lo CC libgnulib_la-dirname.lo CC libgnulib_la-basename.lo CC libgnulib_la-dirname-lgpl.lo CC libgnulib_la-stripslash.lo CC libgnulib_la-exitfail.lo CC libgnulib_la-fcntl.lo CC libgnulib_la-fd-hook.lo CC libgnulib_la-getprogname.lo CC libgnulib_la-hard-locale.lo CC libgnulib_la-ialloc.lo CC libgnulib_la-localcharset.lo CC libgnulib_la-long-options.lo CC libgnulib_la-malloca.lo CC libgnulib_la-mbrtowc.lo CC libgnulib_la-progname.lo CC libgnulib_la-quotearg.lo CC libgnulib_la-safe-read.lo CC libgnulib_la-setlocale_null.lo CC libgnulib_la-stat-time.lo CC libgnulib_la-strtoll.lo CC libgnulib_la-strtoull.lo CC libgnulib_la-tempname.lo CC glthread/libgnulib_la-threadlib.lo CC libgnulib_la-unistd.lo CC libgnulib_la-version-etc.lo CC libgnulib_la-version-etc-fsf.lo CC libgnulib_la-wctype-h.lo CC libgnulib_la-xmalloc.lo CC libgnulib_la-xalloc-die.lo CC libgnulib_la-xstrtol.lo CC libgnulib_la-xstrtoul.lo CC libgnulib_la-xstrtoll.lo CC libgnulib_la-xstrtoull.lo CC malloc/libgnulib_la-dynarray_at_failure.lo CC malloc/libgnulib_la-dynarray_emplace_enlarge.lo CC malloc/libgnulib_la-dynarray_finalize.lo CC malloc/libgnulib_la-dynarray_resize.lo CC malloc/libgnulib_la-dynarray_resize_clear.lo CC malloc/libgnulib_la-scratch_buffer_grow.lo CC malloc/libgnulib_la-scratch_buffer_grow_preserve.lo CC malloc/libgnulib_la-scratch_buffer_set_array_size.lo CC glthread/libgnulib_la-lock.lo CCLD libgnulib.la make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/lib' Making all in include make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include' Making all in parted make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include/parted' /usr/bin/make all-am make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include/parted' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include/parted' make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include/parted' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include' Making all in libparted make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted' Makefile:1905: target 'arch/.deps/linux.Plo' given more than once in the same rule Making all in labels make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted/labels' /usr/bin/make all-am make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted/labels' CC aix.lo CC atari.lo CC bsd.lo CC dos.lo CC dvh.lo CC efi_crc32.lo CC gpt.lo CC loop.lo CC mac.lo CC pc98.lo CC pt-tools.lo CC rdb.lo CC sun.lo CCLD liblabels.la make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted/labels' make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted/labels' Making all in fs make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted/fs' CC r/filesys.lo CC r/fat/bootsector.lo CC r/fat/calc.lo CC r/fat/clstdup.lo CC r/fat/context.lo CC r/fat/count.lo CC r/fat/fat.lo CC r/fat/fatio.lo CC r/fat/resize.lo CC r/fat/table.lo CC r/fat/traverse.lo CC r/hfs/advfs.lo CC r/hfs/advfs_plus.lo CC r/hfs/cache.lo CC r/hfs/file.lo CC r/hfs/file_plus.lo CC r/hfs/hfs.lo CC r/hfs/journal.lo CC r/hfs/probe.lo CC r/hfs/reloc.lo CC r/hfs/reloc_plus.lo CC amiga/affs.lo CC amiga/amiga.lo CC amiga/apfs.lo CC amiga/asfs.lo CC amiga/a-interface.lo CC btrfs/btrfs.lo CC ext2/interface.lo CC fat/bootsector.lo CC fat/fat.lo CC f2fs/f2fs.lo CC hfs/hfs.lo CC hfs/probe.lo CC jfs/jfs.lo CC linux_swap/linux_swap.lo CC nilfs2/nilfs2.lo CC ntfs/ntfs.lo CC reiserfs/reiserfs.lo CC udf/udf.lo CC ufs/ufs.lo CC xfs/xfs.lo CCLD libparted-fs-resize.la CCLD libfs.la make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted/fs' Making all in . make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted' Makefile:1905: target 'arch/.deps/linux.Plo' given more than once in the same rule CC debug.lo CC architecture.lo CC device.lo CC exception.lo CC filesys.lo CC libparted.lo CC timer.lo CC unit.lo CC disk.lo CC cs/geom.lo CC cs/constraint.lo CC cs/natmath.lo CC arch/linux.lo CCLD libparted.la make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted' Making all in parted make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/parted' GEN version.c GEN version.h /usr/bin/make all-am make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/parted' CC command.o CC parted.o CC strlist.o CC ui.o CC jsonwrt.o CC table.o CC version.o AR libver.a CCLD parted make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/parted' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/parted' Making all in partprobe make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/partprobe' CC partprobe.o CCLD partprobe make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/partprobe' Making all in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc' Making all in C make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc/C' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc/C' Making all in pt_BR make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc/pt_BR' GEN all-local make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc/pt_BR' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc' Making all in debug make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/debug' Making all in test make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/debug/test' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/debug/test' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/debug' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/debug' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/debug' Making all in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6' >>> host-parted 3.6 Installing to host directory PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6' /usr/bin/make install-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6' Making install in po make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/po' if test "parted" = "gettext-tools"; then \ /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p /home/buildroot/autobuild/instance-0/output-1/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 \ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./$file \ /home/buildroot/autobuild/instance-0/output-1/host/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/buildroot/autobuild/instance-0/output-1/host/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/po' Making install in lib make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/lib' /usr/bin/make install-am make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/lib' make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/lib' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/lib' make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/lib' Making install in include make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include' Making install in parted make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include/parted' /usr/bin/make install-am make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include/parted' make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include/parted' make[6]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/include/parted' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 constraint.h debug.h device.h disk.h exception.h filesys.h geom.h natmath.h timer.h unit.h parted.h '/home/buildroot/autobuild/instance-0/output-1/host/include/parted' make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include/parted' make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include/parted' make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include/parted' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include' make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include' make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/include' Making install in libparted make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted' Makefile:1905: target 'arch/.deps/linux.Plo' given more than once in the same rule Making install in labels make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted/labels' /usr/bin/make install-am make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted/labels' make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted/labels' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted/labels' make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted/labels' make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted/labels' Making install in fs make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted/fs' make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted/fs' make[5]: Nothing to be done for 'install-data-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/lib' /bin/sh ../../libtool --mode=install /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c libparted-fs-resize.la '/home/buildroot/autobuild/instance-0/output-1/host/lib' libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libparted-fs-resize.so.0.0.5 /home/buildroot/autobuild/instance-0/output-1/host/lib/libparted-fs-resize.so.0.0.5 libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/lib && { ln -s -f libparted-fs-resize.so.0.0.5 libparted-fs-resize.so.0 || { rm -f libparted-fs-resize.so.0 && ln -s libparted-fs-resize.so.0.0.5 libparted-fs-resize.so.0; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/lib && { ln -s -f libparted-fs-resize.so.0.0.5 libparted-fs-resize.so || { rm -f libparted-fs-resize.so && ln -s libparted-fs-resize.so.0.0.5 libparted-fs-resize.so; }; }) libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libparted-fs-resize.lai /home/buildroot/autobuild/instance-0/output-1/host/lib/libparted-fs-resize.la libtool: finish: PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /home/buildroot/autobuild/instance-0/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/buildroot/autobuild/instance-0/output-1/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[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted/fs' make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted/fs' Making install in . make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted' Makefile:1905: target 'arch/.deps/linux.Plo' given more than once in the same rule make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted' Makefile:1905: target 'arch/.deps/linux.Plo' given more than once in the same rule make[5]: Nothing to be done for 'install-data-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/lib' /bin/sh ../libtool --mode=install /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c libparted.la '/home/buildroot/autobuild/instance-0/output-1/host/lib' libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libparted.so.2.0.5 /home/buildroot/autobuild/instance-0/output-1/host/lib/libparted.so.2.0.5 libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/lib && { ln -s -f libparted.so.2.0.5 libparted.so.2 || { rm -f libparted.so.2 && ln -s libparted.so.2.0.5 libparted.so.2; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-0/output-1/host/lib && { ln -s -f libparted.so.2.0.5 libparted.so || { rm -f libparted.so && ln -s libparted.so.2.0.5 libparted.so; }; }) libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c .libs/libparted.lai /home/buildroot/autobuild/instance-0/output-1/host/lib/libparted.la libtool: finish: PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /home/buildroot/autobuild/instance-0/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/buildroot/autobuild/instance-0/output-1/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[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted' make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/libparted' Making install in parted make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/parted' /usr/bin/make install-am make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/parted' make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/parted' make[5]: Nothing to be done for 'install-data-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/sbin' /bin/sh ../libtool --mode=install /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c parted '/home/buildroot/autobuild/instance-0/output-1/host/sbin' libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c parted /home/buildroot/autobuild/instance-0/output-1/host/sbin/parted make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/parted' make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/parted' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/parted' Making install in partprobe make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/partprobe' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/partprobe' make[4]: Nothing to be done for 'install-data-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/sbin' /bin/sh ../libtool --mode=install /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c partprobe '/home/buildroot/autobuild/instance-0/output-1/host/sbin' libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c partprobe /home/buildroot/autobuild/instance-0/output-1/host/sbin/partprobe make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/partprobe' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/partprobe' Making install in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc' Making install in C make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc/C' make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc/C' make[5]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/share/man/man8' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 parted.8 partprobe.8 '/home/buildroot/autobuild/instance-0/output-1/host/share/man/man8' make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc/C' make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc/C' Making install in pt_BR make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc/pt_BR' GEN all-local make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc/pt_BR' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc/pt_BR' make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc/pt_BR' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc' make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc' make[5]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/share/info' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./parted.info '/home/buildroot/autobuild/instance-0/output-1/host/share/info' make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc' make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/doc' Making install in debug make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/debug' Making install in test make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/debug/test' make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/debug/test' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/debug/test' make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/debug/test' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/debug' make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/debug' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/debug' make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/debug' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/debug' Making install in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/tests' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/tests' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/tests' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6' make[4]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 libparted.pc libparted-fs-resize.pc '/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig' make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-parted-3.6' patchelf-0.13.tar.bz2: OK (sha256: 4c7ed4bcfc1a114d6286e4a0d3c1a90db147a4c3adda1814ee0eee0f9ee917ed) >>> host-patchelf 0.13 Extracting bzcat /home/buildroot/autobuild/instance-0/dl/patchelf/patchelf-0.13.tar.bz2 | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13 -xf - >>> host-patchelf 0.13 Patching Applying 0001-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Hunk #1 succeeded at 45 (offset -1 lines). Hunk #2 succeeded at 85 with fuzz 1 (offset 4 lines). Hunk #3 succeeded at 244 with fuzz 2 (offset 14 lines). Hunk #4 succeeded at 1318 with fuzz 2 (offset 226 lines). Hunk #5 succeeded at 1385 (offset 218 lines). Hunk #6 succeeded at 1419 (offset 223 lines). Hunk #7 succeeded at 1861 (offset 323 lines). Hunk #8 succeeded at 1887 (offset 322 lines). Hunk #9 succeeded at 1950 (offset 313 lines). Hunk #10 succeeded at 2021 with fuzz 1 (offset 325 lines). >>> host-patchelf 0.13 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.13 Patching libtool >>> host-patchelf 0.13 Configuring (cd /home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/ && rm -rf config.cache; PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/autobuild/instance-0/output-1/host" --sysconfdir="/home/buildroot/autobuild/instance-0/output-1/host/etc" --localstatedir="/home/buildroot/autobuild/instance-0/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none checking dependency style of /usr/bin/gcc... none 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 patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.13 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' Making all in src make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.13.20210805.a949ff2\" -DPACKAGE_STRING=\"patchelf\ 0.13.20210805.a949ff2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.13.20210805.a949ff2\" -I. -I/home/buildroot/autobuild/instance-0/output-1/host/include -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/src' Making all in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' >>> host-patchelf 0.13 Installing to host directory PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/src' make[3]: Nothing to be done for 'install-data-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/bin' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c patchelf '/home/buildroot/autobuild/instance-0/output-1/host/bin' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/src' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' make[3]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/share/doc/patchelf' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/share/man/man1' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 README.md '/home/buildroot/autobuild/instance-0/output-1/host/share/doc/patchelf' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 patchelf.1 '/home/buildroot/autobuild/instance-0/output-1/host/share/man/man1' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.13' pngquant-2.18.0-src.tar.gz: OK (sha256: e72194b52b36f040deaec49a1ddd5dcd8d4feecc3a5fe6c5e9589a9707b233d4) >>> pngquant 2.18.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/pngquant/pngquant-2.18.0-src.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/pngquant-2.18.0 -xf - >>> pngquant 2.18.0 Patching >>> pngquant 2.18.0 Configuring (cd /home/buildroot/autobuild/instance-0/output-1/build/pngquant-2.18.0 && PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ./configure --prefix=/usr --without-lcms2 --disable-sse PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ) warning: unknown switch PATH (see ./configure --help for the list) warning: unknown switch AR (see ./configure --help for the list) warning: unknown switch AS (see ./configure --help for the list) warning: unknown switch LD (see ./configure --help for the list) warning: unknown switch NM (see ./configure --help for the list) warning: unknown switch GCC (see ./configure --help for the list) warning: unknown switch CPP (see ./configure --help for the list) warning: unknown switch CXX (see ./configure --help for the list) warning: unknown switch FC (see ./configure --help for the list) warning: unknown switch F77 (see ./configure --help for the list) warning: unknown switch RANLIB (see ./configure --help for the list) warning: unknown switch READELF (see ./configure --help for the list) warning: unknown switch STRIP (see ./configure --help for the list) warning: unknown switch OBJCOPY (see ./configure --help for the list) warning: unknown switch OBJDUMP (see ./configure --help for the list) warning: unknown switch AR_FOR_BUILD (see ./configure --help for the list) warning: unknown switch AS_FOR_BUILD (see ./configure --help for the list) warning: unknown switch CC_FOR_BUILD (see ./configure --help for the list) warning: unknown switch GCC_FOR_BUILD (see ./configure --help for the list) warning: unknown switch CXX_FOR_BUILD (see ./configure --help for the list) warning: unknown switch LD_FOR_BUILD (see ./configure --help for the list) warning: unknown switch CPPFLAGS_FOR_BUILD (see ./configure --help for the list) warning: unknown switch CFLAGS_FOR_BUILD (see ./configure --help for the list) warning: unknown switch CXXFLAGS_FOR_BUILD (see ./configure --help for the list) warning: unknown switch LDFLAGS_FOR_BUILD (see ./configure --help for the list) warning: unknown switch FCFLAGS_FOR_BUILD (see ./configure --help for the list) warning: unknown switch DEFAULT_ASSEMBLER (see ./configure --help for the list) warning: unknown switch DEFAULT_LINKER (see ./configure --help for the list) warning: unknown switch CPPFLAGS (see ./configure --help for the list) warning: unknown switch CXXFLAGS (see ./configure --help for the list) warning: unknown switch FCFLAGS (see ./configure --help for the list) warning: unknown switch FFLAGS (see ./configure --help for the list) warning: unknown switch PKG_CONFIG (see ./configure --help for the list) warning: unknown switch STAGING_DIR (see ./configure --help for the list) warning: unknown switch INTLTOOL_PERL (see ./configure --help for the list) warning: unknown switch CXX (see ./configure --help for the list) Compiler: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc Debug: no SSE: no OpenMP: no imagequant: build static libpng: shared (1.6.40) zlib: shared (1.2.13) lcms2: no >>> pngquant 2.18.0 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/pngquant-2.18.0 make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/pngquant-2.18.0' /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -I./lib -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -fexcess-precision=fast -c -o pngquant.o pngquant.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -I./lib -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -fexcess-precision=fast -c -o pngquant_opts.o pngquant_opts.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -I./lib -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -fexcess-precision=fast -c -o rwpng.o rwpng.c ( cd './lib'; ./configure '--quiet' '--prefix=/usr' '--disable-sse' 'CC=/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc' 'CFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1' 'LDFLAGS=' ) /usr/bin/make -C './lib' static make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/pngquant-2.18.0/lib' /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -fexcess-precision=fast -c -o pam.o pam.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -fexcess-precision=fast -c -o mediancut.o mediancut.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -fexcess-precision=fast -c -o blur.o blur.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -fexcess-precision=fast -c -o remap.o remap.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -fexcess-precision=fast -c -o mempool.o mempool.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -fexcess-precision=fast -c -o kmeans.o kmeans.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -fexcess-precision=fast -c -o nearest.o nearest.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -fexcess-precision=fast -c -o libimagequant.o libimagequant.c ar rv libimagequant.a pam.o mediancut.o blur.o remap.o mempool.o kmeans.o nearest.o libimagequant.o ar: creating libimagequant.a a - pam.o a - mediancut.o a - blur.o a - remap.o a - mempool.o a - kmeans.o a - nearest.o a - libimagequant.o make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/pngquant-2.18.0/lib' /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc pngquant.o pngquant_opts.o rwpng.o -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -std=c99 -I. -O3 -DNDEBUG -DUSE_SSE=0 -Wno-unknown-pragmas -I./lib -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -fexcess-precision=fast ./lib/libimagequant.a -L/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib -lpng16 -L/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib -lz -lm -o pngquant make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/pngquant-2.18.0' >>> pngquant 2.18.0 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR="/home/buildroot/autobuild/instance-0/output-1/target" -C /home/buildroot/autobuild/instance-0/output-1/build/pngquant-2.18.0 install make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/pngquant-2.18.0' mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/bin' mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man1' install -m 0755 -p 'pngquant' '/home/buildroot/autobuild/instance-0/output-1/target/usr/bin/pngquant' install -m 0644 -p 'pngquant.1' '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man1/' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/pngquant-2.18.0' pppd-2.4.9.tar.gz: OK (sha256: 675bff4f366174649f4a3c92fd32ac476e694164ff2b0b7710019b6ead9c561e) >>> pppd 2.4.9 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/pppd/pppd-2.4.9.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9 -xf - rm -f /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/include/linux/if_pppol2tp.h /usr/bin/sed -i -e 's/-DIPX_CHANGE//' /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/Makefile.linux >>> pppd 2.4.9 Patching Applying 0001-pppd-Fix-compilation-with-older-glibc-or-kernel-headers.patch using patch: patching file pppd/sys-linux.c Applying 0002-pppd-eap-tls.c-fix-build-with-libressl.patch using patch: patching file pppd/eap-tls.c Hunk #1 succeeded at 81 with fuzz 2 (offset 20 lines). >>> pppd 2.4.9 Configuring /usr/bin/sed -i -e 's/FILTER=y/#FILTER=y/' /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/Makefile.linux /usr/bin/sed -i -e 's/ifneq ($(wildcard \/usr\/include\/pcap-bpf.h),)/ifdef FILTER/' /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/*/Makefile.linux ( cd /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9; PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" ./configure --prefix=/usr ) Configuring for Linux Creating Makefiles. Makefile <= linux/Makefile.top pppd/Makefile <= pppd/Makefile.linux pppstats/Makefile <= pppstats/Makefile.linux chat/Makefile <= chat/Makefile.linux pppdump/Makefile <= pppdump/Makefile.linux pppd/plugins/Makefile <= pppd/plugins/Makefile.linux pppd/plugins/pppoe/Makefile <= pppd/plugins/pppoe/Makefile.linux pppd/plugins/radius/Makefile <= pppd/plugins/radius/Makefile.linux pppd/plugins/pppoatm/Makefile <= pppd/plugins/pppoatm/Makefile.linux pppd/plugins/pppol2tp/Makefile <= pppd/plugins/pppol2tp/Makefile.linux >>> pppd 2.4.9 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" COPTS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" -C /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9 HAVE_INET6=y USE_EAPTLS=y make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9' cd chat; /usr/bin/make -w -j4 --jobserver-auth=3,4 all make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/chat' make[2]: warning: -j4 forced in submake: resetting jobserver mode. /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DTERMIOS -DSIGTYPE=void -UNO_SLEEP -DFNDELAY=O_NDELAY -o chat.o chat.c chat.c: In function 'chat_send': chat.c:993:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 993 | write(2, s, strlen(s)); | ^~~~~~~~~~~~~~~~~~~~~~ chat.c: In function 'echo_stderr': chat.c:1312:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1312 | write(2, "\n", 1); | ^~~~~~~~~~~~~~~~~ chat.c:1317:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1317 | write(2, s, strlen(s)); | ^~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -o chat chat.o make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/chat' cd pppd/plugins; /usr/bin/make -w -j4 --jobserver-auth=3,4 all make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/plugins' make[2]: warning: -j4 forced in submake: resetting jobserver mode. /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -o minconn.so -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I.. -I../../include -fPIC -DUSE_EAPTLS=1 -DMPPE=1 minconn.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -o passprompt.so -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I.. -I../../include -fPIC -DUSE_EAPTLS=1 -DMPPE=1 passprompt.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -o passwordfd.so -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I.. -I../../include -fPIC -DUSE_EAPTLS=1 -DMPPE=1 passwordfd.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -o winbind.so -shared -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I.. -I../../include -fPIC -DUSE_EAPTLS=1 -DMPPE=1 winbind.c passprompt.c: In function 'promptpass': passprompt.c:58:9: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 58 | seteuid(getuid()); | ^~~~~~~~~~~~~~~~~ passprompt.c:59:9: warning: ignoring return value of 'setegid' declared with attribute 'warn_unused_result' [-Wunused-result] 59 | setegid(getgid()); | ^~~~~~~~~~~~~~~~~ winbind.c: In function 'run_ntlm_auth': winbind.c:305:17: warning: ignoring return value of 'setgid' declared with attribute 'warn_unused_result' [-Wunused-result] 305 | setgid(getgid()); | ^~~~~~~~~~~~~~~~ for d in pppoe pppoatm pppol2tp radius; do /usr/bin/make -w -j4 --jobserver-auth=5,6 -C $d all || exit $?; done make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/plugins' make[3]: warning: -j4 forced in submake: resetting jobserver mode. /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I../../../include -I../../.. -c -o plugin.o -fPIC plugin.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I../../../include -I../../.. -c -o discovery.o -fPIC discovery.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I../../../include -I../../.. -c -o if.o -fPIC if.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I../../../include -I../../.. -c -o common.o -fPIC common.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I../../../include -I../../.. -c -o pppoe-discovery.o pppoe-discovery.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I../../../include -I../../.. -c -o debug.o debug.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -o pppoe.so -shared plugin.o discovery.o if.o common.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -o pppoe-discovery pppoe-discovery.o debug.o make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/plugins/pppoe' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/plugins' make[3]: warning: -j4 forced in submake: resetting jobserver mode. /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I../.. -I../../../include -fPIC -I. -c -o pppoatm.o pppoatm.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I../.. -I../../../include -fPIC -I. -c -o text2qos.o text2qos.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I../.. -I../../../include -fPIC -I. -c -o text2atm.o text2atm.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I../.. -I../../../include -fPIC -I. -c -o misc.o misc.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I../.. -I../../../include -fPIC -I. -c -o ans.o ans.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I../.. -I../../../include -fPIC -I. -o pppoatm.so -shared pppoatm.o text2qos.o text2atm.o misc.o ans.o -lresolv make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/plugins/pppoatm' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/plugins' make[3]: warning: -j4 forced in submake: resetting jobserver mode. /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -I../.. -I../../../include -fPIC -c -o pppol2tp.o pppol2tp.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -I../.. -I../../../include -fPIC -c -o openl2tp.o openl2tp.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -I../.. -I../../../include -fPIC -o openl2tp.so -shared openl2tp.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -I../.. -I../../../include -fPIC -o pppol2tp.so -shared pppol2tp.o rm pppol2tp.o openl2tp.o make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/plugins/pppol2tp' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/plugins' make[3]: warning: -j4 forced in submake: resetting jobserver mode. /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -I../.. -I../../../include -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1 -c -o radius.o radius.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -I../.. -I../../../include -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1 -c -o avpair.o avpair.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -I../.. -I../../../include -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1 -c -o buildreq.o buildreq.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -I../.. -I../../../include -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1 -c -o config.o config.c buildreq.c: In function 'rc_get_seqnbr': buildreq.c:138:9: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result] 138 | ftruncate(fileno(sf),0); | ^~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -I../.. -I../../../include -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1 -c -o dict.o dict.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -I../.. -I../../../include -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1 -c -o ip_util.o ip_util.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -I../.. -I../../../include -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1 -c -o clientid.o clientid.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -I../.. -I../../../include -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1 -c -o sendserver.o sendserver.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -I../.. -I../../../include -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1 -c -o lock.o lock.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -I../.. -I../../../include -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1 -c -o util.o util.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -I../.. -I../../../include -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1 -c -o md5.o md5.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -I../.. -I../../../include -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1 -c -o radattr.o radattr.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I. -I../.. -I../../../include -fPIC -DRC_LOG_FACILITY=LOG_DAEMON -DCHAPMS=1 -DMPPE=1 -DMAXOCTETS=1 -c -o radrealms.o radrealms.c ar rv libradiusclient.a avpair.o buildreq.o config.o dict.o ip_util.o clientid.o sendserver.o lock.o util.o md5.o ar: creating libradiusclient.a a - avpair.o a - buildreq.o a - config.o a - dict.o a - ip_util.o a - clientid.o a - sendserver.o a - lock.o a - util.o a - md5.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -o radattr.so -shared radattr.o /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -o radius.so -shared radius.o libradiusclient.a /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -o radrealms.so -shared radrealms.o make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/plugins/radius' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/plugins' cd pppd; /usr/bin/make -w -j4 --jobserver-auth=3,4 all make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd' make[2]: warning: -j4 forced in submake: resetting jobserver mode. /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o main.o main.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o magic.o magic.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o fsm.o fsm.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o lcp.o lcp.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o ipcp.o ipcp.c main.c: In function 'open_ccp': main.c:1479:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1479 | write(sigpipe[1], &sig, sizeof(sig)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function 'chld': main.c:1446:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1446 | write(sigpipe[1], &sig, sizeof(sig)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function 'term': main.c:1433:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1433 | write(sigpipe[1], &sig, sizeof(sig)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function 'hup': main.c:1413:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1413 | write(sigpipe[1], &sig, sizeof(sig)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c: In function 'detach': main.c:773:5: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 773 | chdir("/"); | ^~~~~~~~~~ main.c: In function 'device_script': main.c:1676:5: warning: ignoring return value of 'setgid' declared with attribute 'warn_unused_result' [-Wunused-result] 1676 | setgid(getgid()); | ^~~~~~~~~~~~~~~~ main.c:1677:5: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result] 1677 | setuid(uid); | ^~~~~~~~~~~ main.c: In function 'run_program': main.c:1781:12: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 1781 | (void) chdir ("/"); /* no current directory. */ | ^~~~~~~~~~~ main.c:1782:5: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result] 1782 | setuid(0); /* set real UID = root */ | ^~~~~~~~~ main.c:1783:5: warning: ignoring return value of 'setgid' declared with attribute 'warn_unused_result' [-Wunused-result] 1783 | setgid(getegid()); | ^~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o upap.o upap.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o chap-new.o chap-new.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o md5.o md5.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o ccp.o ccp.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o ecp.o ecp.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o auth.o auth.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o options.o options.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o demand.o demand.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o utils.o utils.c utils.c: In function 'lock': utils.c:885:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 885 | write (fd, lock_buffer, 11); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.c: In function 'relock': utils.c:926:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 926 | write (fd, lock_buffer, 11); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o sys-linux.o sys-linux.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o ipxcp.o ipxcp.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o tty.o tty.c tty.c: In function 'start_charshunt': tty.c:922:9: warning: ignoring return value of 'setgid' declared with attribute 'warn_unused_result' [-Wunused-result] 922 | setgid(getgid()); | ^~~~~~~~~~~~~~~~ tty.c:923:9: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result] 923 | setuid(uid); | ^~~~~~~~~~~ sys-linux.c: In function 'get_pty': sys-linux.c:3119:21: warning: ignoring return value of 'fchown' declared with attribute 'warn_unused_result' [-Wunused-result] 3119 | fchown(sfd, uid, -1); | ^~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o eap.o eap.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o chap-md5.o chap-md5.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o session.o session.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o md4.o md4.c session.c: In function 'session_start': session.c:381:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 381 | (void)write(fd, (char *)&ll, sizeof(ll)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o chap_ms.o chap_ms.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o sha1.o sha1.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o eap-tls.o eap-tls.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o pppcrypt.o pppcrypt.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o multilink.o multilink.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o tdb.o tdb.c pppcrypt.c: In function 'MakeKey': pppcrypt.c:65:9: warning: 'DES_set_odd_parity' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 65 | DES_set_odd_parity((DES_cblock *)des_key); | ^~~~~~~~~~~~~~~~~~ In file included from pppcrypt.h:41, from pppcrypt.c:35: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/des.h:176:28: note: declared here 176 | OSSL_DEPRECATEDIN_3_0 void DES_set_odd_parity(DES_cblock *key); | ^~~~~~~~~~~~~~~~~~ pppcrypt.c: In function 'DesSetkey': pppcrypt.c:157:9: warning: 'DES_set_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 157 | DES_set_key(&des_key, &key_schedule); | ^~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/des.h:186:5: note: declared here 186 | int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule); | ^~~~~~~~~~~ pppcrypt.c: In function 'DesEncrypt': pppcrypt.c:164:9: warning: 'DES_ecb_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 164 | DES_ecb_encrypt((DES_cblock *)clear, (DES_cblock *)cipher, | ^~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/des.h:105:6: note: declared here 105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, | ^~~~~~~~~~~~~~~ pppcrypt.c: In function 'DesDecrypt': pppcrypt.c:172:9: warning: 'DES_ecb_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 172 | DES_ecb_encrypt((DES_cblock *)cipher, (DES_cblock *)clear, | ^~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/des.h:105:6: note: declared here 105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, | ^~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o spinlock.o spinlock.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o ipv6cp.o ipv6cp.c eap-tls.c: In function 'eaptls_ssl_load_config': eap-tls.c:222:5: warning: 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 222 | ENGINE_load_builtin_engines(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from eap-tls.c:40: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:358:28: note: declared here 358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ eap-tls.c: In function 'eaptls_ssl_load_engine': eap-tls.c:241:5: warning: 'ENGINE_register_all_complete' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 241 | ENGINE_register_all_complete(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:415:27: note: declared here 415 | OSSL_DEPRECATEDIN_3_0 int ENGINE_register_all_complete(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ eap-tls.c:244:5: warning: 'ENGINE_by_id' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 244 | e = ENGINE_by_id( engine_name ); | ^ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:336:31: note: declared here 336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); | ^~~~~~~~~~~~ eap-tls.c:248:9: warning: 'ENGINE_by_id' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 248 | e = ENGINE_by_id( "dynamic" ); | ^ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:336:31: note: declared here 336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); | ^~~~~~~~~~~~ eap-tls.c:251:13: warning: 'ENGINE_ctrl_cmd_string' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 251 | if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", engine_name, 0) | ^~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:479:5: note: declared here 479 | int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, | ^~~~~~~~~~~~~~~~~~~~~~ eap-tls.c:252:14: warning: 'ENGINE_ctrl_cmd_string' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 252 | || !ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0)) | ^~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:479:5: note: declared here 479 | int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, | ^~~~~~~~~~~~~~~~~~~~~~ eap-tls.c:256:17: warning: 'ENGINE_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 256 | ENGINE_free(e); | ^~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:493:27: note: declared here 493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); | ^~~~~~~~~~~ eap-tls.c:269:9: warning: 'ENGINE_set_default' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 269 | if(!ENGINE_set_default(e, ENGINE_METHOD_ALL)) | ^~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:708:27: note: declared here 708 | OSSL_DEPRECATEDIN_3_0 int ENGINE_set_default(ENGINE *e, unsigned int flags); | ^~~~~~~~~~~~~~~~~~ eap-tls.c:273:13: warning: 'ENGINE_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 273 | ENGINE_free(e); | ^~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:493:27: note: declared here 493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); | ^~~~~~~~~~~ eap-tls.c: In function 'eaptls_init_ssl': eap-tls.c:448:9: warning: 'ENGINE_ctrl_cmd' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 448 | if (!ENGINE_ctrl_cmd( cert_engine, "LOAD_CERT_CTRL", 0, &cert_info, NULL, 0 ) ) | ^~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:450:27: note: declared here 450 | OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl_cmd(ENGINE *e, const char *cmd_name, | ^~~~~~~~~~~~~~~ eap-tls.c:535:13: warning: 'ENGINE_load_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 535 | pkey = ENGINE_load_private_key(pkey_engine, pkey_identifier, transfer_pin, &cb_data); | ^~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:638:11: note: declared here 638 | EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, | ^~~~~~~~~~~~~~~~~~~~~~~ eap-tls.c:541:13: warning: 'ENGINE_load_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 541 | pkey = ENGINE_load_private_key(pkey_engine, pkey_identifier, NULL, NULL); | ^~~~ /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl/engine.h:638:11: note: declared here 638 | EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, | ^~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -c -o eui64.o eui64.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -DHAVE_PATHS_H -DHAVE_MMAP -pipe -I../include '-DDESTDIR="/usr"' -DCHAPMS=1 -DMPPE=1 -DUSE_EAPTLS=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/openssl -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DINET6=1 -DMAXOCTETS -Wl,-E -o pppd main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o md5.o ccp.o ecp.o auth.o options.o demand.o utils.o sys-linux.o ipxcp.o tty.o eap.o chap-md5.o session.o md4.o chap_ms.o sha1.o eap-tls.o pppcrypt.o multilink.o tdb.o spinlock.o ipv6cp.o eui64.o -lrt -lssl -lcrypt -lcrypto -ldl make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd' cd pppstats; /usr/bin/make -w -j4 --jobserver-auth=3,4 all make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppstats' make[2]: warning: -j4 forced in submake: resetting jobserver mode. /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I../include -o pppstats pppstats.c make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppstats' cd pppdump; /usr/bin/make -w -j4 --jobserver-auth=3,4 all make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppdump' make[2]: warning: -j4 forced in submake: resetting jobserver mode. /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I../include/net -c -o pppdump.o pppdump.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I../include/net -c -o bsd-comp.o bsd-comp.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I../include/net -c -o deflate.o deflate.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I../include/net -c -o zlib.o zlib.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -o pppdump pppdump.o bsd-comp.o deflate.o zlib.o make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppdump' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9' >>> pppd 2.4.9 Installing to staging directory PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 INSTROOT=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/ -C /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9 HAVE_INET6=y USE_EAPTLS=y install-devel make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9' cd pppd; /usr/bin/make -w -j4 --jobserver-auth=3,4 install-devel make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd' make[2]: warning: -j4 forced in submake: resetting jobserver mode. mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot//usr/include/pppd install -c -m 644 ccp.h session.h chap-new.h ecp.h fsm.h ipcp.h ipxcp.h lcp.h magic.h md5.h patchlevel.h pathnames.h pppd.h upap.h eap.h md4.h chap_ms.h mppe.h sha1.h eap-tls.h pppcrypt.h tdb.h spinlock.h ipv6cp.h eui64.h /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot//usr/include/pppd make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9' >>> pppd 2.4.9 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/buildroot/autobuild/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-0/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> pppd 2.4.9 Installing to target for sbin in chat pppd pppdump pppstats; do /usr/bin/install -D /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/$sbin/$sbin /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin/$sbin; done /usr/bin/install -D /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/plugins/minconn.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pppd/2.4.9/minconn.so /usr/bin/install -D /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/plugins/passprompt.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pppd/2.4.9/passprompt.so /usr/bin/install -D /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/plugins/passwordfd.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pppd/2.4.9/passwordfd.so /usr/bin/install -D /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/plugins/pppoatm/pppoatm.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pppd/2.4.9/pppoatm.so /usr/bin/install -D /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/plugins/pppoe/pppoe.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pppd/2.4.9/pppoe.so /usr/bin/install -D /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/plugins/pppoe/pppoe-discovery /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin/pppoe-discovery /usr/bin/install -D /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/plugins/winbind.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pppd/2.4.9/winbind.so /usr/bin/install -D /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/plugins/pppol2tp/openl2tp.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pppd/2.4.9/openl2tp.so /usr/bin/install -D /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/pppd/plugins/pppol2tp/pppol2tp.so /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pppd/2.4.9/pppol2tp.so /usr/bin/install -D -m 0755 /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/scripts/pon /home/buildroot/autobuild/instance-0/output-1/target/usr/bin/pon /usr/bin/install -D -m 0755 /home/buildroot/autobuild/instance-0/output-1/build/pppd-2.4.9/scripts/poff /home/buildroot/autobuild/instance-0/output-1/target/usr/bin/poff procrank_linux-21c30ab4514a5b15ac6e813e21bee0d3d714cb08.tar.gz: OK (sha256: 1c3592b549b6793b29ab561568f493d0edbfe288ea2aed59afa689eaa26b5d9e) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/procrank_linux/procrank_linux-21c30ab4514a5b15ac6e813e21bee0d3d714cb08.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/procrank_linux-21c30ab4514a5b15ac6e813e21bee0d3d714cb08 -xf - >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Patching >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Configuring >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/procrank_linux-21c30ab4514a5b15ac6e813e21bee0d3d714cb08 CROSS_COMPILE="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-" LOCAL_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/procrank_linux-21c30ab4514a5b15ac6e813e21bee0d3d714cb08' make -C libpagemap make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/procrank_linux-21c30ab4514a5b15ac6e813e21bee0d3d714cb08' make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -I./include -c -D_LARGEFILE64_SOURCE -c -o pm_kernel.o pm_kernel.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -I./include -c -D_LARGEFILE64_SOURCE -c -o pm_process.o pm_process.c pm_process.c: In function 'pm_process_workingset': pm_process.c:180:12: warning: unused variable 'j' [-Wunused-variable] 180 | int i, j; | ^ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -I./include -c -D_LARGEFILE64_SOURCE -c -o pm_map.o pm_map.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -I./include -c -D_LARGEFILE64_SOURCE -c -o pm_memusage.o pm_memusage.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -I./include -c -D_LARGEFILE64_SOURCE -c -o strlcpy.o strlcpy.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ar rc libpagemap.a pm_kernel.o pm_process.o pm_map.o pm_memusage.o strlcpy.o make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/procrank_linux-21c30ab4514a5b15ac6e813e21bee0d3d714cb08/libpagemap' /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 procrank.c -Ilibpagemap/include -Llibpagemap -lpagemap -o procrank procrank.c: In function 'getprocname': procrank.c:381:9: warning: implicit declaration of function 'asprintf'; did you mean 'vsprintf'? [-Wimplicit-function-declaration] 381 | if (asprintf(&filename, "/proc/%d/cmdline", pid) < 0) { | ^~~~~~~~ | vsprintf procrank.c:408:13: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] 408 | if (strlcpy(buf, unknown_cmdline, (size_t)len) >= (size_t)len) { | ^~~~~~~ | strncpy make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/procrank_linux-21c30ab4514a5b15ac6e813e21bee0d3d714cb08' >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Installing to target /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-0/output-1/build/procrank_linux-21c30ab4514a5b15ac6e813e21bee0d3d714cb08/procrank /home/buildroot/autobuild/instance-0/output-1/target/usr/bin/procrank ptpd2-2.3.1.tar.gz: OK (sha256: 267ad61d09d97069acec5d4878dceda20d0ddbebd27557d80230847848cee6c2) >>> ptpd2 2.3.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/ptpd2/ptpd2-2.3.1.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1 -xf - >>> ptpd2 2.3.1 Patching Applying 0001-musl.patch using patch: patching file src/dep/net.c Applying 0002-ntp_isc_md5-rename-EVP_MD_CTX-into-PTPD_EVP_MD_CTX.patch using patch: patching file src/dep/ntpengine/ntp_isc_md5.c patching file src/dep/ntpengine/ntp_isc_md5.h Applying 0003-Solve-issue-25-Removing-type-U64-from-net-snmp-relat.patch using patch: patching file src/dep/snmp.c >>> ptpd2 2.3.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> ptpd2 2.3.1 Configuring >>> ptpd2 2.3.1 Autoreconfiguring libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:14: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:14: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:14: the top level configure.ac:28: warning: The macro `AC_PROG_CC_C99' is obsolete. configure.ac:28: You should run autoupdate. ./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from... configure.ac:28: the top level configure.ac:29: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:29: You should run autoupdate. m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:29: the top level configure.ac:83: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:83: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:83: the top level configure.ac:159: warning: The macro `AC_HEADER_TIME' is obsolete. configure.ac:159: You should run autoupdate. ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... configure.ac:159: the top level configure.ac:212: warning: The macro `AC_TYPE_SIGNAL' is obsolete. configure.ac:212: You should run autoupdate. ./lib/autoconf/types.m4:776: AC_TYPE_SIGNAL is expanded from... configure.ac:212: the top level configure.ac:27: installing 'build-aux/compile' configure.ac:29: installing 'build-aux/config.guess' configure.ac:29: installing 'build-aux/config.sub' configure.ac:18: installing 'build-aux/install-sh' configure.ac:18: installing 'build-aux/missing' src/Makefile.am: installing 'build-aux/depcomp' >>> ptpd2 2.3.1 Patching libtool patching file /home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1/build-aux/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). (cd /home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=mips-buildroot-linux-gnu --host=mips-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --with-pcap-config=/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/pcap-config --disable-snmp ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking for a BSD-compatible install... /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c checking whether build environment is sane... yes checking for mips-buildroot-linux-gnu-strip... /bin/true checking for a race-free mkdir -p... /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gawk... (cached) gawk checking for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-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... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc... none checking build system type... x86_64-pc-linux-gnu checking host system type... mips-buildroot-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm) 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 mips-buildroot-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 /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld option to reload object files... -r checking for mips-buildroot-linux-gnu-objdump... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for mips-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for mips-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for mips-buildroot-linux-gnu-strip... (cached) /bin/true checking for mips-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /home/buildroot/autobuild/instance-0/output-1/host/bin/dd checking how to truncate binary pipes... /home/buildroot/autobuild/instance-0/output-1/host/bin/dd bs=4096 count=1 checking for mips-buildroot-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no 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 sys/time.h... yes checking for sys/select.h... yes checking for sys/socket.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for cut... /home/buildroot/autobuild/instance-0/output-1/host/bin/cut checking for tr... /home/buildroot/autobuild/instance-0/output-1/host/bin/tr checking for svnversion... /usr/bin/svnversion checking for linux/net_tstamp.h... yes checking for pow in -lm... yes checking for clock_gettime in -lrt... yes checking for egrep... (cached) /usr/bin/grep -E checking for arpa/inet.h... yes checking for fcntl.h... yes checking for limits.h... yes checking for netdb.h... yes checking for net/ethernet.h... yes checking for netinet/in.h... yes checking for netinet/in_systm.h... yes checking for netinet/ether.h... yes checking for sys/uio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/ioctl.h... yes checking for sys/param.h... yes checking for sys/socket.h... (cached) yes checking for sys/sockio.h... no checking for ifaddrs.h... yes checking for sys/time.h... (cached) yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for glob.h... yes checking for sched.h... yes checking for utmp.h... yes checking for utmpx.h... yes checking for linux/rtc.h... yes checking for sys/timex.h... yes checking for endian.h... yes checking for machine/endian.h... no checking for sys/isa_defs.h... no checking for math.h... yes checking for sys/cpuset.h... no checking for net/if.h... yes checking for net/if_arp.h... yes checking for netinet/if_ether.h... yes checking for net/if_ether.h... no checking for an ANSI C-conforming const... yes checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking for working volatile... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for size_t... yes checking for ssize_t... yes checking for int64_t... yes checking for struct timex.tick... yes checking for struct timex.tai... yes checking for struct ntptimeval.tai... yes checking for struct ifreq.ifr_hwaddr... yes checking for struct ether_addr.octet... no checking how to run the C preprocessor... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc needs -traditional... no checking for GNU libc compatible malloc... (cached) yes checking for working memcmp... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking for strftime... yes checking for vprintf... yes checking for clock_gettime... yes checking for dup2... yes checking for ftruncate... yes checking for gethostbyname2... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memset... yes checking for pow... yes checking for select... yes checking for socket... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strtol... yes checking for glob... yes checking for pututline... yes checking for utmpxname... yes checking for updwtmpx... yes checking for setutent... yes checking for endutent... yes checking for signal... yes checking for ntp_gettime... yes configure: ************************************************************ configure: * PTPD BUILD FLAG AND LIBRARY DEPENDENCY CHECKS START HERE * configure: ************************************************************ checking for /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc options needed to detect all undeclared functions... none needed checking whether MSG_ERRQUEUE is declared... yes checking whether POSIX_TIMERS_SUPPORTED is declared... yes checking if we want to build POSIX timer support... yes checking for pcap-config... /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/pcap-config checking if we want to build with libpcap support... yes, pcap-config checking for pcap/pcap.h... yes checking for pcap.h... yes checking if we can build with libpcap support... yes checking for net-snmp-config... no checking if we want to try building SNMP support... no checking for RUNTIME_DEBUG... no checking for (old-style) debug message level... no checking for maximum unicast destination table size... 128 checking for daemon mode... yes checking for experimental options... no checking for realtime statistics support... yes checking if we want to enable SO_TIMESTAMPING support on Linux if available... yes checking if we're building a slave-only build... no configure: ************************************************************ configure: * END OF PTPD BUILD FLAG AND LIBRARY DEPENDENCY CHECKS * configure: ************************************************************ 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 src/ptpd2.8 config.status: creating src/ptpd2.conf.5 config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> ptpd2 2.3.1 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1' Making all in src make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1/src' /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o arith.o arith.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o bmc.o bmc.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o ptp_timers.o ptp_timers.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o dep/daemonconfig.o dep/daemonconfig.c bmc.c: In function 'bmcStateDecision': bmc.c:631:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 631 | if (ptpClock->portState == PTP_SLAVE) | ^~ bmc.c:633:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 633 | if(rtOpts->calibrationDelay) { | ^~ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o dep/startup.o dep/startup.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o dep/sys.o dep/sys.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o display.o display.c dep/sys.c: In function 'writeStatusFile': dep/sys.c:996:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 996 | if(ptpClock->portState == PTP_MASTER) | ^~ dep/sys.c:998:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 998 | fprintf(out,"\n"); | ^~~~~~~ dep/sys.c: In function 'restoreDrift': dep/sys.c:2086:25: warning: this 'else' clause does not guard... [-Wmisleading-indentation] 2086 | else | ^~~~ dep/sys.c:2090:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 2090 | break; | ^~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o management.o management.c dep/sys.c: In function 'maintainLogSize': dep/sys.c:559:54: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 559 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, logFileNumber); | ^~ dep/sys.c:559:50: note: directive argument in the range [-2147483647, 2147483647] 559 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, logFileNumber); | ^~~~~~~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/stdio.h:906, from dep/../ptpd.h:45, from dep/sys.c:54: In function 'snprintf', inlined from 'maintainLogSize' at dep/sys.c:559:4: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 3 and 4108 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ dep/sys.c: In function 'maintainLogSize': dep/sys.c:547:62: warning: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 547 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, i); | ^~ dep/sys.c:547:58: note: directive argument in the range [1, 2147483647] 547 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, i); | ^~~~~~~ In function 'snprintf', inlined from 'maintainLogSize' at dep/sys.c:547:5: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 3 and 4107 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o signaling.o signaling.c dep/daemonconfig.c: In function 'parseConfig': dep/daemonconfig.c:2538:37: warning: '%s' directive output may be truncated writing 10 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 2538 | "%s/%s", rtOpts->lockDirectory, DEFAULT_LOCKFILE_NAME); | ^~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/stdio.h:906, from dep/../ptpd.h:45, from dep/daemonconfig.c:40: In function 'snprintf', inlined from 'parseConfig' at dep/daemonconfig.c:2537:4: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 12 and 4107 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ dep/daemonconfig.c: In function 'parseConfig': dep/daemonconfig.c:2526:21: warning: '/ptpd2_' directive output may be truncated writing 7 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 2526 | "%s/"PTPD_PROGNAME"_%s_%s.lock", | ^~~~~ dep/daemonconfig.c:2526:24: note: format string is defined here 2526 | "%s/"PTPD_PROGNAME"_%s_%s.lock", | ^~~~~~~~~~~~~~~~~ In function 'snprintf', inlined from 'parseConfig' at dep/daemonconfig.c:2525:6: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output 20 or more bytes (assuming 4120) into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ signaling.c:867:63: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 867 | void cancelUnicastTransmission(UnicastGrantData* grant, const const RunTimeOpts* rtOpts, PtpClock* ptpClock) | ^~~~~ signaling.c:886:74: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 886 | void issueSignaling(MsgSignaling *outgoing, Integer32 destination, const const RunTimeOpts *rtOpts, | ^~~~~ dep/sys.c: In function 'checkOtherLocks': dep/sys.c:1611:46: warning: '%s' directive output may be truncated writing 5 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 1611 | snprintf(searchPattern, PATH_MAX,"%s/%s_*_%s.lock", | ^~ In function 'snprintf', inlined from 'checkOtherLocks' at dep/sys.c:1611:2: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output 15 or more bytes (assuming 4110) into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ dep/sys.c: In function 'checkOtherLocks': dep/sys.c:1657:50: warning: '%s' directive output may be truncated writing 5 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 1657 | snprintf(searchPattern, PATH_MAX,"%s/%s_%s_*.lock", | ^~ In function 'snprintf', inlined from 'checkOtherLocks' at dep/sys.c:1657:6: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 26 and 4121 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o protocol.o protocol.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o timingdomain.o timingdomain.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o ptpd.o ptpd.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o dep/statistics.o dep/statistics.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o dep/outlierfilter.o dep/outlierfilter.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o dep/eventtimer_posix.o dep/eventtimer_posix.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o dep/ipv4_acl.o dep/ipv4_acl.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o dep/msg.o dep/msg.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o dep/net.o dep/net.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o dep/eventtimer.o dep/eventtimer.c dep/net.c:1912:22: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 1912 | const const RunTimeOpts *rtOpts, Integer32 destinationAddress) | ^~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o dep/servo.o dep/servo.c In file included from /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/string.h:535, from dep/../ptpd.h:46, from dep/net.c:57: In function 'memcpy', inlined from 'netInit' at dep/net.c:998:3: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' reading 2 bytes from a region of size 0 [-Wstringop-overread] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/net.c: In function 'netInit': dep/net.c:996:26: note: at offset 8 into source object 'addr' of size 4 996 | uint32_t addr = ((struct sockaddr_in*)&(netPath->interfaceInfo.afAddress))->sin_addr.s_addr; | ^~~~ dep/servo.c:950:36: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 950 | setupPIservo(PIservo* servo, const const RunTimeOpts* rtOpts) | ^~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o dep/iniparser/dictionary.o dep/iniparser/dictionary.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o dep/iniparser/iniparser.o dep/iniparser/iniparser.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o dep/ntpengine/ntp_isc_md5.o dep/ntpengine/ntp_isc_md5.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -c -o dep/ntpengine/ntpdcontrol.o dep/ntpengine/ntpdcontrol.c dep/iniparser/iniparser.c: In function 'iniparser_load': dep/iniparser/iniparser.c:708:43: warning: '%s' directive output may be truncated writing up to 1 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 708 | snprintf(tmp, ASCIILINESZ, "%s%s%s", section, strlen(section)==0?"":":", key); | ^~ In file included from /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/stdio.h:906, from dep/iniparser/iniparser.h:17, from dep/iniparser/iniparser.c:11: In function 'snprintf', inlined from 'iniparser_load' at dep/iniparser/iniparser.c:708:13: /home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 1 and 2050 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -L/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib -lpcap -o ptpd2 arith.o bmc.o dep/ipv4_acl.o dep/msg.o dep/net.o dep/eventtimer.o ptp_timers.o dep/servo.o dep/iniparser/dictionary.o dep/iniparser/iniparser.o dep/daemonconfig.o dep/startup.o dep/sys.o display.o management.o signaling.o protocol.o dep/ntpengine/ntp_isc_md5.o dep/ntpengine/ntpdcontrol.o timingdomain.o ptpd.o dep/statistics.o dep/outlierfilter.o dep/eventtimer_posix.o -lrt -lm libtool: link: /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -o ptpd2 arith.o bmc.o dep/ipv4_acl.o dep/msg.o dep/net.o dep/eventtimer.o ptp_timers.o dep/servo.o dep/iniparser/dictionary.o dep/iniparser/iniparser.o dep/daemonconfig.o dep/startup.o dep/sys.o display.o management.o signaling.o protocol.o dep/ntpengine/ntp_isc_md5.o dep/ntpengine/ntpdcontrol.o timingdomain.o ptpd.o dep/statistics.o dep/outlierfilter.o dep/eventtimer_posix.o -L/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib -lpcap -lrt -lm make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1' >>> ptpd2 2.3.1 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target install -C /home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1' /usr/bin/make install-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1' Making install in src make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1/src' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1/src' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/sbin' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man5' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8' /bin/sh ../libtool --mode=install /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ptpd2 '/home/buildroot/autobuild/instance-0/output-1/target/usr/sbin' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ptpd2.conf.5 '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man5' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ptpd2.8 '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8' libtool: install: /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ptpd2 /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin/ptpd2 make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1' make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1' make[4]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/ptpd' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 src/leap-seconds.list.28dec2015 src/ptpd2.conf.minimal src/ptpd2.conf.default-full doc/PTPBASE-MIB.txt '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/ptpd' make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/ptpd2-2.3.1' /usr/bin/install -m 755 -D package/ptpd2/S65ptpd2 /home/buildroot/autobuild/instance-0/output-1/target/etc/init.d/S65ptpd2 greenlet-2.0.2.tar.gz: OK (md5: e6637d59015cba7e86f2111e6aa8168b) greenlet-2.0.2.tar.gz: OK (sha256: e7c8dc13af7db097bed64a051d2dd49e9f0af495c26995c00a9ee842690d34c0) >>> host-python-greenlet 2.0.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/python-greenlet/greenlet-2.0.2.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/host-python-greenlet-2.0.2 -xf - >>> host-python-greenlet 2.0.2 Patching >>> host-python-greenlet 2.0.2 Configuring >>> host-python-greenlet 2.0.2 Building (cd /home/buildroot/autobuild/instance-0/output-1/build/host-python-greenlet-2.0.2//; PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-0/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib.linux-x86_64-cpython-311 creating build/lib.linux-x86_64-cpython-311/greenlet copying src/greenlet/__init__.py -> build/lib.linux-x86_64-cpython-311/greenlet creating build/lib.linux-x86_64-cpython-311/greenlet/tests copying src/greenlet/tests/test_greenlet_trash.py -> build/lib.linux-x86_64-cpython-311/greenlet/tests copying src/greenlet/tests/test_throw.py -> build/lib.linux-x86_64-cpython-311/greenlet/tests copying src/greenlet/tests/leakcheck.py -> build/lib.linux-x86_64-cpython-311/greenlet/tests copying src/greenlet/tests/test_greenlet.py -> build/lib.linux-x86_64-cpython-311/greenlet/tests copying src/greenlet/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/greenlet/tests copying src/greenlet/tests/test_gc.py -> build/lib.linux-x86_64-cpython-311/greenlet/tests copying src/greenlet/tests/test_stack_saved.py -> build/lib.linux-x86_64-cpython-311/greenlet/tests copying src/greenlet/tests/test_extension_interface.py -> build/lib.linux-x86_64-cpython-311/greenlet/tests copying src/greenlet/tests/test_generator_nested.py -> build/lib.linux-x86_64-cpython-311/greenlet/tests copying src/greenlet/tests/test_leaks.py -> build/lib.linux-x86_64-cpython-311/greenlet/tests copying src/greenlet/tests/test_cpp.py -> build/lib.linux-x86_64-cpython-311/greenlet/tests copying src/greenlet/tests/test_generator.py -> build/lib.linux-x86_64-cpython-311/greenlet/tests copying src/greenlet/tests/test_version.py -> build/lib.linux-x86_64-cpython-311/greenlet/tests copying src/greenlet/tests/test_weakref.py -> build/lib.linux-x86_64-cpython-311/greenlet/tests copying src/greenlet/tests/test_tracing.py -> build/lib.linux-x86_64-cpython-311/greenlet/tests copying src/greenlet/tests/test_contextvars.py -> build/lib.linux-x86_64-cpython-311/greenlet/tests creating build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/__init__.py -> build/lib.linux-x86_64-cpython-311/greenlet/platform running egg_info writing src/greenlet.egg-info/PKG-INFO writing dependency_links to src/greenlet.egg-info/dependency_links.txt writing requirements to src/greenlet.egg-info/requires.txt writing top-level names to src/greenlet.egg-info/top_level.txt reading manifest file 'src/greenlet.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'benchmarks/*.json' no previously-included directories found matching 'docs/_build' warning: no files found matching '*.py' under directory 'appveyor' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '.coverage' found anywhere in distribution adding license file 'LICENSE' adding license file 'LICENSE.PSF' adding license file 'AUTHORS' writing manifest file 'src/greenlet.egg-info/SOURCES.txt' copying src/greenlet/greenlet.cpp -> build/lib.linux-x86_64-cpython-311/greenlet copying src/greenlet/greenlet.h -> build/lib.linux-x86_64-cpython-311/greenlet copying src/greenlet/greenlet_allocator.hpp -> build/lib.linux-x86_64-cpython-311/greenlet copying src/greenlet/greenlet_compiler_compat.hpp -> build/lib.linux-x86_64-cpython-311/greenlet copying src/greenlet/greenlet_cpython_compat.hpp -> build/lib.linux-x86_64-cpython-311/greenlet copying src/greenlet/greenlet_exceptions.hpp -> build/lib.linux-x86_64-cpython-311/greenlet copying src/greenlet/greenlet_greenlet.hpp -> build/lib.linux-x86_64-cpython-311/greenlet copying src/greenlet/greenlet_internal.hpp -> build/lib.linux-x86_64-cpython-311/greenlet copying src/greenlet/greenlet_refs.hpp -> build/lib.linux-x86_64-cpython-311/greenlet copying src/greenlet/greenlet_slp_switch.hpp -> build/lib.linux-x86_64-cpython-311/greenlet copying src/greenlet/greenlet_thread_state.hpp -> build/lib.linux-x86_64-cpython-311/greenlet copying src/greenlet/greenlet_thread_state_dict_cleanup.hpp -> build/lib.linux-x86_64-cpython-311/greenlet copying src/greenlet/greenlet_thread_support.hpp -> build/lib.linux-x86_64-cpython-311/greenlet copying src/greenlet/slp_platformselect.h -> build/lib.linux-x86_64-cpython-311/greenlet copying src/greenlet/tests/_test_extension.c -> build/lib.linux-x86_64-cpython-311/greenlet/tests copying src/greenlet/tests/_test_extension_cpp.cpp -> build/lib.linux-x86_64-cpython-311/greenlet/tests copying src/greenlet/platform/setup_switch_x64_masm.cmd -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_aarch64_gcc.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_alpha_unix.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_amd64_unix.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_arm32_gcc.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_arm32_ios.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_arm64_masm.asm -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_arm64_masm.obj -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_arm64_msvc.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_csky_gcc.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_m68k_gcc.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_mips_unix.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_ppc64_aix.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_ppc64_linux.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_ppc_aix.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_ppc_linux.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_ppc_macosx.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_ppc_unix.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_riscv_unix.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_s390_unix.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_sparc_sun_gcc.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_x32_unix.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_x64_masm.asm -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_x64_masm.obj -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_x64_msvc.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_x86_msvc.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform copying src/greenlet/platform/switch_x86_unix.h -> build/lib.linux-x86_64-cpython-311/greenlet/platform running build_ext building 'greenlet._greenlet' extension creating build/temp.linux-x86_64-cpython-311 creating build/temp.linux-x86_64-cpython-311/src creating build/temp.linux-x86_64-cpython-311/src/greenlet /usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -I/home/buildroot/autobuild/instance-0/output-1/host/include -fPIC -I/home/buildroot/autobuild/instance-0/output-1/host/include/python3.11 -c src/greenlet/greenlet.cpp -o build/temp.linux-x86_64-cpython-311/src/greenlet/greenlet.o /usr/bin/g++ -shared -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,--enable-new-dtags -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -I/home/buildroot/autobuild/instance-0/output-1/host/include build/temp.linux-x86_64-cpython-311/src/greenlet/greenlet.o -L/home/buildroot/autobuild/instance-0/output-1/host/lib -o build/lib.linux-x86_64-cpython-311/greenlet/_greenlet.cpython-311-x86_64-linux-gnu.so building 'greenlet.tests._test_extension' extension creating build/temp.linux-x86_64-cpython-311/src/greenlet/tests /usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -I/home/buildroot/autobuild/instance-0/output-1/host/include -fPIC -Isrc/greenlet/ -I/home/buildroot/autobuild/instance-0/output-1/host/include/python3.11 -c src/greenlet/tests/_test_extension.c -o build/temp.linux-x86_64-cpython-311/src/greenlet/tests/_test_extension.o /usr/bin/gcc -shared -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,--enable-new-dtags -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -I/home/buildroot/autobuild/instance-0/output-1/host/include build/temp.linux-x86_64-cpython-311/src/greenlet/tests/_test_extension.o -L/home/buildroot/autobuild/instance-0/output-1/host/lib -o build/lib.linux-x86_64-cpython-311/greenlet/tests/_test_extension.cpython-311-x86_64-linux-gnu.so building 'greenlet.tests._test_extension_cpp' extension /usr/bin/gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -I/home/buildroot/autobuild/instance-0/output-1/host/include -fPIC -Isrc/greenlet/ -I/home/buildroot/autobuild/instance-0/output-1/host/include/python3.11 -c src/greenlet/tests/_test_extension_cpp.cpp -o build/temp.linux-x86_64-cpython-311/src/greenlet/tests/_test_extension_cpp.o /usr/bin/g++ -shared -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,--enable-new-dtags -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -I/home/buildroot/autobuild/instance-0/output-1/host/include build/temp.linux-x86_64-cpython-311/src/greenlet/tests/_test_extension_cpp.o -L/home/buildroot/autobuild/instance-0/output-1/host/lib -o build/lib.linux-x86_64-cpython-311/greenlet/tests/_test_extension_cpp.cpython-311-x86_64-linux-gnu.so >>> host-python-greenlet 2.0.2 Installing to host directory (cd /home/buildroot/autobuild/instance-0/output-1/build/host-python-greenlet-2.0.2//; PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PYTHONNOUSERSITE=1 PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-0/output-1/host/bin/python setup.py install --prefix=/home/buildroot/autobuild/instance-0/output-1/host --root=/ --single-version-externally-managed ) running install /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build running build_py running egg_info writing src/greenlet.egg-info/PKG-INFO writing dependency_links to src/greenlet.egg-info/dependency_links.txt writing requirements to src/greenlet.egg-info/requires.txt writing top-level names to src/greenlet.egg-info/top_level.txt reading manifest file 'src/greenlet.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'benchmarks/*.json' no previously-included directories found matching 'docs/_build' warning: no files found matching '*.py' under directory 'appveyor' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '.coverage' found anywhere in distribution adding license file 'LICENSE' adding license file 'LICENSE.PSF' adding license file 'AUTHORS' writing manifest file 'src/greenlet.egg-info/SOURCES.txt' running build_ext running install_lib creating /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet copying build/lib.linux-x86_64-cpython-311/greenlet/greenlet_slp_switch.hpp -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet copying build/lib.linux-x86_64-cpython-311/greenlet/greenlet_exceptions.hpp -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet copying build/lib.linux-x86_64-cpython-311/greenlet/__init__.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet copying build/lib.linux-x86_64-cpython-311/greenlet/greenlet_greenlet.hpp -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet copying build/lib.linux-x86_64-cpython-311/greenlet/greenlet_cpython_compat.hpp -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet copying build/lib.linux-x86_64-cpython-311/greenlet/greenlet_compiler_compat.hpp -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet creating /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/test_greenlet_trash.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/_test_extension_cpp.cpp -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/test_throw.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/leakcheck.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/test_greenlet.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/__init__.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/test_gc.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/_test_extension.c -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/test_stack_saved.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/test_extension_interface.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/test_generator_nested.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/_test_extension.cpython-311-x86_64-linux-gnu.so -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/test_leaks.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/_test_extension_cpp.cpython-311-x86_64-linux-gnu.so -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/test_cpp.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/test_generator.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/test_version.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/test_weakref.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/test_tracing.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/tests/test_contextvars.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests copying build/lib.linux-x86_64-cpython-311/greenlet/greenlet_refs.hpp -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet copying build/lib.linux-x86_64-cpython-311/greenlet/_greenlet.cpython-311-x86_64-linux-gnu.so -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet copying build/lib.linux-x86_64-cpython-311/greenlet/greenlet_thread_state.hpp -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet copying build/lib.linux-x86_64-cpython-311/greenlet/greenlet.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet copying build/lib.linux-x86_64-cpython-311/greenlet/greenlet_thread_state_dict_cleanup.hpp -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet creating /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_ppc_unix.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/__init__.py -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_arm64_masm.asm -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_arm32_gcc.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_x64_masm.asm -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_alpha_unix.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_ppc_aix.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_x64_msvc.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/setup_switch_x64_masm.cmd -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_arm32_ios.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_x86_unix.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_x32_unix.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_s390_unix.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_ppc_macosx.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_riscv_unix.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_ppc64_linux.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_mips_unix.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_sparc_sun_gcc.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_aarch64_gcc.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_arm64_msvc.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_arm64_masm.obj -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_m68k_gcc.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_amd64_unix.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_x86_msvc.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_ppc64_aix.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_ppc_linux.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_csky_gcc.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/platform/switch_x64_masm.obj -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform copying build/lib.linux-x86_64-cpython-311/greenlet/greenlet_allocator.hpp -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet copying build/lib.linux-x86_64-cpython-311/greenlet/slp_platformselect.h -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet copying build/lib.linux-x86_64-cpython-311/greenlet/greenlet_thread_support.hpp -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet copying build/lib.linux-x86_64-cpython-311/greenlet/greenlet_internal.hpp -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet copying build/lib.linux-x86_64-cpython-311/greenlet/greenlet.cpp -> /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests/test_greenlet_trash.py to test_greenlet_trash.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests/test_throw.py to test_throw.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests/leakcheck.py to leakcheck.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests/test_greenlet.py to test_greenlet.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests/test_gc.py to test_gc.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests/test_stack_saved.py to test_stack_saved.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests/test_extension_interface.py to test_extension_interface.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests/test_generator_nested.py to test_generator_nested.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests/test_leaks.py to test_leaks.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests/test_cpp.py to test_cpp.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests/test_generator.py to test_generator.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests/test_version.py to test_version.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests/test_weakref.py to test_weakref.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests/test_tracing.py to test_tracing.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/tests/test_contextvars.py to test_contextvars.cpython-311.pyc byte-compiling /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet/platform/__init__.py to __init__.cpython-311.pyc running install_headers creating /home/buildroot/autobuild/instance-0/output-1/host/include/python3.11/greenlet copying src/greenlet/greenlet.h -> /home/buildroot/autobuild/instance-0/output-1/host/include/python3.11/greenlet running install_egg_info Copying src/greenlet.egg-info to /home/buildroot/autobuild/instance-0/output-1/host/lib/python3.11/site-packages/greenlet-2.0.2-py3.11.egg-info running install_scripts quotatool-1.6.2.tar.gz: OK (sha256: e53adc480d54ae873d160dc0e88d78095f95d9131e528749fd982245513ea090) >>> quotatool 1.6.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/quotatool/quotatool-1.6.2.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/quotatool-1.6.2 -xf - >>> quotatool 1.6.2 Patching Applying 0001-fix-missing-__P-definition-for-musl-compile.patch using patch: patching file src/linux/linux_quota.h >>> quotatool 1.6.2 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-0/output-1/build/quotatool-1.6.2 -name $file); do cp support/gnuconfig/$file $i; done; done >>> quotatool 1.6.2 Patching libtool >>> quotatool 1.6.2 Configuring (cd /home/buildroot/autobuild/instance-0/output-1/build/quotatool-1.6.2/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=mips-buildroot-linux-gnu --host=mips-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking build system type... x86_64-pc-linux-gnu checking host system type... mips-buildroot-linux-gnu checking for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-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... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c checking how to run the C preprocessor... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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 unistd.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking linux/types.h usability... yes checking linux/types.h presence... yes checking for linux/types.h... yes checking std.h usability... no checking std.h presence... no checking for std.h... no checking linux/fs.h usability... yes checking linux/fs.h presence... yes checking for linux/fs.h... yes checking for inttypes.h... (cached) yes checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for inline... inline checking for u_int64_t... yes checking for vprintf... yes checking for _doprnt... no checking for strdup... yes checking for strerror... yes checking for strtol... yes checking for strtod... yes checking for strchr... yes checking for strlcpy... no checking for strlcat... no configure: creating ./config.status config.status: creating local.mk config.status: creating src/config.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> quotatool 1.6.2 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/quotatool-1.6.2/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/quotatool-1.6.2' ./tools/depend.sh -I./src -I./src/linux -DHAVE_CONFIG_H src/linux/quota.c > src/linux/quota.d ./tools/depend.sh -I./src -I./src/linux -DHAVE_CONFIG_H src/system.c > src/system.d ./tools/depend.sh -I./src -I./src/linux -DHAVE_CONFIG_H src/parse.c > src/parse.d ./tools/depend.sh -I./src -I./src/linux -DHAVE_CONFIG_H src/output.c > src/output.d ./tools/depend.sh -I./src -I./src/linux -DHAVE_CONFIG_H src/main.c > src/main.d /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I./src -I./src/linux -DHAVE_CONFIG_H -c -o src/main.o src/main.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I./src -I./src/linux -DHAVE_CONFIG_H -c -o src/output.o src/output.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I./src -I./src/linux -DHAVE_CONFIG_H -c -o src/parse.o src/parse.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I./src -I./src/linux -DHAVE_CONFIG_H -c -o src/system.o src/system.c In file included from src/system.c:51: src/output.h:21:15: warning: inline function 'output_help' declared but never defined 21 | inline void output_help (void); | ^~~~~~~~~~~ src/output.h:20:15: warning: inline function 'output_version' declared but never defined 20 | inline void output_version (void); | ^~~~~~~~~~~~~~ src/main.c: In function 'main': src/main.c:211:17: warning: implicit declaration of function 'quota_reset_grace'; did you mean 'xfs_reset_grace'? [-Wimplicit-function-declaration] 211 | if (! quota_reset_grace(quota, (argdata->block_reset ? GRACE_BLOCK : GRACE_INODE))) | ^~~~~~~~~~~~~~~~~ | xfs_reset_grace In file included from src/main.c:23: src/output.h: At top level: src/output.h:21:15: warning: inline function 'output_help' declared but never defined 21 | inline void output_help (void); | ^~~~~~~~~~~ src/output.h:20:15: warning: inline function 'output_version' declared but never defined 20 | inline void output_version (void); | ^~~~~~~~~~~~~~ In file included from src/parse.c:24: src/output.h:21:15: warning: inline function 'output_help' declared but never defined 21 | inline void output_help (void); | ^~~~~~~~~~~ src/output.h:20:15: warning: inline function 'output_version' declared but never defined 20 | inline void output_version (void); | ^~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I./src -I./src/linux -DHAVE_CONFIG_H -c -o src/linux/quota.o src/linux/quota.c In file included from src/linux/quota.c:21: ./src/output.h:21:15: warning: inline function 'output_help' declared but never defined 21 | inline void output_help (void); | ^~~~~~~~~~~ ./src/output.h:20:15: warning: inline function 'output_version' declared but never defined 20 | inline void output_version (void); | ^~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -o quotatool ./src/main.o ./src/output.o ./src/parse.o ./src/system.o ./src/linux/quota.o -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/quotatool-1.6.2' >>> quotatool 1.6.2 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target install men="" -C /home/buildroot/autobuild/instance-0/output-1/build/quotatool-1.6.2/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/quotatool-1.6.2' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c ./quotatool /home/buildroot/autobuild/instance-0/output-1/target/usr/sbin/quotatool make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/quotatool-1.6.2' rpcbind-1.2.6.tar.bz2: OK (sha256: 5613746489cae5ae23a443bb85c05a11741a5f12c8f55d2bb5e83b9defeee8de) >>> rpcbind 1.2.6 Extracting bzcat /home/buildroot/autobuild/instance-0/dl/rpcbind/rpcbind-1.2.6.tar.bz2 | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/rpcbind-1.2.6 -xf - >>> rpcbind 1.2.6 Patching Applying 0001-Remove-yellow-pages-support.patch using patch: patching file src/security.c >>> rpcbind 1.2.6 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-0/output-1/build/rpcbind-1.2.6 -name $file); do cp support/gnuconfig/$file $i; done; done >>> rpcbind 1.2.6 Patching libtool >>> rpcbind 1.2.6 Configuring (cd /home/buildroot/autobuild/instance-0/output-1/build/rpcbind-1.2.6/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Og -g0" FFLAGS=" -Og -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 `/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config --cflags libtirpc`" CONFIG_SITE=/dev/null ./configure --target=mips-buildroot-linux-gnu --host=mips-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --with-rpcuser=root --with-systemdsystemunitdir=no ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for a BSD-compatible install... /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c checking whether build environment is sane... yes checking for mips-buildroot-linux-gnu-strip... /bin/true checking for a thread-safe mkdir -p... /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-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... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc... none checking pkg-config is at least version 0.9.0... yes checking for TIRPC... yes checking pkg-config is at least version 0.9.0... yes checking for library containing pthread_create... none required checking how to run the C preprocessor... /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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 nss.h usability... yes checking nss.h presence... yes checking for nss.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating systemd/rpcbind.service config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> rpcbind 1.2.6 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/rpcbind-1.2.6/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/rpcbind-1.2.6' /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NSS_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -c -o src/rpcinfo.o src/rpcinfo.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NSS_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -c -o src/check_bound.o src/check_bound.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NSS_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -c -o src/pmap_svc.o src/pmap_svc.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NSS_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -c -o src/rpcb_stat.o src/rpcb_stat.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NSS_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -c -o src/rpcb_svc.o src/rpcb_svc.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NSS_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -c -o src/rpcb_svc_4.o src/rpcb_svc_4.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NSS_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -c -o src/rpcb_svc_com.o src/rpcb_svc_com.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NSS_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -c -o src/rpcbind.o src/rpcbind.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NSS_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -c -o src/security.o src/security.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NSS_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -c -o src/util.o src/util.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NSS_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -c -o src/warmstart.o src/warmstart.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_NSS_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -c -o src/xlog.o src/xlog.c /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -o rpcinfo src/rpcinfo.o -L/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib -ltirpc /home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -D_FORTIFY_SOURCE=1 -I/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/tirpc -o rpcbind src/check_bound.o src/pmap_svc.o src/rpcb_stat.o src/rpcb_svc.o src/rpcb_svc_4.o src/rpcb_svc_com.o src/rpcbind.o src/security.o src/util.o src/warmstart.o src/xlog.o -L/home/buildroot/autobuild/instance-0/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib -ltirpc make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/rpcbind-1.2.6' >>> rpcbind 1.2.6 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target install -C /home/buildroot/autobuild/instance-0/output-1/build/rpcbind-1.2.6/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/rpcbind-1.2.6' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/rpcbind-1.2.6' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/bin' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/sbin' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c rpcinfo '/home/buildroot/autobuild/instance-0/output-1/target/usr/bin' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c rpcbind '/home/buildroot/autobuild/instance-0/output-1/target/usr/sbin' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 man/rpcbind.8 man/rpcinfo.8 '/home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8' make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/rpcbind-1.2.6' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/rpcbind-1.2.6' /usr/bin/install -m 0755 -D package/rpcbind/S30rpcbind /home/buildroot/autobuild/instance-0/output-1/target/etc/init.d/S30rpcbind elfutils-0.189.tar.bz2: OK (sha512: 93a877e34db93e5498581d0ab2d702b08c0d87e4cafd9cec9d6636dfa85a168095c305c11583a5b0fb79374dd93bc8d0e9ce6016e6c172764bcea12861605b71) >>> host-elfutils 0.189 Extracting bzcat /home/buildroot/autobuild/instance-0/dl/elfutils/elfutils-0.189.tar.bz2 | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/host-elfutils-0.189 -xf - >>> host-elfutils 0.189 Patching Applying 0001-Add-a-enable-disable-progs-configure-option.patch using patch: patching file Makefile.am patching file configure.ac Hunk #1 succeeded at 422 (offset 29 lines). Hunk #2 succeeded at 665 (offset 80 lines). Applying 0002-Really-make-Werror-conditional-to-BUILD_WERROR.patch using patch: patching file config/eu.am Hunk #1 succeeded at 99 with fuzz 1 (offset 26 lines). >>> host-elfutils 0.189 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-0/output-1/build/host-elfutils-0.189 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-elfutils 0.189 Configuring >>> host-elfutils 0.189 Autoreconfiguring >>> host-elfutils 0.189 Patching libtool (cd /home/buildroot/autobuild/instance-0/output-1/build/host-elfutils-0.189/ && rm -rf config.cache; PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/autobuild/instance-0/output-1/host" --sysconfdir="/home/buildroot/autobuild/instance-0/output-1/host/etc" --localstatedir="/home/buildroot/autobuild/instance-0/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking --with-bzlib --with-lzma --without-zstd --disable-progs --disable-libdebuginfod --disable-debuginfod ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop configure: No --program-prefix given, using "eu-" checking for a BSD-compatible install... /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /home/buildroot/autobuild/instance-0/output-1/host/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 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 gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /usr/bin/gcc... none checking whether the compiler supports GNU C++... yes checking whether /usr/bin/g++ accepts -g... yes checking for /usr/bin/g++ option to enable C++11 features... none needed checking dependency style of /usr/bin/g++... none checking for ranlib... /usr/bin/ranlib checking for bison... bison -y checking for flex... flex checking for lex output file root... lex.yy checking for lex library... none needed checking whether yytext is a pointer... yes checking the archiver (/usr/bin/ar) interface... ar checking for readelf... readelf checking for nm... /usr/bin/nm checking whether gcc supports __attribute__((visibility()))... yes checking whether gcc supports __attribute__((gcc_struct))... yes checking whether gcc supports -fPIC... yes checking whether gcc supports -fPIE... yes checking whether gcc supports -Wl,-z,defs... yes checking whether the compiler generates build-ids... readelf: conftest: Warning: Gap in build notes detected from 0x401057 to 0x401064 readelf: conftest: Warning: Gap in build notes detected from 0x401021 to 0x401022 readelf: conftest: Warning: Gap in build notes detected from 0x401024 to 0x401055 yes checking whether gcc supports -Wl,-z,relro... yes checking for __thread support... yes checking whether gcc provides stdatomic.h... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether fts.h is bad when included (with LFS)... no checking whether to add -D_FORTIFY_SOURCE=2 or =3 to CFLAGS... yes -D_FORTIFY_SOURCE=3 checking for library containing gzdirect... -lz checking for library containing BZ2_bzdopen... -lbz2 checking for library containing lzma_auto_decoder... -llzma checking for /usr/bin/gcc options needed to detect all undeclared functions... none needed checking whether memrchr is declared... yes checking whether rawmemchr is declared... yes checking whether powerof2 is declared... yes checking whether mempcpy is declared... yes checking whether reallocarray is declared... yes checking for process_vm_readv... yes checking for mremap... yes 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 error.h... yes checking for err.h... yes checking for sched.h... yes checking for sched_getaffinity... yes checking for sys/resource.h... yes checking for getrlimit... yes checking whether strerror_r is declared... yes checking whether strerror_r returns char *... yes checking for __cxa_demangle in -lstdc++... yes checking whether symbol versioning is supported... yes checking whether gcc accepts -Wstack-usage... yes checking whether gcc has a sane -Wlogical-op... yes checking whether gcc accepts -Wduplicated-cond... yes checking whether gcc accepts -Wnull-dereference... yes checking whether gcc accepts -Wimplicit-fallthrough... yes checking whether the compiler accepts -Wimplicit-fallthrough=5... yes checking whether the compiler accepts -Wtrampolines... yes checking whether the compiler accepts -Wno-packed-not-aligned... yes checking whether the compiler accepts -Wuse-after-free=3... yes checking whether the compiler accepts -fno-addrsig... no checking for library containing argp_parse... none required checking for library containing fts_close... none required checking for library containing _obstack_free... none required checking for a sed that does not truncate output... /usr/bin/sed checking whether NLS is requested... no checking for msgfmt... /home/buildroot/autobuild/instance-0/output-1/host/bin/msgfmt checking for gmsgfmt... /home/buildroot/autobuild/instance-0/output-1/host/bin/msgfmt checking for xgettext... /home/buildroot/autobuild/instance-0/output-1/host/bin/xgettext checking for msgmerge... /home/buildroot/autobuild/instance-0/output-1/host/bin/msgmerge checking for ld... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking 32-bit host C ABI... no checking how to run the C preprocessor... /usr/bin/cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ELF binary format... yes checking for the common suffixes of directories in the library search path... lib,lib,lib64 checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyPreferredLanguages... no checking whether to use NLS... no checking size of long... 8 checking for struct user_regs_struct... yes checking /usr/bin/gcc option for 32-bit word size... -m32 checking for 64-bit host... yes checking whether /usr/bin/gcc -m32 makes executables we can run... no configure: WARNING: not running biarch tests, /usr/bin/gcc -m32 does not work checking for bunzip2... yes checking for zstd... no checking whether /usr/bin/g++ supports C++11 features with -std=c++11... yes checking for pthread_setname_np in -lpthread... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating config/Makefile config.status: creating Makefile config.status: creating elfutils.spec config.status: creating debuginfod/Makefile config.status: creating debuginfod/debuginfod.h config.status: creating doc/Makefile config.status: creating lib/Makefile config.status: creating libelf/Makefile config.status: creating libebl/Makefile config.status: creating libdwelf/Makefile config.status: creating libdw/Makefile config.status: creating libdwfl/Makefile config.status: creating libcpu/Makefile config.status: creating libasm/Makefile config.status: creating backends/Makefile config.status: creating src/Makefile config.status: creating po/Makefile.in config.status: creating tests/Makefile config.status: creating config/libelf.pc config.status: creating config/libdw.pc config.status: creating config/libdebuginfod.pc config.status: creating version.h config.status: creating config/profile.sh config.status: creating config/profile.csh config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop configure: ===================================================================== elfutils: 0.189 (eu_version: 189) ===================================================================== Prefix : /home/buildroot/autobuild/instance-0/output-1/host Program prefix ("eu-" recommended) : eu- Source code location : . Maintainer mode : build arch : x86_64-pc-linux-gnu CFLAGS=-D_FORTIFY_SOURCE=3 -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include CXXFLAGS=-D_FORTIFY_SOURCE=3 -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include RECOMMENDED FEATURES (should all be yes) gzip support : yes bzip2 support : yes lzma/xz support : yes zstd support : no zstd compression support : no libstdc++ demangle support : yes File textrel check : yes Symbol versioning : yes NOT RECOMMENDED FEATURES (should all be no) Experimental thread safety : no install elf.h : no OTHER FEATURES Deterministic archives by default : false Native language support : no Extra Valgrind annotations : no libdebuginfod client support : no Debuginfod server support : no Default DEBUGINFOD_URLS : EXTRA TEST FEATURES (used with make check) have bunzip2 installed (required) : yes have zstd installed : no C++11 : yes debug branch prediction : no gprof support : no gcov support : no run all tests under valgrind : no gcc undefined behaviour sanitizer : no gcc address sanitizer : no clang memory sanitizer : no use rpath in tests : no test biarch : no >>> host-elfutils 0.189 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/host-elfutils-0.189/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-elfutils-0.189' /usr/bin/make --no-print-directory all-recursive Making all in config make[3]: Nothing to be done for 'all'. Making all in lib CC xasprintf.o CC xstrdup.o CC xstrndup.o CC xmalloc.o CC next_prime.o CC crc32.o CC crc32_file.o CC color.o CC error.o CC printversion.o AR libeu.a Making all in libelf CC elf_version.o CC elf_hash.o CC elf_error.o CC elf_fill.o CC elf_begin.o CC elf_next.o CC elf_rand.o CC elf_end.o CC elf_kind.o CC gelf_getclass.o CC elf_getbase.o CC elf_getident.o CC elf32_fsize.o CC elf64_fsize.o CC gelf_fsize.o CC elf32_xlatetof.o CC elf32_xlatetom.o CC elf64_xlatetof.o CC elf64_xlatetom.o CC gelf_xlate.o CC elf32_getehdr.o CC elf64_getehdr.o CC gelf_getehdr.o CC elf32_newehdr.o CC elf64_newehdr.o CC gelf_newehdr.o CC gelf_update_ehdr.o CC elf32_getphdr.o CC elf64_getphdr.o CC gelf_getphdr.o CC elf32_newphdr.o CC elf64_newphdr.o CC gelf_newphdr.o CC gelf_update_phdr.o CC elf_getarhdr.o CC elf_getarsym.o CC elf_rawfile.o CC elf_readall.o CC elf_cntl.o CC elf_getscn.o CC elf_nextscn.o CC elf_ndxscn.o CC elf_newscn.o CC elf32_getshdr.o CC elf64_getshdr.o CC gelf_getshdr.o CC gelf_update_shdr.o CC elf_strptr.o CC elf_rawdata.o CC elf_getdata.o CC elf_newdata.o CC elf_getdata_rawchunk.o CC elf_flagelf.o CC elf_flagehdr.o CC elf_flagphdr.o CC elf_flagscn.o CC elf_flagshdr.o CC elf_flagdata.o CC elf_memory.o CC elf_update.o CC elf32_updatenull.o CC elf64_updatenull.o CC elf32_updatefile.o CC elf64_updatefile.o CC gelf_getsym.o CC gelf_update_sym.o CC gelf_getversym.o CC gelf_getverneed.o CC gelf_getvernaux.o CC gelf_getverdef.o CC gelf_getverdaux.o CC gelf_getrel.o CC gelf_getrela.o CC gelf_update_rel.o CC gelf_update_rela.o CC gelf_getdyn.o CC gelf_update_dyn.o CC gelf_getmove.o CC gelf_update_move.o CC gelf_getsyminfo.o CC gelf_update_syminfo.o CC gelf_getauxv.o CC gelf_update_auxv.o CC gelf_getnote.o CC gelf_xlatetof.o CC gelf_xlatetom.o CC nlist.o CC gelf_getsymshndx.o CC gelf_update_symshndx.o CC gelf_update_versym.o CC gelf_update_verneed.o CC gelf_update_vernaux.o CC gelf_update_verdef.o CC gelf_update_verdaux.o CC elf_getphdrnum.o CC elf_getshdrnum.o CC elf_getshdrstrndx.o CC gelf_checksum.o CC elf32_checksum.o CC elf64_checksum.o CC libelf_crc32.o CC libelf_next_prime.o CC elf_clone.o CC gelf_getlib.o CC gelf_update_lib.o CC elf32_offscn.o CC elf64_offscn.o CC gelf_offscn.o CC elf_getaroff.o CC elf_gnu_hash.o CC elf_scnshndx.o CC elf32_getchdr.o CC elf64_getchdr.o CC gelf_getchdr.o CC elf_compress.o CC elf_compress_gnu.o CC elf_version.os CC elf_hash.os CC elf_error.os CC elf_fill.os CC elf_begin.os CC elf_next.os CC elf_rand.os CC elf_end.os CC elf_kind.os CC gelf_getclass.os CC elf_getbase.os CC elf_getident.os CC elf32_fsize.os CC elf64_fsize.os CC gelf_fsize.os CC elf32_xlatetof.os CC elf32_xlatetom.os CC elf64_xlatetof.os CC elf64_xlatetom.os CC gelf_xlate.os CC elf32_getehdr.os CC elf64_getehdr.os CC gelf_getehdr.os CC elf32_newehdr.os CC elf64_newehdr.os CC gelf_newehdr.os CC gelf_update_ehdr.os CC elf32_getphdr.os CC elf64_getphdr.os CC gelf_getphdr.os CC elf32_newphdr.os CC elf64_newphdr.os CC gelf_newphdr.os CC gelf_update_phdr.os CC elf_getarhdr.os CC elf_getarsym.os CC elf_rawfile.os CC elf_readall.os CC elf_cntl.os CC elf_getscn.os CC elf_nextscn.os CC elf_ndxscn.os CC elf_newscn.os CC elf32_getshdr.os CC elf64_getshdr.os CC gelf_getshdr.os CC gelf_update_shdr.os CC elf_strptr.os CC elf_rawdata.os CC elf_getdata.os CC elf_newdata.os CC elf_getdata_rawchunk.os CC elf_flagelf.os CC elf_flagehdr.os CC elf_flagphdr.os CC elf_flagscn.os CC elf_flagshdr.os CC elf_flagdata.os CC elf_memory.os CC elf_update.os CC elf32_updatenull.os CC elf64_updatenull.os CC elf32_updatefile.os CC elf64_updatefile.os CC gelf_getsym.os CC gelf_update_sym.os CC gelf_getversym.os CC gelf_getverneed.os CC gelf_getvernaux.os CC gelf_getverdef.os CC gelf_getverdaux.os CC gelf_getrel.os CC gelf_getrela.os CC gelf_update_rel.os CC gelf_update_rela.os CC gelf_getdyn.os CC gelf_update_dyn.os CC gelf_getmove.os CC gelf_update_move.os CC gelf_getsyminfo.os CC gelf_update_syminfo.os CC gelf_getauxv.os CC gelf_update_auxv.os CC gelf_getnote.os CC gelf_xlatetof.os CC gelf_xlatetom.os CC nlist.os CC gelf_getsymshndx.os CC gelf_update_symshndx.os CC gelf_update_versym.os CC gelf_update_verneed.os CC gelf_update_vernaux.os CC gelf_update_verdef.os CC gelf_update_verdaux.os CC elf_getphdrnum.os CC elf_getshdrnum.os CC elf_getshdrstrndx.os CC gelf_checksum.os CC elf32_checksum.os CC elf64_checksum.os CC libelf_crc32.os CC libelf_next_prime.os CC elf_clone.os CC gelf_getlib.os CC gelf_update_lib.os CC elf32_offscn.os CC elf64_offscn.os CC gelf_offscn.os CC elf_getaroff.os CC elf_gnu_hash.os CC elf_scnshndx.os CC elf32_getchdr.os CC elf64_getchdr.os CC gelf_getchdr.os CC elf_compress.os CC elf_compress_gnu.os AR libelf.a AR libelf_pic.a CCLD libelf.so Making all in libcpu GEN i386_defs GEN x86_64_defs CC bpf_disasm.o CC riscv_disasm.o GEN i386.mnemonics GEN x86_64.mnemonics CC i386_disasm.o CC x86_64_disasm.o CC bpf_disasm.os CC riscv_disasm.os CC i386_disasm.os CC x86_64_disasm.os AR libcpu.a AR libcpu_pic.a rm x86_64_defs i386_defs Making all in backends CC i386_init.o CC i386_symbol.o CC i386_corenote.o CC i386_cfi.o CC i386_retval.o CC i386_regs.o CC i386_auxv.o CC i386_initreg.o CC i386_unwind.o CC sh_init.o CC sh_symbol.o CC sh_corenote.o CC sh_regs.o CC sh_retval.o CC x86_64_init.o CC x86_64_symbol.o CC x86_64_corenote.o CC x86_64_cfi.o CC x86_64_retval.o CC x86_64_regs.o CC x86_64_initreg.o CC x86_64_unwind.o CC x32_corenote.o CC ia64_init.o CC ia64_symbol.o CC ia64_regs.o CC ia64_retval.o CC alpha_init.o CC alpha_symbol.o CC alpha_retval.o CC alpha_regs.o CC alpha_corenote.o CC alpha_auxv.o CC arm_init.o CC arm_symbol.o CC arm_regs.o CC arm_corenote.o CC arm_auxv.o CC arm_attrs.o CC arm_retval.o CC arm_cfi.o CC arm_initreg.o CC arm_machineflagname.o CC aarch64_init.o CC aarch64_regs.o CC aarch64_symbol.o CC aarch64_corenote.o CC aarch64_retval.o CC aarch64_cfi.o CC aarch64_initreg.o CC aarch64_unwind.o CC sparc_init.o CC sparc_symbol.o CC sparc_regs.o CC sparc_retval.o CC sparc_corenote.o CC sparc64_corenote.o CC sparc_auxv.o CC sparc_attrs.o CC sparc_cfi.o CC sparc_initreg.o CC ppc_init.o CC ppc_symbol.o CC ppc_retval.o CC ppc_regs.o CC ppc_corenote.o CC ppc_auxv.o CC ppc_attrs.o CC ppc_cfi.o CC ppc_initreg.o CC ppc64_init.o CC ppc64_symbol.o CC ppc64_retval.o CC ppc64_corenote.o CC ppc64_unwind.o CC ppc64_resolve_sym.o CC s390_init.o CC s390_symbol.o CC s390_regs.o CC s390_retval.o CC s390_corenote.o CC s390x_corenote.o CC s390_cfi.o CC s390_initreg.o CC s390_unwind.o CC m68k_init.o CC m68k_symbol.o CC m68k_regs.o CC m68k_retval.o CC m68k_corenote.o CC m68k_cfi.o CC m68k_initreg.o CC bpf_init.o CC bpf_regs.o CC bpf_symbol.o CC riscv_init.o CC riscv_symbol.o CC riscv_cfi.o CC riscv_regs.o CC riscv_initreg.o CC riscv_corenote.o CC riscv64_corenote.o CC riscv_retval.o CC csky_attrs.o CC csky_init.o CC csky_symbol.o CC csky_cfi.o CC csky_regs.o CC csky_initreg.o CC csky_corenote.o CC loongarch_init.o CC loongarch_symbol.o CC arc_init.o CC arc_symbol.o CC i386_init.os CC i386_symbol.os CC i386_corenote.os CC i386_cfi.os CC i386_retval.os CC i386_regs.os CC i386_auxv.os CC i386_initreg.os CC i386_unwind.os CC sh_init.os CC sh_symbol.os CC sh_corenote.os CC sh_regs.os CC sh_retval.os CC x86_64_init.os CC x86_64_symbol.os CC x86_64_corenote.os CC x86_64_cfi.os CC x86_64_retval.os CC x86_64_regs.os CC x86_64_initreg.os CC x86_64_unwind.os CC x32_corenote.os CC ia64_init.os CC ia64_symbol.os CC ia64_regs.os CC ia64_retval.os CC alpha_init.os CC alpha_symbol.os CC alpha_retval.os CC alpha_regs.os CC alpha_corenote.os CC alpha_auxv.os CC arm_init.os CC arm_symbol.os CC arm_regs.os CC arm_corenote.os CC arm_auxv.os CC arm_attrs.os CC arm_retval.os CC arm_cfi.os CC arm_initreg.os CC arm_machineflagname.os CC aarch64_init.os CC aarch64_regs.os CC aarch64_symbol.os CC aarch64_corenote.os CC aarch64_retval.os CC aarch64_cfi.os CC aarch64_initreg.os CC aarch64_unwind.os CC sparc_init.os CC sparc_symbol.os CC sparc_regs.os CC sparc_retval.os CC sparc_corenote.os CC sparc64_corenote.os CC sparc_auxv.os CC sparc_attrs.os CC sparc_cfi.os CC sparc_initreg.os CC ppc_init.os CC ppc_symbol.os CC ppc_retval.os CC ppc_regs.os CC ppc_corenote.os CC ppc_auxv.os CC ppc_attrs.os CC ppc_cfi.os CC ppc_initreg.os CC ppc64_init.os CC ppc64_symbol.os CC ppc64_retval.os CC ppc64_corenote.os CC ppc64_unwind.os CC ppc64_resolve_sym.os CC s390_init.os CC s390_symbol.os CC s390_regs.os CC s390_retval.os CC s390_corenote.os CC s390x_corenote.os CC s390_cfi.os CC s390_initreg.os CC s390_unwind.os CC m68k_init.os CC m68k_symbol.os CC m68k_regs.os CC m68k_retval.os CC m68k_corenote.os CC m68k_cfi.os CC m68k_initreg.os CC bpf_init.os CC bpf_regs.os CC bpf_symbol.os CC riscv_init.os CC riscv_symbol.os CC riscv_cfi.os CC riscv_regs.os CC riscv_initreg.os CC riscv_corenote.os CC riscv64_corenote.os CC riscv_retval.os CC csky_attrs.os CC csky_init.os CC csky_symbol.os CC csky_cfi.os CC csky_regs.os CC csky_initreg.os CC csky_corenote.os CC loongarch_init.os CC loongarch_symbol.os CC arc_init.os CC arc_symbol.os AR libebl_backends.a AR libebl_backends_pic.a Making all in libebl CC eblopenbackend.o CC eblclosebackend.o CC eblreloctypename.o CC eblsegmenttypename.o CC eblsectiontypename.o CC eblmachineflagname.o CC eblsymboltypename.o CC ebldynamictagname.o CC eblsectionname.o CC eblsymbolbindingname.o CC eblbackendname.o CC eblosabiname.o CC eblmachineflagcheck.o CC eblmachinesectionflagcheck.o CC eblreloctypecheck.o CC eblrelocvaliduse.o CC eblrelocsimpletype.o CC ebldynamictagcheck.o CC eblcorenotetypename.o CC eblobjnotetypename.o CC eblcorenote.o CC eblobjnote.o CC ebldebugscnp.o CC eblgotpcreloccheck.o CC eblcopyrelocp.o CC eblsectionstripp.o CC eblelfclass.o CC eblelfdata.o CC eblelfmachine.o CC ebl_check_special_symbol.o CC eblbsspltp.o CC eblretval.o CC eblreginfo.o CC eblnonerelocp.o CC eblrelativerelocp.o CC eblsysvhashentrysize.o CC eblauxvinfo.o CC eblcheckobjattr.o CC ebl_check_special_section.o CC eblabicfi.o CC eblstother.o CC eblinitreg.o CC ebldwarftoregno.o CC eblnormalizepc.o CC eblunwind.o CC eblresolvesym.o CC eblcheckreloctargettype.o CC ebl_data_marker_symbol.o CC eblopenbackend.os CC eblclosebackend.os CC eblreloctypename.os CC eblsegmenttypename.os CC eblsectiontypename.os CC eblmachineflagname.os CC eblsymboltypename.os CC ebldynamictagname.os CC eblsectionname.os CC eblsymbolbindingname.os CC eblbackendname.os CC eblosabiname.os CC eblmachineflagcheck.os CC eblmachinesectionflagcheck.os CC eblreloctypecheck.os CC eblrelocvaliduse.os CC eblrelocsimpletype.os CC ebldynamictagcheck.os CC eblcorenotetypename.os CC eblobjnotetypename.os CC eblcorenote.os CC eblobjnote.os CC ebldebugscnp.os CC eblgotpcreloccheck.os CC eblcopyrelocp.os CC eblsectionstripp.os CC eblelfclass.os CC eblelfdata.os CC eblelfmachine.os CC ebl_check_special_symbol.os CC eblbsspltp.os CC eblretval.os CC eblreginfo.os CC eblnonerelocp.os CC eblrelativerelocp.os CC eblsysvhashentrysize.os CC eblauxvinfo.os CC eblcheckobjattr.os CC ebl_check_special_section.os CC eblabicfi.os CC eblstother.os CC eblinitreg.os CC ebldwarftoregno.os CC eblnormalizepc.os CC eblunwind.os CC eblresolvesym.os CC eblcheckreloctargettype.os CC ebl_data_marker_symbol.os AR libebl.a AR libebl_pic.a Making all in libdwelf CC dwelf_elf_gnu_debuglink.o CC dwelf_dwarf_gnu_debugaltlink.o CC dwelf_elf_gnu_build_id.o CC dwelf_scn_gnu_compressed_size.o CC dwelf_strtab.o CC dwelf_elf_begin.o CC dwelf_elf_e_machine_string.o CC dwelf_elf_gnu_debuglink.os CC dwelf_dwarf_gnu_debugaltlink.os CC dwelf_elf_gnu_build_id.os CC dwelf_scn_gnu_compressed_size.os CC dwelf_elf_begin.os CC dwelf_elf_e_machine_string.os AR libdwelf.a CC dwelf_strtab.os AR libdwelf_pic.a Making all in libdwfl CC dwfl_begin.o CC dwfl_end.o CC dwfl_error.o CC dwfl_version.o CC dwfl_module.o CC dwfl_report_elf.o CC relocate.o CC dwfl_module_build_id.o CC dwfl_module_report_build_id.o CC derelocate.o CC offline.o CC segment.o CC dwfl_module_info.o CC dwfl_getmodules.o CC dwfl_getdwarf.o CC dwfl_module_getdwarf.o CC dwfl_module_getelf.o CC dwfl_validate_address.o CC argp-std.o CC find-debuginfo.o CC dwfl_build_id_find_elf.o CC dwfl_build_id_find_debuginfo.o CC linux-kernel-modules.o CC linux-proc-maps.o CC dwfl_addrmodule.o CC dwfl_addrdwarf.o CC cu.o CC dwfl_module_nextcu.o CC dwfl_nextcu.o CC dwfl_cumodule.o CC dwfl_module_addrdie.o CC dwfl_addrdie.o CC lines.o CC dwfl_lineinfo.o CC dwfl_line_comp_dir.o CC dwfl_linemodule.o CC dwfl_linecu.o CC dwfl_dwarf_line.o CC dwfl_getsrclines.o CC dwfl_onesrcline.o CC dwfl_module_getsrc.o CC dwfl_getsrc.o CC dwfl_module_getsrc_file.o CC libdwfl_crc32.o CC libdwfl_crc32_file.o CC elf-from-memory.o CC dwfl_module_dwarf_cfi.o CC dwfl_module_eh_cfi.o CC dwfl_module_getsym.o CC dwfl_module_addrname.o CC dwfl_module_addrsym.o CC dwfl_module_return_value_location.o CC dwfl_module_register_names.o CC dwfl_segment_report_module.o CC link_map.o CC core-file.o CC open.o CC image-header.o CC dwfl_frame.o CC frame_unwind.o CC dwfl_frame_pc.o CC linux-pid-attach.o CC linux-core-attach.o CC dwfl_frame_regs.o CC gzip.o CC debuginfod-client.o CC bzip2.o CC lzma.o CC dwfl_begin.os CC dwfl_end.os CC dwfl_error.os CC dwfl_version.os CC dwfl_module.os CC dwfl_report_elf.os CC relocate.os CC dwfl_module_build_id.os CC dwfl_module_report_build_id.os CC derelocate.os CC offline.os CC segment.os CC dwfl_module_info.os CC dwfl_getmodules.os CC dwfl_getdwarf.os CC dwfl_module_getdwarf.os CC dwfl_module_getelf.os CC dwfl_validate_address.os CC argp-std.os CC find-debuginfo.os CC dwfl_build_id_find_elf.os CC dwfl_build_id_find_debuginfo.os CC linux-kernel-modules.os CC linux-proc-maps.os CC dwfl_addrmodule.os CC dwfl_addrdwarf.os CC cu.os CC dwfl_module_nextcu.os CC dwfl_nextcu.os CC dwfl_cumodule.os CC dwfl_module_addrdie.os CC dwfl_addrdie.os CC lines.os CC dwfl_lineinfo.os CC dwfl_line_comp_dir.os CC dwfl_linemodule.os CC dwfl_linecu.os CC dwfl_dwarf_line.os CC dwfl_getsrclines.os CC dwfl_onesrcline.os CC dwfl_module_getsrc.os CC dwfl_getsrc.os CC dwfl_module_getsrc_file.os CC libdwfl_crc32.os CC libdwfl_crc32_file.os CC elf-from-memory.os CC dwfl_module_dwarf_cfi.os CC dwfl_module_eh_cfi.os CC dwfl_module_getsym.os CC dwfl_module_addrname.os CC dwfl_module_addrsym.os CC dwfl_module_return_value_location.os CC dwfl_module_register_names.os CC dwfl_segment_report_module.os CC link_map.os CC core-file.os CC open.os CC image-header.os CC dwfl_frame.os CC frame_unwind.os CC dwfl_frame_pc.os CC linux-pid-attach.os CC linux-core-attach.os CC dwfl_frame_regs.os CC gzip.os CC debuginfod-client.os CC bzip2.os CC lzma.os AR libdwfl.a AR libdwfl_pic.a Making all in libdw /usr/bin/make all-am CC dwarf_begin.o CC dwarf_begin_elf.o CC dwarf_end.o CC dwarf_getelf.o CC dwarf_getpubnames.o CC dwarf_getabbrev.o CC dwarf_tag.o CC dwarf_error.o CC dwarf_nextcu.o CC dwarf_diename.o CC dwarf_offdie.o CC dwarf_attr.o CC dwarf_formstring.o CC dwarf_abbrev_hash.o CC dwarf_sig8_hash.o CC dwarf_attr_integrate.o CC dwarf_hasattr_integrate.o CC dwarf_child.o CC dwarf_haschildren.o CC dwarf_formaddr.o CC dwarf_formudata.o CC dwarf_formsdata.o CC dwarf_lowpc.o CC dwarf_entrypc.o CC dwarf_haspc.o CC dwarf_highpc.o CC dwarf_ranges.o CC dwarf_formref.o CC dwarf_formref_die.o CC dwarf_siblingof.o CC dwarf_dieoffset.o CC dwarf_cuoffset.o CC dwarf_diecu.o CC dwarf_hasattr.o CC dwarf_hasform.o CC dwarf_whatform.o CC dwarf_whatattr.o CC dwarf_bytesize.o CC dwarf_arrayorder.o CC dwarf_bitsize.o CC dwarf_bitoffset.o CC dwarf_srclang.o CC dwarf_getabbrevtag.o CC dwarf_getabbrevcode.o CC dwarf_abbrevhaschildren.o CC dwarf_getattrcnt.o CC dwarf_getabbrevattr.o CC dwarf_getsrclines.o CC dwarf_getsrc_die.o CC dwarf_getscopes.o CC dwarf_getscopes_die.o CC dwarf_getscopevar.o CC dwarf_linesrc.o CC dwarf_lineno.o CC dwarf_lineaddr.o CC dwarf_linecol.o CC dwarf_linebeginstatement.o CC dwarf_lineendsequence.o CC dwarf_lineblock.o CC dwarf_linecontext.o CC dwarf_linefunctionname.o CC dwarf_lineprologueend.o CC dwarf_lineepiloguebegin.o CC dwarf_lineisa.o CC dwarf_linediscriminator.o CC dwarf_lineop_index.o CC dwarf_line_file.o CC dwarf_onesrcline.o CC dwarf_formblock.o CC dwarf_getsrcfiles.o CC dwarf_filesrc.o CC dwarf_getsrcdirs.o CC dwarf_getlocation.o CC dwarf_getstring.o CC dwarf_offabbrev.o CC dwarf_getaranges.o CC dwarf_onearange.o CC dwarf_getarangeinfo.o CC dwarf_getarange_addr.o CC dwarf_getattrs.o CC dwarf_formflag.o CC dwarf_getmacros.o CC dwarf_macro_getparamcnt.o CC dwarf_macro_opcode.o CC dwarf_macro_param.o CC dwarf_macro_param1.o CC dwarf_macro_param2.o CC dwarf_macro_getsrcfiles.o CC dwarf_addrdie.o CC dwarf_getfuncs.o CC dwarf_decl_file.o CC dwarf_decl_line.o CC dwarf_decl_column.o CC dwarf_func_inline.o CC dwarf_getsrc_file.o CC libdw_findcu.o CC libdw_form.o CC libdw_alloc.o CC libdw_visit_scopes.o CC dwarf_entry_breakpoints.o CC dwarf_next_cfi.o CC cie.o CC fde.o CC cfi.o CC frame-cache.o CC dwarf_frame_info.o CC dwarf_frame_cfa.o CC dwarf_frame_register.o CC dwarf_cfi_addrframe.o CC dwarf_getcfi.o CC dwarf_getcfi_elf.o CC dwarf_cfi_end.o CC dwarf_aggregate_size.o CC dwarf_getlocation_implicit_pointer.o CC dwarf_getlocation_die.o CC dwarf_getlocation_attr.o CC dwarf_getalt.o CC dwarf_setalt.o CC dwarf_cu_getdwarf.o CC dwarf_cu_die.o CC dwarf_peel_type.o CC dwarf_default_lower_bound.o CC dwarf_die_addr_die.o CC dwarf_get_units.o CC libdw_find_split_unit.o CC dwarf_cu_info.o CC dwarf_next_lines.o CC dwarf_begin.os CC dwarf_begin_elf.os CC dwarf_end.os CC dwarf_getelf.os CC dwarf_getpubnames.os CC dwarf_getabbrev.os CC dwarf_tag.os CC dwarf_error.os CC dwarf_nextcu.os CC dwarf_diename.os CC dwarf_offdie.os CC dwarf_attr.os CC dwarf_formstring.os CC dwarf_abbrev_hash.os CC dwarf_sig8_hash.os CC dwarf_attr_integrate.os CC dwarf_hasattr_integrate.os CC dwarf_child.os CC dwarf_haschildren.os CC dwarf_formaddr.os CC dwarf_formudata.os CC dwarf_formsdata.os CC dwarf_lowpc.os CC dwarf_entrypc.os CC dwarf_haspc.os CC dwarf_highpc.os CC dwarf_ranges.os CC dwarf_formref.os CC dwarf_formref_die.os CC dwarf_siblingof.os CC dwarf_dieoffset.os CC dwarf_cuoffset.os CC dwarf_diecu.os CC dwarf_hasattr.os CC dwarf_hasform.os CC dwarf_whatform.os CC dwarf_whatattr.os CC dwarf_bytesize.os CC dwarf_arrayorder.os CC dwarf_bitsize.os CC dwarf_bitoffset.os CC dwarf_srclang.os CC dwarf_getabbrevtag.os CC dwarf_getabbrevcode.os CC dwarf_abbrevhaschildren.os CC dwarf_getattrcnt.os CC dwarf_getabbrevattr.os CC dwarf_getsrclines.os CC dwarf_getsrc_die.os CC dwarf_getscopes.os CC dwarf_getscopes_die.os CC dwarf_getscopevar.os CC dwarf_linesrc.os CC dwarf_lineno.os CC dwarf_lineaddr.os CC dwarf_linecol.os CC dwarf_linebeginstatement.os CC dwarf_lineendsequence.os CC dwarf_lineblock.os CC dwarf_linecontext.os CC dwarf_linefunctionname.os CC dwarf_lineprologueend.os CC dwarf_lineepiloguebegin.os CC dwarf_lineisa.os CC dwarf_linediscriminator.os CC dwarf_lineop_index.os CC dwarf_line_file.os CC dwarf_onesrcline.os CC dwarf_formblock.os CC dwarf_getsrcfiles.os CC dwarf_filesrc.os CC dwarf_getsrcdirs.os CC dwarf_getlocation.os CC dwarf_getstring.os CC dwarf_offabbrev.os CC dwarf_getaranges.os CC dwarf_onearange.os CC dwarf_getarangeinfo.os CC dwarf_getarange_addr.os CC dwarf_getattrs.os CC dwarf_formflag.os CC dwarf_getmacros.os CC dwarf_macro_getparamcnt.os CC dwarf_macro_opcode.os CC dwarf_macro_param.os CC dwarf_macro_param1.os CC dwarf_macro_param2.os CC dwarf_macro_getsrcfiles.os CC dwarf_addrdie.os CC dwarf_getfuncs.os CC dwarf_decl_file.os CC dwarf_decl_line.os CC dwarf_decl_column.os CC dwarf_func_inline.os CC dwarf_getsrc_file.os CC libdw_findcu.os CC libdw_form.os CC libdw_alloc.os CC libdw_visit_scopes.os CC dwarf_entry_breakpoints.os CC dwarf_next_cfi.os CC cie.os CC fde.os CC cfi.os CC frame-cache.os CC dwarf_frame_info.os CC dwarf_frame_cfa.os CC dwarf_frame_register.os CC dwarf_cfi_addrframe.os CC dwarf_getcfi.os CC dwarf_getcfi_elf.os CC dwarf_cfi_end.os CC dwarf_aggregate_size.os CC dwarf_getlocation_implicit_pointer.os CC dwarf_getlocation_die.os CC dwarf_getlocation_attr.os CC dwarf_getalt.os CC dwarf_setalt.os CC dwarf_cu_getdwarf.os CC dwarf_cu_die.os CC dwarf_peel_type.os CC dwarf_default_lower_bound.os CC dwarf_die_addr_die.os CC dwarf_get_units.os CC libdw_find_split_unit.os CC dwarf_cu_info.os CC dwarf_next_lines.os AR libdw.a AR libdw_pic.a CCLD libdw.so Making all in libasm CC asm_begin.o CC asm_abort.o CC asm_end.o CC asm_error.o CC asm_getelf.o CC asm_newscn.o CC asm_newscn_ingrp.o CC asm_newsubscn.o CC asm_newsym.o CC asm_newcomsym.o CC asm_newabssym.o CC asm_newscngrp.o CC asm_scngrp_newsignature.o CC asm_fill.o CC asm_align.o CC asm_addstrz.o CC asm_addint8.o CC asm_adduint8.o CC asm_addint16.o CC asm_adduint16.o CC asm_addint32.o CC asm_adduint32.o CC asm_addint64.o CC asm_adduint64.o CC asm_adduleb128.o CC asm_addsleb128.o CC disasm_begin.o CC disasm_cb.o CC disasm_end.o CC disasm_str.o CC symbolhash.o CC asm_begin.os CC asm_abort.os CC asm_end.os CC asm_error.os CC asm_getelf.os CC asm_newscn.os CC asm_newscn_ingrp.os CC asm_newsubscn.os CC asm_newsym.os CC asm_newcomsym.os CC asm_newabssym.os CC asm_newscngrp.os CC asm_scngrp_newsignature.os CC asm_fill.os CC asm_align.os CC asm_addstrz.os CC asm_addint8.os CC asm_adduint8.os CC asm_addint16.os CC asm_adduint16.os CC asm_addint32.os CC asm_adduint32.os CC asm_addint64.os CC asm_adduint64.os CC asm_adduleb128.os CC asm_addsleb128.os CC disasm_begin.os CC disasm_cb.os CC disasm_end.os CC disasm_str.os CC symbolhash.os AR libasm.a AR libasm_pic.a CCLD libasm.so Making all in debuginfod make[3]: Nothing to be done for 'all'. Making all in po make[3]: Nothing to be done for 'all'. Making all in doc make[3]: Nothing to be done for 'all'. Making all in tests make[3]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-elfutils-0.189' >>> host-elfutils 0.189 Installing to host directory PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/buildroot/autobuild/instance-0/output-1/build/host-elfutils-0.189/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-elfutils-0.189' Making install in config make[3]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 libelf.pc libdw.pc '/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig' Making install in lib make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. Making install in libelf /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/lib' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/include' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/include/elfutils' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 libelf.a '/home/buildroot/autobuild/instance-0/output-1/host/lib' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 libelf.h gelf.h nlist.h '/home/buildroot/autobuild/instance-0/output-1/host/include' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 elf-knowledge.h '/home/buildroot/autobuild/instance-0/output-1/host/include/elfutils' ( cd '/home/buildroot/autobuild/instance-0/output-1/host/lib' && /usr/bin/ranlib libelf.a ) /bin/sh /home/buildroot/autobuild/instance-0/output-1/build/host-elfutils-0.189/config/install-sh -d /home/buildroot/autobuild/instance-0/output-1/host/lib /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c libelf.so /home/buildroot/autobuild/instance-0/output-1/host/lib/libelf-0.189.so ln -fs libelf-0.189.so /home/buildroot/autobuild/instance-0/output-1/host/lib/libelf.so.1 ln -fs libelf.so.1 /home/buildroot/autobuild/instance-0/output-1/host/lib/libelf.so Making install in libcpu make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. Making install in backends make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. Making install in libebl make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. Making install in libdwelf make[3]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/include/elfutils' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 libdwelf.h '/home/buildroot/autobuild/instance-0/output-1/host/include/elfutils' Making install in libdwfl make[3]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/include/elfutils' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 libdwfl.h '/home/buildroot/autobuild/instance-0/output-1/host/include/elfutils' Making install in libdw /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/lib' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/include' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/include/elfutils' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 libdw.a '/home/buildroot/autobuild/instance-0/output-1/host/lib' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 dwarf.h '/home/buildroot/autobuild/instance-0/output-1/host/include' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 libdw.h known-dwarf.h '/home/buildroot/autobuild/instance-0/output-1/host/include/elfutils' ( cd '/home/buildroot/autobuild/instance-0/output-1/host/lib' && /usr/bin/ranlib libdw.a ) /bin/sh /home/buildroot/autobuild/instance-0/output-1/build/host-elfutils-0.189/config/install-sh -d /home/buildroot/autobuild/instance-0/output-1/host/lib /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c libdw.so /home/buildroot/autobuild/instance-0/output-1/host/lib/libdw-0.189.so ln -fs libdw-0.189.so /home/buildroot/autobuild/instance-0/output-1/host/lib/libdw.so.1 ln -fs libdw.so.1 /home/buildroot/autobuild/instance-0/output-1/host/lib/libdw.so Making install in libasm /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/lib' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/include/elfutils' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 libasm.a '/home/buildroot/autobuild/instance-0/output-1/host/lib' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 libasm.h '/home/buildroot/autobuild/instance-0/output-1/host/include/elfutils' ( cd '/home/buildroot/autobuild/instance-0/output-1/host/lib' && /usr/bin/ranlib libasm.a ) /bin/sh /home/buildroot/autobuild/instance-0/output-1/build/host-elfutils-0.189/config/install-sh -d /home/buildroot/autobuild/instance-0/output-1/host/lib /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c libasm.so /home/buildroot/autobuild/instance-0/output-1/host/lib/libasm-0.189.so ln -fs libasm-0.189.so /home/buildroot/autobuild/instance-0/output-1/host/lib/libasm.so.1 ln -fs libasm.so.1 /home/buildroot/autobuild/instance-0/output-1/host/lib/libasm.so Making install in debuginfod /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/bin' Making install in po if test "elfutils" = "gettext-tools"; then \ /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p /home/buildroot/autobuild/instance-0/output-1/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 \ /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 ./$file \ /home/buildroot/autobuild/instance-0/output-1/host/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/buildroot/autobuild/instance-0/output-1/host/share/gettext/po/$file; \ done; \ else \ : ; \ fi Making install in doc make[3]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/share/man/man3' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/share/man/man1' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 'readelf.1' '/home/buildroot/autobuild/instance-0/output-1/host/share/man/man1/eu-readelf.1' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 elf_update.3 elf_getdata.3 elf_clone.3 elf_begin.3 '/home/buildroot/autobuild/instance-0/output-1/host/share/man/man3' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 'elfclassify.1' '/home/buildroot/autobuild/instance-0/output-1/host/share/man/man1/eu-elfclassify.1' Making install in tests make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Nothing to be done for 'install-exec-am'. /home/buildroot/autobuild/instance-0/output-1/host/bin/mkdir -p '/home/buildroot/autobuild/instance-0/output-1/host/include/elfutils' /home/buildroot/autobuild/instance-0/output-1/host/bin/install -c -m 644 version.h '/home/buildroot/autobuild/instance-0/output-1/host/include/elfutils' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-elfutils-0.189' libbpf-1.1.0.tar.gz: OK (sha256: 5da826c968fdb8a2f714701cfef7a4b7078be030cf58b56143b245816301cbb8) >>> host-libbpf 1.1.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/libbpf/libbpf-1.1.0.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/host-libbpf-1.1.0 -xf - >>> host-libbpf 1.1.0 Patching >>> host-libbpf 1.1.0 Configuring >>> host-libbpf 1.1.0 Building >>> host-libbpf 1.1.0 Installing to host directory PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/host-libbpf-1.1.0/src install install_uapi_headers DESTDIR=/home/buildroot/autobuild/instance-0/output-1/host make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-libbpf-1.1.0/src' MKDIR staticobjs MKDIR sharedobjs INSTALL bpf.h libbpf.h btf.h libbpf_common.h libbpf_legacy.h bpf_helpers.h bpf_helper_defs.h bpf_tracing.h bpf_endian.h bpf_core_read.h skel_internal.h libbpf_version.h usdt.bpf.h INSTALL ../include/uapi/linux/bpf.h ../include/uapi/linux/bpf_common.h ../include/uapi/linux/btf.h CC staticobjs/bpf.o CC staticobjs/btf.o CC staticobjs/libbpf.o CC staticobjs/libbpf_errno.o CC staticobjs/netlink.o CC staticobjs/nlattr.o CC staticobjs/str_error.o CC staticobjs/libbpf_probes.o CC staticobjs/bpf_prog_linfo.o CC staticobjs/btf_dump.o CC staticobjs/hashmap.o CC staticobjs/ringbuf.o CC staticobjs/strset.o CC staticobjs/linker.o CC staticobjs/gen_loader.o CC staticobjs/relo_core.o CC staticobjs/usdt.o CC sharedobjs/bpf.o CC sharedobjs/btf.o CC sharedobjs/libbpf.o CC sharedobjs/libbpf_errno.o CC sharedobjs/netlink.o CC sharedobjs/nlattr.o CC sharedobjs/str_error.o CC sharedobjs/libbpf_probes.o CC sharedobjs/bpf_prog_linfo.o CC sharedobjs/btf_dump.o CC sharedobjs/hashmap.o CC sharedobjs/ringbuf.o CC sharedobjs/strset.o CC sharedobjs/linker.o CC sharedobjs/gen_loader.o CC sharedobjs/relo_core.o CC sharedobjs/usdt.o INSTALL ./libbpf.pc AR libbpf.a CC libbpf.so.1.1.0 INSTALL ./libbpf.a ./libbpf.so ./libbpf.so.1 ./libbpf.so.1.1.0 make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-libbpf-1.1.0/src' pahole-1.25.tar.gz: OK (sha256: db31d13c3dad8d9f4e38296bd35c4586e98b9c950e07dabba212985e6d051631) >>> host-pahole 1.25 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/pahole/pahole-1.25.tar.gz | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25 -xf - >>> host-pahole 1.25 Patching >>> host-pahole 1.25 Configuring (mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25/ && cd /home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25/ && rm -f CMakeCache.txt && PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/cmake /home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25/ -G"Unix Makefiles" -DCMAKE_INSTALL_SO_NO_EXE=0 -DCMAKE_FIND_ROOT_PATH="/home/buildroot/autobuild/instance-0/output-1/host" -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM="BOTH" -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY="BOTH" -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE="BOTH" -DCMAKE_INSTALL_PREFIX="/home/buildroot/autobuild/instance-0/output-1/host" -DCMAKE_C_FLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" -DCMAKE_CXX_FLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" -DCMAKE_EXE_LINKER_FLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" -DCMAKE_SHARED_LINKER_FLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" -DCMAKE_ASM_COMPILER="/usr/bin/as" -DCMAKE_C_COMPILER="/usr/bin/gcc" -DCMAKE_CXX_COMPILER="/usr/bin/g++" -DCMAKE_C_COMPILER_LAUNCHER="" -DCMAKE_CXX_COMPILER_LAUNCHER="" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -D__LIB=lib -DLIBBPF_EMBEDDED=OFF ) CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 12.3.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found PkgConfig: /home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config (found version "1.6.3") -- Checking for module 'libbpf>=0.4.0' -- Found libbpf, version 1.1.0 -- Checking availability of DWARF and ELF development libraries -- Looking for dwfl_module_build_id in elf -- Looking for dwfl_module_build_id in elf - not found -- Found dwarf.h header: /home/buildroot/autobuild/instance-0/output-1/host/usr/include -- Found elfutils/libdw.h header: /home/buildroot/autobuild/instance-0/output-1/host/usr/include -- Found libdw library: /home/buildroot/autobuild/instance-0/output-1/host/usr/lib/libdw.so -- Found libelf library: /home/buildroot/autobuild/instance-0/output-1/host/usr/lib/libelf.so -- Checking availability of DWARF and ELF development libraries - done -- Found ZLIB: /home/buildroot/autobuild/instance-0/output-1/host/usr/lib/libz.so (found version "1.2.13") -- Checking availability of argp library -- Assuming argp is in libc -- Checking availability of argp library - done -- Checking availability of obstack library -- Assuming obstack is in libc -- Checking availability of obstack library - done -- Performing Test HAVE_REALLOCARRAY_SUPPORT -- Performing Test HAVE_REALLOCARRAY_SUPPORT - Success -- Configuring done (2.0s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS CMAKE_ASM_COMPILER CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS -- Build files have been written to: /home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25 >>> host-pahole 1.25 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 2%] Building C object CMakeFiles/dwarves.dir/dwarves.c.o [ 8%] Building C object CMakeFiles/dwarves.dir/dwarves_fprintf.c.o [ 8%] Building C object CMakeFiles/dwarves.dir/gobuffer.c.o [ 10%] Building C object CMakeFiles/dwarves.dir/ctf_loader.c.o [ 13%] Building C object CMakeFiles/dwarves.dir/libctf.c.o [ 16%] Building C object CMakeFiles/dwarves.dir/btf_encoder.c.o [ 18%] Building C object CMakeFiles/dwarves.dir/btf_loader.c.o [ 21%] Building C object CMakeFiles/dwarves.dir/dwarf_loader.c.o [ 24%] Building C object CMakeFiles/dwarves.dir/dutil.c.o [ 27%] Building C object CMakeFiles/dwarves.dir/elf_symtab.c.o [ 29%] Building C object CMakeFiles/dwarves.dir/rbtree.c.o [ 32%] Linking C shared library libdwarves.so make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 32%] Built target dwarves make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 35%] Building C object CMakeFiles/dwarves_emit.dir/dwarves_emit.c.o [ 37%] Building C object CMakeFiles/dwarves_reorganize.dir/dwarves_reorganize.c.o [ 43%] Building C object CMakeFiles/dtagnames.dir/dtagnames.c.o [ 43%] Building C object CMakeFiles/codiff.dir/codiff.c.o [ 45%] Linking C executable dtagnames [ 48%] Linking C shared library libdwarves_reorganize.so make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 51%] Linking C shared library libdwarves_emit.so [ 51%] Built target dtagnames make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 54%] Building C object CMakeFiles/pdwtags.dir/pdwtags.c.o make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 56%] Linking C executable codiff [ 56%] Built target dwarves_reorganize make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 56%] Built target dwarves_emit [ 59%] Building C object CMakeFiles/pglobal.dir/pglobal.c.o make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 62%] Building C object CMakeFiles/prefcnt.dir/prefcnt.c.o make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 62%] Built target codiff make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 64%] Linking C executable pdwtags [ 67%] Building C object CMakeFiles/scncopy.dir/scncopy.c.o make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 67%] Built target pdwtags [ 70%] Linking C executable prefcnt [ 72%] Linking C executable pglobal make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 75%] Building C object CMakeFiles/syscse.dir/syscse.c.o [ 78%] Building C object CMakeFiles/scncopy.dir/elfcreator.c.o make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 78%] Built target pglobal make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 78%] Built target prefcnt make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 81%] Building C object CMakeFiles/ctracer.dir/ctracer.c.o make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 83%] Building C object CMakeFiles/pahole.dir/pahole.c.o [ 86%] Linking C executable syscse [ 89%] Linking C executable scncopy make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 89%] Built target syscse make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 89%] Built target scncopy [ 91%] Building C object CMakeFiles/pfunct.dir/pfunct.c.o [ 94%] Linking C executable ctracer make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 94%] Built target ctracer [ 97%] Linking C executable pfunct make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 97%] Built target pfunct [100%] Linking C executable pahole make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [100%] Built target pahole make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' >>> host-pahole 1.25 Installing to host directory PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 32%] Built target dwarves make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 37%] Built target dwarves_emit [ 43%] Built target dtagnames [ 54%] Built target dwarves_reorganize [ 54%] Built target codiff make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 59%] Built target pdwtags [ 64%] Built target prefcnt [ 70%] Built target pglobal [ 75%] Built target pfunct make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' [ 83%] Built target scncopy [ 91%] Built target syscse [ 94%] Built target ctracer [100%] Built target pahole make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' Install the project... -- Install configuration: "Debug" -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/bin/codiff -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/host/bin/codiff" to "" -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/bin/ctracer -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/host/bin/ctracer" to "" -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/bin/dtagnames -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/host/bin/dtagnames" to "" -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/bin/pahole -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/host/bin/pahole" to "" -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/bin/pdwtags -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/host/bin/pdwtags" to "" -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/bin/pfunct -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/host/bin/pfunct" to "" -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/bin/pglobal -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/host/bin/pglobal" to "" -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/bin/prefcnt -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/host/bin/prefcnt" to "" -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/bin/scncopy -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/host/bin/scncopy" to "" -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/bin/syscse -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/host/bin/syscse" to "" -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/lib/libdwarves.so.1.0.0 -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/lib/libdwarves.so.1 -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/host/lib/libdwarves.so.1.0.0" to "" -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/lib/libdwarves.so -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/lib/libdwarves.so.1.0.0 -- Up-to-date: /home/buildroot/autobuild/instance-0/output-1/host/lib/libdwarves.so.1 -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/host/lib/libdwarves.so.1.0.0" to "" -- Up-to-date: /home/buildroot/autobuild/instance-0/output-1/host/lib/libdwarves.so -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/lib/libdwarves_emit.so.1.0.0 -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/lib/libdwarves_emit.so.1 -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/host/lib/libdwarves_emit.so.1.0.0" to "" -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/lib/libdwarves_emit.so -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/lib/libdwarves_reorganize.so.1.0.0 -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/lib/libdwarves_reorganize.so.1 -- Set runtime path of "/home/buildroot/autobuild/instance-0/output-1/host/lib/libdwarves_reorganize.so.1.0.0" to "" -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/lib/libdwarves_reorganize.so -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/include/dwarves/dwarves.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/include/dwarves/dwarves_emit.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/include/dwarves/dwarves_reorganize.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/include/dwarves/dutil.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/include/dwarves/gobuffer.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/include/dwarves/list.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/include/dwarves/rbtree.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/include/dwarves/btf_encoder.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/include/dwarves/config.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/include/dwarves/ctf.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/include/dwarves/elfcreator.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/include/dwarves/elf_symtab.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/include/dwarves/hash.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/include/dwarves/libctf.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/share/man/man1/pahole.1 -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/bin/ostra-cg -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/share/dwarves/runtime/python/ostra.py -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/bin/btfdiff -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/bin/fullcircle -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/share/dwarves/runtime/Makefile -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/share/dwarves/runtime/ctracer_relay.c -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/share/dwarves/runtime/ctracer_relay.h -- Installing: /home/buildroot/autobuild/instance-0/output-1/host/share/dwarves/runtime/linux.blacklist.cu make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-pahole-1.25' u-boot-2021.07.tar.bz2: OK (sha256: 312b7eeae44581d1362c3a3f02c28d806647756c82ba8c72241c7cdbe68ba77e) >>> host-uboot-tools 2021.07 Extracting bzcat /home/buildroot/autobuild/instance-0/dl/uboot-tools/u-boot-2021.07.tar.bz2 | /home/buildroot/autobuild/instance-0/output-1/host/bin/tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07 -xf - >>> host-uboot-tools 2021.07 Patching Applying 0001-drop-configh-from-tools.patch using patch: patching file tools/env/fw_env_private.h Applying 0002-tools-only-in-no-dot-config-targets.patch using patch: patching file Makefile Hunk #1 succeeded at 511 (offset 25 lines). Applying 0003-tools-Makefile-fix-C-LD-FLAGS-with-CROSS_BUILD_TOOLS.patch using patch: patching file tools/Makefile Hunk #1 succeeded at 310 (offset -6 lines). >>> host-uboot-tools 2021.07 Configuring mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/include/config touch /home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/include/config/auto.conf mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/include/generated touch /home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/include/generated/autoconf.h echo >> /home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/include/generated/autoconf.h mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/include/asm touch /home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/include/asm/linkage.h >>> host-uboot-tools 2021.07 Building /home/buildroot/autobuild/instance-0/output-1/host/bin/host-make -j1 -C /home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07 HOSTCC="/usr/bin/gcc" HOSTCFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" HOSTLDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" CONFIG_EFI_HAVE_CAPSULE_SUPPORT=y tools-only host-make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07' host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07' HOSTCC scripts/basic/fixdep host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07' UPD include/config/uboot.release UPD include/generated/version_autogenerated.h UPD include/generated/timestamp_autogenerated.h COPY tools/version.h host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07' HOSTCC tools/mkenvimage.o HOSTCC tools/os_support.o WRAP tools/lib/crc32.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/crc32.c'. HOSTCC tools/lib/crc32.o HOSTLD tools/mkenvimage HOSTCC tools/aisimage.o HOSTCC tools/atmelimage.o WRAP tools/common/fdt_region.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/fdt_region.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/lib/fdt_region.c'. HOSTCC tools/common/fdt_region.o WRAP tools/common/bootm.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/bootm.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/lib/bootm.c'. HOSTCC tools/common/bootm.o HOSTCC tools/default_image.o In file included from tools/default_image.c:20: In function ‘image_set_name’, inlined from ‘image_set_header’ at tools/default_image.c:134:2: include/image.h:867:9: warning: ‘strncpy’ specified bound 32 equals destination size [-Wstringop-truncation] 867 | strncpy(image_get_name(hdr), name, IH_NMLEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ WRAP tools/lib/fdtdec_common.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/fdtdec_common.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/fdtdec_common.c'. HOSTCC tools/lib/fdtdec_common.o WRAP tools/lib/fdtdec.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/fdtdec.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/fdtdec.c'. HOSTCC tools/lib/fdtdec.o WRAP tools/common/image.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/image.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/lib/image.c'. HOSTCC tools/common/image.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:251: warning: pattern recipe did not update peer target 'tools/env/md5.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/md5.c'. HOSTCC tools/lib/md5.o 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:251: warning: pattern recipe did not update peer target 'tools/env/rc4.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/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.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/crc16.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/crc16.c'. HOSTCC tools/lib/crc16.o WRAP tools/lib/hash-checksum.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/hash-checksum.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/hash-checksum.c'. HOSTCC tools/lib/hash-checksum.o WRAP tools/lib/sha1.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/sha1.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/sha1.c'. HOSTCC tools/lib/sha1.o WRAP tools/lib/sha256.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/sha256.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/sha256.c'. HOSTCC tools/lib/sha256.o WRAP tools/lib/sha512.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/sha512.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/sha512.c'. HOSTCC tools/lib/sha512.o WRAP tools/common/hash.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/hash.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/lib/hash.c'. HOSTCC tools/common/hash.o HOSTCC tools/ublimage.o HOSTCC tools/zynqimage.o HOSTCC tools/zynqmpimage.o HOSTCC tools/zynqmpbif.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/dumpimage.o HOSTLD tools/dumpimage HOSTCC tools/mkimage.o HOSTLD tools/mkimage HOSTCC tools/proftool HOSTCC tools/fdtgrep.o HOSTLD tools/fdtgrep HOSTCC tools/mkeficapsule.o HOSTLD tools/mkeficapsule host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07' host-make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07' /home/buildroot/autobuild/instance-0/output-1/host/bin/host-make -j1 -C /home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07 HOSTCC="/usr/bin/gcc" HOSTCFLAGS="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" HOSTLDFLAGS="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" CONFIG_EFI_HAVE_CAPSULE_SUPPORT=y envtools no-dot-config-targets=envtools host-make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07' host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07' host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07' UPD include/generated/timestamp_autogenerated.h host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07' AR tools/env/built-in.o HOSTCC tools/env/crc32.o HOSTCC tools/env/ctype.o HOSTCC tools/env/env_attr.o HOSTCC tools/env/env_flags.o HOSTCC tools/env/fw_env.o HOSTCC tools/env/linux_string.o AR tools/env/lib.a HOSTCC tools/env/fw_env_main.o HOSTLD tools/env/fw_printenv STRIP tools/env/fw_printenv host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07' host-make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07' >>> host-uboot-tools 2021.07 Installing to host directory /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/tools/mkimage /home/buildroot/autobuild/instance-0/output-1/host/bin/mkimage /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/tools/mkeficapsule /home/buildroot/autobuild/instance-0/output-1/host/bin/mkeficapsule /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/tools/mkenvimage /home/buildroot/autobuild/instance-0/output-1/host/bin/mkenvimage /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/tools/dumpimage /home/buildroot/autobuild/instance-0/output-1/host/bin/dumpimage /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-0/output-1/build/host-uboot-tools-2021.07/tools/env/fw_printenv /home/buildroot/autobuild/instance-0/output-1/host/bin/fw_printenv ln -sf /home/buildroot/autobuild/instance-0/output-1/host/bin/fw_printenv /home/buildroot/autobuild/instance-0/output-1/host/bin/fw_setenv host-make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' HOSTCC scripts/basic/fixdep host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/confdata.o HOSTCC scripts/kconfig/expr.o LEX scripts/kconfig/lexer.lex.c YACC scripts/kconfig/parser.tab.[ch] HOSTCC scripts/kconfig/menu.o HOSTCC scripts/kconfig/parser.tab.o HOSTCC scripts/kconfig/preprocess.o HOSTCC scripts/kconfig/symbol.o HOSTCC scripts/kconfig/util.o HOSTCC scripts/kconfig/lexer.lex.o HOSTLD scripts/kconfig/conf *** Default configuration is based on target '32r2el_defconfig' host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' Using ./arch/mips/configs/generic_defconfig as base Merging arch/mips/configs/generic/32r2.config Merging arch/mips/configs/generic/el.config Merging ./arch/mips/configs/generic/board-boston.config Merging ./arch/mips/configs/generic/board-marduk.config Merging ./arch/mips/configs/generic/board-ni169445.config Merging ./arch/mips/configs/generic/board-ocelot.config Merging ./arch/mips/configs/generic/board-ranchu.config Merging ./arch/mips/configs/generic/board-sead-3.config Merging ./arch/mips/configs/generic/board-virt.config Merging ./arch/mips/configs/generic/board-xilfpga.config host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' # # configuration written to .config # host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' Using /home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14/.config as base # # merged configuration written to /home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14/.config (needs make) # host-make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' # # No change to .config # host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' >>> linux 6.4.14 Updating kernel config with fixups host-make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' .config:4191:warning: override: CPU_BIG_ENDIAN changes choice state .config:4197:warning: override: DEFAULT_SECURITY_SELINUX changes choice state # # configuration written to .config # host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' >>> linux 6.4.14 Configuring >>> linux 6.4.14 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" BR_BINARIES_DIR=/home/buildroot/autobuild/instance-0/output-1/images KCFLAGS=-Wno-attribute-alias /home/buildroot/autobuild/instance-0/output-1/host/bin/host-make -j4 HOSTCC="/usr/bin/gcc -O2 -isystem /home/buildroot/autobuild/instance-0/output-1/host/include -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" ARCH=mips INSTALL_MOD_PATH=/home/buildroot/autobuild/instance-0/output-1/target CROSS_COMPILE="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips-buildroot-linux-gnu-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/home/buildroot/autobuild/instance-0/output-1/host/sbin/depmod -C /home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14 all host-make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' SYNC include/config/auto.conf host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' HOSTCC scripts/basic/fixdep host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/confdata.o HOSTCC scripts/kconfig/expr.o HOSTCC scripts/kconfig/lexer.lex.o HOSTCC scripts/kconfig/menu.o HOSTCC scripts/kconfig/parser.tab.o HOSTCC scripts/kconfig/preprocess.o HOSTCC scripts/kconfig/symbol.o HOSTCC scripts/kconfig/util.o HOSTLD scripts/kconfig/conf host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' SYSHDR arch/mips/include/generated/uapi/asm/unistd_n32.h SYSHDR arch/mips/include/generated/uapi/asm/unistd_n64.h SYSHDR arch/mips/include/generated/uapi/asm/unistd_o32.h SYSTBL arch/mips/include/generated/asm/syscall_table_n32.h UPD include/config/kernel.release SYSTBL arch/mips/include/generated/asm/syscall_table_n64.h SYSTBL arch/mips/include/generated/asm/syscall_table_o32.h SYSNR arch/mips/include/generated/asm/unistd_nr_n32.h SYSNR arch/mips/include/generated/asm/unistd_nr_n64.h SYSNR arch/mips/include/generated/asm/unistd_nr_o32.h host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' WRAP arch/mips/include/generated/uapi/asm/kvm_para.h WRAP arch/mips/include/generated/uapi/asm/bpf_perf_event.h WRAP arch/mips/include/generated/uapi/asm/ipcbuf.h host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' UPD include/generated/uapi/linux/version.h GEN include/generated/autoksyms.h UPD include/generated/utsrelease.h UPD include/generated/compile.h host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' HOSTCC arch/mips/tools/elf-entry host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' HOSTCC scripts/dtc/dtc.o HOSTCC scripts/dtc/flattree.o host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' WRAP arch/mips/include/generated/asm/export.h WRAP arch/mips/include/generated/asm/kvm_para.h WRAP arch/mips/include/generated/asm/mcs_spinlock.h WRAP arch/mips/include/generated/asm/parport.h WRAP arch/mips/include/generated/asm/qrwlock.h WRAP arch/mips/include/generated/asm/qspinlock.h WRAP arch/mips/include/generated/asm/user.h WRAP arch/mips/include/generated/asm/archrandom.h WRAP arch/mips/include/generated/asm/current.h host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' WRAP arch/mips/include/generated/asm/device.h WRAP arch/mips/include/generated/asm/emergency-restart.h WRAP arch/mips/include/generated/asm/irq_work.h WRAP arch/mips/include/generated/asm/kmap_size.h host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' WRAP arch/mips/include/generated/asm/local64.h HOSTCC arch/mips/boot/tools/relocs_32.o WRAP arch/mips/include/generated/asm/module.lds.h WRAP arch/mips/include/generated/asm/msi.h WRAP arch/mips/include/generated/asm/percpu.h WRAP arch/mips/include/generated/asm/preempt.h WRAP arch/mips/include/generated/asm/rwonce.h WRAP arch/mips/include/generated/asm/sections.h WRAP arch/mips/include/generated/asm/serial.h WRAP arch/mips/include/generated/asm/simd.h WRAP arch/mips/include/generated/asm/softirq_stack.h WRAP arch/mips/include/generated/asm/trace_clock.h WRAP arch/mips/include/generated/asm/unaligned.h WRAP arch/mips/include/generated/asm/word-at-a-time.h WRAP arch/mips/include/generated/asm/xor.h host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' HOSTCC scripts/dtc/fstree.o HOSTCC scripts/dtc/data.o HOSTCC arch/mips/boot/tools/relocs_64.o HOSTCC arch/mips/boot/tools/relocs_main.o HOSTCC scripts/dtc/livetree.o HOSTCC scripts/dtc/treesource.o HOSTCC scripts/dtc/srcpos.o HOSTLD arch/mips/boot/tools/relocs host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' HOSTCC scripts/dtc/checks.o HOSTCC scripts/dtc/util.o LEX scripts/dtc/dtc-lexer.lex.c YACC scripts/dtc/dtc-parser.tab.[ch] HOSTCC scripts/dtc/libfdt/fdt.o HOSTCC scripts/dtc/libfdt/fdt_ro.o HOSTCC scripts/dtc/libfdt/fdt_wip.o HOSTCC scripts/dtc/libfdt/fdt_sw.o HOSTCC scripts/dtc/libfdt/fdt_rw.o HOSTCC scripts/dtc/libfdt/fdt_strerror.o HOSTCC scripts/dtc/libfdt/fdt_empty_tree.o HOSTCC scripts/dtc/libfdt/fdt_addresses.o HOSTCC scripts/dtc/libfdt/fdt_overlay.o HOSTCC scripts/dtc/fdtoverlay.o HOSTCC scripts/dtc/dtc-lexer.lex.o HOSTCC scripts/dtc/dtc-parser.tab.o HOSTLD scripts/dtc/fdtoverlay HOSTLD scripts/dtc/dtc host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' HOSTCC scripts/kallsyms HOSTCC scripts/sorttable host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' DTC arch/mips/boot/dts/img/boston.dtb host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' HOSTCC scripts/selinux/genheaders/genheaders DTC arch/mips/boot/dts/img/pistachio_marduk.dtb host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' DTC arch/mips/boot/dts/mscc/jaguar2_pcb110.dtb DTC arch/mips/boot/dts/mscc/jaguar2_pcb111.dtb DTC arch/mips/boot/dts/mscc/jaguar2_pcb118.dtb DTC arch/mips/boot/dts/mscc/luton_pcb091.dtb DTC arch/mips/boot/dts/mscc/ocelot_pcb120.dtb host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' HOSTCC scripts/selinux/mdp/mdp DTC arch/mips/boot/dts/mscc/ocelot_pcb123.dtb DTC arch/mips/boot/dts/mscc/serval_pcb105.dtb DTC arch/mips/boot/dts/mscc/serval_pcb106.dtb HOSTCC scripts/asn1_compiler host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' DTC arch/mips/boot/dts/mti/sead3.dtb host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' DTC arch/mips/boot/dts/ni/169445.dtb host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' DTC arch/mips/boot/dts/xilfpga/nexys4ddr.dtb host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC scripts/mod/empty.o HOSTCC scripts/mod/mk_elfconfig CC scripts/mod/devicetable-offsets.s MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/modpost.o HOSTCC scripts/mod/sumversion.o UPD scripts/mod/devicetable-offsets.h HOSTCC scripts/mod/file2alias.o HOSTLD scripts/mod/modpost host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/bounds.s CHKSHA1 include/linux/atomic/atomic-arch-fallback.h CHKSHA1 include/linux/atomic/atomic-instrumented.h UPD include/generated/timeconst.h CHKSHA1 include/linux/atomic/atomic-long.h UPD include/generated/bounds.h CC arch/mips/kernel/asm-offsets.s UPD include/generated/asm-offsets.h CALL scripts/checksyscalls.sh host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' HOSTCC usr/gen_init_cpio LDS scripts/module.lds host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC init/main.o host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC arch/mips/generic/init.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' LDS arch/mips/kernel/vmlinux.lds AS arch/mips/kernel/head.o CC arch/mips/kernel/branch.o GEN usr/initramfs_data.cpio COPY usr/initramfs_inc_data AS usr/initramfs_data.o AR usr/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC arch/mips/mm/cache.o CC arch/mips/generic/irq.o CC arch/mips/kernel/cmpxchg.o CC arch/mips/mm/context.o CC arch/mips/kernel/elf.o CC arch/mips/generic/proc.o UPD init/utsversion-tmp.h CC init/do_mounts.o AS arch/mips/kernel/entry.o CC arch/mips/mm/extable.o AS arch/mips/kernel/genex.o CC arch/mips/kernel/idle.o CC arch/mips/generic/yamon-dt.o CC arch/mips/generic/board-sead3.o CC arch/mips/mm/fault.o CC arch/mips/kernel/irq.o CC arch/mips/generic/board-ranchu.o CC arch/mips/mm/init.o CC init/do_mounts_rd.o CC arch/mips/kernel/process.o AR arch/mips/generic/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR arch/mips/net/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC arch/mips/kernel/prom.o CC init/do_mounts_initrd.o CC arch/mips/mm/mmap.o CC init/initramfs.o CC arch/mips/kernel/ptrace.o CC arch/mips/mm/page.o CC arch/mips/kernel/reset.o CC init/calibrate.o CC init/init_task.o CC arch/mips/kernel/setup.o AS arch/mips/mm/page-funcs.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' LDS arch/mips/vdso/vdso.lds AS arch/mips/vdso/elf.o CC arch/mips/vdso/vgettimeofday.o CC arch/mips/mm/pgtable.o CC init/version.o AS arch/mips/vdso/sigreturn.o CC arch/mips/kernel/signal.o HOSTCC arch/mips/vdso/genvdso AR init/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR arch/mips/boot/dts/img/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' WRAP arch/mips/boot/dts/mscc/jaguar2_pcb110.dtb.S WRAP arch/mips/boot/dts/mscc/jaguar2_pcb111.dtb.S WRAP arch/mips/boot/dts/mscc/jaguar2_pcb118.dtb.S WRAP arch/mips/boot/dts/mscc/luton_pcb091.dtb.S WRAP arch/mips/boot/dts/mscc/ocelot_pcb120.dtb.S WRAP arch/mips/boot/dts/mscc/ocelot_pcb123.dtb.S WRAP arch/mips/boot/dts/mscc/serval_pcb105.dtb.S WRAP arch/mips/boot/dts/mscc/serval_pcb106.dtb.S AS arch/mips/boot/dts/mscc/jaguar2_pcb110.dtb.o AS arch/mips/boot/dts/mscc/jaguar2_pcb111.dtb.o CC arch/mips/mm/tlbex.o AS arch/mips/boot/dts/mscc/jaguar2_pcb118.dtb.o AS arch/mips/boot/dts/mscc/luton_pcb091.dtb.o LD arch/mips/vdso/vdso.so.dbg.raw AS arch/mips/boot/dts/mscc/ocelot_pcb120.dtb.o OBJCOPY arch/mips/vdso/vdso.so.raw GENVDSO arch/mips/vdso/vdso-image.c AS arch/mips/boot/dts/mscc/ocelot_pcb123.dtb.o CC arch/mips/vdso/vdso-image.o AS arch/mips/boot/dts/mscc/serval_pcb105.dtb.o AS arch/mips/boot/dts/mscc/serval_pcb106.dtb.o AR arch/mips/boot/dts/mscc/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' WRAP arch/mips/boot/dts/mti/sead3.dtb.S AS arch/mips/boot/dts/mti/sead3.dtb.o AR arch/mips/boot/dts/mti/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR arch/mips/boot/dts/ni/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR arch/mips/boot/dts/xilfpga/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR arch/mips/boot/dts/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC arch/mips/kernel/syscall.o AR arch/mips/vdso/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC arch/mips/kernel/time.o host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/fork.o AS arch/mips/mm/tlbex-fault.o AS arch/mips/mm/tlb-funcs.o CC arch/mips/mm/uasm-mips.o CC arch/mips/mm/maccess.o CC arch/mips/kernel/topology.o CC arch/mips/kernel/traps.o CC arch/mips/mm/ioremap.o CC arch/mips/mm/pgtable-32.o CC arch/mips/mm/highmem.o CC arch/mips/kernel/unaligned.o CC kernel/exec_domain.o CC kernel/panic.o CC arch/mips/mm/dma-noncoherent.o CC arch/mips/kernel/watch.o CC kernel/cpu.o CC arch/mips/mm/c-r4k.o CC arch/mips/kernel/vdso.o AS arch/mips/mm/cex-gen.o CC kernel/exit.o CC arch/mips/kernel/cacheinfo.o CC arch/mips/kernel/cpu-probe.o host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC certs/system_keyring.o CC kernel/softirq.o CC arch/mips/mm/tlb-r4k.o HOSTCC certs/extract-cert CERT certs/x509_certificate_list CERT certs/signing_key.x509 AS certs/system_certificates.o CC arch/mips/kernel/cevt-r4k.o AR certs/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/resource.o host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC mm/filemap.o CC arch/mips/mm/sc-mips.o CC arch/mips/kernel/csrc-r4k.o CC kernel/sysctl.o AR arch/mips/mm/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC arch/mips/kernel/sync-r4k.o CC kernel/capability.o CC arch/mips/kernel/segment.o CC arch/mips/kernel/module.o AS arch/mips/kernel/r4k_switch.o CC arch/mips/kernel/fpu-probe.o CC mm/mempool.o CC kernel/ptrace.o AS arch/mips/kernel/r4k_fpu.o host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/open.o CC arch/mips/kernel/smp.o CC mm/oom_kill.o CC arch/mips/kernel/smp-up.o CC kernel/user.o CC arch/mips/kernel/mips-mt.o CC fs/read_write.o CC kernel/signal.o CC mm/fadvise.o CC arch/mips/kernel/mips-mt-fpaff.o CC mm/maccess.o CC arch/mips/kernel/smp-mt.o CC fs/file_table.o CC mm/page-writeback.o CC arch/mips/kernel/smp-cps.o CC fs/super.o CC kernel/sys.o AS arch/mips/kernel/cps-vec.o CC arch/mips/kernel/spram.o CC mm/folio-compat.o CC fs/char_dev.o AS arch/mips/kernel/scall32-o32.o CC arch/mips/kernel/proc.o CC kernel/umh.o CC mm/readahead.o CC fs/stat.o CC arch/mips/kernel/sysrq.o CC arch/mips/kernel/jump_label.o CC kernel/workqueue.o CC mm/swap.o CC arch/mips/kernel/mips-cm.o CC fs/exec.o CC arch/mips/kernel/mips-cpc.o CC arch/mips/kernel/pm-cps.o CC mm/truncate.o CC fs/pipe.o CC kernel/pid.o AR arch/mips/kernel/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR arch/mips/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC mm/vmscan.o CC kernel/task_work.o CC fs/namei.o CC fs/fcntl.o CC kernel/extable.o CC mm/shmem.o CC kernel/params.o CC kernel/kthread.o CC fs/ioctl.o host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC ipc/util.o CC kernel/sys_ni.o CC kernel/nsproxy.o CC fs/readdir.o CC mm/util.o CC ipc/msgutil.o CC kernel/notifier.o CC fs/select.o CC mm/mmzone.o CC ipc/msg.o CC kernel/ksysfs.o CC mm/vmstat.o CC kernel/cred.o CC ipc/sem.o CC fs/dcache.o CC mm/backing-dev.o CC kernel/reboot.o CC kernel/async.o CC ipc/shm.o CC mm/mm_init.o CC fs/inode.o CC kernel/range.o CC kernel/smpboot.o CC ipc/syscall.o CC mm/percpu.o CC kernel/ucount.o CC fs/attr.o CC ipc/ipc_sysctl.o CC kernel/regset.o CC kernel/groups.o CC ipc/namespace.o CC fs/bad_inode.o AR ipc/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC security/keys/gc.o CC mm/slab_common.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/file.o CC kernel/sched/core.o CC security/keys/key.o CC mm/compaction.o CC fs/filesystems.o CC security/keys/keyring.o CC fs/namespace.o CC mm/interval_tree.o CC security/keys/keyctl.o CC mm/list_lru.o CC kernel/sched/fair.o CC security/keys/permission.o CC mm/workingset.o CC security/keys/process_keys.o CC fs/seq_file.o CC mm/debug.o CC security/keys/request_key.o CC fs/xattr.o CC mm/gup.o CC security/keys/request_key_auth.o CC fs/libfs.o CC security/keys/user_defined.o CC mm/mmap_lock.o CC kernel/sched/build_policy.o CC security/keys/proc.o CC mm/highmem.o CC security/keys/sysctl.o CC fs/fs-writeback.o CC security/keys/keyctl_pkey.o CC mm/memory.o AR security/keys/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC security/commoncap.o CC fs/pnode.o CC security/min_addr.o CC fs/splice.o CC security/security.o CC kernel/sched/build_utility.o CC mm/mincore.o CC fs/sync.o CC mm/mlock.o CC fs/utimes.o CC mm/mmap.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' GEN security/selinux/flask.h security/selinux/av_permissions.h CC fs/d_path.o CC security/selinux/avc.o AR kernel/sched/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/locking/mutex.o CC fs/stack.o CC kernel/locking/semaphore.o CC fs/fs_struct.o CC security/selinux/hooks.o CC mm/mmu_gather.o CC fs/statfs.o CC kernel/locking/rwsem.o CC mm/mprotect.o CC fs/fs_pin.o CC kernel/locking/percpu-rwsem.o CC fs/nsfs.o CC mm/mremap.o CC kernel/locking/spinlock.o CC fs/fs_types.o CC kernel/locking/qspinlock.o CC mm/msync.o CC fs/fs_context.o CC kernel/locking/rtmutex_api.o CC mm/page_vma_mapped.o CC security/selinux/selinuxfs.o CC fs/fs_parser.o CC kernel/locking/qrwlock.o CC mm/pagewalk.o CC fs/fsopen.o AR kernel/locking/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/power/qos.o CC mm/pgtable-generic.o CC fs/init.o CC security/selinux/netlink.o CC kernel/power/main.o CC mm/rmap.o CC fs/kernel_read_file.o CC security/selinux/nlmsgtab.o CC kernel/power/console.o CC fs/mnt_idmapping.o CC mm/vmalloc.o CC fs/remap_range.o CC security/selinux/netif.o CC kernel/power/process.o CC kernel/power/suspend.o CC fs/buffer.o CC security/selinux/netnode.o CC kernel/power/poweroff.o AR kernel/power/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/printk/printk.o CC security/selinux/netport.o CC mm/process_vm_access.o CC mm/page_alloc.o CC fs/mpage.o CC security/selinux/status.o CC kernel/printk/printk_safe.o CC fs/proc_namespace.o CC security/selinux/ss/ebitmap.o CC kernel/printk/printk_ringbuffer.o CC fs/direct-io.o CC kernel/printk/sysctl.o CC security/selinux/ss/hashtab.o AR kernel/printk/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/irq/irqdesc.o CC security/selinux/ss/symtab.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/notify/fsnotify.o CC mm/init-mm.o CC security/selinux/ss/sidtab.o CC kernel/irq/handle.o CC mm/memblock.o CC fs/notify/notification.o CC kernel/irq/manage.o CC security/selinux/ss/avtab.o CC fs/notify/group.o CC mm/madvise.o CC fs/notify/mark.o CC kernel/irq/spurious.o CC security/selinux/ss/policydb.o CC kernel/irq/resend.o CC mm/page_io.o CC fs/notify/fdinfo.o CC kernel/irq/chip.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/notify/dnotify/dnotify.o CC mm/swap_state.o CC kernel/irq/dummychip.o AR fs/notify/dnotify/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/notify/inotify/inotify_fsnotify.o CC security/selinux/ss/services.o CC kernel/irq/devres.o CC mm/swapfile.o CC fs/notify/inotify/inotify_user.o CC kernel/irq/generic-chip.o AR fs/notify/inotify/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/notify/fanotify/fanotify.o CC kernel/irq/autoprobe.o CC kernel/irq/irqdomain.o CC security/selinux/ss/conditional.o CC fs/notify/fanotify/fanotify_user.o CC mm/swap_slots.o CC mm/dmapool.o CC kernel/irq/proc.o CC security/selinux/ss/mls.o AR fs/notify/fanotify/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR fs/notify/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/eventpoll.o CC mm/slub.o CC kernel/irq/cpuhotplug.o CC security/selinux/ss/context.o CC kernel/irq/pm.o CC fs/anon_inodes.o AR security/selinux/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC security/lsm_audit.o CC kernel/irq/msi.o CC fs/signalfd.o CC mm/migrate.o CC security/device_cgroup.o CC kernel/irq/ipi.o CC fs/timerfd.o CC kernel/irq/affinity.o CC mm/page_counter.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC security/integrity/iint.o CC fs/eventfd.o AR kernel/irq/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/rcu/update.o CC mm/memcontrol.o CC security/integrity/integrity_audit.o CC fs/userfaultfd.o AR security/integrity/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR security/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC crypto/api.o CC kernel/rcu/sync.o CC kernel/rcu/srcutree.o CC crypto/cipher.o CC fs/aio.o CC crypto/compress.o CC kernel/rcu/tree.o CC crypto/algapi.o CC mm/vmpressure.o CC crypto/scatterwalk.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/crypto/crypto.o CC mm/swap_cgroup.o CC crypto/proc.o CC fs/crypto/fname.o CC crypto/aead.o CC mm/balloon_compaction.o CC fs/crypto/hkdf.o CC crypto/geniv.o CC mm/userfaultfd.o CC kernel/rcu/rcu_segcblist.o CC fs/crypto/hooks.o CC crypto/skcipher.o AR kernel/rcu/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR kernel/livepatch/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/dma/mapping.o CC fs/crypto/keyring.o CC mm/memfd.o CC crypto/ahash.o CC kernel/dma/direct.o CC mm/page_reporting.o CC fs/crypto/keysetup.o CC crypto/shash.o CC kernel/dma/coherent.o AR mm/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/crypto/keysetup_v1.o CC fs/locks.o CC kernel/dma/remap.o CC fs/crypto/policy.o CC crypto/akcipher.o AR kernel/dma/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR kernel/entry/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/module/main.o CC crypto/kpp.o CC fs/crypto/bio.o CC fs/binfmt_script.o ASN.1 crypto/rsapubkey.asn1.[ch] ASN.1 crypto/rsaprivkey.asn1.[ch] CC crypto/rsa.o AR fs/crypto/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/module/strict_rwx.o CC fs/binfmt_elf.o CC fs/mbcache.o CC crypto/rsa_helper.o CC kernel/module/kmod.o CC crypto/rsa-pkcs1pad.o CC crypto/acompress.o CC kernel/module/kallsyms.o CC fs/posix_acl.o CC crypto/scompress.o CC kernel/module/procfs.o CC crypto/algboss.o host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC block/bdev.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/nfs_common/nfsacl.o CC kernel/module/sysfs.o CC crypto/testmgr.o CC fs/nfs_common/grace.o AR kernel/module/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/freezer.o CC block/fops.o CC crypto/hmac.o CC fs/nfs_common/nfs_ssc.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/time/time.o CC crypto/crypto_null.o CC block/bio.o CC crypto/md5.o AR fs/nfs_common/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/coredump.o CC kernel/time/timer.o CC crypto/sha1_generic.o CC block/elevator.o CC fs/drop_caches.o CC crypto/sha256_generic.o CC kernel/time/hrtimer.o CC fs/sysctls.o CC crypto/sha512_generic.o CC block/blk-core.o CC fs/fhandle.o CC kernel/time/timekeeping.o CC crypto/ecb.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/iomap/trace.o CC crypto/cbc.o CC block/blk-sysfs.o CC fs/iomap/iter.o CC crypto/cts.o CC fs/iomap/buffered-io.o CC kernel/time/ntp.o CC block/blk-flush.o CC crypto/xts.o CC kernel/time/clocksource.o CC block/blk-settings.o CC crypto/aes_generic.o CC fs/iomap/direct-io.o CC block/blk-ioc.o CC kernel/time/jiffies.o CC crypto/crc32c_generic.o CC fs/iomap/fiemap.o CC kernel/time/timer_list.o CC block/blk-map.o CC crypto/rng.o CC fs/iomap/seek.o CC kernel/time/timeconv.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC crypto/asymmetric_keys/asymmetric_type.o CC block/blk-merge.o CC kernel/time/timecounter.o CC fs/iomap/swapfile.o CC kernel/time/alarmtimer.o CC crypto/asymmetric_keys/restrict.o CC crypto/asymmetric_keys/signature.o AR fs/iomap/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR fs/quota/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC block/blk-timeout.o CC fs/proc/task_mmu.o CC kernel/time/posix-timers.o CC crypto/asymmetric_keys/public_key.o CC block/blk-lib.o ASN.1 crypto/asymmetric_keys/x509.asn1.[ch] ASN.1 crypto/asymmetric_keys/x509_akid.asn1.[ch] CC crypto/asymmetric_keys/x509_loader.o CC fs/proc/inode.o CC kernel/time/posix-cpu-timers.o CC block/blk-mq.o CC crypto/asymmetric_keys/x509_public_key.o ASN.1 crypto/asymmetric_keys/pkcs7.asn1.[ch] CC crypto/asymmetric_keys/pkcs7_trust.o CC fs/proc/root.o CC kernel/time/posix-clock.o CC crypto/asymmetric_keys/pkcs7_verify.o CC fs/proc/base.o CC crypto/asymmetric_keys/x509.asn1.o CC crypto/asymmetric_keys/x509_akid.asn1.o CC kernel/time/itimer.o CC crypto/asymmetric_keys/x509_cert_parser.o CC crypto/asymmetric_keys/pkcs7.asn1.o CC crypto/asymmetric_keys/pkcs7_parser.o CC kernel/time/clockevents.o CC block/blk-mq-tag.o AR crypto/asymmetric_keys/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC crypto/hash_info.o CC crypto/rsapubkey.asn1.o CC crypto/rsaprivkey.asn1.o AR crypto/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/time/tick-common.o host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC io_uring/io_uring.o CC fs/proc/generic.o CC block/blk-stat.o CC kernel/time/sched_clock.o CC fs/proc/array.o CC kernel/time/tick-oneshot.o CC block/blk-mq-sysfs.o CC kernel/time/tick-sched.o CC fs/proc/fd.o CC block/blk-mq-cpumap.o CC block/blk-mq-sched.o CC fs/proc/proc_tty.o CC kernel/time/vsyscall.o CC io_uring/xattr.o CC kernel/time/timekeeping_debug.o CC fs/proc/cmdline.o CC block/ioctl.o CC io_uring/nop.o CC fs/proc/consoles.o AR kernel/time/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/futex/core.o CC block/genhd.o CC fs/proc/cpuinfo.o CC io_uring/fs.o CC kernel/futex/syscalls.o CC fs/proc/devices.o CC io_uring/splice.o CC fs/proc/interrupts.o CC block/ioprio.o CC kernel/futex/pi.o CC io_uring/sync.o CC fs/proc/loadavg.o CC kernel/futex/requeue.o CC block/badblocks.o CC fs/proc/meminfo.o CC io_uring/advise.o CC kernel/futex/waitwake.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC block/partitions/core.o CC fs/proc/stat.o CC io_uring/filetable.o AR kernel/futex/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/smp.o CC block/partitions/msdos.o CC fs/proc/uptime.o CC io_uring/openclose.o CC kernel/kallsyms.o CC fs/proc/util.o CC block/partitions/efi.o CC fs/proc/version.o CC io_uring/uring_cmd.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/cgroup/cgroup.o CC fs/proc/softirqs.o AR block/partitions/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC block/blk-rq-qos.o CC fs/proc/namespaces.o CC io_uring/epoll.o CC block/disk-events.o CC fs/proc/self.o CC io_uring/statx.o CC block/blk-ia-ranges.o CC fs/proc/thread_self.o CC io_uring/net.o CC block/bounce.o CC fs/proc/proc_sysctl.o CC block/bsg.o CC kernel/cgroup/rstat.o CC io_uring/msg_ring.o CC block/bsg-lib.o CC fs/proc/proc_net.o CC kernel/cgroup/namespace.o CC io_uring/timeout.o CC block/blk-cgroup.o CC fs/proc/kmsg.o CC kernel/cgroup/cgroup-v1.o CC fs/proc/page.o CC io_uring/sqpoll.o AR fs/proc/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/kernfs/mount.o CC block/blk-cgroup-rwstat.o CC kernel/cgroup/freezer.o CC io_uring/fdinfo.o CC fs/kernfs/inode.o CC block/mq-deadline.o CC kernel/cgroup/legacy_freezer.o CC io_uring/tctx.o CC fs/kernfs/dir.o CC kernel/cgroup/pids.o CC block/kyber-iosched.o CC io_uring/poll.o CC kernel/cgroup/cpuset.o CC fs/kernfs/file.o CC block/bfq-iosched.o CC io_uring/cancel.o CC fs/kernfs/symlink.o CC io_uring/kbuf.o AR fs/kernfs/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/sysfs/file.o AR kernel/cgroup/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/utsname.o CC kernel/user_namespace.o CC io_uring/rsrc.o CC fs/sysfs/dir.o CC fs/sysfs/symlink.o CC block/bfq-wf2q.o CC kernel/pid_namespace.o CC fs/sysfs/mount.o CC io_uring/rw.o UPD kernel/config_data CC kernel/stop_machine.o CC block/bfq-cgroup.o CC fs/sysfs/group.o CC kernel/audit.o AR fs/sysfs/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/devpts/inode.o CC block/blk-mq-pci.o CC io_uring/opdef.o AR fs/devpts/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC block/blk-mq-virtio.o CC fs/ext4/balloc.o CC io_uring/notif.o CC block/blk-mq-debugfs.o CC kernel/auditfilter.o CC fs/ext4/bitmap.o CC io_uring/io-wq.o CC block/blk-pm.o CC fs/ext4/block_validity.o CC kernel/seccomp.o AR block/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/ext4/dir.o AR io_uring/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/jbd2/transaction.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/ramfs/inode.o CC fs/ext4/ext4_jbd2.o CC fs/ramfs/file-mmu.o CC kernel/utsname_sysctl.o CC fs/jbd2/commit.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/trace/trace_clock.o AR fs/ramfs/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/ext4/extents.o CC kernel/irq_work.o AR kernel/trace/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/ext4/extents_status.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/bpf/core.o CC fs/jbd2/recovery.o CC kernel/bpf/syscall.o CC fs/jbd2/checkpoint.o CC fs/jbd2/revoke.o CC fs/jbd2/journal.o CC fs/ext4/file.o CC kernel/jump_label.o CC fs/ext4/fsmap.o CC fs/ext4/fsync.o AR fs/jbd2/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/context_tracking.o CC kernel/bpf/verifier.o CC kernel/iomem.o CC fs/ext4/hash.o CC fs/ext4/ialloc.o CC fs/ext4/indirect.o CC kernel/bpf/inode.o CC kernel/bpf/helpers.o CC fs/ext4/inline.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/fat/cache.o CC fs/fat/dir.o CC fs/ext4/inode.o CC fs/fat/fatent.o CC kernel/bpf/tnum.o CC fs/ext4/ioctl.o CC fs/fat/file.o CC fs/fat/inode.o CC fs/fat/misc.o CC fs/ext4/mballoc.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/nfs/client.o CC fs/fat/nfs.o CC fs/fat/namei_vfat.o CC fs/nfs/dir.o CC fs/fat/namei_msdos.o CC kernel/bpf/log.o AR fs/fat/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/bpf/bpf_iter.o CC fs/ext4/migrate.o host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/argv_split.o CC lib/buildid.o CC fs/nfs/file.o CC fs/ext4/mmp.o CC kernel/bpf/map_iter.o CC lib/clz_tab.o CC lib/cmdline.o CC lib/cpumask.o CC fs/ext4/move_extent.o CC kernel/bpf/task_iter.o CC fs/nfs/getroot.o CC lib/ctype.o CC lib/dec_and_lock.o CC lib/decompress.o CC lib/decompress_bunzip2.o CC fs/ext4/namei.o CC kernel/bpf/prog_iter.o CC fs/nfs/inode.o CC lib/decompress_inflate.o CC lib/decompress_unlz4.o CC kernel/bpf/link_iter.o CC lib/decompress_unlzma.o CC kernel/bpf/hashtab.o CC lib/decompress_unlzo.o CC fs/nfs/super.o CC fs/ext4/page-io.o CC lib/decompress_unxz.o CC lib/decompress_unzstd.o CC fs/ext4/readpage.o CC fs/nfs/io.o CC lib/dump_stack.o CC kernel/bpf/arraymap.o CC fs/ext4/resize.o CC lib/earlycpio.o CC lib/extable.o CC fs/nfs/direct.o CC lib/fdt.o CC lib/fdt_addresses.o CC lib/fdt_empty_tree.o CC lib/fdt_ro.o CC kernel/bpf/percpu_freelist.o CC lib/fdt_rw.o CC fs/nfs/pagelist.o CC lib/fdt_strerror.o CC lib/fdt_sw.o CC kernel/bpf/bpf_lru_list.o CC fs/ext4/super.o CC lib/fdt_wip.o CC lib/flex_proportions.o CC kernel/bpf/lpm_trie.o CC lib/idr.o CC lib/irq_regs.o CC fs/nfs/read.o CC lib/is_single_threaded.o CC kernel/bpf/map_in_map.o CC lib/klist.o CC kernel/bpf/bloom_filter.o CC lib/kobject.o CC fs/nfs/symlink.o CC kernel/bpf/local_storage.o CC lib/kobject_uevent.o CC fs/ext4/symlink.o CC fs/nfs/unlink.o CC kernel/bpf/queue_stack_maps.o CC fs/ext4/sysfs.o CC lib/logic_pio.o CC fs/nfs/write.o CC kernel/bpf/ringbuf.o CC lib/maple_tree.o CC fs/ext4/xattr.o CC kernel/bpf/bpf_local_storage.o CC fs/nfs/namespace.o CC fs/ext4/xattr_hurd.o CC kernel/bpf/bpf_task_storage.o CC fs/ext4/xattr_trusted.o CC fs/nfs/mount_clnt.o CC kernel/bpf/disasm.o CC fs/ext4/xattr_user.o CC kernel/bpf/btf.o CC fs/nfs/nfstrace.o CC fs/ext4/fast_commit.o CC lib/memcat_p.o CC lib/nmi_backtrace.o CC fs/nfs/export.o CC lib/plist.o CC lib/radix-tree.o CC fs/ext4/orphan.o CC fs/nfs/sysfs.o CC lib/ratelimit.o CC fs/ext4/acl.o CC lib/rbtree.o CC fs/nfs/fs_context.o CC lib/seq_buf.o CC fs/ext4/xattr_security.o CC lib/show_mem.o CC fs/ext4/crypto.o CC lib/siphash.o CC fs/nfs/nfsroot.o CC kernel/bpf/memalloc.o AR fs/ext4/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC kernel/bpf/devmap.o CC lib/string.o CC fs/nfs/sysctl.o CC lib/timerqueue.o CC fs/nfs/nfs2super.o CC lib/vsprintf.o CC kernel/bpf/cpumap.o CC kernel/bpf/offload.o CC fs/nfs/proc.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/exportfs/expfs.o CC kernel/bpf/net_namespace.o CC fs/nfs/nfs2xdr.o AR fs/exportfs/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC arch/mips/fw/lib/cmdline.o CC lib/win_minmax.o AR arch/mips/fw/lib/built-in.a AR arch/mips/fw/lib/lib.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/xarray.o CC kernel/bpf/cgroup_iter.o host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC arch/mips/lib/bitops.o AS arch/mips/lib/csum_partial.o CC arch/mips/lib/delay.o CC fs/nfs/nfs3super.o AS arch/mips/lib/memcpy.o AS arch/mips/lib/memset.o CC arch/mips/lib/mips-atomic.o CC kernel/bpf/bpf_cgrp_storage.o CC lib/lockref.o AS arch/mips/lib/strncpy_user.o AS arch/mips/lib/strnlen_user.o CC arch/mips/lib/uncached.o CC lib/bcd.o CC lib/sort.o CC lib/parser.o CC fs/nfs/nfs3client.o CC arch/mips/lib/iomap_copy.o CC arch/mips/lib/iomap-pci.o CC lib/debug_locks.o CC kernel/bpf/reuseport_array.o CC lib/random32.o CC arch/mips/lib/dump_tlb.o CC fs/nfs/nfs3proc.o CC lib/bust_spinlocks.o CC kernel/bpf/relo_core.o CC arch/mips/lib/bswapsi.o CC arch/mips/lib/bswapdi.o CC arch/mips/lib/multi3.o CC lib/kasprintf.o AR arch/mips/lib/lib.a AR arch/mips/lib/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/nfs/nfs3xdr.o CC lib/bitmap.o CC kernel/rseq.o AR kernel/bpf/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/scatterlist.o GZIP kernel/config_data.gz CC fs/nfs/nfs3acl.o CC kernel/configs.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/lockd/clntlock.o AR kernel/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/nls/nls_base.o CC lib/list_sort.o CC lib/uuid.o CC fs/nfs/nfs4proc.o AR fs/nls/built-in.a CC lib/iov_iter.o host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/nfs/nfs4xdr.o CC fs/lockd/clntproc.o CC fs/lockd/clntxdr.o CC lib/clz_ctz.o CC lib/bsearch.o CC fs/lockd/host.o CC lib/find_bit.o CC lib/llist.o CC lib/memweight.o CC lib/kfifo.o CC fs/lockd/svc.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR fs/unicode/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/percpu-refcount.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/fuse/dev.o CC lib/rhashtable.o CC fs/nfs/nfs4state.o CC fs/lockd/svclock.o CC lib/base64.o CC lib/once.o CC fs/fuse/dir.o CC fs/lockd/svcshare.o CC lib/refcount.o CC lib/rcuref.o CC fs/nfs/nfs4renewd.o CC lib/usercopy.o CC fs/lockd/svcproc.o CC lib/errseq.o CC fs/fuse/file.o CC lib/bucket_locks.o CC fs/nfs/nfs4super.o CC lib/generic-radix-tree.o CC fs/lockd/svcsubs.o CC lib/string_helpers.o CC fs/nfs/nfs4file.o CC fs/lockd/mon.o CC fs/fuse/inode.o CC lib/hexdump.o CC lib/kstrtox.o CC fs/nfs/delegation.o CC fs/lockd/trace.o CC lib/debug_info.o CC fs/fuse/control.o CC fs/lockd/xdr.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/math/div64.o CC fs/nfs/nfs4idmap.o CC fs/fuse/xattr.o CC lib/math/gcd.o CC lib/math/lcm.o CC lib/math/int_pow.o CC lib/math/int_sqrt.o CC lib/math/reciprocal_div.o CC lib/math/rational.o CC fs/lockd/clnt4xdr.o CC fs/fuse/acl.o AR lib/math/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/crypto/memneq.o CC fs/nfs/callback.o CC fs/fuse/readdir.o CC lib/crypto/utils.o CC fs/lockd/xdr4.o CC lib/crypto/chacha.o CC lib/crypto/aes.o CC fs/fuse/ioctl.o CC fs/nfs/callback_xdr.o CC fs/lockd/svc4proc.o CC lib/crypto/blake2s.o CC fs/fuse/cuse.o CC lib/crypto/blake2s-generic.o CC fs/nfs/callback_proc.o CC fs/lockd/procfs.o AR fs/fuse/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC arch/mips/math-emu/dp_flong.o CC lib/crypto/sha1.o CC arch/mips/math-emu/dp_sqrt.o AR fs/lockd/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/nfs/nfs4namespace.o CC lib/crypto/sha256.o CC arch/mips/math-emu/dp_tlong.o CC lib/iomap.o CC arch/mips/math-emu/ieee754d.o AR lib/crypto/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/nfs/nfs4getroot.o CC arch/mips/math-emu/sp_flong.o CC lib/pci_iomap.o CC lib/iomap_copy.o CC arch/mips/math-emu/sp_sqrt.o CC fs/nfs/nfs4client.o CC arch/mips/math-emu/sp_tlong.o CC arch/mips/math-emu/cp1emu.o CC lib/devres.o CC lib/hweight.o CC fs/nfs/nfs4session.o CC lib/assoc_array.o CC lib/bitrev.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/overlayfs/super.o CC lib/packing.o CC fs/nfs/dns_resolve.o CC lib/crc16.o CC arch/mips/math-emu/ieee754dp.o CC fs/nfs/nfs4trace.o CC lib/crc-itu-t.o CC fs/overlayfs/namei.o CC arch/mips/math-emu/ieee754sp.o HOSTCC lib/gen_crc32table CC lib/crc7.o CC arch/mips/math-emu/ieee754.o CC fs/nfs/nfs4sysctl.o CC arch/mips/math-emu/dp_div.o CC lib/xxhash.o CC fs/overlayfs/util.o CC arch/mips/math-emu/dp_mul.o CC arch/mips/math-emu/dp_sub.o CC fs/nfs/pnfs.o CC lib/genalloc.o CC arch/mips/math-emu/dp_add.o CC fs/overlayfs/inode.o CC arch/mips/math-emu/dp_fsp.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/zlib_inflate/inffast.o CC lib/zlib_inflate/inflate.o CC arch/mips/math-emu/dp_cmp.o CC arch/mips/math-emu/dp_simple.o CC fs/overlayfs/file.o CC lib/zlib_inflate/infutil.o CC arch/mips/math-emu/dp_tint.o CC lib/zlib_inflate/inftrees.o CC lib/zlib_inflate/inflate_syms.o CC arch/mips/math-emu/dp_fint.o CC fs/overlayfs/dir.o CC fs/nfs/pnfs_dev.o CC arch/mips/math-emu/dp_rint.o AR lib/zlib_inflate/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/bch.o CC arch/mips/math-emu/dp_maddf.o CC arch/mips/math-emu/dp_2008class.o CC fs/overlayfs/readdir.o CC fs/nfs/pnfs_nfs.o CC arch/mips/math-emu/dp_fmin.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/lzo/lzo1x_decompress_safe.o CC arch/mips/math-emu/dp_fmax.o AR lib/lzo/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/lz4/lz4_decompress.o CC fs/overlayfs/copy_up.o CC arch/mips/math-emu/sp_div.o CC arch/mips/math-emu/sp_mul.o CC fs/nfs/nfs42proc.o CC arch/mips/math-emu/sp_sub.o CC fs/overlayfs/export.o AR lib/lz4/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/zstd/zstd_decompress_module.o CC arch/mips/math-emu/sp_add.o CC arch/mips/math-emu/sp_fdp.o CC lib/zstd/decompress/huf_decompress.o AR fs/overlayfs/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/zstd/decompress/zstd_ddict.o CC arch/mips/math-emu/sp_cmp.o host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/irqchip/irqchip.o CC fs/nfs/nfs42xattr.o CC arch/mips/math-emu/sp_simple.o CC drivers/irqchip/irq-mips-cpu.o CC arch/mips/math-emu/sp_tint.o CC lib/zstd/decompress/zstd_decompress.o CC arch/mips/math-emu/sp_fint.o CC drivers/irqchip/irq-mips-gic.o CC arch/mips/math-emu/sp_rint.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/nfs/filelayout/filelayout.o CC lib/zstd/decompress/zstd_decompress_block.o CC arch/mips/math-emu/sp_maddf.o CC arch/mips/math-emu/sp_2008class.o CC drivers/irqchip/irq-mscc-ocelot.o CC arch/mips/math-emu/sp_fmin.o CC fs/nfs/filelayout/filelayoutdev.o CC drivers/irqchip/irq-goldfish-pic.o CC arch/mips/math-emu/sp_fmax.o CC arch/mips/math-emu/dsemul.o AR drivers/irqchip/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/bus/simple-pm-bus.o CC lib/zstd/zstd_common_module.o AR fs/nfs/filelayout/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/nfs/flexfilelayout/flexfilelayout.o CC arch/mips/math-emu/me-debugfs.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/bus/mhi/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/bus/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/phy/phy-core.o CC lib/zstd/common/debug.o CC lib/zstd/common/entropy_common.o CC lib/zstd/common/error_private.o CC lib/zstd/common/fse_decompress.o CC lib/zstd/common/zstd_common.o AR lib/zstd/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/xz/xz_dec_syms.o CC drivers/phy/phy-pistachio-usb.o AR arch/mips/math-emu/lib.a AR arch/mips/math-emu/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/percpu_counter.o CC lib/xz/xz_dec_stream.o CC lib/audit.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/allwinner/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/amlogic/built-in.a CC fs/nfs/flexfilelayout/flexfilelayoutdev.o host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/broadcom/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/cadence/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/freescale/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/hisilicon/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/ingenic/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/intel/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/xz/xz_dec_lzma2.o AR drivers/phy/lantiq/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/marvell/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/mediatek/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/microchip/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/motorola/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/mscc/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/qualcomm/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/ralink/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/renesas/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/rockchip/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/samsung/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/socionext/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/st/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/syscall.o AR drivers/phy/sunplus/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/tegra/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/ti/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/xilinx/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/phy/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/pinctrl/core.o AR lib/xz/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/errname.o CC lib/nlattr.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/gpio/gpiolib.o AR fs/nfs/flexfilelayout/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR fs/nfs/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR fs/hostfs/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC fs/debugfs/inode.o CC drivers/pinctrl/pinctrl-utils.o CC lib/atomic64.o CC fs/debugfs/file.o CC lib/cpu_rmap.o CC drivers/pinctrl/pinmux.o CC lib/dynamic_queue_limits.o AR fs/debugfs/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR fs/built-in.a CC drivers/pinctrl/pinconf.o CC lib/glob.o CC drivers/gpio/gpiolib-devres.o host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR sound/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/devres.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/mpi/generic_mpih-lshift.o CC drivers/pinctrl/pinconf-generic.o CC drivers/gpio/gpiolib-legacy.o CC net/socket.o CC lib/mpi/generic_mpih-mul1.o CC drivers/gpio/gpiolib-of.o CC drivers/pinctrl/devicetree.o CC lib/mpi/generic_mpih-mul2.o CC drivers/pinctrl/pinctrl-ocelot.o CC drivers/gpio/gpiolib-cdev.o CC lib/mpi/generic_mpih-mul3.o CC drivers/pinctrl/pinctrl-pistachio.o CC lib/mpi/generic_mpih-rshift.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/core/sock.o CC lib/mpi/generic_mpih-sub1.o CC drivers/gpio/gpiolib-sysfs.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pinctrl/actions/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pinctrl/bcm/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pinctrl/cirrus/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pinctrl/freescale/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pinctrl/mediatek/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pinctrl/mvebu/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pinctrl/nomadik/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pinctrl/nuvoton/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pinctrl/nxp/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pinctrl/sprd/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pinctrl/sunplus/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pinctrl/ti/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pinctrl/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pwm/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/mpi/generic_mpih-add1.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/pci/access.o CC drivers/gpio/gpiolib-swnode.o CC lib/mpi/ec.o CC drivers/gpio/gpio-mmio.o CC drivers/pci/bus.o CC drivers/pci/probe.o CC drivers/gpio/gpio-pch.o CC lib/mpi/mpicoder.o CC net/core/request_sock.o CC drivers/gpio/gpio-xilinx.o CC lib/mpi/mpi-add.o CC net/core/skbuff.o CC lib/mpi/mpi-bit.o CC drivers/pci/host-bridge.o AR drivers/gpio/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/video/aperture.o CC lib/mpi/mpi-cmp.o CC drivers/pci/remove.o CC drivers/video/cmdline.o CC lib/mpi/mpi-sub-ui.o CC drivers/pci/pci.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/video/console/dummycon.o CC lib/mpi/mpi-div.o CC drivers/video/console/vgacon.o CC lib/mpi/mpi-inv.o CC lib/mpi/mpi-mod.o AR drivers/video/console/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/video/backlight/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/video/fbdev/core/fb_notify.o CC lib/mpi/mpi-mul.o CC net/core/datagram.o CC drivers/pci/pci-driver.o CC drivers/video/fbdev/core/fbmem.o CC lib/mpi/mpih-cmp.o CC lib/mpi/mpih-div.o CC drivers/pci/search.o CC net/core/stream.o CC drivers/video/fbdev/core/fbmon.o CC lib/mpi/mpih-mul.o CC drivers/pci/pci-sysfs.o CC net/core/scm.o CC drivers/video/fbdev/core/fbcmap.o CC lib/mpi/mpi-pow.o CC drivers/video/fbdev/core/fbsysfs.o CC drivers/pci/rom.o CC net/core/gen_stats.o CC lib/mpi/mpiutil.o CC drivers/pci/setup-res.o CC drivers/video/fbdev/core/modedb.o AR lib/mpi/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC lib/net_utils.o CC net/core/gen_estimator.o CC drivers/pci/irq.o CC lib/sg_pool.o CC drivers/video/fbdev/core/fbcvt.o CC net/core/net_namespace.o CC drivers/pci/vpd.o CC lib/asn1_decoder.o CC drivers/video/fbdev/core/fb_cmdline.o GEN lib/oid_registry_data.c CC lib/sbitmap.o CC drivers/pci/setup-bus.o CC drivers/video/fbdev/core/cfbfillrect.o CC net/core/secure_seq.o CC lib/group_cpus.o CC drivers/video/fbdev/core/cfbcopyarea.o CC lib/ashldi3.o CC drivers/pci/vc.o CC lib/ashrdi3.o CC lib/lshrdi3.o CC net/core/flow_dissector.o CC drivers/video/fbdev/core/cfbimgblt.o CC lib/cmpdi2.o CC lib/ucmpdi2.o CC drivers/pci/mmap.o AR lib/lib.a GEN lib/crc32table.h CC lib/oid_registry.o AR drivers/video/fbdev/core/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/video/fbdev/goldfishfb.o CC drivers/pci/setup-irq.o CC lib/crc32.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/pci/msi/pcidev_msi.o host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/video/fbdev/omap/built-in.a CC net/core/sysctl_net_core.o host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[8]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/video/fbdev/omap2/omapfb/dss/built-in.a host-make[8]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[8]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/video/fbdev/omap2/omapfb/displays/built-in.a host-make[8]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/video/fbdev/omap2/omapfb/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/video/fbdev/omap2/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/video/fbdev/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/video/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/idle/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/pci/pcie/aspm.o AR lib/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR virt/lib/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR virt/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/pci/proc.o CC drivers/pci/msi/api.o CC net/core/dev.o CC drivers/pci/msi/msi.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/llc/llc_core.o AR drivers/pci/pcie/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/ethernet/eth.o CC net/llc/llc_input.o CC drivers/pci/msi/irqdomain.o AR net/ethernet/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/802/p8022.o CC drivers/pci/msi/legacy.o CC net/llc/llc_output.o CC net/802/psnap.o AR drivers/pci/msi/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/pci/slot.o AR net/llc/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/sched/sch_generic.o CC net/802/stp.o CC drivers/pci/of.o AR net/802/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/char/ipmi/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/core/dev_addr_lists.o CC drivers/pci/quirks.o CC net/sched/sch_mq.o CC net/sched/sch_frag.o CC drivers/pci/ecam.o CC net/core/dst.o AR net/sched/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/core/netevent.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/pci/vgaarb.o CC net/netlink/af_netlink.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/pci/controller/pci-host-common.o CC net/core/neighbour.o CC drivers/pci/controller/pci-host-generic.o CC drivers/pci/controller/pcie-xilinx.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/bpf/test_run.o host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pci/controller/dwc/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pci/controller/mobiveil/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pci/controller/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pci/switch/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pci/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/amba/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/clk/clk-devres.o CC net/netlink/genetlink.o CC drivers/clk/clk-bulk.o CC drivers/clk/clkdev.o AR net/bpf/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/core/rtnetlink.o CC drivers/clk/clk.o CC net/netlink/policy.o CC drivers/clk/clk-divider.o AR net/netlink/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/clk/clk-fixed-factor.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/dma/dmaengine.o CC drivers/dma/virt-dma.o CC drivers/clk/clk-fixed-rate.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/apple/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/aspeed/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/bcm/bcm63xx/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/bcm/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/fsl/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/fujitsu/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/imx/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/ixp4xx/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/loongson/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/mediatek/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/microchip/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/nuvoton/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/pxa/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/amlogic/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/qcom/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/renesas/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/rockchip/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/sifive/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/sunxi/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/ti/built-in.a CC drivers/dma/of-dma.o host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/xilinx/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/soc/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/dma/img-mdc-dma.o CC drivers/clk/clk-gate.o CC drivers/clk/clk-multiplier.o CC net/core/utils.o host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC arch/mips/pci/pci.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/dma/idxd/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/dma/mediatek/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/dma/qcom/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/dma/ti/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/dma/xilinx/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/dma/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC arch/mips/pci/pci-generic.o CC drivers/clk/clk-mux.o CC drivers/clk/clk-composite.o AR arch/mips/pci/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/clk/clk-fractional-divider.o CC net/core/link_watch.o CC drivers/clk/clk-gpio.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/virtio/virtio.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/ethtool/ioctl.o CC drivers/clk/clk-conf.o CC net/core/filter.o CC drivers/virtio/virtio_ring.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/clk/actions/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/clk/analogbits/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/clk/bcm/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/clk/imgtec/clk-boston.o AR drivers/clk/imgtec/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/clk/imx/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/clk/ingenic/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/clk/mediatek/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/clk/microchip/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/clk/mstar/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/clk/mvebu/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/clk/pistachio/clk.o CC drivers/clk/pistachio/clk-pll.o CC drivers/virtio/virtio_anchor.o CC drivers/clk/pistachio/clk-pistachio.o CC net/ethtool/common.o AR drivers/clk/pistachio/built-in.a CC drivers/virtio/virtio_pci_modern_dev.o host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/clk/ralink/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/clk/renesas/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/clk/socfpga/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/clk/sprd/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/clk/starfive/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/clk/sunxi-ng/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/clk/ti/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/clk/versatile/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/clk/xilinx/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/clk/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/reset/core.o CC net/ethtool/netlink.o CC drivers/virtio/virtio_pci_legacy_dev.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/reset/hisilicon/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/reset/starfive/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/reset/reset-pistachio.o CC drivers/virtio/virtio_mmio.o CC net/ethtool/bitset.o AR drivers/reset/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/ethtool/strset.o CC drivers/virtio/virtio_pci_modern.o CC net/core/sock_diag.o CC net/ethtool/linkinfo.o CC drivers/virtio/virtio_pci_common.o CC net/ethtool/linkmodes.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/netfilter/core.o CC net/core/dev_ioctl.o CC drivers/virtio/virtio_pci_legacy.o CC net/ethtool/rss.o CC drivers/virtio/virtio_balloon.o CC net/core/tso.o CC net/netfilter/nf_log.o CC net/ethtool/linkstate.o AR drivers/virtio/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/tty/tty_io.o CC net/core/sock_reuseport.o CC net/netfilter/nf_queue.o CC net/ethtool/debug.o CC net/ethtool/wol.o CC net/core/fib_notifier.o CC drivers/tty/n_tty.o CC net/netfilter/nf_sockopt.o CC net/core/xdp.o CC net/ethtool/features.o CC net/netfilter/utils.o CC drivers/tty/tty_ioctl.o CC net/ethtool/privflags.o CC net/core/flow_offload.o CC net/netfilter/nf_bpf_link.o CC drivers/tty/tty_ldisc.o CC net/ethtool/rings.o CC net/netfilter/x_tables.o CC net/core/gro.o CC drivers/tty/tty_buffer.o CC net/ethtool/channels.o CC drivers/tty/tty_port.o CC net/core/netdev-genl.o CC net/ethtool/coalesce.o CC net/netfilter/xt_tcpudp.o CC drivers/tty/tty_mutex.o CC net/core/netdev-genl-gen.o CC drivers/tty/tty_ldsem.o CC net/ethtool/pause.o AR net/netfilter/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/tty/tty_baudrate.o CC net/core/gso.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/ipv4/route.o CC net/ethtool/eee.o CC drivers/tty/tty_jobctrl.o CC net/core/net-sysfs.o CC drivers/tty/n_null.o CC net/ethtool/tsinfo.o CC drivers/tty/pty.o CC net/ethtool/cabletest.o CC net/ipv4/inetpeer.o CC drivers/tty/tty_audit.o CC net/core/page_pool.o CC net/ethtool/tunnels.o CC drivers/tty/sysrq.o CC net/ipv4/protocol.o CC net/core/net-procfs.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/tty/vt/vt_ioctl.o CC net/ethtool/fec.o CC net/ipv4/ip_input.o CC net/core/selftests.o CC net/ethtool/eeprom.o CC drivers/tty/vt/vc_screen.o CC net/ipv4/ip_fragment.o CC net/core/ptp_classifier.o CC net/ethtool/stats.o CC drivers/tty/vt/selection.o CC net/core/dst_cache.o CC net/ipv4/ip_forward.o CC drivers/tty/vt/keyboard.o CC net/ethtool/phc_vclocks.o CC net/core/gro_cells.o CC net/ipv4/ip_options.o CC net/ethtool/mm.o CC drivers/tty/vt/consolemap.o CC net/core/failover.o CC net/ethtool/module.o HOSTCC drivers/tty/vt/conmakehash CC net/ipv4/ip_output.o CC drivers/tty/vt/vt.o CC net/core/skmsg.o CC net/ethtool/pse-pd.o CC net/ethtool/plca.o CC net/core/sock_map.o CC net/ipv4/ip_sockglue.o COPY drivers/tty/vt/defkeymap.c CONMK drivers/tty/vt/consolemap_deftbl.c CC drivers/tty/vt/defkeymap.o AR net/ethtool/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/tty/hvc/hvc_console.o CC drivers/tty/vt/consolemap_deftbl.o AR drivers/tty/vt/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/unix/af_unix.o AR drivers/tty/hvc/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/tty/serial/serial_core.o CC net/core/bpf_sk_storage.o CC net/ipv4/inet_hashtables.o CC net/core/of_net.o CC drivers/tty/serial/earlycon.o CC net/unix/garbage.o CC net/ipv4/inet_timewait_sock.o AR net/core/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/ipv4/inet_connection_sock.o host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/tty/serial/8250/8250_core.o CC net/unix/sysctl_net_unix.o CC net/unix/unix_bpf.o CC drivers/tty/serial/8250/8250_port.o CC drivers/tty/serial/8250/8250_dma.o CC net/ipv4/tcp.o CC net/unix/scm.o host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR arch/mips/crypto/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/tty/goldfish.o host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR arch/mips/power/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/tty/ipwireless/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/tty/serial/8250/8250_dwlib.o AR net/unix/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/tty/serial/serial_mctrl_gpio.o CC net/ipv4/tcp_input.o CC drivers/tty/serial/8250/8250_pcilib.o CC drivers/tty/serial/8250/8250_pci.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/char/mem.o CC drivers/tty/serial/8250/8250_exar.o CC drivers/char/random.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/ipv6/af_inet6.o CC drivers/tty/serial/8250/8250_early.o CC drivers/char/misc.o CC drivers/tty/serial/8250/8250_dw.o CC net/ipv6/anycast.o CC drivers/char/virtio_console.o CC net/ipv4/tcp_output.o CC drivers/tty/serial/8250/8250_pericom.o CC drivers/tty/serial/8250/8250_of.o CC net/ipv6/ip6_output.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/char/hw_random/core.o AR drivers/tty/serial/8250/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/tty/serial/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/tty/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/packet/af_packet.o AR drivers/char/hw_random/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/char/agp/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/char/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/iommu/amd/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/iommu/intel/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/iommu/arm/arm-smmu/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/iommu/arm/arm-smmu-v3/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/iommu/arm/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/iommu/iommufd/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/iommu/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/host1x/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/tests/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/arm/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/display/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/rcar-du/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/omapdrm/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/tilcdc/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/imx/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/i2c/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/panel/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/bridge/analogix/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/bridge/cadence/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/bridge/imx/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/bridge/synopsys/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/bridge/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/hisilicon/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/mxsfb/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/tiny/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/xlnx/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/gud/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/solomon/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/drm/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/vga/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/gpu/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/base/component.o CC net/ipv4/tcp_timer.o CC drivers/base/core.o CC net/ipv6/ip6_input.o CC net/ipv4/tcp_ipv4.o AR net/packet/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/bridge/br.o CC net/ipv6/addrconf.o CC drivers/base/bus.o CC net/bridge/br_device.o CC drivers/base/dd.o CC net/ipv4/tcp_minisocks.o CC net/bridge/br_fdb.o CC drivers/base/syscore.o CC net/ipv4/tcp_cong.o CC drivers/base/driver.o CC net/bridge/br_forward.o CC drivers/base/class.o CC net/ipv6/addrlabel.o CC net/ipv4/tcp_metrics.o CC drivers/base/platform.o CC net/bridge/br_if.o CC net/ipv6/route.o CC drivers/base/cpu.o CC net/ipv4/tcp_fastopen.o CC net/bridge/br_input.o CC drivers/base/firmware.o CC drivers/base/init.o CC net/ipv4/tcp_rate.o CC net/bridge/br_ioctl.o CC drivers/base/map.o CC drivers/base/devres.o CC net/ipv4/tcp_recovery.o CC net/bridge/br_stp.o CC net/ipv6/ip6_fib.o CC drivers/base/attribute_container.o CC net/ipv4/tcp_ulp.o CC net/bridge/br_stp_bpdu.o CC drivers/base/transport_class.o CC drivers/base/topology.o CC net/ipv4/tcp_offload.o CC net/bridge/br_stp_if.o CC net/ipv6/ipv6_sockglue.o CC drivers/base/container.o CC drivers/base/property.o CC net/bridge/br_stp_timer.o CC net/ipv4/tcp_plb.o CC net/ipv6/ndisc.o CC net/bridge/br_netlink.o CC drivers/base/cacheinfo.o CC net/ipv4/datagram.o CC drivers/base/swnode.o CC net/ipv4/raw.o CC net/bridge/br_netlink_tunnel.o CC drivers/base/devtmpfs.o CC net/ipv6/udp.o CC net/bridge/br_arp_nd_proxy.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/base/power/sysfs.o CC net/ipv4/udp.o CC drivers/base/power/generic_ops.o CC net/bridge/br_sysfs_if.o CC drivers/base/power/common.o CC net/ipv6/udplite.o CC drivers/base/power/qos.o CC net/bridge/br_sysfs_br.o CC net/ipv6/raw.o CC drivers/base/power/runtime.o CC net/ipv4/udplite.o CC net/bridge/br_multicast.o CC drivers/base/power/wakeirq.o CC net/ipv4/udp_offload.o CC net/ipv6/icmp.o CC drivers/base/power/main.o CC net/ipv4/arp.o CC net/ipv6/mcast.o CC drivers/base/power/wakeup.o CC net/bridge/br_mdb.o CC net/ipv4/icmp.o CC drivers/base/power/wakeup_stats.o CC drivers/base/power/clock_ops.o CC net/ipv6/reassembly.o CC net/bridge/br_multicast_eht.o AR drivers/base/power/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/base/firmware_loader/main.o CC net/ipv4/devinet.o host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/base/firmware_loader/builtin/main.o CC net/ipv6/tcp_ipv6.o CC net/bridge/br_switchdev.o AR drivers/base/firmware_loader/builtin/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/base/firmware_loader/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/base/module.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/base/regmap/regmap.o CC net/ipv4/af_inet.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR net/bridge/netfilter/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR net/bridge/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/ipv6/ping.o CC drivers/base/pinctrl.o CC drivers/base/regmap/regcache.o CC drivers/base/regmap/regcache-rbtree.o CC net/ipv6/exthdrs.o CC net/ipv4/igmp.o CC net/ipv6/datagram.o CC drivers/base/regmap/regcache-flat.o CC drivers/base/regmap/regcache-maple.o CC drivers/base/regmap/regmap-debugfs.o CC net/ipv4/fib_frontend.o CC net/ipv6/ip6_flowlabel.o CC drivers/base/regmap/regmap-mmio.o CC net/ipv6/inet6_connection_sock.o AR drivers/base/regmap/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/base/platform-msi.o CC net/ipv4/fib_semantics.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/devlink/leftover.o CC net/ipv6/udp_offload.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/base/test/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/base/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/block/brd.o CC drivers/block/loop.o CC net/ipv6/seg6.o CC net/ipv4/fib_trie.o CC net/ipv6/fib6_notifier.o CC drivers/block/virtio_blk.o CC net/ipv6/rpl.o AR drivers/block/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/ipv4/fib_notifier.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/misc/eeprom/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/misc/cb710/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/misc/pch_phub.o CC net/ipv6/ioam6.o CC net/devlink/core.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/misc/ti-st/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/misc/lis3lv02d/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/misc/sram.o CC net/ipv4/inet_fragment.o CC net/devlink/netlink.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/misc/cardreader/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/misc/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mfd/syscon.o CC net/ipv6/sysctl_net_ipv6.o CC net/ipv4/ping.o CC net/devlink/dev.o AR drivers/mfd/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/nfc/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/dax/hmem/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/dax/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/cxl/core/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/cxl/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/macintosh/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/scsi/scsi.o CC net/ipv6/netfilter.o CC drivers/scsi/hosts.o CC net/devlink/health.o CC net/ipv4/ip_tunnel_core.o CC net/ipv6/proc.o CC drivers/scsi/scsi_ioctl.o CC net/ipv4/gre_offload.o AR net/devlink/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/ipv4/metrics.o CC drivers/scsi/scsicam.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR net/ipv6/netfilter/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/ipv6/sit.o CC drivers/scsi/scsi_error.o CC drivers/scsi/scsi_lib.o CC net/ipv4/netlink.o CC net/ipv6/addrconf_core.o CC net/ipv4/nexthop.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/nvme/host/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/nvme/target/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/nvme/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/ata/libata-core.o CC drivers/scsi/scsi_lib_dma.o CC net/ipv6/exthdrs_core.o CC drivers/scsi/scsi_scan.o CC net/ipv6/ip6_checksum.o CC net/ipv4/udp_tunnel_stub.o GEN drivers/scsi/scsi_devinfo_tbl.c CC drivers/scsi/scsi_devinfo.o CC net/ipv6/ip6_icmp.o CC drivers/ata/libata-scsi.o CC net/ipv4/ip_tunnel.o CC drivers/scsi/scsi_sysctl.o CC net/ipv6/output_core.o CC drivers/scsi/scsi_proc.o CC net/ipv6/protocol.o CC drivers/scsi/scsi_debugfs.o CC drivers/ata/libata-eh.o CC net/ipv4/sysctl_net_ipv4.o CC drivers/scsi/scsi_trace.o CC net/ipv6/ip6_offload.o CC drivers/scsi/scsi_logging.o CC net/ipv4/proc.o CC net/ipv6/tcpv6_offload.o CC drivers/scsi/scsi_pm.o CC drivers/ata/libata-transport.o CC net/ipv4/ipmr.o CC drivers/scsi/scsi_bsg.o CC net/ipv6/exthdrs_offload.o CC drivers/ata/libata-trace.o CC drivers/scsi/scsi_common.o CC net/ipv6/inet6_hashtables.o CC drivers/ata/libata-sata.o CC drivers/scsi/scsi_transport_iscsi.o CC net/ipv4/ipmr_base.o CC drivers/ata/libata-sff.o CC net/ipv6/mcast_snoop.o CC net/ipv4/tunnel4.o AR net/ipv6/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/scsi/libiscsi.o CC drivers/ata/libata-pmp.o CC net/ipv4/ipconfig.o CC drivers/scsi/libiscsi_tcp.o CC drivers/ata/ahci.o CC drivers/scsi/iscsi_tcp.o CC net/ipv4/netfilter.o CC drivers/ata/libahci.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/ipv4/netfilter/ip_tables.o CC net/ipv4/netfilter/iptable_filter.o CC drivers/scsi/sd.o CC net/ipv4/inet_diag.o AR drivers/ata/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/dsa/stubs.o AR net/ipv4/netfilter/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/dsa/devlink.o CC net/ipv4/tcp_diag.o CC net/dsa/dsa.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/sunrpc/clnt.o CC drivers/scsi/scsi_sysfs.o CC net/ipv4/tcp_cubic.o AR drivers/scsi/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mtd/mtdcore.o CC net/dsa/master.o CC net/ipv4/tcp_bpf.o CC net/sunrpc/xprt.o CC net/dsa/netlink.o CC drivers/mtd/mtdsuper.o CC net/ipv4/udp_bpf.o CC net/dsa/port.o CC net/sunrpc/socklib.o CC drivers/mtd/mtdconcat.o AR net/ipv4/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/sunrpc/xprtsock.o CC net/dsa/slave.o CC drivers/mtd/mtdpart.o CC net/sunrpc/sched.o CC drivers/mtd/mtdchar.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/spi/spi.o CC net/sunrpc/auth.o CC net/dsa/switch.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mtd/parsers/cmdlinepart.o CC drivers/mtd/parsers/ofpart_core.o CC net/sunrpc/auth_null.o AR drivers/mtd/parsers/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mtd/mtd_blkdevs.o CC net/dsa/tag.o CC drivers/spi/spi-mem.o CC net/sunrpc/auth_unix.o CC drivers/mtd/mtdblock.o CC drivers/spi/spidev.o CC net/dsa/tag_8021q.o CC net/sunrpc/svc.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mtd/chips/chipreg.o CC drivers/spi/spi-bitbang.o CC drivers/mtd/chips/cfi_probe.o CC net/dsa/trace.o CC drivers/spi/spi-dw-core.o CC drivers/mtd/chips/cfi_util.o CC net/sunrpc/svcsock.o AR net/dsa/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/spi/spi-dw-mmio.o CC drivers/mtd/chips/cfi_cmdset_0001.o CC net/sunrpc/svcauth.o CC drivers/spi/spi-topcliff-pch.o CC drivers/mtd/chips/gen_probe.o CC net/sunrpc/svcauth_unix.o CC net/sunrpc/addr.o AR drivers/spi/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/sunrpc/rpcb_clnt.o AR drivers/mtd/chips/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/mtd/lpddr/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mtd/maps/physmap-core.o AR drivers/mtd/maps/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/mtd/devices/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mtd/nand/core.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/mtd/tests/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/wireless/core.o CC net/wireless/sysfs.o CC net/sunrpc/timer.o CC drivers/mtd/nand/bbt.o CC net/sunrpc/xdr.o CC drivers/mtd/nand/ecc.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mtd/spi-nor/core.o CC net/wireless/radiotap.o CC drivers/mtd/nand/ecc-sw-hamming.o CC net/wireless/util.o CC drivers/mtd/nand/ecc-sw-bch.o CC net/sunrpc/sunrpc_syms.o CC drivers/mtd/spi-nor/sfdp.o host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/mtd/nand/onenand/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mtd/nand/raw/nand_base.o CC net/sunrpc/cache.o CC drivers/mtd/spi-nor/swp.o CC net/wireless/reg.o CC drivers/mtd/spi-nor/otp.o CC net/sunrpc/rpc_pipe.o CC drivers/mtd/spi-nor/sysfs.o CC drivers/mtd/spi-nor/atmel.o CC drivers/mtd/nand/raw/nand_legacy.o CC net/sunrpc/sysfs.o CC net/wireless/scan.o CC drivers/mtd/spi-nor/catalyst.o CC drivers/mtd/nand/raw/nand_bbt.o CC drivers/mtd/spi-nor/eon.o CC net/sunrpc/svc_xprt.o CC drivers/mtd/nand/raw/nand_timings.o CC drivers/mtd/spi-nor/esmt.o CC drivers/mtd/nand/raw/nand_ids.o CC net/wireless/nl80211.o CC drivers/mtd/spi-nor/everspin.o CC drivers/mtd/nand/raw/nand_onfi.o CC net/sunrpc/xprtmultipath.o CC drivers/mtd/spi-nor/fujitsu.o CC drivers/mtd/nand/raw/nand_jedec.o CC drivers/mtd/spi-nor/gigadevice.o CC drivers/mtd/nand/raw/nand_amd.o CC net/sunrpc/backchannel_rqst.o CC drivers/mtd/spi-nor/intel.o CC drivers/mtd/nand/raw/nand_esmt.o CC drivers/mtd/spi-nor/issi.o CC net/sunrpc/stats.o CC drivers/mtd/nand/raw/nand_hynix.o CC drivers/mtd/spi-nor/macronix.o CC drivers/mtd/nand/raw/nand_macronix.o CC net/sunrpc/sysctl.o CC drivers/mtd/spi-nor/micron-st.o CC drivers/mtd/nand/raw/nand_micron.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/sunrpc/auth_gss/auth_gss.o CC drivers/mtd/spi-nor/spansion.o CC drivers/mtd/nand/raw/nand_samsung.o CC drivers/mtd/spi-nor/sst.o CC drivers/mtd/nand/raw/nand_toshiba.o CC drivers/mtd/spi-nor/winbond.o CC drivers/mtd/nand/raw/gpio.o CC net/sunrpc/auth_gss/gss_generic_token.o CC drivers/mtd/spi-nor/xilinx.o CC drivers/mtd/nand/raw/plat_nand.o CC net/sunrpc/auth_gss/gss_mech_switch.o host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/mtd/nand/raw/ingenic/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/mtd/nand/raw/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/mtd/nand/spi/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/mtd/nand/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mtd/spi-nor/xmc.o CC net/sunrpc/auth_gss/svcauth_gss.o CC drivers/mtd/spi-nor/debugfs.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mtd/ubi/vtbl.o host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/mtd/spi-nor/controllers/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/mtd/spi-nor/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mtd/ubi/vmt.o CC net/sunrpc/auth_gss/gss_rpc_upcall.o CC net/wireless/mlme.o CC net/wireless/ibss.o CC drivers/mtd/ubi/upd.o CC net/sunrpc/auth_gss/gss_rpc_xdr.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/mii.o CC net/wireless/sme.o CC drivers/mtd/ubi/build.o CC drivers/net/loopback.o CC net/sunrpc/auth_gss/trace.o CC drivers/mtd/ubi/cdev.o CC net/wireless/chan.o CC net/sunrpc/auth_gss/gss_krb5_mech.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/phy/mdio-boardinfo.o CC drivers/mtd/ubi/kapi.o CC drivers/net/phy/mdio_devres.o CC net/sunrpc/auth_gss/gss_krb5_seal.o CC net/wireless/ethtool.o CC drivers/mtd/ubi/eba.o CC drivers/net/phy/phylink.o CC net/sunrpc/auth_gss/gss_krb5_unseal.o CC net/wireless/mesh.o CC net/sunrpc/auth_gss/gss_krb5_seqnum.o CC drivers/mtd/ubi/io.o CC net/sunrpc/auth_gss/gss_krb5_wrap.o CC net/wireless/ap.o CC drivers/mtd/ubi/wl.o CC drivers/net/phy/phy.o CC net/sunrpc/auth_gss/gss_krb5_crypto.o CC net/wireless/trace.o CC drivers/mtd/ubi/attach.o CC drivers/net/phy/phy-c45.o CC net/sunrpc/auth_gss/gss_krb5_keys.o CC net/wireless/ocb.o AR net/sunrpc/auth_gss/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mtd/ubi/misc.o AR net/sunrpc/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mtd/ubi/debug.o CC net/wireless/pmsr.o CC drivers/net/phy/phy-core.o CC drivers/net/phy/phy_device.o CC drivers/mtd/ubi/block.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/pse-pd/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/9p/mod.o CC net/wireless/of.o CC drivers/mtd/ubi/gluebi.o CC net/9p/client.o GEN net/wireless/shipped-certs.c CC net/wireless/shipped-certs.o CC drivers/net/phy/linkmode.o AR drivers/mtd/ubi/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/mtd/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/sysctl_net.o CC net/9p/error.o AR net/wireless/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/mdio/fwnode_mdio.o CC drivers/net/phy/mdio_bus.o CC drivers/net/mdio/of_mdio.o CC net/9p/protocol.o CC drivers/net/mdio/mdio-mscc-miim.o CC net/9p/trans_common.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/dns_resolver/dns_key.o CC drivers/net/phy/mdio_device.o AR drivers/net/mdio/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/pcs/pcs-xpcs.o CC net/9p/trans_fd.o CC net/dns_resolver/dns_query.o CC drivers/net/phy/swphy.o AR net/dns_resolver/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/switchdev/switchdev.o CC drivers/net/pcs/pcs-xpcs-nxp.o CC drivers/net/phy/fixed_phy.o CC net/9p/trans_virtio.o AR drivers/net/pcs/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/firewire/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/cdrom/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/phy/mscc/mscc_main.o AR net/switchdev/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/phy/smsc.o CC drivers/net/virtio_net.o AR net/9p/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/handshake/genl.o CC net/handshake/netlink.o CC drivers/net/phy/mscc/mscc_serdes.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/dsa/b53/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/dsa/hirschmann/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/dsa/microchip/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/dsa/mv88e6xxx/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/dsa/ocelot/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/dsa/qca/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/dsa/realtek/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/dsa/sja1105/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/dsa/xrs700x/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/dsa/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/3com/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/8390/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/adaptec/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/adi/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/agere/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/alacritech/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/alteon/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/amazon/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/amd/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/aquantia/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/arc/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/asix/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/atheros/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/cadence/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/broadcom/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/brocade/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/cavium/common/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/cavium/thunder/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/cavium/liquidio/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/cavium/octeon/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/cavium/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/chelsio/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/cisco/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/cortina/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/dec/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/dlink/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/emulex/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/engleder/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/ezchip/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/fungible/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/google/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/huawei/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/intel/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/i825xx/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/microsoft/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/litex/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/marvell/octeon_ep/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/marvell/octeontx2/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/marvell/prestera/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/marvell/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/mellanox/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/micrel/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/microchip/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/mscc/ocelot.o CC net/handshake/request.o AR drivers/net/phy/mscc/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/phy/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/mscc/ocelot_devlink.o CC net/handshake/tlshd.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/auxdisplay/img-ascii-lcd.o CC drivers/auxdisplay/line-display.o host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/myricom/built-in.a AR drivers/auxdisplay/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/mscc/ocelot_flower.o host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/natsemi/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/mscc/ocelot_io.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/admtek/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC net/handshake/trace.o AR drivers/net/wireless/ath/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/atmel/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/broadcom/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/cisco/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/intel/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/intersil/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/marvell/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/mediatek/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/microchip/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/purelifi/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/quantenna/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/ralink/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/realtek/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/rsi/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/silabs/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/st/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/ti/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/zydas/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/legacy/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/virtual/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/wireless/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/usb/common/common.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR net/handshake/built-in.a CC drivers/usb/core/usb.o host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR net/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/neterion/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/mscc/ocelot_mm.o AR drivers/usb/common/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/netronome/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/usb/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/ni/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/mscc/ocelot_police.o host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/nvidia/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/mscc/ocelot_ptp.o CC drivers/usb/core/hub.o CC drivers/usb/core/hcd.o CC drivers/net/net_failover.o CC drivers/net/ethernet/mscc/ocelot_stats.o CC drivers/net/ethernet/mscc/ocelot_vcap.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/usb/phy/of.o CC drivers/net/ethernet/mscc/vsc7514_regs.o AR drivers/usb/phy/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/oki-semi/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/mscc/ocelot_fdma.o CC drivers/usb/core/urb.o host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/packetengines/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/mscc/ocelot_net.o host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/qlogic/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/usb/dwc2/core.o CC drivers/usb/core/message.o CC drivers/usb/dwc2/core_intr.o CC drivers/usb/dwc2/platform.o CC drivers/net/ethernet/mscc/ocelot_vsc7514.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/input/serio/serio.o CC drivers/usb/dwc2/drd.o CC drivers/usb/core/driver.o CC drivers/input/serio/serport.o AR drivers/net/ethernet/mscc/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/qualcomm/emac/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/qualcomm/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/realtek/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/renesas/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/rdc/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/rocker/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/samsung/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/seeq/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/silan/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/sis/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/sfc/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/usb/dwc2/params.o host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/smsc/smsc911x.o CC drivers/usb/core/config.o CC drivers/input/serio/libps2.o CC drivers/usb/dwc2/hcd.o CC drivers/usb/core/file.o AR drivers/input/serio/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/input/input.o AR drivers/net/ethernet/smsc/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/socionext/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/stmicro/stmmac/stmmac_main.o CC drivers/usb/core/buffer.o CC drivers/usb/core/sysfs.o CC drivers/input/input-compat.o CC drivers/usb/dwc2/hcd_intr.o CC drivers/input/input-mt.o CC drivers/usb/core/endpoint.o CC drivers/usb/core/devio.o CC drivers/input/input-poller.o CC drivers/usb/dwc2/hcd_queue.o CC drivers/input/ff-core.o CC drivers/input/touchscreen.o CC drivers/usb/dwc2/hcd_ddma.o CC drivers/usb/core/notify.o CC drivers/input/ff-memless.o CC drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.o CC drivers/usb/core/generic.o CC drivers/input/vivaldi-fmap.o CC drivers/usb/dwc2/debugfs.o CC drivers/usb/core/quirks.o CC drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.o CC drivers/input/input-leds.o AR drivers/usb/dwc2/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/input/evdev.o CC drivers/usb/core/devices.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/rtc/lib.o CC drivers/net/ethernet/stmicro/stmmac/ring_mode.o CC drivers/rtc/class.o CC drivers/usb/core/phy.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/input/keyboard/atkbd.o CC drivers/rtc/interface.o CC drivers/net/ethernet/stmicro/stmmac/chain_mode.o CC drivers/usb/core/port.o CC drivers/input/keyboard/goldfish_events.o CC drivers/usb/core/of.o CC drivers/rtc/nvmem.o CC drivers/net/ethernet/stmicro/stmmac/dwmac_lib.o AR drivers/input/keyboard/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/input/mouse/psmouse-base.o CC drivers/rtc/dev.o CC drivers/usb/core/hcd-pci.o CC drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.o CC drivers/rtc/proc.o CC drivers/input/mouse/synaptics.o AR drivers/usb/core/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/usb/host/pci-quirks.o CC drivers/rtc/sysfs.o CC drivers/net/ethernet/stmicro/stmmac/dwmac1000_dma.o CC drivers/usb/host/ehci-hcd.o CC drivers/rtc/rtc-goldfish.o CC drivers/input/mouse/focaltech.o CC drivers/net/ethernet/stmicro/stmmac/dwmac100_core.o CC drivers/rtc/rtc-m41t80.o CC drivers/input/mouse/alps.o CC drivers/net/ethernet/stmicro/stmmac/dwmac100_dma.o AR drivers/rtc/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/i2c/i2c-boardinfo.o CC drivers/net/ethernet/stmicro/stmmac/enh_desc.o CC drivers/input/mouse/byd.o CC drivers/i2c/i2c-core-base.o CC drivers/input/mouse/logips2pp.o CC drivers/net/ethernet/stmicro/stmmac/norm_desc.o CC drivers/usb/host/ehci-pci.o CC drivers/input/mouse/trackpoint.o CC drivers/i2c/i2c-core-smbus.o CC drivers/net/ethernet/stmicro/stmmac/mmc_core.o CC drivers/usb/host/ohci-hcd.o CC drivers/input/mouse/cypress_ps2.o CC drivers/i2c/i2c-core-of.o CC drivers/net/ethernet/stmicro/stmmac/stmmac_hwtstamp.o CC drivers/input/mouse/psmouse-smbus.o CC drivers/i2c/i2c-dev.o CC drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.o AR drivers/input/mouse/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/input/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.o CC drivers/usb/host/ohci-pci.o CC drivers/i2c/i2c-mux.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/usb/storage/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/i2c/algos/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/usb/misc/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/stmicro/stmmac/dwmac4_lib.o CC drivers/usb/host/xhci.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/i2c/busses/i2c-designware-common.o CC drivers/i2c/busses/i2c-designware-master.o CC drivers/net/ethernet/stmicro/stmmac/dwmac4_core.o CC drivers/net/ethernet/stmicro/stmmac/dwmac5.o CC drivers/i2c/busses/i2c-designware-platdrv.o CC drivers/usb/host/xhci-mem.o CC drivers/net/ethernet/stmicro/stmmac/hwif.o CC drivers/net/ethernet/stmicro/stmmac/stmmac_tc.o CC drivers/i2c/busses/i2c-eg20t.o CC drivers/i2c/busses/i2c-img-scb.o host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/sun/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/i2c/muxes/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/stmicro/stmmac/dwxgmac2_dma.o CC drivers/usb/host/xhci-ext-caps.o CC drivers/i2c/busses/i2c-xiic.o CC drivers/usb/host/xhci-ring.o CC drivers/usb/host/xhci-hub.o CC drivers/net/ethernet/stmicro/stmmac/dwxgmac2_descs.o AR drivers/i2c/busses/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/i2c/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/stmicro/stmmac/stmmac_xdp.o host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/tehuti/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/i3c/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/stmicro/stmmac/stmmac_platform.o host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/ti/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/usb/host/xhci-dbg.o CC drivers/usb/host/xhci-trace.o host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/toshiba/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/usb/host/xhci-debugfs.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/i2c/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/tuners/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/rc/keymaps/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/rc/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/common/b2c2/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/common/saa7146/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/common/siano/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/common/v4l2-tpg/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/common/videobuf2/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/common/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/allegro-dvt/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/amlogic/meson-ge2d/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/amlogic/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/amphion/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/aspeed/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/atmel/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/cadence/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/stmicro/stmmac/dwmac-generic.o AR drivers/media/platform/chips-media/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/intel/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/marvell/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/mediatek/jpeg/built-in.a host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/microchip/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/mediatek/mdp/built-in.a host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/mediatek/vcodec/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/mediatek/vpu/built-in.a host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/nvidia/tegra-vde/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/mediatek/mdp3/built-in.a AR drivers/media/platform/nvidia/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/mediatek/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/vertexcom/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/nxp/dw100/built-in.a AR drivers/media/pci/ttpci/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/nxp/imx-jpeg/built-in.a AR drivers/media/pci/b2c2/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/nxp/imx8-isi/built-in.a AR drivers/media/pci/pluto2/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/nxp/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/pci/dm1105/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/pci/pt1/built-in.a host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/qcom/camss/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/pci/pt3/built-in.a host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/qcom/venus/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/qcom/built-in.a AR drivers/media/pci/mantis/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/pci/ngene/built-in.a host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/renesas/rcar-vin/built-in.a AR drivers/media/pci/ddbridge/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/renesas/rzg2l-cru/built-in.a AR drivers/media/pci/saa7146/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/pci/smipcie/built-in.a AR drivers/media/platform/renesas/vsp1/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/renesas/built-in.a AR drivers/media/pci/netup_unidvb/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/pci/intel/ipu3/built-in.a host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/pci/intel/built-in.a AR drivers/media/platform/rockchip/rga/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/pci/built-in.a AR drivers/media/platform/rockchip/rkisp1/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/rockchip/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/via/built-in.a AR drivers/media/platform/samsung/exynos-gsc/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/samsung/exynos4-is/built-in.a AR drivers/media/platform/st/sti/bdisp/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/samsung/s3c-camif/built-in.a host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/st/sti/c8sectpfe/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/samsung/s5p-g2d/built-in.a host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/st/sti/delta/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/samsung/s5p-jpeg/built-in.a AR drivers/media/platform/st/sti/hva/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/samsung/s5p-mfc/built-in.a AR drivers/media/platform/st/stm32/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/samsung/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/st/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/wangxun/built-in.a host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/sunxi/sun4i-csi/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/ti/am437x/built-in.a AR drivers/media/platform/sunxi/sun6i-csi/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/ti/cal/built-in.a AR drivers/media/platform/sunxi/sun6i-mipi-csi2/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/ti/vpe/built-in.a AR drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/ti/davinci/built-in.a AR drivers/media/platform/sunxi/sun8i-di/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/ti/omap/built-in.a AR drivers/media/platform/sunxi/sun8i-rotate/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/sunxi/built-in.a host-make[7]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/ti/omap3isp/built-in.a host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/ti/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/pps/pps.o host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/verisilicon/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/via/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/xilinx/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/platform/built-in.a CC drivers/usb/host/xhci-pci.o host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/usb/b2c2/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/usb/dvb-usb/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/usb/dvb-usb-v2/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/usb/s2255/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/usb/siano/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/usb/ttusb-budget/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/usb/ttusb-dec/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/usb/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/mmc/siano/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/mmc/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/firewire/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/spi/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/test-drivers/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/media/built-in.a AR drivers/net/ethernet/stmicro/stmmac/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/pps/kapi.o host-make[7]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/stmicro/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/wiznet/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/net/ethernet/xilinx/xilinx_emaclite.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/usb/roles/class.o CC drivers/pps/sysfs.o AR drivers/usb/host/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pps/clients/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/synopsys/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/ptp/ptp_clock.o AR drivers/usb/roles/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/usb/built-in.a AR drivers/net/ethernet/xilinx/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/pps/generators/built-in.a AR drivers/net/ethernet/pensando/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/ethernet/built-in.a host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/power/reset/ocelot-reset.o AR drivers/pps/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/power/reset/syscon-reboot.o host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/net/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/power/supply/power_supply_core.o CC drivers/power/reset/syscon-poweroff.o CC drivers/ptp/ptp_chardev.o CC drivers/ptp/ptp_sysfs.o CC drivers/power/reset/reboot-mode.o CC drivers/power/supply/power_supply_sysfs.o CC drivers/power/reset/syscon-reboot-mode.o CC drivers/ptp/ptp_vclock.o CC drivers/power/supply/goldfish_battery.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mmc/core/core.o AR drivers/power/reset/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mmc/host/sdhci.o AR drivers/ptp/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mmc/host/sdhci-pci-core.o AR drivers/power/supply/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/power/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mmc/host/sdhci-pci-o2micro.o CC drivers/mmc/core/bus.o CC drivers/mmc/core/host.o CC drivers/mmc/core/mmc.o CC drivers/mmc/host/sdhci-pci-arasan.o CC drivers/mmc/core/mmc_ops.o CC drivers/mmc/host/sdhci-pci-dwc-mshc.o CC drivers/mmc/core/sd.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/ufs/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mmc/core/sd_ops.o CC drivers/mmc/host/sdhci-pci-gli.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/leds/led-core.o CC drivers/mmc/host/mmc_spi.o CC drivers/mmc/core/sdio.o CC drivers/leds/led-class.o CC drivers/mmc/core/sdio_ops.o CC drivers/leds/leds-syscon.o CC drivers/mmc/host/of_mmc_spi.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/firmware/arm_ffa/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/firmware/arm_scmi/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/firmware/broadcom/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/firmware/cirrus/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/firmware/meson/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/firmware/efi/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/firmware/imx/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/firmware/psci/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/firmware/smccc/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/firmware/tegra/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/firmware/xilinx/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/firmware/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mmc/host/dw_mmc.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/leds/blink/built-in.a CC drivers/mmc/core/sdio_bus.o host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/leds/simple/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/leds/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mmc/core/sdio_cis.o CC drivers/mmc/core/sdio_io.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/crypto/img-hash.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/clocksource/timer-of.o CC drivers/mmc/core/sdio_irq.o CC drivers/clocksource/timer-probe.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/crypto/stm32/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/crypto/xilinx/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/crypto/hisilicon/trng/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/crypto/hisilicon/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mmc/core/slot-gpio.o host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/crypto/intel/keembay/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[6]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/crypto/intel/ixp4xx/built-in.a host-make[6]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/crypto/intel/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/crypto/built-in.a CC drivers/mmc/host/dw_mmc-pltfm.o host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mmc/core/regulator.o CC drivers/clocksource/timer-pistachio.o CC drivers/mmc/core/pwrseq.o CC drivers/clocksource/mips-gic-timer.o CC drivers/mmc/host/cqhci-core.o CC drivers/mmc/core/debugfs.o CC drivers/mmc/core/pwrseq_simple.o AR drivers/clocksource/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mmc/core/pwrseq_emmc.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/hid/hid-core.o AR drivers/mmc/host/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/mmc/core/block.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/of/base.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/staging/media/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/staging/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/of/cpu.o CC drivers/hid/hid-input.o CC drivers/mmc/core/queue.o CC drivers/of/device.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/platform/mips/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/platform/goldfish/goldfish_pipe.o CC drivers/of/module.o AR drivers/mmc/core/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/mmc/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/hid/hid-quirks.o CC drivers/of/platform.o CC drivers/of/property.o AR drivers/platform/goldfish/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/platform/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/hwtracing/intel_th/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/of/kobj.o CC drivers/hid/hid-debug.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/android/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/of/fdt.o CC drivers/hid/hid-generic.o CC drivers/of/fdt_address.o CC drivers/of/address.o CC drivers/hid/hid-a4tech.o host-make[4]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/nvmem/core.o CC drivers/hid/hid-apple.o CC drivers/of/irq.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/nvmem/layouts/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/of/of_reserved_mem.o CC drivers/hid/hid-belkin.o AR drivers/nvmem/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/hid/hid-cherry.o CC drivers/hid/hid-chicony.o AR drivers/of/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/hid/hid-cypress.o CC drivers/hid/hid-ezkey.o CC drivers/hid/hid-kensington.o CC drivers/hid/hid-lg.o CC drivers/hid/hid-lg-g15.o CC drivers/hid/hid-microsoft.o CC drivers/hid/hid-monterey.o host-make[5]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC drivers/hid/usbhid/hid-core.o AR drivers/hid/usbhid/built-in.a host-make[5]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/hid/built-in.a host-make[4]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR drivers/built-in.a host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AR built-in.a host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CHK include/generated/autoksyms.h AR vmlinux.a host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' LD vmlinux.o OBJCOPY modules.builtin.modinfo GEN modules.builtin host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' MODPOST Module.symvers host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CC .vmlinux.export.o host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' UPD include/generated/utsversion.h CC init/version-timestamp.o host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' LD .tmp_vmlinux.kallsyms1 NM .tmp_vmlinux.kallsyms1.syms KSYMS .tmp_vmlinux.kallsyms1.S AS .tmp_vmlinux.kallsyms1.S LD .tmp_vmlinux.kallsyms2 NM .tmp_vmlinux.kallsyms2.syms KSYMS .tmp_vmlinux.kallsyms2.S AS .tmp_vmlinux.kallsyms2.S LD vmlinux NM System.map SORTTAB vmlinux host-make[3]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[3]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' AS arch/mips/boot/compressed/head.o CC arch/mips/boot/compressed/decompress.o CC arch/mips/boot/compressed/string.o host-make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' CAT arch/mips/boot/vmlinux.its.S OBJCOPY arch/mips/boot/vmlinux.bin CC arch/mips/boot/compressed/bswapsi.o ITS arch/mips/boot/vmlinux.gz.its CC arch/mips/boot/compressed/dummy.o OBJCOPY arch/mips/boot/compressed/vmlinux.bin HOSTCC arch/mips/boot/compressed/calc_vmlinuz_load_addr GZIP arch/mips/boot/compressed/vmlinux.bin.z GZIP arch/mips/boot/vmlinux.bin.gz OBJCOPY arch/mips/boot/compressed/piggy.o LD vmlinuz STRIP vmlinuz ITB arch/mips/boot/vmlinux.gz.itb /home/buildroot/autobuild/instance-0/output-1/host/bin/mkimage: unsupported type Flat Device Tree host-make[2]: *** [arch/mips/boot/Makefile:173: arch/mips/boot/vmlinux.gz.itb] Error 1 host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[1]: *** [arch/mips/Makefile:407: vmlinux.gz.itb] Error 2 host-make[1]: *** Waiting for unfinished jobs.... host-make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' host-make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14' make: *** [package/pkg-generic.mk:293: /home/buildroot/autobuild/instance-0/output-1/build/linux-6.4.14/.stamp_built] Error 2 make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'