>>> linux 6.6.32 Extracting xzcat /home/buildroot/autobuild/instance-3/dl/linux/linux-6.6.32.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32 -xf - >>> linux 6.6.32 Patching for p in ; do if test -d $p ; then PATH=/home/buildroot/autobuild/instance-3/output-1/host/bin:$PATH support/scripts/apply-patches.sh /home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32 $p \*.patch || exit 1 ; else PATH=/home/buildroot/autobuild/instance-3/output-1/host/bin:$PATH support/scripts/apply-patches.sh /home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32 `dirname $p` `basename $p` || exit 1; fi done >>> linux-tools Patching if [ -f /home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32/tools/perf/Documentation/Makefile ]; then printf "%%:\n\t@:\n" >/home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32/tools/perf/Documentation/GNUmakefile; fi >>> linux-tools Configuring >>> linux-tools Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32/tools HOSTCC="/usr/bin/gcc -O2 -isystem /home/buildroot/autobuild/instance-3/output-1/host/include -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" ARCH=mips INSTALL_MOD_PATH=/home/buildroot/autobuild/instance-3/output-1/target CROSS_COMPILE="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/home/buildroot/autobuild/instance-3/output-1/host/sbin/depmod CC=/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc LDFLAGS="" PKG_CONFIG_PATH=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig tmon make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32/tools' DESCEND thermal/tmon make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32/tools/thermal/tmon' /home/buildroot/autobuild/instance-3/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-3/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-3/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-3/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-3/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-3/output-1/build/linux-6.6.32/tools/thermal/tmon' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32/tools' >>> linux-tools Installing to staging directory >>> linux-tools Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/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-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/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-3/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/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 GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32/tools HOSTCC="/usr/bin/gcc -O2 -isystem /home/buildroot/autobuild/instance-3/output-1/host/include -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" ARCH=mips INSTALL_MOD_PATH=/home/buildroot/autobuild/instance-3/output-1/target CROSS_COMPILE="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/home/buildroot/autobuild/instance-3/output-1/host/sbin/depmod CC=/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc LDFLAGS="" PKG_CONFIG_PATH=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig INSTALL_ROOT=/home/buildroot/autobuild/instance-3/output-1/target tmon_install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32/tools' DESCEND thermal/tmon make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32/tools/thermal/tmon' install -m 755 -p -D "tmon" "/home/buildroot/autobuild/instance-3/output-1/target/usr/bin/tmon" make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32/tools/thermal/tmon' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32/tools' linuxptp-4.2.tgz: OK (sha256: 70e38e5d2764e0217443da6f14e8846fe401a472293ac138d8419c07a665447a) >>> linuxptp 4.2 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/linuxptp/linuxptp-4.2.tgz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/linuxptp-4.2 -xf - >>> linuxptp 4.2 Patching >>> linuxptp 4.2 Configuring >>> linuxptp 4.2 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" CROSS_COMPILE="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-" KBUILD_OUTPUT=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot /usr/bin/make -j4 prefix=/usr EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" EXTRA_LDFLAGS="" -C /home/buildroot/autobuild/instance-3/output-1/build/linuxptp-4.2 all make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linuxptp-4.2' DEPEND tz2alt.c DEPEND ts2phc_pps_source.c DEPEND ts2phc_pps_sink.c DEPEND ts2phc_phc_pps_source.c DEPEND ts2phc_nmea_pps_source.c DEPEND ts2phc_generic_pps_source.c DEPEND sock.c DEPEND serial.c DEPEND nmea.c DEPEND lstab.c DEPEND ts2phc.c DEPEND timemaster.c DEPEND sysoff.c DEPEND pmc_common.c DEPEND pmc_agent.c DEPEND pmc.c DEPEND phc_ctl.c DEPEND phc2sys.c DEPEND nsm.c DEPEND hwstamp_ctl.c DEPEND version.c DEPEND util.c DEPEND unicast_service.c DEPEND unicast_fsm.c DEPEND unicast_client.c DEPEND tsproc.c DEPEND tlv.c DEPEND telecom.c DEPEND uds.c DEPEND udp6.c DEPEND udp.c DEPEND transport.c DEPEND raw.c DEPEND tc.c DEPEND stats.c DEPEND sk.c DEPEND servo.c DEPEND refclock_sock.c DEPEND pi.c DEPEND nullf.c DEPEND ntpshm.c DEPEND linreg.c DEPEND rtnl.c DEPEND p2p_tc.c DEPEND ptp4l.c DEPEND print.c DEPEND pqueue.c DEPEND port_signaling.c DEPEND port.c DEPEND phc.c DEPEND msg.c DEPEND monitor.c DEPEND interface.c DEPEND hash.c DEPEND fsm.c DEPEND mmedian.c DEPEND mave.c DEPEND filter.c DEPEND fault.c DEPEND e2e_tc.c DEPEND designated_fsm.c DEPEND config.c DEPEND clockcheck.c DEPEND clockadj.c DEPEND clock.c DEPEND bmc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o ptp4l.o ptp4l.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o bmc.o bmc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o clock.o clock.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o clockadj.o clockadj.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o clockcheck.o clockcheck.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o config.o config.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o designated_fsm.o designated_fsm.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o e2e_tc.o e2e_tc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o fault.o fault.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o filter.o filter.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o mave.o mave.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o mmedian.o mmedian.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o fsm.o fsm.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o hash.o hash.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o interface.o interface.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o monitor.o monitor.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o msg.o msg.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o phc.o phc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o port.o port.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o port_signaling.o port_signaling.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o pqueue.o pqueue.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o print.o print.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o p2p_tc.o p2p_tc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o rtnl.o rtnl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o linreg.o linreg.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o ntpshm.o ntpshm.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o nullf.o nullf.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o pi.o pi.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o refclock_sock.o refclock_sock.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o servo.o servo.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o sk.o sk.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o stats.o stats.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o tc.o tc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o raw.o raw.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o transport.o transport.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o udp.o udp.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o udp6.o udp6.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o uds.o uds.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o telecom.o telecom.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o tlv.o tlv.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o tsproc.o tsproc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o unicast_client.o unicast_client.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o unicast_fsm.o unicast_fsm.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o unicast_service.o unicast_service.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o util.o util.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o hwstamp_ctl.o hwstamp_ctl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o nsm.o nsm.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o phc2sys.o phc2sys.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o pmc_agent.o pmc_agent.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o pmc_common.o pmc_common.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o sysoff.o sysoff.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o phc_ctl.o phc_ctl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o pmc.o pmc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o timemaster.o timemaster.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o ts2phc.o ts2phc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o lstab.o lstab.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o nmea.o nmea.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o serial.o serial.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o sock.o sock.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o ts2phc_generic_pps_source.o ts2phc_generic_pps_source.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o ts2phc_nmea_pps_source.o ts2phc_nmea_pps_source.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o ts2phc_phc_pps_source.o ts2phc_phc_pps_source.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o ts2phc_pps_sink.o ts2phc_pps_sink.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o ts2phc_pps_source.o ts2phc_pps_source.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o tz2alt.o tz2alt.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DVER=4.2 -D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_POSIX_SPAWN -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -DHAVE_ONESTEP_SYNC -DHAVE_ONESTEP_P2P -DHAVE_VCLOCKS -DHAVE_PTP_CAPS_ADJUST_PHASE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o version.o version.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc ptp4l.o bmc.o clock.o clockadj.o clockcheck.o config.o designated_fsm.o e2e_tc.o fault.o filter.o mave.o mmedian.o fsm.o hash.o interface.o monitor.o msg.o phc.o port.o port_signaling.o pqueue.o print.o p2p_tc.o rtnl.o linreg.o ntpshm.o nullf.o pi.o refclock_sock.o servo.o sk.o stats.o tc.o raw.o transport.o udp.o udp6.o uds.o telecom.o tlv.o tsproc.o unicast_client.o unicast_fsm.o unicast_service.o util.o version.o -lm -lrt -pthread -o ptp4l /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc hwstamp_ctl.o version.o -lm -lrt -pthread -o hwstamp_ctl /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc nsm.o config.o filter.o mave.o mmedian.o hash.o interface.o msg.o phc.o print.o rtnl.o sk.o raw.o transport.o udp.o udp6.o uds.o tlv.o tsproc.o util.o version.o -lm -lrt -pthread -o nsm /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc phc2sys.o clockadj.o clockcheck.o config.o hash.o interface.o msg.o phc.o pmc_agent.o pmc_common.o print.o linreg.o ntpshm.o nullf.o pi.o refclock_sock.o servo.o sk.o stats.o sysoff.o tlv.o raw.o transport.o udp.o udp6.o uds.o util.o version.o -lm -lrt -pthread -o phc2sys /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc phc_ctl.o phc.o sk.o util.o clockadj.o sysoff.o print.o version.o -lm -lrt -pthread -o phc_ctl /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc pmc.o config.o hash.o interface.o msg.o phc.o pmc_common.o print.o sk.o tlv.o raw.o transport.o udp.o udp6.o uds.o util.o version.o -lm -lrt -pthread -o pmc /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc timemaster.o phc.o print.o rtnl.o sk.o util.o version.o -lm -lrt -pthread -o timemaster /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc ts2phc.o config.o clockadj.o hash.o interface.o msg.o phc.o pmc_agent.o pmc_common.o print.o linreg.o ntpshm.o nullf.o pi.o refclock_sock.o servo.o sk.o lstab.o nmea.o serial.o sock.o ts2phc_generic_pps_source.o ts2phc_nmea_pps_source.o ts2phc_phc_pps_source.o ts2phc_pps_sink.o ts2phc_pps_source.o tlv.o transport.o raw.o udp.o udp6.o uds.o util.o version.o -lm -lrt -pthread -o ts2phc /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc tz2alt.o config.o hash.o interface.o lstab.o msg.o phc.o pmc_common.o print.o sk.o tlv.o raw.o transport.o udp.o udp6.o uds.o util.o version.o -lm -lrt -pthread -o tz2alt make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linuxptp-4.2' >>> linuxptp 4.2 Installing to target GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" CROSS_COMPILE="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-" KBUILD_OUTPUT=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot /usr/bin/make -j4 prefix=/usr EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" EXTRA_LDFLAGS="" DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target -C /home/buildroot/autobuild/instance-3/output-1/build/linuxptp-4.2 install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linuxptp-4.2' install -p -m 755 -d /home/buildroot/autobuild/instance-3/output-1/target/usr/sbin /home/buildroot/autobuild/instance-3/output-1/target/usr/man/man8 install ptp4l hwstamp_ctl nsm phc2sys phc_ctl pmc timemaster ts2phc tz2alt /home/buildroot/autobuild/instance-3/output-1/target/usr/sbin for x in ptp4l.8 hwstamp_ctl.8 nsm.8 phc2sys.8 phc_ctl.8 pmc.8 timemaster.8 ts2phc.8 tz2alt.8; do \ [ -f $x ] && install -p -m 644 -t /home/buildroot/autobuild/instance-3/output-1/target/usr/man/man8 $x ; \ done make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linuxptp-4.2' /usr/bin/install -D -m 644 package/linuxptp//linuxptp.cfg /home/buildroot/autobuild/instance-3/output-1/target/etc/linuxptp.cfg lldpd-1.0.17.tar.gz: OK (sha256: 9343177f145d2bca66ef03d59528079d3f1663c624b1e2b9d08268efdc6127ce) >>> lldpd 1.0.17 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/lldpd/lldpd-1.0.17.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17 -xf - >>> lldpd 1.0.17 Patching >>> lldpd 1.0.17 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17 -name $file); do cp support/gnuconfig/$file $i; done; done >>> lldpd 1.0.17 Patching libtool patching file /home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/libevent/build-aux/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). patching file /home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/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). >>> lldpd 1.0.17 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/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_cc_c99=-std=gnu99 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 --enable-static --enable-shared --without-embedded-libevent --without-seccomp --without-libbsd --disable-hardening --disable-privsep --disable-cdp --disable-fdp --enable-edp --disable-sonmp --disable-lldpmed --disable-dot1 --disable-dot3 --disable-custom --with-xml --without-snmp --with-readline ) 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... /usr/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... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '1001' is supported by ustar format... yes checking whether GID '1001' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) checking for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... none checking for mips-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar checking the archiver (/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar) interface... ar 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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/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-3/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-3/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-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for 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 vfork.h... no checking for dlfcn.h... yes checking for objdir... .libs checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-3/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... yes checking if LD -Wl,--version-script works... yes checking for mips-buildroot-linux-gnu-gcc... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to enable C11 features... (cached) none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... (cached) none checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp checking whether ln -s works... yes checking for egrep... (cached) /usr/bin/grep -E checking for gawk... (cached) gawk checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for mips-buildroot-linux-gnu-doxygen... no checking for doxygen... /home/buildroot/autobuild/instance-3/output-1/host/bin/doxygen checking for mips-buildroot-linux-gnu-perl... no checking for perl... /usr/bin/perl checking for mips-buildroot-linux-gnu-pdflatex... no checking for pdflatex... no configure: WARNING: pdflatex not found - will not generate doxygen PDF documentation checking for mips-buildroot-linux-gnu-makeindex... no checking for makeindex... no checking for mips-buildroot-linux-gnu-egrep... no checking for egrep... /usr/bin/egrep checking CFLAGS for gcc -Wunknown-warning-option... no, unknown checking CFLAGS for gcc -fdiagnostics-show-option... -fdiagnostics-show-option checking CFLAGS for gcc -fdiagnostics-color=auto... -fdiagnostics-color=auto checking CFLAGS for gcc -fno-omit-frame-pointer... -fno-omit-frame-pointer checking CFLAGS for gcc -funsigned-char... -funsigned-char checking CFLAGS for gcc -pipe... -pipe checking CFLAGS for gcc -Wall... -Wall checking CFLAGS for gcc -W... -W checking CFLAGS for gcc -Wextra... -Wextra checking CFLAGS for gcc -Wformat... -Wformat checking CFLAGS for gcc -Wformat-security... -Wformat-security checking CFLAGS for gcc -Wimplicit-fallthrough... -Wimplicit-fallthrough checking CFLAGS for gcc -Wfatal-errors... -Wfatal-errors checking CFLAGS for gcc -Wheader-guard... no, unknown checking CFLAGS for gcc -Wdocumentation... no, unknown checking CFLAGS for gcc -Winline... -Winline checking CFLAGS for gcc -Wpointer-arith... -Wpointer-arith checking CFLAGS for gcc -Wno-cast-align... -Wno-cast-align checking CFLAGS for gcc -Wno-unused-parameter... -Wno-unused-parameter checking CFLAGS for gcc -Wno-missing-field-initializers... -Wno-missing-field-initializers checking CFLAGS for gcc -Wno-sign-compare... -Wno-sign-compare checking whether the linker accepts the -Wl,-z,relro flag... yes checking whether the linker accepts the -Wl,-z,now flag... yes checking for typeof syntax and keyword spelling... typeof checking if host OS is supported... yes (Linux) checking CFLAGS for gcc -D_GNU_SOURCE... -D_GNU_SOURCE checking for sys/types.h... (cached) yes checking for netinet/in.h... yes checking for arpa/nameser.h... yes checking for netdb.h... yes checking for resolv.h... yes checking for valgrind/valgrind.h... no checking for u_int32_t... yes checking for uint32_t... yes checking whether libc defines __progname... yes checking whether compiler understands __alignof__... yes checking for GNU libc compatible malloc... (cached) yes checking for GNU libc compatible realloc... (cached) yes checking for pid_t... yes checking for fork... yes checking for vfork... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking for setproctitle... no checking for setproctitle_init... no checking for strlcpy... yes checking for strnlen... yes checking for strndup... yes checking for strtonum... no checking for getline... yes checking for asprintf... yes checking for vsyslog... yes checking for daemon... yes checking for setresuid... yes checking for setresgid... yes checking for library containing res_init... none required checking for check >= 0.9.4... no checking for libevent >= 2.0.5... yes checking if system libevent works as expected... yes === configuring in libevent (/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/libevent) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--target=mips-buildroot-linux-gnu' '--host=mips-buildroot-linux-gnu' '--build=x86_64-pc-linux-gnu' '--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' '--enable-static' '--enable-shared' '--without-embedded-libevent' '--without-seccomp' '--without-libbsd' '--disable-hardening' '--disable-privsep' '--disable-cdp' '--disable-fdp' '--enable-edp' '--disable-sonmp' '--disable-lldpmed' '--disable-dot1' '--disable-dot3' '--disable-custom' '--with-xml' '--without-snmp' '--with-readline' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=mips-buildroot-linux-gnu' 'target_alias=mips-buildroot-linux-gnu' 'CC=/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc' 'CFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1' 'LDFLAGS=' 'CPPFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CPP=/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp' 'PKG_CONFIG=/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config' --enable-silent-rules --disable-libevent-regress --disable-thread-support --disable-openssl --disable-malloc-replacement --disable-debug-mode --enable-function-sections --disable-shared --with-pic --enable-static --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/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... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) checking for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for sys/time.h... yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking build system type... x86_64-pc-linux-gnu checking host system type... mips-buildroot-linux-gnu checking whether ln -s works... yes checking for a sed that does not truncate output... /usr/bin/sed checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/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 whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc needs -traditional... no 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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm) interface... BSD nm 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-3/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-3/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-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for 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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for library containing inet_ntoa... none required checking for library containing socket... none required checking for library containing inet_aton... none required checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for library containing sendfile... none required checking for WIN32... no checking for MIDIPIX... no checking for CYGWIN... no checking for zlib.h... yes checking for library containing inflateEnd... -lz checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for mips-buildroot-linux-gnu-pkg-config... /home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config checking if pkg-config is at least version 0.15.0... yes checking for arpa/inet.h... yes checking for fcntl.h... yes checking for ifaddrs.h... yes checking for mach/mach_time.h... no checking for mach/mach.h... no checking for netdb.h... yes checking for netinet/in.h... yes checking for netinet/in6.h... no checking for netinet/tcp.h... yes checking for sys/un.h... yes checking for poll.h... yes checking for port.h... no checking for stdarg.h... yes checking for stddef.h... yes checking for sys/devpoll.h... no checking for sys/epoll.h... yes checking for sys/event.h... no checking for sys/eventfd.h... yes checking for sys/ioctl.h... yes checking for sys/mman.h... yes checking for sys/param.h... yes checking for sys/queue.h... yes checking for sys/resource.h... yes checking for sys/select.h... yes checking for sys/sendfile.h... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/timerfd.h... yes checking for sys/uio.h... yes checking for sys/wait.h... yes checking for sys/random.h... yes checking for errno.h... yes checking for afunix.h... no checking for TAILQ_FOREACH in sys/queue.h... yes checking for timeradd in sys/time.h... yes checking for timercmp in sys/time.h... yes checking for timerclear in sys/time.h... yes checking for timerisset in sys/time.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for accept4... yes checking for arc4random... yes checking for arc4random_buf... yes checking for arc4random_addrandom... no checking for eventfd... yes checking for epoll_create1... yes checking for fcntl... yes checking for getegid... yes checking for geteuid... yes checking for getifaddrs... yes checking for gettimeofday... yes checking for issetugid... no checking for mach_absolute_time... no checking for mmap... yes checking for nanosleep... yes checking for pipe... yes checking for pipe2... yes checking for putenv... yes checking for sendfile... yes checking for setenv... yes checking for setrlimit... yes checking for sigaction... yes checking for signal... yes checking for splice... yes checking for strlcpy... yes checking for strsep... yes checking for strtok_r... yes checking for strtoll... yes checking for sysctl... no checking for timerfd_create... yes checking for umask... yes checking for unsetenv... yes checking for usleep... yes checking for vasprintf... yes checking for getrandom... yes checking for getnameinfo... yes checking for getprotobynumber... yes checking for getservbyname... yes checking for inet_ntop... yes checking for inet_pton... yes checking for getaddrinfo... yes checking for F_SETFD in fcntl.h... yes checking for select... yes checking for poll... yes checking for epoll_ctl... yes checking for port_create... no checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for uint64_t... yes checking for uint32_t... yes checking for uint16_t... yes checking for uint8_t... yes checking for uintptr_t... yes checking for fd_mask... yes checking size of long long... 8 checking size of long... 4 checking size of int... 4 checking size of short... 2 checking size of size_t... 4 checking size of void *... 4 checking size of off_t... 8 checking size of time_t... 4 checking for struct in6_addr... yes checking for struct sockaddr_in6... yes checking for struct sockaddr_un... yes checking for sa_family_t... yes checking for struct addrinfo... yes checking for struct sockaddr_storage... yes checking for struct in6_addr.s6_addr32... yes checking for struct in6_addr.s6_addr16... yes checking for struct sockaddr_in.sin_len... no checking for struct sockaddr_in6.sin6_len... no checking for struct sockaddr_storage.ss_family... yes checking for struct sockaddr_storage.__ss_family... no checking for struct linger... yes checking for socklen_t... yes checking whether our compiler supports __func__... yes checking whether our compiler supports __FUNCTION__... yes checking if linker supports omitting unused code and data... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libevent.pc config.status: creating libevent_openssl.pc config.status: creating libevent_pthreads.pc config.status: creating libevent_core.pc config.status: creating libevent_extra.pc config.status: creating Makefile config.status: creating config.h config.status: creating evconfig-private.h config.status: executing depfiles commands config.status: executing libtool commands === end of configure in libevent (/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/libevent/libevent) checking for libcap >= 2... yes checking for a readline compatible library... -lreadline checking for readline.h... no checking for readline/readline.h... yes checking whether readline supports history... yes checking for history.h... no checking for readline/history.h... yes checking for libxml-2.0... yes checking whether to enable use of pre-0.9.2 JSON/json-c format... no checking whether to enable systemtap/DTrace trace support... no checking whether to enable Privilege separation... no checking whether to enable Cisco Discovery Protocol... no checking whether to enable Foundry Discovery Protocol... no checking whether to enable Extreme Discovery Protocol... yes checking whether to enable SynOptics Network Management Protocol... no checking whether to enable LLDP-MED extension... no checking whether to enable Dot1 extension (VLAN stuff)... no checking whether to enable Dot3 extension (PHY stuff)... no checking whether to enable Custom TLV support... no checking whether to enable compatibility with Linux kernel older than 2.6.39... no checking for build time... 2024-06-20T21:07:32Z 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/compat/Makefile config.status: creating src/daemon/Makefile config.status: creating src/lib/Makefile config.status: creating src/client/Makefile config.status: creating tests/Makefile config.status: creating osx/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 ------------------ Summary ------------------ lldpd version 1.0.17 OS.............: Linux Prefix.........: /usr C Compiler.....: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -fdiagnostics-show-option -fdiagnostics-color=auto -fno-omit-frame-pointer -funsigned-char -pipe -Wall -W -Wextra -Wformat -Wformat-security -Wimplicit-fallthrough -Wfatal-errors -Winline -Wpointer-arith -Wno-cast-align -Wno-unused-parameter -Wno-missing-field-initializers -Wno-sign-compare -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Linker.........: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld -Wl,-z,relro -Wl,-z,now Libevent.......: system Readline.......: -lreadline Optional features: SNMP support...: no CDP............: no FDP............: no EDP............: yes SONMP..........: no LLDPMED........: no DOT1...........: no DOT3...........: no CUSTOM.........: no XML output.....: yes Oldies support.: no seccomp........: no libbsd.........: no Privilege separation: Enabled........: no User/group.....: _lldpd/_lldpd Chroot.........: /var/run/lldpd Instrumentation (for devs only): Sanitizers.....: none Coverage.......: no ------------- Compiler version -------------- mips-buildroot-linux-gnu-gcc.br_real (Buildroot 2024.02.3-18-gd2320372a9) 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. -------------- Linker version --------------- GNU ld (GNU Binutils) 2.40 Copyright (C) 2023 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) a later version. This program has absolutely no warranty. --------------------------------------------- Check the above options and compile with: make >>> lldpd 1.0.17 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17' Making all in src/compat make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/compat' CC empty.lo CC setproctitle.lo CC strtonum.lo CCLD libcompat.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/compat' Making all in src make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src' CC log.lo CC version.lo CC marshal.lo CC ctl.lo CC lldpd-structs.lo CCLD libcommon-daemon-client.la CCLD libcommon-daemon-lib.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src' Making all in src/daemon make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/daemon' /usr/bin/make all-am make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/daemon' CC main.o CC liblldpd_la-frame.lo CC liblldpd_la-client.lo CC liblldpd_la-priv.lo CC liblldpd_la-privsep.lo CC liblldpd_la-privsep_io.lo CC liblldpd_la-privsep_fd.lo CC liblldpd_la-interfaces.lo CC liblldpd_la-event.lo CC liblldpd_la-lldpd.lo CC liblldpd_la-pattern.lo CC liblldpd_la-bitmap.lo CC liblldpd_la-forward-linux.lo CC liblldpd_la-interfaces-linux.lo CC liblldpd_la-netlink.lo CC liblldpd_la-dmi-linux.lo CC liblldpd_la-priv-linux.lo GEN lldpd.8 CC protocols/liblldpd_la-lldp.lo CC protocols/liblldpd_la-cdp.lo In file included from protocols/cdp.c:20: protocols/../frame.h:26:3: warning: 'types' defined but not used [-Wunused-variable] 26 | } types; | ^~~~~ CC protocols/liblldpd_la-sonmp.lo CC protocols/liblldpd_la-edp.lo In file included from protocols/sonmp.c:19: protocols/../frame.h:26:3: warning: 'types' defined but not used [-Wunused-variable] 26 | } types; | ^~~~~ CCLD liblldpd.la copying selected object files to avoid basename conflicts... CCLD lldpd make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/daemon' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/daemon' Making all in src/lib make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/lib' CC errors.lo CC connection.lo CC atom.lo CC helpers.lo GEN atom-glue.c CC fixedpoint.lo GEN lldpctl.pc CC atoms/config.lo CC atoms/dot1.lo CC atoms/dot3.lo CC atoms/interface.lo CC atoms/med.lo CC atoms/mgmt.lo CC atoms/port.lo CC atoms/custom.lo CC atoms/chassis.lo CC atom-glue.lo CCLD libfixedpoint.la CCLD liblldpctl.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/lib' Making all in src/client make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/client' CC lldpcli-lldpcli.o CC lldpcli-display.o CC lldpcli-conf.o CC lldpcli-conf-med.o CC lldpcli-conf-inv.o CC lldpcli-conf-dot3.o CC lldpcli-conf-power.o CC lldpcli-conf-lldp.o CC lldpcli-conf-system.o CC lldpcli-commands.o CC lldpcli-show.o CC lldpcli-misc.o CC lldpcli-tokenizer.o CC lldpcli-utf8.o CC lldpcli-text_writer.o CC lldpcli-kv_writer.o CC lldpcli-json_writer.o CC lldpcli-xml_writer.o GEN lldpcli.8 CCLD lldpcli make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/client' Making all in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/tests' Making all in osx make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/osx' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/osx' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17' GEN ChangeLog make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17' >>> lldpd 1.0.17 Installing to target GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17' Making install in src/compat make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/compat' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/compat' 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-3/output-1/build/lldpd-1.0.17/src/compat' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/compat' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' /usr/bin/install -c -m 644 lldp-const.h '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src' Making install in src/daemon make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/daemon' /usr/bin/make install-am make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/daemon' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/daemon' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/sbin' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8' /bin/sh ../../libtool --mode=install /usr/bin/install -c lldpd '/home/buildroot/autobuild/instance-3/output-1/target/usr/sbin' /usr/bin/install -c -m 644 lldpd.8 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8' libtool: install: /usr/bin/install -c lldpd /home/buildroot/autobuild/instance-3/output-1/target/usr/sbin/lldpd make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/daemon' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/daemon' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/daemon' Making install in src/lib make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/lib' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/lib' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' /bin/sh ../../libtool --mode=install /usr/bin/install -c liblldpctl.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /usr/bin/install -c -m 644 lldpctl.h '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' /usr/bin/install -c -m 644 lldpctl.pc '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/liblldpctl.so.4.9.1 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/liblldpctl.so.4.9.1 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f liblldpctl.so.4.9.1 liblldpctl.so.4 || { rm -f liblldpctl.so.4 && ln -s liblldpctl.so.4.9.1 liblldpctl.so.4; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f liblldpctl.so.4.9.1 liblldpctl.so || { rm -f liblldpctl.so && ln -s liblldpctl.so.4.9.1 liblldpctl.so; }; }) libtool: install: /usr/bin/install -c .libs/liblldpctl.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/liblldpctl.la libtool: install: /usr/bin/install -c .libs/liblldpctl.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/liblldpctl.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/liblldpctl.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/liblldpctl.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/lib' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/lib' Making install in src/client make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/client' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/client' cd /home/buildroot/autobuild/instance-3/output-1/target/usr/sbin && rm -f lldpctl /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/sbin' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/bash-completion/completions' cd /home/buildroot/autobuild/instance-3/output-1/target/usr/sbin && ln -s lldpcli lldpctl /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/etc/lldpd.d' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/zsh/site-functions' /usr/bin/install -c -m 644 completion/lldpcli '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/bash-completion/completions' /usr/bin/install -c -m 644 README.conf '/home/buildroot/autobuild/instance-3/output-1/target/etc/lldpd.d' /bin/sh ../../libtool --mode=install /usr/bin/install -c lldpcli '/home/buildroot/autobuild/instance-3/output-1/target/usr/sbin' /usr/bin/install -c -m 644 completion/_lldpcli '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/zsh/site-functions' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 lldpctl.8 lldpcli.8 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8' libtool: install: /usr/bin/install -c lldpcli /home/buildroot/autobuild/instance-3/output-1/target/usr/sbin/lldpcli make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/client' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/src/client' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/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-3/output-1/build/lldpd-1.0.17/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/tests' Making install in osx make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/osx' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/osx' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/osx' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17/osx' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17' GEN ChangeLog make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/lldpd' GEN ChangeLog /usr/bin/install -c -m 644 README.md NEWS CONTRIBUTE.md LICENSE '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/lldpd' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/lldpd' /usr/bin/install -c -m 644 ChangeLog '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/lldpd' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/lldpd-1.0.17' mbedtls-2.28.8.tar.bz2: OK (sha256: 241c68402cef653e586be3ce28d57da24598eb0df13fcdea9d99bfce58717132) >>> mbedtls 2.28.8 Extracting bzcat /home/buildroot/autobuild/instance-3/dl/mbedtls/mbedtls-2.28.8.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8 -xf - >>> mbedtls 2.28.8 Patching >>> mbedtls 2.28.8 Configuring /usr/bin/sed -i -e "s://#define MBEDTLS_THREADING_C:#define MBEDTLS_THREADING_C:" /home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8/include/mbedtls/config.h /usr/bin/sed -i -e "s://#define MBEDTLS_THREADING_PTHREAD:#define MBEDTLS_THREADING_PTHREAD:" /home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8/include/mbedtls/config.h (mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8/ && cd /home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8/ && rm -f CMakeCache.txt && PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/output-1/host/bin/cmake /home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8/ -G"Unix Makefiles" -DCMAKE_MAKE_PROGRAM="/usr/bin/make" -DCMAKE_TOOLCHAIN_FILE="/home/buildroot/autobuild/instance-3/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 -DCMAKE_C_FLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99" -DENABLE_PROGRAMS=OFF -DENABLE_TESTING=OFF -DMBEDTLS_FATAL_WARNINGS=OFF -DUSE_SHARED_MBEDTLS_LIBRARY=ON -DUSE_STATIC_MBEDTLS_LIBRARY=ON -DENABLE_ZLIB_SUPPORT=OFF ) CMake Deprecation Warning at CMakeLists.txt:23 (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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found Python3: /home/buildroot/autobuild/instance-3/output-1/host/bin/python3.11 (found version "3.11.8") found components: Interpreter -- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS -- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS - Success -- Configuring done (1.0s) -- Generating done (0.1s) 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-3/output-1/build/mbedtls-2.28.8 >>> mbedtls 2.28.8 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/output-1/host/bin/cmake --build /home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8/ -j4 -- make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' [ 1%] Building C object library/CMakeFiles/mbedcrypto_static.dir/aes.c.o [ 1%] Building C object library/CMakeFiles/mbedcrypto_static.dir/arc4.c.o [ 1%] Building C object library/CMakeFiles/mbedcrypto_static.dir/aesni.c.o [ 1%] Building C object library/CMakeFiles/mbedcrypto.dir/aes.c.o [ 2%] Building C object library/CMakeFiles/mbedcrypto_static.dir/aria.c.o [ 2%] Building C object library/CMakeFiles/mbedcrypto_static.dir/asn1parse.c.o [ 3%] Building C object library/CMakeFiles/mbedcrypto_static.dir/asn1write.c.o [ 3%] Building C object library/CMakeFiles/mbedcrypto_static.dir/base64.c.o [ 4%] Building C object library/CMakeFiles/mbedcrypto_static.dir/bignum.c.o [ 4%] Building C object library/CMakeFiles/mbedcrypto_static.dir/blowfish.c.o [ 5%] Building C object library/CMakeFiles/mbedcrypto_static.dir/camellia.c.o [ 5%] Building C object library/CMakeFiles/mbedcrypto.dir/aesni.c.o [ 5%] Building C object library/CMakeFiles/mbedcrypto_static.dir/ccm.c.o [ 6%] Building C object library/CMakeFiles/mbedcrypto.dir/arc4.c.o [ 6%] Building C object library/CMakeFiles/mbedcrypto.dir/aria.c.o [ 7%] Building C object library/CMakeFiles/mbedcrypto.dir/asn1parse.c.o [ 8%] Building C object library/CMakeFiles/mbedcrypto_static.dir/chacha20.c.o [ 8%] Building C object library/CMakeFiles/mbedcrypto_static.dir/chachapoly.c.o [ 8%] Building C object library/CMakeFiles/mbedcrypto.dir/asn1write.c.o [ 9%] Building C object library/CMakeFiles/mbedcrypto_static.dir/cipher.c.o [ 9%] Building C object library/CMakeFiles/mbedcrypto_static.dir/cipher_wrap.c.o [ 10%] Building C object library/CMakeFiles/mbedcrypto.dir/base64.c.o [ 11%] Building C object library/CMakeFiles/mbedcrypto_static.dir/constant_time.c.o [ 11%] Building C object library/CMakeFiles/mbedcrypto.dir/bignum.c.o [ 11%] Building C object library/CMakeFiles/mbedcrypto_static.dir/cmac.c.o [ 12%] Building C object library/CMakeFiles/mbedcrypto_static.dir/ctr_drbg.c.o [ 12%] Building C object library/CMakeFiles/mbedcrypto_static.dir/des.c.o [ 13%] Building C object library/CMakeFiles/mbedcrypto_static.dir/dhm.c.o [ 13%] Building C object library/CMakeFiles/mbedcrypto_static.dir/ecdh.c.o [ 14%] Building C object library/CMakeFiles/mbedcrypto_static.dir/ecdsa.c.o [ 14%] Building C object library/CMakeFiles/mbedcrypto_static.dir/ecjpake.c.o [ 14%] Building C object library/CMakeFiles/mbedcrypto_static.dir/ecp.c.o [ 15%] Building C object library/CMakeFiles/mbedcrypto_static.dir/ecp_curves.c.o [ 15%] Building C object library/CMakeFiles/mbedcrypto_static.dir/entropy.c.o [ 16%] Building C object library/CMakeFiles/mbedcrypto_static.dir/entropy_poll.c.o [ 16%] Building C object library/CMakeFiles/mbedcrypto_static.dir/error.c.o [ 17%] Building C object library/CMakeFiles/mbedcrypto.dir/blowfish.c.o [ 18%] Building C object library/CMakeFiles/mbedcrypto_static.dir/gcm.c.o [ 18%] Building C object library/CMakeFiles/mbedcrypto.dir/camellia.c.o [ 18%] Building C object library/CMakeFiles/mbedcrypto_static.dir/havege.c.o [ 19%] Building C object library/CMakeFiles/mbedcrypto_static.dir/hkdf.c.o [ 19%] Building C object library/CMakeFiles/mbedcrypto_static.dir/hmac_drbg.c.o [ 20%] Building C object library/CMakeFiles/mbedcrypto_static.dir/md.c.o [ 20%] Building C object library/CMakeFiles/mbedcrypto_static.dir/md2.c.o [ 21%] Building C object library/CMakeFiles/mbedcrypto_static.dir/md4.c.o [ 21%] Building C object library/CMakeFiles/mbedcrypto_static.dir/md5.c.o [ 22%] Building C object library/CMakeFiles/mbedcrypto.dir/ccm.c.o [ 22%] Building C object library/CMakeFiles/mbedcrypto.dir/chacha20.c.o [ 23%] Building C object library/CMakeFiles/mbedcrypto_static.dir/memory_buffer_alloc.c.o [ 23%] Building C object library/CMakeFiles/mbedcrypto_static.dir/mps_reader.c.o [ 24%] Building C object library/CMakeFiles/mbedcrypto_static.dir/mps_trace.c.o [ 24%] Building C object library/CMakeFiles/mbedcrypto_static.dir/nist_kw.c.o [ 25%] Building C object library/CMakeFiles/mbedcrypto_static.dir/oid.c.o [ 26%] Building C object library/CMakeFiles/mbedcrypto.dir/chachapoly.c.o [ 26%] Building C object library/CMakeFiles/mbedcrypto.dir/cipher.c.o [ 26%] Building C object library/CMakeFiles/mbedcrypto_static.dir/padlock.c.o [ 27%] Building C object library/CMakeFiles/mbedcrypto_static.dir/pem.c.o [ 28%] Building C object library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.o [ 28%] Building C object library/CMakeFiles/mbedcrypto_static.dir/pk.c.o [ 29%] Building C object library/CMakeFiles/mbedcrypto_static.dir/pk_wrap.c.o [ 29%] Building C object library/CMakeFiles/mbedcrypto.dir/constant_time.c.o [ 30%] Building C object library/CMakeFiles/mbedcrypto.dir/cmac.c.o [ 30%] Building C object library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.o [ 31%] Building C object library/CMakeFiles/mbedcrypto.dir/des.c.o [ 31%] Building C object library/CMakeFiles/mbedcrypto_static.dir/pkcs12.c.o [ 31%] Building C object library/CMakeFiles/mbedcrypto.dir/dhm.c.o [ 32%] Building C object library/CMakeFiles/mbedcrypto.dir/ecdh.c.o [ 33%] Building C object library/CMakeFiles/mbedcrypto_static.dir/pkcs5.c.o [ 33%] Building C object library/CMakeFiles/mbedcrypto.dir/ecdsa.c.o [ 34%] Building C object library/CMakeFiles/mbedcrypto.dir/ecjpake.c.o [ 34%] Building C object library/CMakeFiles/mbedcrypto.dir/ecp.c.o [ 35%] Building C object library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.o [ 35%] Building C object library/CMakeFiles/mbedcrypto_static.dir/pkparse.c.o [ 35%] Building C object library/CMakeFiles/mbedcrypto.dir/entropy.c.o [ 36%] Building C object library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.o [ 36%] Building C object library/CMakeFiles/mbedcrypto.dir/error.c.o [ 37%] Building C object library/CMakeFiles/mbedcrypto_static.dir/pkwrite.c.o [ 38%] Building C object library/CMakeFiles/mbedcrypto.dir/gcm.c.o [ 38%] Building C object library/CMakeFiles/mbedcrypto_static.dir/platform.c.o [ 39%] Building C object library/CMakeFiles/mbedcrypto_static.dir/platform_util.c.o [ 39%] Building C object library/CMakeFiles/mbedcrypto.dir/havege.c.o [ 40%] Building C object library/CMakeFiles/mbedcrypto.dir/hkdf.c.o [ 40%] Building C object library/CMakeFiles/mbedcrypto_static.dir/poly1305.c.o [ 40%] Building C object library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.o [ 41%] Building C object library/CMakeFiles/mbedcrypto.dir/md.c.o [ 41%] Building C object library/CMakeFiles/mbedcrypto.dir/md2.c.o [ 42%] Building C object library/CMakeFiles/mbedcrypto.dir/md4.c.o [ 42%] Building C object library/CMakeFiles/mbedcrypto.dir/md5.c.o [ 43%] Building C object library/CMakeFiles/mbedcrypto_static.dir/psa_crypto.c.o [ 44%] Building C object library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.o [ 44%] Building C object library/CMakeFiles/mbedcrypto.dir/mps_reader.c.o [ 45%] Building C object library/CMakeFiles/mbedcrypto.dir/mps_trace.c.o [ 45%] Building C object library/CMakeFiles/mbedcrypto.dir/nist_kw.c.o [ 46%] Building C object library/CMakeFiles/mbedcrypto.dir/oid.c.o [ 46%] Building C object library/CMakeFiles/mbedcrypto.dir/padlock.c.o [ 47%] Building C object library/CMakeFiles/mbedcrypto.dir/pem.c.o [ 47%] Building C object library/CMakeFiles/mbedcrypto.dir/pk.c.o [ 48%] Building C object library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.o [ 48%] Building C object library/CMakeFiles/mbedcrypto.dir/pkcs12.c.o [ 49%] Building C object library/CMakeFiles/mbedcrypto.dir/pkcs5.c.o [ 49%] Building C object library/CMakeFiles/mbedcrypto.dir/pkparse.c.o [ 50%] Building C object library/CMakeFiles/mbedcrypto.dir/pkwrite.c.o [ 50%] Building C object library/CMakeFiles/mbedcrypto.dir/platform.c.o [ 51%] Building C object library/CMakeFiles/mbedcrypto.dir/platform_util.c.o [ 51%] Building C object library/CMakeFiles/mbedcrypto.dir/poly1305.c.o [ 51%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.o [ 52%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.o [ 52%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.o [ 53%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.o [ 53%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers.c.o [ 54%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.o [ 54%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.o [ 55%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.o [ 55%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.o [ 56%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.o [ 56%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.o [ 57%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.o [ 57%] Building C object library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.o [ 58%] Building C object library/CMakeFiles/mbedcrypto.dir/ripemd160.c.o [ 58%] Building C object library/CMakeFiles/mbedcrypto.dir/rsa.c.o [ 58%] Building C object library/CMakeFiles/mbedcrypto_static.dir/psa_crypto_aead.c.o [ 59%] Building C object library/CMakeFiles/mbedcrypto_static.dir/psa_crypto_cipher.c.o [ 59%] Building C object library/CMakeFiles/mbedcrypto_static.dir/psa_crypto_client.c.o [ 60%] Building C object library/CMakeFiles/mbedcrypto.dir/rsa_internal.c.o [ 61%] Building C object library/CMakeFiles/mbedcrypto_static.dir/psa_crypto_driver_wrappers.c.o [ 61%] Building C object library/CMakeFiles/mbedcrypto.dir/sha1.c.o [ 62%] Building C object library/CMakeFiles/mbedcrypto.dir/sha256.c.o [ 62%] Building C object library/CMakeFiles/mbedcrypto_static.dir/psa_crypto_ecp.c.o [ 62%] Building C object library/CMakeFiles/mbedcrypto.dir/sha512.c.o [ 63%] Building C object library/CMakeFiles/mbedcrypto_static.dir/psa_crypto_hash.c.o [ 63%] Building C object library/CMakeFiles/mbedcrypto_static.dir/psa_crypto_mac.c.o [ 64%] Building C object library/CMakeFiles/mbedcrypto_static.dir/psa_crypto_rsa.c.o [ 64%] Building C object library/CMakeFiles/mbedcrypto_static.dir/psa_crypto_se.c.o [ 65%] Building C object library/CMakeFiles/mbedcrypto.dir/threading.c.o [ 65%] Building C object library/CMakeFiles/mbedcrypto.dir/timing.c.o [ 66%] Building C object library/CMakeFiles/mbedcrypto.dir/version.c.o [ 66%] Building C object library/CMakeFiles/mbedcrypto.dir/version_features.c.o [ 67%] Building C object library/CMakeFiles/mbedcrypto.dir/xtea.c.o [ 68%] Building C object library/CMakeFiles/mbedcrypto_static.dir/psa_crypto_slot_management.c.o [ 68%] Building C object library/CMakeFiles/mbedcrypto.dir/__/3rdparty/everest/library/everest.c.o [ 69%] Building C object library/CMakeFiles/mbedcrypto.dir/__/3rdparty/everest/library/x25519.c.o [ 69%] Building C object library/CMakeFiles/mbedcrypto.dir/__/3rdparty/everest/library/Hacl_Curve25519_joined.c.o [ 69%] Building C object library/CMakeFiles/mbedcrypto_static.dir/psa_crypto_storage.c.o [ 70%] Building C object library/CMakeFiles/mbedcrypto_static.dir/psa_its_file.c.o [ 71%] Linking C shared library libmbedcrypto.so [ 71%] Building C object library/CMakeFiles/mbedcrypto_static.dir/ripemd160.c.o make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' [ 71%] Built target mbedcrypto make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' [ 72%] Building C object library/CMakeFiles/mbedcrypto_static.dir/rsa.c.o make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' [ 72%] Building C object library/CMakeFiles/mbedcrypto_static.dir/rsa_internal.c.o make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' [ 72%] Building C object library/CMakeFiles/mbedx509.dir/certs.c.o [ 73%] Building C object library/CMakeFiles/mbedx509.dir/pkcs11.c.o [ 73%] Building C object library/CMakeFiles/mbedx509.dir/x509.c.o [ 74%] Building C object library/CMakeFiles/mbedcrypto_static.dir/sha1.c.o [ 75%] Building C object library/CMakeFiles/mbedx509.dir/x509_create.c.o [ 75%] Building C object library/CMakeFiles/mbedcrypto_static.dir/sha256.c.o [ 75%] Building C object library/CMakeFiles/mbedx509.dir/x509_crl.c.o [ 76%] Building C object library/CMakeFiles/mbedcrypto_static.dir/sha512.c.o [ 76%] Building C object library/CMakeFiles/mbedcrypto_static.dir/threading.c.o [ 77%] Building C object library/CMakeFiles/mbedcrypto_static.dir/timing.c.o [ 78%] Building C object library/CMakeFiles/mbedx509.dir/x509_crt.c.o [ 78%] Building C object library/CMakeFiles/mbedcrypto_static.dir/version.c.o [ 78%] Building C object library/CMakeFiles/mbedcrypto_static.dir/version_features.c.o [ 79%] Building C object library/CMakeFiles/mbedcrypto_static.dir/xtea.c.o [ 79%] Building C object library/CMakeFiles/mbedcrypto_static.dir/__/3rdparty/everest/library/everest.c.o [ 80%] Building C object library/CMakeFiles/mbedcrypto_static.dir/__/3rdparty/everest/library/x25519.c.o [ 80%] Building C object library/CMakeFiles/mbedcrypto_static.dir/__/3rdparty/everest/library/Hacl_Curve25519_joined.c.o [ 80%] Building C object library/CMakeFiles/mbedx509.dir/x509_csr.c.o [ 81%] Building C object library/CMakeFiles/mbedx509.dir/x509write_crt.c.o [ 82%] Linking C static library libmbedcrypto.a make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' [ 82%] Built target mbedcrypto_static [ 82%] Building C object library/CMakeFiles/mbedx509.dir/x509write_csr.c.o make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' [ 82%] Building C object library/CMakeFiles/mbedx509_static.dir/certs.c.o [ 83%] Building C object library/CMakeFiles/mbedx509_static.dir/pkcs11.c.o [ 83%] Building C object library/CMakeFiles/mbedx509_static.dir/x509.c.o [ 84%] Building C object library/CMakeFiles/mbedx509_static.dir/x509_create.c.o [ 84%] Building C object library/CMakeFiles/mbedx509_static.dir/x509_crl.c.o [ 85%] Building C object library/CMakeFiles/mbedx509_static.dir/x509_crt.c.o [ 85%] Building C object library/CMakeFiles/mbedx509_static.dir/x509_csr.c.o [ 86%] Building C object library/CMakeFiles/mbedx509_static.dir/x509write_crt.c.o [ 87%] Linking C shared library libmbedx509.so [ 87%] Building C object library/CMakeFiles/mbedx509_static.dir/x509write_csr.c.o make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' [ 87%] Built target mbedx509 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' [ 87%] Building C object library/CMakeFiles/mbedtls.dir/debug.c.o [ 88%] Building C object library/CMakeFiles/mbedtls.dir/net_sockets.c.o [ 88%] Building C object library/CMakeFiles/mbedtls.dir/ssl_cache.c.o [ 89%] Building C object library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.o [ 89%] Building C object library/CMakeFiles/mbedtls.dir/ssl_cli.c.o [ 90%] Building C object library/CMakeFiles/mbedtls.dir/ssl_cookie.c.o [ 90%] Building C object library/CMakeFiles/mbedtls.dir/ssl_msg.c.o [ 91%] Building C object library/CMakeFiles/mbedtls.dir/ssl_srv.c.o [ 92%] Linking C static library libmbedx509.a make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' [ 92%] Built target mbedx509_static [ 92%] Building C object library/CMakeFiles/mbedtls.dir/ssl_ticket.c.o [ 93%] Building C object library/CMakeFiles/mbedtls.dir/ssl_tls.c.o [ 93%] Building C object library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.o make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' [ 93%] Building C object library/CMakeFiles/mbedtls_static.dir/debug.c.o [ 94%] Building C object library/CMakeFiles/mbedtls_static.dir/net_sockets.c.o [ 94%] Building C object library/CMakeFiles/mbedtls_static.dir/ssl_cache.c.o [ 95%] Building C object library/CMakeFiles/mbedtls_static.dir/ssl_ciphersuites.c.o [ 95%] Building C object library/CMakeFiles/mbedtls_static.dir/ssl_cli.c.o [ 96%] Building C object library/CMakeFiles/mbedtls_static.dir/ssl_cookie.c.o [ 96%] Building C object library/CMakeFiles/mbedtls_static.dir/ssl_msg.c.o [ 97%] Building C object library/CMakeFiles/mbedtls_static.dir/ssl_srv.c.o [ 98%] Linking C shared library libmbedtls.so make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' [ 98%] Built target mbedtls [ 98%] Building C object library/CMakeFiles/mbedtls_static.dir/ssl_ticket.c.o [ 99%] Building C object library/CMakeFiles/mbedtls_static.dir/ssl_tls.c.o [ 99%] Building C object library/CMakeFiles/mbedtls_static.dir/ssl_tls13_keys.c.o [100%] Linking C static library libmbedtls.a make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' [100%] Built target mbedtls_static make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8' >>> mbedtls 2.28.8 Installing to staging directory GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" DESTDIR=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-3/output-1/host/bin/cmake --install /home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8/ -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/aes.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/aesni.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/arc4.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/aria.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/asn1.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/asn1write.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/base64.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/bignum.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/blowfish.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/bn_mul.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/camellia.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/ccm.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/certs.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/chacha20.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/chachapoly.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/check_config.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/cipher.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/cipher_internal.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/cmac.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/compat-1.3.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/config.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/config_psa.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/constant_time.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/ctr_drbg.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/debug.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/des.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/dhm.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/ecdh.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/ecdsa.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/ecjpake.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/ecp.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/ecp_internal.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/entropy.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/entropy_poll.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/error.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/gcm.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/havege.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/hkdf.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/hmac_drbg.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/md.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/md2.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/md4.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/md5.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/md_internal.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/memory_buffer_alloc.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/net.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/net_sockets.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/nist_kw.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/oid.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/padlock.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/pem.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/pk.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/pk_internal.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/pkcs11.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/pkcs12.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/pkcs5.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/platform.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/platform_time.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/platform_util.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/poly1305.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/psa_util.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/ripemd160.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/rsa.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/rsa_internal.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/sha1.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/sha256.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/sha512.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/ssl.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/ssl_cache.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/ssl_ciphersuites.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/ssl_cookie.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/ssl_internal.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/ssl_ticket.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/threading.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/timing.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/version.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/x509.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/x509_crl.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/x509_crt.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/x509_csr.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/mbedtls/xtea.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/psa/crypto.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/psa/crypto_builtin_composites.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/psa/crypto_builtin_primitives.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/psa/crypto_compat.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/psa/crypto_config.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/psa/crypto_driver_common.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/psa/crypto_driver_contexts_composites.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/psa/crypto_driver_contexts_primitives.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/psa/crypto_extra.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/psa/crypto_platform.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/psa/crypto_se_driver.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/psa/crypto_sizes.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/psa/crypto_struct.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/psa/crypto_types.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/psa/crypto_values.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/kremlin -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/kremlin/internal -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/kremlin/internal/debug.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/kremlin/internal/types.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/kremlin/internal/builtin.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/kremlin/internal/wasmsupport.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/kremlin/internal/compat.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/kremlin/internal/target.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/kremlin/internal/callconv.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/kremlin/c_endianness.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/kremlib.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/x25519.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/kremlib -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/kremlib/FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/kremlib/FStar_UInt128.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/everest.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/vs2010 -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/vs2010/stdbool.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/vs2010/inttypes.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/vs2010/Hacl_Curve25519.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/everest/Hacl_Curve25519.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmbedcrypto.so.2.28.8 -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmbedcrypto.so.7 -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmbedcrypto.so -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmbedx509.so.2.28.8 -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmbedx509.so.1 -- Set non-toolchain portion of runtime path of "/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmbedx509.so.2.28.8" to "" -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmbedx509.so -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmbedtls.so.2.28.8 -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmbedtls.so.14 -- Set non-toolchain portion of runtime path of "/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmbedtls.so.2.28.8" to "" -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmbedtls.so -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmbedcrypto.a -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmbedx509.a -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmbedtls.a -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/mbedcrypto.pc -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/mbedtls.pc -- Installing: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/mbedx509.pc >>> mbedtls 2.28.8 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/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-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/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-3/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/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 >>> mbedtls 2.28.8 Installing to target GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target /home/buildroot/autobuild/instance-3/output-1/host/bin/cmake --install /home/buildroot/autobuild/instance-3/output-1/build/mbedtls-2.28.8/ -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/aes.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/aesni.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/arc4.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/aria.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/asn1.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/asn1write.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/base64.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/bignum.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/blowfish.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/bn_mul.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/camellia.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/ccm.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/certs.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/chacha20.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/chachapoly.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/check_config.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/cipher.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/cipher_internal.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/cmac.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/compat-1.3.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/config.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/config_psa.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/constant_time.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/ctr_drbg.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/debug.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/des.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/dhm.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/ecdh.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/ecdsa.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/ecjpake.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/ecp.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/ecp_internal.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/entropy.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/entropy_poll.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/error.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/gcm.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/havege.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/hkdf.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/hmac_drbg.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/md.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/md2.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/md4.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/md5.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/md_internal.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/memory_buffer_alloc.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/net.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/net_sockets.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/nist_kw.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/oid.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/padlock.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/pem.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/pk.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/pk_internal.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/pkcs11.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/pkcs12.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/pkcs5.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/platform.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/platform_time.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/platform_util.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/poly1305.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/psa_util.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/ripemd160.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/rsa.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/rsa_internal.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/sha1.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/sha256.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/sha512.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/ssl.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/ssl_cache.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/ssl_ciphersuites.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/ssl_cookie.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/ssl_internal.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/ssl_ticket.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/threading.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/timing.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/version.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/x509.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/x509_crl.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/x509_crt.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/x509_csr.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/mbedtls/xtea.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/psa/crypto.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/psa/crypto_builtin_composites.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/psa/crypto_builtin_primitives.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/psa/crypto_compat.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/psa/crypto_config.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/psa/crypto_driver_common.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/psa/crypto_driver_contexts_composites.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/psa/crypto_driver_contexts_primitives.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/psa/crypto_extra.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/psa/crypto_platform.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/psa/crypto_se_driver.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/psa/crypto_sizes.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/psa/crypto_struct.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/psa/crypto_types.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/psa/crypto_values.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/kremlin -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/kremlin/internal -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/kremlin/internal/debug.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/kremlin/internal/types.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/kremlin/internal/builtin.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/kremlin/internal/wasmsupport.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/kremlin/internal/compat.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/kremlin/internal/target.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/kremlin/internal/callconv.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/kremlin/c_endianness.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/kremlib.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/x25519.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/kremlib -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/kremlib/FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/kremlib/FStar_UInt128.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/everest.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/vs2010 -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/vs2010/stdbool.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/vs2010/inttypes.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/vs2010/Hacl_Curve25519.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/include/everest/Hacl_Curve25519.h -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmbedcrypto.so.2.28.8 -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmbedcrypto.so.7 -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmbedcrypto.so -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmbedx509.so.2.28.8 -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmbedx509.so.1 -- Set non-toolchain portion of runtime path of "/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmbedx509.so.2.28.8" to "" -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmbedx509.so -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmbedtls.so.2.28.8 -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmbedtls.so.14 -- Set non-toolchain portion of runtime path of "/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmbedtls.so.2.28.8" to "" -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmbedtls.so -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmbedcrypto.a -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmbedx509.a -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmbedtls.a -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig/mbedcrypto.pc -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig/mbedtls.pc -- Installing: /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig/mbedx509.pc mbuffer-20220418.tgz: OK (md5: 90e183efeec2812e2413e97b65600acc) mbuffer-20220418.tgz: OK (sha256: 6e5801f9f5ff11445d1d03028b5a03cd08af5408697b7f94c427833228a300c7) >>> mbuffer 20220418 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/mbuffer/mbuffer-20220418.tgz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/mbuffer-20220418 -xf - >>> mbuffer 20220418 Patching >>> mbuffer 20220418 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/mbuffer-20220418 -name $file); do cp support/gnuconfig/$file $i; done; done >>> mbuffer 20220418 Patching libtool >>> mbuffer 20220418 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/mbuffer-20220418/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/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 --enable-static --enable-shared --disable-debug ) 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, --enable-static, --enable-shared 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-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/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-3/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 for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to accept ISO C99... none needed checking for gtar... /usr/bin/gtar checking for C/C++ restrict keyword... __restrict checking for inline... inline checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc provides -Wunused-result... yes checking for a BSD-compatible install... /usr/bin/install -c checking for bash... /usr/bin/bash checking for rm... /usr/bin/rm checking for cp... /usr/bin/cp checking for mt... ./configure: line 4337: WARNING:: command not found no checking for gtar... (cached) /usr/bin/gtar checking for awk... /home/buildroot/autobuild/instance-3/output-1/host/bin/awk checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for struct stat.st_blksize... yes checking for mips-buildroot-linux-gnu-gobjdump... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-objdump checking whether to enable assertions... yes checking for pthread_mutex_init in -lpthread... yes checking for library containing dlsym... none required checking for library containing clock_gettime... none required checking for library containing sem_init... none required checking for library containing rint... -lm checking for library containing seteuid... none required checking for library containing hstrerror... none required checking for library containing getaddrinfo... none required checking for library containing socket... none required checking for library containing gethostbyname... none required checking for library containing sendfile... none required checking sys/sendfile.h usability... yes checking sys/sendfile.h presence... yes checking for sys/sendfile.h... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for mkostemp... yes checking for library containing MD5Init... -lmd checking md5.h usability... yes checking md5.h presence... yes checking for md5.h... yes checking for library containing MD5_Init... -lcrypto checking linking open() and write() to detect libc names... OK checking name of open() in C library... open64 checking name of read() in C library... read checking name of write() in C library... write checking name of fstat() in C library... fstat64 configure: creating ./config.status config.status: creating Makefile config.status: creating 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, --enable-static, --enable-shared >>> mbuffer 20220418 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 mbuffer -C /home/buildroot/autobuild/instance-3/output-1/build/mbuffer-20220418/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mbuffer-20220418' mkdir build /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -MM -MG -MT build/globals.o -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. globals.c -o build/globals.d /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -MM -MG -MT build/settings.o -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. settings.c -o build/settings.d /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -MM -MG -MT build/common.o -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. common.c -o build/common.d /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -MM -MG -MT build/input.o -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. input.c -o build/input.d /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -MM -MG -MT build/hashing.o -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. hashing.c -o build/hashing.d /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -MM -MG -MT build/mbuffer.o -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. mbuffer.c -o build/mbuffer.d /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -MM -MG -MT build/network.o -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. network.c -o build/network.d /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -MM -MG -MT build/log.o -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. log.c -o build/log.d /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. -c log.c -o build/log.o /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. -c network.c -o build/network.o /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. -c mbuffer.c -o build/mbuffer.o /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. -c hashing.c -o build/hashing.o /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. -c input.c -o build/input.o /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. -c common.c -o build/common.o bash mkversion.sh creating version.h creating man-page /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. -c globals.c -o build/globals.o /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. -c settings.c -o build/settings.o /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wno-unused-result -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I. -I. build/log.o build/network.o build/mbuffer.o build/hashing.o build/input.o build/common.o build/settings.o build/globals.o -lcrypto -lmd -lm -lpthread -o mbuffer make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mbuffer-20220418' >>> mbuffer 20220418 Installing to target GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/mbuffer-20220418/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mbuffer-20220418' bash mkversion.sh /usr/bin/install -c -d -m 755 /home/buildroot/autobuild/instance-3/output-1/target/etc /usr/bin/install -c -m 644 mbuffer.rc /home/buildroot/autobuild/instance-3/output-1/target/etc version.h is up-to-date /usr/bin/install -c -d -m 755 /home/buildroot/autobuild/instance-3/output-1/target/usr/bin /usr/bin/install -c -m 755 mbuffer /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/ /usr/bin/install -c -d -m 755 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1 /usr/bin/install -c -m 644 mbuffer.1 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1/ make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mbuffer-20220418' mg-3.7.tar.gz: OK (sha256: 05101360d2194392da0950e8b6f18d067d8af0fd2f572461ba4d4e7b4ccbb4c1) >>> mg 3.7 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/mg/mg-3.7.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/mg-3.7 -xf - >>> mg 3.7 Patching >>> mg 3.7 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/mg-3.7 -name $file); do cp support/gnuconfig/$file $i; done; done >>> mg 3.7 Patching libtool >>> mg 3.7 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/mg-3.7/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/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 --enable-static --enable-shared --with-curses ) 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, --enable-static, --enable-shared checking for a BSD-compatible install... /usr/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... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for pty.h... yes checking for utmp.h... yes checking build system type... x86_64-pc-linux-gnu checking host system type... mips-buildroot-linux-gnu checking for fparseln in -lutil... no checking for login_tty in -lutil... yes checking for openpty in -lutil... yes checking for fparseln... no checking for futimens... yes checking for login_tty... yes checking for openpty... yes checking for reallocarray... yes checking for strlcpy... yes checking for strlcat... yes checking for strtonum... no checking for tgoto in -lncurses... yes checking for ncurses/curses.h... no checking for term.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating src/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, --enable-static, --enable-shared ------------------ Summary ------------------ Mg version 3.7 Prefix.........: /usr Sysconfdir.....: /etc Datadir........: ${prefix}/share/mg Docdir.........: ${prefix}/share/doc/mg Fallback ~/.mg.: /etc/mg C Compiler.....: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -lncurses -lutil -lutil Size optimize..: no Termcap/curses.: yes Optional features: MGLOG..........: doc/ & man/....: yes tutorial.gz....: yes autoexec.......: yes cmode..........: yes compile mode...: yes cscope.........: yes ctags..........: yes dired..........: yes regexp.........: yes ------------- Compiler version -------------- mips-buildroot-linux-gnu-gcc.br_real (Buildroot 2024.02.3-18-gd2320372a9) 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 >>> mg 3.7 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/mg-3.7/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7' Making all in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7/doc' gzip -c tutorial >./tutorial.gz make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7/doc' Making all in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7/src' /usr/bin/make all-am make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7/src' CC mg-basic.o CC mg-bell.o CC mg-buffer.o CC mg-cinfo.o CC mg-dir.o CC mg-display.o CC mg-echo.o CC mg-extend.o CC mg-file.o CC mg-fileio.o CC mg-funmap.o fileio.c: In function 'ffropen': fileio.c:57:48: warning: '%s' directive output between 5 and 2147483645 bytes may cause result to exceed 'INT_MAX' [-Wformat-truncation=] 57 | snprintf(cmd, sizeof(cmd), "%s %s", GUNZIP, fn); | ^~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/stdio.h:964, from fileio.c:20: In function 'snprintf', inlined from 'ffropen' at fileio.c:57:17: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 16 and 2147483656 bytes into a destination of size 2147483657 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC mg-help.o CC mg-interpreter.o CC mg-kbd.o CC mg-keymap.o CC mg-line.o CC mg-macro.o CC mg-main.o CC mg-match.o CC mg-modes.o CC mg-paragraph.o CC mg-region.o CC mg-search.o CC mg-spawn.o CC mg-tty.o CC mg-ttyio.o CC mg-ttykbd.o CC mg-undo.o CC mg-util.o CC mg-version.o CC mg-window.o CC mg-word.o CC mg-yank.o CC mg-extensions.o CC mg-autoexec.o CC mg-cmode.o CC mg-grep.o CC mg-cscope.o CC mg-tags.o CC mg-dired.o CC mg-re_search.o CC ../lib/fparseln.o CC ../lib/strtonum.o CCLD mg make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7/src' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7' >>> mg 3.7 Installing to target GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/mg-3.7/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7' Making install in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7/doc' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7/doc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/mg' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/mg' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 tutorial .mg mg.png '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/mg' /usr/bin/install -c -m 644 tutorial.gz '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/mg' /usr/bin/install -c -m 644 mg.1 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7/doc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7/doc' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7/src' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/mg' /usr/bin/install -c -m 644 README '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/mg' /usr/bin/install -c mg '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7/src' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/mg' /usr/bin/install -c -m 644 README.md ChangeLog.md UNLICENSE '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/mg' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mg-3.7' mpfr-4.1.1.tar.xz: OK (sha256: ffd195bd567dbaffc3b98b23fd00aad0537680c9896171e44fe3ff79e28ac33d) >>> mpfr 4.1.1 Extracting xzcat /home/buildroot/autobuild/instance-3/dl/mpfr/mpfr-4.1.1.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/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-3/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-3/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-3/output-1/build/mpfr-4.1.1/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/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 --enable-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... /usr/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... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... 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-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... none checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp checking for mips-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar checking the archiver (/home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/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-3/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-3/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-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for 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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-3/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... yes 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 GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 RANLIB=/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib -C /home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1' Making all in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/doc' Making all in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/mpfr-4.1.1/src' /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o exceptions.lo exceptions.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o extract.lo extract.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o uceil_log2.lo uceil_log2.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exceptions.c -fPIC -DPIC -o .libs/exceptions.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c extract.c -fPIC -DPIC -o .libs/extract.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c uceil_log2.c -fPIC -DPIC -o .libs/uceil_log2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c uceil_exp2.c -fPIC -DPIC -o .libs/uceil_exp2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c uceil_log2.c -o uceil_log2.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c uceil_exp2.c -o uceil_exp2.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c extract.c -o extract.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exceptions.c -o exceptions.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o add.lo add.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o add1.lo add1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ufloor_log2.c -fPIC -DPIC -o .libs/ufloor_log2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add.c -fPIC -DPIC -o .libs/add.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add1.c -fPIC -DPIC -o .libs/add1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ufloor_log2.c -o ufloor_log2.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o add_ui.lo add_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add.c -o add.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o agm.lo agm.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add_ui.c -fPIC -DPIC -o .libs/add_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o clear.lo clear.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add_ui.c -o add_ui.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c clear.c -fPIC -DPIC -o .libs/clear.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmp.lo cmp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add1.c -o add1.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c clear.c -o clear.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp.c -fPIC -DPIC -o .libs/cmp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c agm.c -o agm.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmpabs.lo cmpabs.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmpabs.c -fPIC -DPIC -o .libs/cmpabs.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp.c -o cmp.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmpabs.c -o cmpabs.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmp_ui.lo cmp_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp_si.c -fPIC -DPIC -o .libs/cmp_si.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp_ui.c -fPIC -DPIC -o .libs/cmp_ui.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o comparisons.lo comparisons.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o div_2exp.lo div_2exp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c comparisons.c -fPIC -DPIC -o .libs/comparisons.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div_2exp.c -fPIC -DPIC -o .libs/div_2exp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp_si.c -o cmp_si.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp_ui.c -o cmp_ui.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div_2exp.c -o div_2exp.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c comparisons.c -o comparisons.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o div.lo div.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div_2si.c -fPIC -DPIC -o .libs/div_2si.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div_2ui.c -fPIC -DPIC -o .libs/div_2ui.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o div_ui.lo div_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div.c -fPIC -DPIC -o .libs/div.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div_ui.c -fPIC -DPIC -o .libs/div_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div_2si.c -o div_2si.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div_2ui.c -o div_2ui.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div_ui.c -o div_ui.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o dot.lo dot.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o dump.lo dump.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c dot.c -fPIC -DPIC -o .libs/dot.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c dump.c -fPIC -DPIC -o .libs/dump.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o eq.lo eq.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c dot.c -o dot.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c eq.c -fPIC -DPIC -o .libs/eq.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c dump.c -o dump.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o exp10.lo exp10.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c eq.c -o eq.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o exp2.lo exp2.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exp10.c -fPIC -DPIC -o .libs/exp10.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div.c -o div.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exp2.c -fPIC -DPIC -o .libs/exp2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exp10.c -o exp10.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o exp3.lo exp3.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o exp.lo exp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exp3.c -fPIC -DPIC -o .libs/exp3.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exp2.c -o exp2.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o frac.lo frac.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exp.c -o exp.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c frac.c -fPIC -DPIC -o .libs/frac.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exp3.c -o exp3.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o frexp.lo frexp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c frac.c -o frac.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c frexp.c -fPIC -DPIC -o .libs/frexp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c frexp.c -o frexp.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_str.lo get_str.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_d.c -fPIC -DPIC -o .libs/get_d.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o init.lo init.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_exp.c -fPIC -DPIC -o .libs/get_exp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_str.c -fPIC -DPIC -o .libs/get_str.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c init.c -fPIC -DPIC -o .libs/init.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_exp.c -o get_exp.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_d.c -o get_d.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c init.c -o init.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o isinteger.lo isinteger.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o isinf.lo isinf.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isinteger.c -fPIC -DPIC -o .libs/isinteger.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isinf.c -fPIC -DPIC -o .libs/isinf.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c inp_str.c -o inp_str.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isinteger.c -o isinteger.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_str.c -o get_str.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isinf.c -o isinf.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o isnan.lo isnan.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o isnum.lo isnum.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o const_log2.lo const_log2.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isnan.c -fPIC -DPIC -o .libs/isnan.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isnum.c -fPIC -DPIC -o .libs/isnum.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c const_log2.c -fPIC -DPIC -o .libs/const_log2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isnan.c -o isnan.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isnum.c -o isnum.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o log.lo log.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o modf.lo modf.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c const_log2.c -o const_log2.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c log.c -fPIC -DPIC -o .libs/log.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mul_2exp.lo mul_2exp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c modf.c -fPIC -DPIC -o .libs/modf.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul_2exp.c -fPIC -DPIC -o .libs/mul_2exp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c modf.c -o modf.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mul_2si.lo mul_2si.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul_2exp.c -o mul_2exp.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c log.c -o log.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mul.lo mul.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul_2ui.c -fPIC -DPIC -o .libs/mul_2ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul.c -fPIC -DPIC -o .libs/mul.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mul_ui.lo mul_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul_2ui.c -o mul_2ui.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul_2si.c -o mul_2si.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul_ui.c -fPIC -DPIC -o .libs/mul_ui.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o neg.lo neg.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o next.lo next.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul_ui.c -o mul_ui.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c neg.c -o neg.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c next.c -fPIC -DPIC -o .libs/next.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o out_str.lo out_str.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c out_str.c -fPIC -DPIC -o .libs/out_str.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c next.c -o next.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o printf.lo printf.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c printf.c -fPIC -DPIC -o .libs/printf.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul.c -o mul.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c out_str.c -o out_str.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o vasprintf.lo vasprintf.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c vasprintf.c -fPIC -DPIC -o .libs/vasprintf.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o const_pi.lo const_pi.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c printf.c -o printf.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c const_pi.c -fPIC -DPIC -o .libs/const_pi.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o pow.lo pow.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c const_pi.c -o const_pi.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o pow_si.lo pow_si.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o pow_ui.lo pow_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c pow_ui.c -fPIC -DPIC -o .libs/pow_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c pow.c -o pow.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c pow_si.c -o pow_si.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c pow_ui.c -o pow_ui.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o print_raw.lo print_raw.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c print_raw.c -fPIC -DPIC -o .libs/print_raw.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o print_rnd_mode.lo print_rnd_mode.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o reldiff.lo reldiff.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c print_rnd_mode.c -fPIC -DPIC -o .libs/print_rnd_mode.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c print_raw.c -o print_raw.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c reldiff.c -fPIC -DPIC -o .libs/reldiff.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c print_rnd_mode.c -o print_rnd_mode.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o round_prec.lo round_prec.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c reldiff.c -o reldiff.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set.lo set.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c round_prec.c -fPIC -DPIC -o .libs/round_prec.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o setmax.lo setmax.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c setmax.c -fPIC -DPIC -o .libs/setmax.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c vasprintf.c -o vasprintf.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c setmax.c -o setmax.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set.c -o set.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o setmin.lo setmin.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_d.lo set_d.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c setmin.c -o setmin.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c round_prec.c -o round_prec.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_d.c -fPIC -DPIC -o .libs/set_d.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_dfl_prec.lo set_dfl_prec.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_dfl_prec.c -fPIC -DPIC -o .libs/set_dfl_prec.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_d.c -o set_d.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_dfl_prec.c -o set_dfl_prec.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_exp.lo set_exp.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_rnd.lo set_rnd.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_exp.c -fPIC -DPIC -o .libs/set_exp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_rnd.c -fPIC -DPIC -o .libs/set_rnd.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_exp.c -o set_exp.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_rnd.c -o set_rnd.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_prc_raw.lo set_prc_raw.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_prec.lo set_prec.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_f.c -fPIC -DPIC -o .libs/set_f.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_prc_raw.c -fPIC -DPIC -o .libs/set_prc_raw.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_prec.c -fPIC -DPIC -o .libs/set_prec.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_prc_raw.c -o set_prc_raw.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_prec.c -o set_prec.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_f.c -o set_f.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_q.lo set_q.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_si.lo set_si.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_str.lo set_str.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_q.c -fPIC -DPIC -o .libs/set_q.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_si.c -fPIC -DPIC -o .libs/set_si.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_str_raw.lo set_str_raw.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_str.c -fPIC -DPIC -o .libs/set_str.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_si.c -o set_si.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_str_raw.c -fPIC -DPIC -o .libs/set_str_raw.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_q.c -o set_q.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_str.c -o set_str.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_ui.lo set_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_str_raw.c -o set_str_raw.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_z.lo set_z.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sqrt.lo sqrt.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sqrt_ui.lo sqrt_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_z.c -fPIC -DPIC -o .libs/set_z.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_ui.c -o set_ui.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sqrt.c -fPIC -DPIC -o .libs/sqrt.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sqrt_ui.c -fPIC -DPIC -o .libs/sqrt_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_z.c -o set_z.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sub.lo sub.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sub1.lo sub1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sqrt_ui.c -o sqrt_ui.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sqrt.c -o sqrt.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sub1.c -fPIC -DPIC -o .libs/sub1.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sub_ui.lo sub_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sub.c -o sub.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o rint.lo rint.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ui_div.lo ui_div.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sub_ui.c -o sub_ui.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c rint.c -fPIC -DPIC -o .libs/rint.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ui_sub.lo ui_sub.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ui_div.c -o ui_div.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ui_sub.c -fPIC -DPIC -o .libs/ui_sub.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sub1.c -o sub1.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o urandom.lo urandom.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ui_sub.c -o ui_sub.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c rint.c -o rint.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c urandom.c -fPIC -DPIC -o .libs/urandom.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o urandomb.lo urandomb.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c urandom.c -o urandom.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c urandomb.c -fPIC -DPIC -o .libs/urandomb.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_z_exp.lo get_z_exp.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o swap.lo swap.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c urandomb.c -o urandomb.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o factorial.lo factorial.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_z_exp.c -fPIC -DPIC -o .libs/get_z_exp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cosh.lo cosh.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c factorial.c -fPIC -DPIC -o .libs/factorial.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c swap.c -o swap.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_z_exp.c -o get_z_exp.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cosh.c -fPIC -DPIC -o .libs/cosh.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sinh.lo sinh.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o tanh.lo tanh.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c factorial.c -o factorial.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sinh.c -fPIC -DPIC -o .libs/sinh.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c tanh.c -fPIC -DPIC -o .libs/tanh.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cosh.c -o cosh.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sinh_cosh.lo sinh_cosh.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sinh_cosh.c -fPIC -DPIC -o .libs/sinh_cosh.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sinh.c -o sinh.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o acosh.lo acosh.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c tanh.c -o tanh.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c acosh.c -fPIC -DPIC -o .libs/acosh.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o asinh.lo asinh.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sinh_cosh.c -o sinh_cosh.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o atanh.lo atanh.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c acosh.c -o acosh.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c asinh.c -fPIC -DPIC -o .libs/asinh.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o atan.lo atan.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmp2.lo cmp2.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c asinh.c -o asinh.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c atanh.c -o atanh.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c atan.c -fPIC -DPIC -o .libs/atan.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o exp_2.lo exp_2.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o asin.lo asin.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exp_2.c -fPIC -DPIC -o .libs/exp_2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp2.c -o cmp2.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c asin.c -fPIC -DPIC -o .libs/asin.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c asin.c -o asin.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o const_euler.lo const_euler.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c const_euler.c -fPIC -DPIC -o .libs/const_euler.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c atan.c -o atan.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cos.lo cos.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exp_2.c -o exp_2.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cos.c -fPIC -DPIC -o .libs/cos.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c const_euler.c -o const_euler.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cos.c -o cos.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sin.lo sin.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o tan.lo tan.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fma.lo fma.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sin.c -fPIC -DPIC -o .libs/sin.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c tan.c -fPIC -DPIC -o .libs/tan.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fma.c -fPIC -DPIC -o .libs/fma.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fms.lo fms.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c tan.c -o tan.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sin.c -o sin.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fms.c -fPIC -DPIC -o .libs/fms.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fma.c -o fma.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fms.c -o fms.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o hypot.lo hypot.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o log1p.lo log1p.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o expm1.lo expm1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c hypot.c -fPIC -DPIC -o .libs/hypot.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o log2.lo log2.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c expm1.c -fPIC -DPIC -o .libs/expm1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c log2.c -fPIC -DPIC -o .libs/log2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c log1p.c -o log1p.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c expm1.c -o expm1.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c hypot.c -o hypot.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c log2.c -o log2.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o log10.lo log10.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ui_pow.lo ui_pow.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ui_pow_ui.lo ui_pow_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c log10.c -fPIC -DPIC -o .libs/log10.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o minmax.lo minmax.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c minmax.c -fPIC -DPIC -o .libs/minmax.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ui_pow.c -o ui_pow.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c log10.c -o log10.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ui_pow_ui.c -o ui_pow_ui.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o dim.lo dim.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c minmax.c -o minmax.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o signbit.lo signbit.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c dim.c -fPIC -DPIC -o .libs/dim.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o copysign.lo copysign.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o setsign.lo setsign.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c signbit.c -fPIC -DPIC -o .libs/signbit.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c copysign.c -fPIC -DPIC -o .libs/copysign.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c dim.c -o dim.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c setsign.c -fPIC -DPIC -o .libs/setsign.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c signbit.c -o signbit.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c copysign.c -o copysign.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o gmp_op.lo gmp_op.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c setsign.c -o setsign.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o init2.lo init2.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o acos.lo acos.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c gmp_op.c -fPIC -DPIC -o .libs/gmp_op.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sin_cos.lo sin_cos.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c init2.c -fPIC -DPIC -o .libs/init2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c acos.c -fPIC -DPIC -o .libs/acos.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sin_cos.c -fPIC -DPIC -o .libs/sin_cos.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c init2.c -o init2.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c acos.c -o acos.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_nan.lo set_nan.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_inf.lo set_inf.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c gmp_op.c -o gmp_op.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_nan.c -o set_nan.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_inf.c -fPIC -DPIC -o .libs/set_inf.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_zero.lo set_zero.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_inf.c -o set_inf.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_zero.c -fPIC -DPIC -o .libs/set_zero.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o powerof2.lo powerof2.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sin_cos.c -o sin_cos.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_zero.c -o set_zero.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o gamma.lo gamma.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_ld.lo set_ld.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c powerof2.c -o powerof2.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c gamma.c -fPIC -DPIC -o .libs/gamma.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_ld.c -fPIC -DPIC -o .libs/set_ld.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_ld.lo get_ld.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_ld.c -o set_ld.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_ld.c -fPIC -DPIC -o .libs/get_ld.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cbrt.lo cbrt.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_ld.c -o get_ld.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o volatile.lo volatile.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_sshort.lo fits_sshort.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c volatile.c -fPIC -DPIC -o .libs/volatile.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cbrt.c -o cbrt.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_sshort.c -fPIC -DPIC -o .libs/fits_sshort.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c volatile.c -o volatile.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_sshort.c -o fits_sshort.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_sint.lo fits_sint.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_slong.lo fits_slong.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c gamma.c -o gamma.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_sint.c -fPIC -DPIC -o .libs/fits_sint.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_slong.c -fPIC -DPIC -o .libs/fits_slong.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_ushort.lo fits_ushort.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_ushort.c -fPIC -DPIC -o .libs/fits_ushort.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_sint.c -o fits_sint.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_slong.c -o fits_slong.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_ushort.c -o fits_ushort.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_ulong.lo fits_ulong.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_uint.c -fPIC -DPIC -o .libs/fits_uint.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_uintmax.lo fits_uintmax.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_uintmax.c -fPIC -DPIC -o .libs/fits_uintmax.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_uint.c -o fits_uint.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_ulong.c -o fits_ulong.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_uintmax.c -o fits_uintmax.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_ui.lo get_ui.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o zeta.lo zeta.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_intmax.c -fPIC -DPIC -o .libs/fits_intmax.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_si.c -fPIC -DPIC -o .libs/get_si.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_ui.c -fPIC -DPIC -o .libs/get_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c zeta.c -fPIC -DPIC -o .libs/zeta.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_si.c -o get_si.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_intmax.c -o fits_intmax.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_ui.c -o get_ui.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o erf.lo erf.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o inits.lo inits.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp_d.c -fPIC -DPIC -o .libs/cmp_d.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c erf.c -fPIC -DPIC -o .libs/erf.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c inits.c -fPIC -DPIC -o .libs/inits.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp_d.c -o cmp_d.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c inits.c -o inits.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o inits2.lo inits2.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o clears.lo clears.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c zeta.c -o zeta.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c erf.c -o erf.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c inits2.c -fPIC -DPIC -o .libs/inits2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c clears.c -fPIC -DPIC -o .libs/clears.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c inits2.c -o inits2.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c clears.c -o clears.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sgn.lo sgn.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o check.lo check.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sub1sp.lo sub1sp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sgn.c -fPIC -DPIC -o .libs/sgn.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c check.c -fPIC -DPIC -o .libs/check.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sub1sp.c -fPIC -DPIC -o .libs/sub1sp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sgn.c -o sgn.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c check.c -o check.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o version.lo version.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mpn_exp.lo mpn_exp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mpfr-gmp.lo mpfr-gmp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mpn_exp.c -fPIC -DPIC -o .libs/mpn_exp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mpfr-gmp.c -fPIC -DPIC -o .libs/mpfr-gmp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c version.c -o version.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mp_clz_tab.lo mp_clz_tab.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mpn_exp.c -o mpn_exp.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mpfr-gmp.c -o mpfr-gmp.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mp_clz_tab.c -fPIC -DPIC -o .libs/mp_clz_tab.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mp_clz_tab.c -o mp_clz_tab.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sum.lo sum.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o add1sp.lo add1sp.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o free_cache.lo free_cache.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sum.c -fPIC -DPIC -o .libs/sum.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add1sp.c -fPIC -DPIC -o .libs/add1sp.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c free_cache.c -fPIC -DPIC -o .libs/free_cache.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c free_cache.c -o free_cache.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sub1sp.c -o sub1sp.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o si_op.lo si_op.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c si_op.c -fPIC -DPIC -o .libs/si_op.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c si_op.c -o si_op.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add1sp.c -o add1sp.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmp_ld.lo cmp_ld.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sum.c -o sum.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp_ld.c -fPIC -DPIC -o .libs/cmp_ld.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp_ld.c -o cmp_ld.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_ui_2exp.lo set_ui_2exp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_si_2exp.lo set_si_2exp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_ui_2exp.c -o set_ui_2exp.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_uj.lo set_uj.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_uj.c -fPIC -DPIC -o .libs/set_uj.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_sj.lo set_sj.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_si_2exp.c -o set_si_2exp.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_sj.lo get_sj.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_uj.c -o set_uj.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_uj.lo get_uj.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_sj.c -o set_sj.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_sj.c -fPIC -DPIC -o .libs/get_sj.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_uj.c -fPIC -DPIC -o .libs/get_uj.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_z.lo get_z.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_sj.c -o get_sj.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o iszero.lo iszero.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_z.c -fPIC -DPIC -o .libs/get_z.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_uj.c -o get_uj.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cache.lo cache.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c iszero.c -fPIC -DPIC -o .libs/iszero.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_z.c -o get_z.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sqr.lo sqr.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cache.c -fPIC -DPIC -o .libs/cache.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c iszero.c -o iszero.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sqr.c -fPIC -DPIC -o .libs/sqr.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o isqrt.lo isqrt.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isqrt.c -fPIC -DPIC -o .libs/isqrt.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cache.c -o cache.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c int_ceil_log2.c -o int_ceil_log2.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isqrt.c -o isqrt.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o strtofr.lo strtofr.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sqr.c -o sqr.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o logging.lo logging.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c strtofr.c -fPIC -DPIC -o .libs/strtofr.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c pow_z.c -fPIC -DPIC -o .libs/pow_z.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c logging.c -fPIC -DPIC -o .libs/logging.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c logging.c -o logging.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mulders.lo mulders.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_f.lo get_f.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mulders.c -fPIC -DPIC -o .libs/mulders.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c pow_z.c -o pow_z.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_f.c -fPIC -DPIC -o .libs/get_f.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c strtofr.c -o strtofr.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_f.c -o get_f.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mulders.c -o mulders.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o round_p.lo round_p.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o erfc.lo erfc.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c round_p.c -fPIC -DPIC -o .libs/round_p.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c erfc.c -fPIC -DPIC -o .libs/erfc.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c round_p.c -o round_p.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o atan2.lo atan2.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o subnormal.lo subnormal.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o const_catalan.lo const_catalan.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c erfc.c -o erfc.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c subnormal.c -fPIC -DPIC -o .libs/subnormal.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c const_catalan.c -fPIC -DPIC -o .libs/const_catalan.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c atan2.c -o atan2.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o root.lo root.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c const_catalan.c -o const_catalan.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c subnormal.c -o subnormal.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c root.c -fPIC -DPIC -o .libs/root.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sec.lo sec.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o csc.lo csc.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sec.c -fPIC -DPIC -o .libs/sec.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c csc.c -fPIC -DPIC -o .libs/csc.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cot.lo cot.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c root.c -o root.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cot.c -fPIC -DPIC -o .libs/cot.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sec.c -o sec.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c csc.c -o csc.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cot.c -o cot.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o eint.lo eint.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sech.lo sech.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o csch.lo csch.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c eint.c -fPIC -DPIC -o .libs/eint.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sech.c -fPIC -DPIC -o .libs/sech.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c csch.c -fPIC -DPIC -o .libs/csch.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o coth.lo coth.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c coth.c -fPIC -DPIC -o .libs/coth.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sech.c -o sech.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c csch.c -o csch.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c eint.c -o eint.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o round_near_x.lo round_near_x.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c coth.c -o coth.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o constant.lo constant.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c constant.c -fPIC -DPIC -o .libs/constant.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o abort_prec_max.lo abort_prec_max.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c constant.c -o constant.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c abort_prec_max.c -fPIC -DPIC -o .libs/abort_prec_max.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o stack_interface.lo stack_interface.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c round_near_x.c -o round_near_x.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o lngamma.lo lngamma.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c abort_prec_max.c -o abort_prec_max.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c stack_interface.c -fPIC -DPIC -o .libs/stack_interface.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o zeta_ui.lo zeta_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c stack_interface.c -o stack_interface.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_d64.lo set_d64.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c zeta_ui.c -fPIC -DPIC -o .libs/zeta_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_d64.c -fPIC -DPIC -o .libs/set_d64.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_d64.lo get_d64.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_d64.c -o set_d64.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o jn.lo jn.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_d64.c -o get_d64.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c zeta_ui.c -o zeta_ui.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c jn.c -fPIC -DPIC -o .libs/jn.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o yn.lo yn.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c yn.c -fPIC -DPIC -o .libs/yn.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c lngamma.c -o lngamma.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o rem1.lo rem1.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c rem1.c -fPIC -DPIC -o .libs/rem1.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c rem1.c -o rem1.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c jn.c -o jn.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c yn.c -o yn.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o add_d.lo add_d.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sub_d.lo sub_d.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add_d.c -fPIC -DPIC -o .libs/add_d.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sub_d.c -fPIC -DPIC -o .libs/sub_d.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add_d.c -o add_d.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sub_d.c -o sub_d.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mul_d.lo mul_d.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o div_d.lo div_d.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c d_sub.c -fPIC -DPIC -o .libs/d_sub.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul_d.c -fPIC -DPIC -o .libs/mul_d.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o d_div.lo d_div.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c d_sub.c -o d_sub.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul_d.c -o mul_d.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c d_div.c -fPIC -DPIC -o .libs/d_div.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div_d.c -o div_d.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o li2.lo li2.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o rec_sqrt.lo rec_sqrt.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c d_div.c -o d_div.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o min_prec.lo min_prec.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c li2.c -fPIC -DPIC -o .libs/li2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c rec_sqrt.c -fPIC -DPIC -o .libs/rec_sqrt.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c min_prec.c -fPIC -DPIC -o .libs/min_prec.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o buildopt.lo buildopt.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c min_prec.c -o min_prec.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o digamma.lo digamma.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c buildopt.c -o buildopt.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c rec_sqrt.c -o rec_sqrt.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c digamma.c -fPIC -DPIC -o .libs/digamma.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o bernoulli.lo bernoulli.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c bernoulli.c -fPIC -DPIC -o .libs/bernoulli.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c li2.c -o li2.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c digamma.c -o digamma.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o isregular.lo isregular.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c bernoulli.c -o bernoulli.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isregular.c -fPIC -DPIC -o .libs/isregular.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isregular.c -o isregular.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_flt.lo get_flt.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o scale2.lo scale2.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_flt.c -fPIC -DPIC -o .libs/set_flt.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_flt.c -fPIC -DPIC -o .libs/get_flt.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c scale2.c -fPIC -DPIC -o .libs/scale2.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_flt.c -o set_flt.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c scale2.c -o scale2.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_flt.c -o get_flt.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_z_exp.lo set_z_exp.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ai.lo ai.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o gammaonethird.lo gammaonethird.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_z_exp.c -fPIC -DPIC -o .libs/set_z_exp.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o grandom.lo grandom.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ai.c -fPIC -DPIC -o .libs/ai.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c gammaonethird.c -fPIC -DPIC -o .libs/gammaonethird.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c grandom.c -fPIC -DPIC -o .libs/grandom.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_z_exp.c -o set_z_exp.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c gammaonethird.c -o gammaonethird.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c grandom.c -o grandom.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fpif.lo fpif.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_float128.lo get_float128.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fpif.c -fPIC -DPIC -o .libs/fpif.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_float128.c -fPIC -DPIC -o .libs/set_float128.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_float128.c -fPIC -DPIC -o .libs/get_float128.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_float128.c -o set_float128.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ai.c -o ai.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_float128.c -o get_float128.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o rndna.lo rndna.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o nrandom.lo nrandom.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fpif.c -o fpif.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c rndna.c -fPIC -DPIC -o .libs/rndna.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c nrandom.c -fPIC -DPIC -o .libs/nrandom.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c rndna.c -o rndna.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c nrandom.c -o nrandom.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o erandom.lo erandom.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mpfr-mini-gmp.lo mpfr-mini-gmp.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c erandom.c -fPIC -DPIC -o .libs/erandom.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fmma.lo fmma.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mpfr-mini-gmp.c -o mpfr-mini-gmp.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fmma.c -fPIC -DPIC -o .libs/fmma.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c erandom.c -o erandom.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c random_deviate.c -o random_deviate.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o gamma_inc.lo gamma_inc.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fmma.c -o fmma.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c log_ui.c -fPIC -DPIC -o .libs/log_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ubf.lo ubf.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o beta.lo beta.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ubf.c -fPIC -DPIC -o .libs/ubf.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c beta.c -fPIC -DPIC -o .libs/beta.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c log_ui.c -o log_ui.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ubf.c -o ubf.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c gamma_inc.c -o gamma_inc.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c beta.c -o beta.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_q.lo get_q.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c odd_p.c -fPIC -DPIC -o .libs/odd_p.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_q.c -fPIC -DPIC -o .libs/get_q.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_q.c -o get_q.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c odd_p.c -o odd_p.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o pool.lo pool.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o total_order.lo total_order.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_d128.lo set_d128.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_d128.lo get_d128.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c pool.c -fPIC -DPIC -o .libs/pool.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c total_order.c -fPIC -DPIC -o .libs/total_order.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_d128.c -fPIC -DPIC -o .libs/set_d128.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_d128.c -fPIC -DPIC -o .libs/get_d128.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c total_order.c -o total_order.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_d128.c -o set_d128.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c pool.c -o pool.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_d128.c -o get_d128.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o nbits_ulong.lo nbits_ulong.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_patches.lo get_patches.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c nbits_ulong.c -fPIC -DPIC -o .libs/nbits_ulong.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmpabs_ui.c -fPIC -DPIC -o .libs/cmpabs_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_patches.c -fPIC -DPIC -o .libs/get_patches.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmpabs_ui.c -o cmpabs_ui.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_patches.c -o get_patches.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BIG_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_BIG_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c nbits_ulong.c -o nbits_ulong.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/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 -O2 -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: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar cr .libs/libmpfr.a exceptions.o extract.o uceil_exp2.o uceil_log2.o ufloor_log2.o add.o add1.o add_ui.o agm.o clear.o cmp.o cmpabs.o cmp_si.o cmp_ui.o comparisons.o div_2exp.o div_2si.o div_2ui.o div.o div_ui.o dot.o dump.o eq.o exp10.o exp2.o exp3.o exp.o frac.o frexp.o get_d.o get_exp.o get_str.o init.o inp_str.o isinteger.o isinf.o isnan.o isnum.o const_log2.o log.o modf.o mul_2exp.o mul_2si.o mul_2ui.o mul.o mul_ui.o neg.o next.o out_str.o printf.o vasprintf.o const_pi.o pow.o pow_si.o pow_ui.o print_raw.o print_rnd_mode.o reldiff.o round_prec.o set.o setmax.o setmin.o set_d.o set_dfl_prec.o set_exp.o set_rnd.o set_f.o set_prc_raw.o set_prec.o set_q.o set_si.o set_str.o set_str_raw.o set_ui.o set_z.o sqrt.o sqrt_ui.o sub.o sub1.o sub_ui.o rint.o ui_div.o ui_sub.o urandom.o urandomb.o get_z_exp.o swap.o factorial.o cosh.o sinh.o tanh.o sinh_cosh.o acosh.o asinh.o atanh.o atan.o cmp2.o exp_2.o asin.o const_euler.o cos.o sin.o tan.o fma.o fms.o hypot.o log1p.o expm1.o log2.o log10.o ui_pow.o ui_pow_ui.o minmax.o dim.o signbit.o copysign.o setsign.o gmp_op.o init2.o acos.o sin_cos.o set_nan.o set_inf.o set_zero.o powerof2.o gamma.o set_ld.o get_ld.o cbrt.o volatile.o fits_sshort.o fits_sint.o fits_slong.o fits_ushort.o fits_uint.o fits_ulong.o fits_uintmax.o fits_intmax.o get_si.o get_ui.o zeta.o cmp_d.o erf.o inits.o inits2.o clears.o sgn.o check.o sub1sp.o version.o mpn_exp.o mpfr-gmp.o mp_clz_tab.o sum.o add1sp.o free_cache.o si_op.o cmp_ld.o set_ui_2exp.o set_si_2exp.o set_uj.o set_sj.o get_sj.o get_uj.o get_z.o iszero.o cache.o sqr.o int_ceil_log2.o isqrt.o strtofr.o pow_z.o logging.o mulders.o get_f.o round_p.o erfc.o atan2.o subnormal.o const_catalan.o root.o sec.o csc.o cot.o eint.o sech.o csch.o coth.o round_near_x.o constant.o abort_prec_max.o stack_interface.o lngamma.o zeta_ui.o set_d64.o get_d64.o jn.o yn.o rem1.o add_d.o sub_d.o d_sub.o mul_d.o div_d.o d_div.o li2.o rec_sqrt.o min_prec.o buildopt.o digamma.o bernoulli.o isregular.o set_flt.o get_flt.o scale2.o set_z_exp.o ai.o gammaonethird.o grandom.o fpif.o set_float128.o get_float128.o rndna.o nrandom.o random_deviate.o erandom.o mpfr-mini-gmp.o fmma.o log_ui.o gamma_inc.o ubf.o beta.o odd_p.o get_q.o pool.o total_order.o set_d128.o get_d128.o nbits_ulong.o cmpabs_ui.o get_patches.o libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib .libs/libmpfr.a libtool: link: ( cd ".libs" && rm -f "libmpfr.la" && ln -s "../libmpfr.la" "libmpfr.la" ) make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/src' Making all in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/tests' Making all in tune make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/tune' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/tune' Making all in tools/bench make[2]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/mpfr-4.1.1/tools/bench' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1' >>> mpfr 4.1.1 Installing to staging directory GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1' Making install in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/doc' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/doc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/mpfr' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/info' /usr/bin/install -c -m 644 FAQ.html '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/mpfr' /usr/bin/install -c -m 644 ./mpfr.info '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/info' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/doc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/doc' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/src' /usr/bin/make install-am make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/src' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/src' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' /bin/sh ../libtool --mode=install /usr/bin/install -c libmpfr.la '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/install -c -m 644 mpfr.h mpf2mpfr.h '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' libtool: install: /usr/bin/install -c .libs/libmpfr.so.6.1.1 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmpfr.so.6.1.1 libtool: install: (cd /home/buildroot/autobuild/instance-3/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-3/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: /usr/bin/install -c .libs/libmpfr.lai /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmpfr.la libtool: install: /usr/bin/install -c .libs/libmpfr.a /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmpfr.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmpfr.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmpfr.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/src' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/mpfr-4.1.1/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/tests' Making install in tune make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/tune' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/mpfr-4.1.1/tune' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/tune' Making install in tools/bench make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/tools/bench' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/mpfr-4.1.1/tools/bench' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/tools/bench' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/mpfr' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 mpfr.pc '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/mpfr/examples' /usr/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-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/mpfr/examples' /usr/bin/install -c -m 644 AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/mpfr/.' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1' >>> mpfr 4.1.1 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/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-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/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-3/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/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 GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1' Making install in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/doc' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/doc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/mpfr' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/info' /usr/bin/install -c -m 644 FAQ.html '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/mpfr' /usr/bin/install -c -m 644 ./mpfr.info '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/info' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/doc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/doc' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/src' /usr/bin/make install-am make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/src' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/src' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' /bin/sh ../libtool --mode=install /usr/bin/install -c libmpfr.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /usr/bin/install -c -m 644 mpfr.h mpf2mpfr.h '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' libtool: install: /usr/bin/install -c .libs/libmpfr.so.6.1.1 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmpfr.so.6.1.1 libtool: install: (cd /home/buildroot/autobuild/instance-3/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-3/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: /usr/bin/install -c .libs/libmpfr.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmpfr.la libtool: install: /usr/bin/install -c .libs/libmpfr.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmpfr.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmpfr.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmpfr.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/src' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/mpfr-4.1.1/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/tests' Making install in tune make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/tune' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/mpfr-4.1.1/tune' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/tune' Making install in tools/bench make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/tools/bench' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/mpfr-4.1.1/tools/bench' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1/tools/bench' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/mpfr' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 mpfr.pc '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/mpfr/examples' /usr/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-3/output-1/target/usr/share/doc/mpfr/examples' /usr/bin/install -c -m 644 AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/mpfr/.' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpfr-4.1.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/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-3/dl/mpc/mpc-1.2.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/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-3/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-3/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-3/output-1/build/mpc-1.2.1/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/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 --enable-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... /usr/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... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-pc-linux-gnu checking host system type... 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-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... none checking for mips-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar checking the archiver (/home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/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-3/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-3/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-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for 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-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-3/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... yes 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 GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1' Making all in src make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/src' /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o abs.lo abs.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o acos.lo acos.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o acosh.lo acosh.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o add.lo add.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c acos.c -fPIC -DPIC -o .libs/acos.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c abs.c -fPIC -DPIC -o .libs/abs.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c acosh.c -fPIC -DPIC -o .libs/acosh.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c add.c -fPIC -DPIC -o .libs/add.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c abs.c -o abs.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c add.c -o add.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c acosh.c -o acosh.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o add_fr.lo add_fr.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o add_si.lo add_si.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -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-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o add_ui.lo add_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c add_si.c -fPIC -DPIC -o .libs/add_si.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c acos.c -o acos.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c add_ui.c -fPIC -DPIC -o .libs/add_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c add_fr.c -o add_fr.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c add_si.c -o add_si.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c add_ui.c -o add_ui.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o arg.lo arg.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o asin.lo asin.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -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-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o asinh.lo asinh.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c asin.c -fPIC -DPIC -o .libs/asin.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o atan.lo atan.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c asinh.c -fPIC -DPIC -o .libs/asinh.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c arg.c -o arg.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c atan.c -fPIC -DPIC -o .libs/atan.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o atanh.lo atanh.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c asinh.c -o asinh.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -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-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o clear.lo clear.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c atanh.c -o atanh.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c clear.c -fPIC -DPIC -o .libs/clear.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c atan.c -o atan.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c asin.c -o asin.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c clear.c -o clear.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o cmp.lo cmp.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c cmp.c -fPIC -DPIC -o .libs/cmp.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o cmp_abs.lo cmp_abs.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c cmp_abs.c -fPIC -DPIC -o .libs/cmp_abs.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c cmp.c -o cmp.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o cmp_si_si.lo cmp_si_si.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o conj.lo conj.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c cmp_abs.c -o cmp_abs.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c cmp_si_si.c -fPIC -DPIC -o .libs/cmp_si_si.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -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-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o cos.lo cos.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c cmp_si_si.c -o cmp_si_si.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c conj.c -o conj.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -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-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o cosh.lo cosh.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o div_2si.lo div_2si.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o div_2ui.lo div_2ui.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c cos.c -o cos.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c cosh.c -fPIC -DPIC -o .libs/cosh.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c div_2si.c -fPIC -DPIC -o .libs/div_2si.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c div_2ui.c -fPIC -DPIC -o .libs/div_2ui.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c cosh.c -o cosh.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o div.lo div.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c div_2si.c -o div_2si.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c div_2ui.c -o div_2ui.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -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-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o div_fr.lo div_fr.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o div_ui.lo div_ui.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o dot.lo dot.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c div_fr.c -fPIC -DPIC -o .libs/div_fr.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c div_ui.c -fPIC -DPIC -o .libs/div_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c dot.c -fPIC -DPIC -o .libs/dot.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c div_fr.c -o div_fr.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c div_ui.c -o div_ui.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o exp.lo exp.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c dot.c -o dot.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o fma.lo fma.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c exp.c -fPIC -DPIC -o .libs/exp.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -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-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o fr_div.lo fr_div.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c div.c -o div.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c exp.c -o exp.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c fr_div.c -fPIC -DPIC -o .libs/fr_div.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c fma.c -o fma.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c fr_div.c -o fr_div.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o fr_sub.lo fr_sub.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o get_prec2.lo get_prec2.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c fr_sub.c -fPIC -DPIC -o .libs/fr_sub.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c get_prec2.c -fPIC -DPIC -o .libs/get_prec2.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o get_prec.lo get_prec.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c fr_sub.c -o fr_sub.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c get_prec2.c -o get_prec2.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c get_prec.c -fPIC -DPIC -o .libs/get_prec.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o get_version.lo get_version.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o get_x.lo get_x.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c get_prec.c -o get_prec.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c get_version.c -fPIC -DPIC -o .libs/get_version.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -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-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o imag.lo imag.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o init2.lo init2.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c get_version.c -o get_version.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c imag.c -fPIC -DPIC -o .libs/imag.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c init2.c -fPIC -DPIC -o .libs/init2.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c imag.c -o imag.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o init3.lo init3.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c init2.c -o init2.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c get_x.c -o get_x.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -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-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o inp_str.lo inp_str.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o log.lo log.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c init3.c -o init3.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c log.c -fPIC -DPIC -o .libs/log.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o log10.lo log10.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o mem.lo mem.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c log10.c -fPIC -DPIC -o .libs/log10.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c mem.c -fPIC -DPIC -o .libs/mem.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c log.c -o log.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c inp_str.c -o inp_str.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c mem.c -o mem.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c log10.c -o log10.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o mul_2si.lo mul_2si.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c mul_2si.c -fPIC -DPIC -o .libs/mul_2si.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o mul_2ui.lo mul_2ui.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o mul.lo mul.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o mul_fr.lo mul_fr.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c mul_2si.c -o mul_2si.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c mul_2ui.c -fPIC -DPIC -o .libs/mul_2ui.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c mul.c -fPIC -DPIC -o .libs/mul.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c mul_fr.c -fPIC -DPIC -o .libs/mul_fr.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c mul_2ui.c -o mul_2ui.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o mul_i.lo mul_i.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c mul_fr.c -o mul_fr.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c mul_i.c -fPIC -DPIC -o .libs/mul_i.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o mul_si.lo mul_si.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o mul_ui.lo mul_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c mul_si.c -fPIC -DPIC -o .libs/mul_si.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c mul_i.c -o mul_i.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c mul_ui.c -fPIC -DPIC -o .libs/mul_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c mul_si.c -o mul_si.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o neg.lo neg.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c mul_ui.c -o mul_ui.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o norm.lo norm.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c neg.c -fPIC -DPIC -o .libs/neg.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c mul.c -o mul.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o out_str.lo out_str.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c norm.c -fPIC -DPIC -o .libs/norm.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c neg.c -o neg.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c out_str.c -fPIC -DPIC -o .libs/out_str.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o pow.lo pow.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c out_str.c -o out_str.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c norm.c -o norm.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -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-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o pow_fr.lo pow_fr.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c pow_fr.c -fPIC -DPIC -o .libs/pow_fr.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o pow_ld.lo pow_ld.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c pow_fr.c -o pow_fr.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c pow_ld.c -fPIC -DPIC -o .libs/pow_ld.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o pow_d.lo pow_d.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o pow_si.lo pow_si.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c pow_ld.c -o pow_ld.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c pow_d.c -fPIC -DPIC -o .libs/pow_d.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -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-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o pow_ui.lo pow_ui.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c pow_d.c -o pow_d.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c pow_si.c -o pow_si.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c pow_ui.c -fPIC -DPIC -o .libs/pow_ui.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o pow_z.lo pow_z.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o proj.lo proj.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c pow.c -o pow.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c pow_z.c -fPIC -DPIC -o .libs/pow_z.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c proj.c -fPIC -DPIC -o .libs/proj.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c pow_ui.c -o pow_ui.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c pow_z.c -o pow_z.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c proj.c -o proj.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o real.lo real.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o rootofunity.lo rootofunity.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c real.c -fPIC -DPIC -o .libs/real.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c rootofunity.c -fPIC -DPIC -o .libs/rootofunity.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o urandom.lo urandom.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c urandom.c -fPIC -DPIC -o .libs/urandom.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c real.c -o real.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c urandom.c -o urandom.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o set.lo set.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -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-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o set_prec.lo set_prec.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c rootofunity.c -o rootofunity.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o set_str.lo set_str.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c set_prec.c -fPIC -DPIC -o .libs/set_prec.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c set.c -o set.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c set_str.c -fPIC -DPIC -o .libs/set_str.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c set_prec.c -o set_prec.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o set_x.lo set_x.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c set_str.c -o set_str.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -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-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o set_x_x.lo set_x_x.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o sin.lo sin.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c set_x_x.c -fPIC -DPIC -o .libs/set_x_x.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -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-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o sin_cos.lo sin_cos.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c sin_cos.c -fPIC -DPIC -o .libs/sin_cos.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c set_x.c -o set_x.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c sin.c -o sin.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c set_x_x.c -o set_x_x.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o sinh.lo sinh.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c sinh.c -fPIC -DPIC -o .libs/sinh.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o sqr.lo sqr.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c sqr.c -fPIC -DPIC -o .libs/sqr.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o sqrt.lo sqrt.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c sinh.c -o sinh.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -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-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o strtoc.lo strtoc.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c strtoc.c -fPIC -DPIC -o .libs/strtoc.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c sin_cos.c -o sin_cos.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c sqr.c -o sqr.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c strtoc.c -o strtoc.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c sqrt.c -o sqrt.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o sub.lo sub.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o sub_fr.lo sub_fr.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c sub.c -fPIC -DPIC -o .libs/sub.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c sub_fr.c -fPIC -DPIC -o .libs/sub_fr.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c sub.c -o sub.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o sub_ui.lo sub_ui.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o sum.lo sum.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c sub_fr.c -o sub_fr.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o swap.lo swap.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c sub_ui.c -fPIC -DPIC -o .libs/sub_ui.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c sum.c -fPIC -DPIC -o .libs/sum.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c swap.c -fPIC -DPIC -o .libs/swap.o /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o tan.lo tan.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c sub_ui.c -o sub_ui.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c tan.c -fPIC -DPIC -o .libs/tan.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c sum.c -o sum.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c swap.c -o swap.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o tanh.lo tanh.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o uceil_log2.lo uceil_log2.c /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o ui_div.lo ui_div.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c tanh.c -fPIC -DPIC -o .libs/tanh.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c uceil_log2.c -fPIC -DPIC -o .libs/uceil_log2.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c ui_div.c -fPIC -DPIC -o .libs/ui_div.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c tanh.c -o tanh.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c uceil_log2.c -o uceil_log2.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c ui_div.c -o ui_div.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c -o ui_ui_sub.lo ui_ui_sub.c libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c tan.c -o tan.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c ui_ui_sub.c -fPIC -DPIC -o .libs/ui_ui_sub.o libtool: compile: /home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1 -c ui_ui_sub.c -o ui_ui_sub.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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-3/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 -O2 -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: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar cru .libs/libmpc.a abs.o acos.o acosh.o add.o add_fr.o add_si.o add_ui.o arg.o asin.o asinh.o atan.o atanh.o clear.o cmp.o cmp_abs.o cmp_si_si.o conj.o cos.o cosh.o div_2si.o div_2ui.o div.o div_fr.o div_ui.o dot.o exp.o fma.o fr_div.o fr_sub.o get_prec2.o get_prec.o get_version.o get_x.o imag.o init2.o init3.o inp_str.o log.o log10.o mem.o mul_2si.o mul_2ui.o mul.o mul_fr.o mul_i.o mul_si.o mul_ui.o neg.o norm.o out_str.o pow.o pow_fr.o pow_ld.o pow_d.o pow_si.o pow_ui.o pow_z.o proj.o real.o rootofunity.o urandom.o set.o set_prec.o set_str.o set_x.o set_x_x.o sin.o sin_cos.o sinh.o sqr.o sqrt.o strtoc.o sub.o sub_fr.o sub_ui.o sum.o swap.o tan.o tanh.o uceil_log2.o ui_div.o ui_ui_sub.o libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib .libs/libmpc.a libtool: link: ( cd ".libs" && rm -f "libmpc.la" && ln -s "../libmpc.la" "libmpc.la" ) make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/src' Making all in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tests' Making all in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/doc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/doc' Making all in tools make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tools' Making all in bench make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/mpc-1.2.1/tools/bench' Making all in mpcheck make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/mpc-1.2.1/tools/mpcheck' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/mpc-1.2.1/tools' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tools' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1' >>> mpc 1.2.1 Installing to staging directory GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/src' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libmpc.la '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libmpc.so.3.2.1 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmpc.so.3.2.1 libtool: install: (cd /home/buildroot/autobuild/instance-3/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-3/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: /usr/bin/install -c .libs/libmpc.lai /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmpc.la libtool: install: /usr/bin/install -c .libs/libmpc.a /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmpc.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmpc.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmpc.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/src' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/mpc-1.2.1/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tests' Making install in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/doc' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/doc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/info' /usr/bin/install -c -m 644 ./mpc.info '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/info' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/doc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/doc' Making install in tools make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tools' Making install in bench make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tools/bench' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/mpc-1.2.1/tools/bench' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tools/bench' Making install in mpcheck make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tools/mpcheck' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/mpc-1.2.1/tools/mpcheck' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tools/mpcheck' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tools' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/mpc-1.2.1/tools' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tools' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tools' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 src/mpc.h '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1' >>> mpc 1.2.1 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/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-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/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-3/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/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 GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/src' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libmpc.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libmpc.so.3.2.1 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmpc.so.3.2.1 libtool: install: (cd /home/buildroot/autobuild/instance-3/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-3/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: /usr/bin/install -c .libs/libmpc.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmpc.la libtool: install: /usr/bin/install -c .libs/libmpc.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmpc.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmpc.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmpc.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/src' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/mpc-1.2.1/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tests' Making install in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/doc' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/doc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/info' /usr/bin/install -c -m 644 ./mpc.info '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/info' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/doc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/doc' Making install in tools make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tools' Making install in bench make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tools/bench' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/mpc-1.2.1/tools/bench' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tools/bench' Making install in mpcheck make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tools/mpcheck' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/mpc-1.2.1/tools/mpcheck' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tools/mpcheck' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tools' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/mpc-1.2.1/tools' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tools' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1/tools' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' /usr/bin/install -c -m 644 src/mpc.h '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mpc-1.2.1' mtdev-1.1.6.tar.bz2: OK (sha256: 15d7b28da8ac71d8bc8c9287c2045fd174267bc740bec10cfda332dc1204e0e0) >>> mtdev 1.1.6 Extracting bzcat /home/buildroot/autobuild/instance-3/dl/mtdev/mtdev-1.1.6.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6 -xf - >>> mtdev 1.1.6 Patching >>> mtdev 1.1.6 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6 -name $file); do cp support/gnuconfig/$file $i; done; done >>> mtdev 1.1.6 Patching libtool patching file /home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/config-aux/ltmain.sh Hunk #1 succeeded at 2908 (offset 221 lines). Hunk #2 succeeded at 4498 (offset 221 lines). Hunk #3 succeeded at 6794 (offset 240 lines). Hunk #4 succeeded at 6804 (offset 240 lines). Hunk #5 succeeded at 7097 (offset 240 lines). Hunk #6 succeeded at 7389 (offset 240 lines). Hunk #7 succeeded at 8359 (offset 247 lines). Hunk #8 succeeded at 10991 (offset 281 lines). >>> mtdev 1.1.6 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/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 --enable-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... /usr/bin/install -c checking whether build environment is sane... yes /home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/config-aux/missing: Unknown `--is-lightweight' option Try `/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/config-aux/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for mips-buildroot-linux-gnu-strip... /bin/true checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... mips-buildroot-linux-gnu checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... none 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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/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-3/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-3/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-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for 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-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-3/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... yes checking for mips-buildroot-linux-gnu-gcc... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... (cached) 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 test/Makefile config.status: creating mtdev.pc 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 >>> mtdev 1.1.6 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6' Making all in src make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/src' CC caps.lo CC core.lo CC iobuf.lo CC match.lo CC match_four.lo CCLD libmtdev.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/src' Making all in test make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/test' CC mtdev-test.o CC mtdev-mapgen.o CC mtdev-matching.o CC mtdev-kernel.o mtdev-matching.c: In function 'test1': mtdev-matching.c:58:9: warning: 'mtdev_match' accessing 4096 bytes in a region of size 64 [-Wstringop-overflow=] 58 | mtdev_match(index, A, 4, 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ mtdev-matching.c:58:9: note: referencing argument 2 of type 'int[1024]' In file included from mtdev-matching.c:29: ../src/match.h:40:6: note: in a call to function 'mtdev_match' 40 | void mtdev_match(int index[DIM_FINGER], int A[DIM2_FINGER], | ^~~~~~~~~~~ mtdev-matching.c: In function 'test2': mtdev-matching.c:93:9: warning: 'mtdev_match' accessing 4096 bytes in a region of size 100 [-Wstringop-overflow=] 93 | mtdev_match(index, A, 5, 5); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ mtdev-matching.c:93:9: note: referencing argument 2 of type 'int[1024]' ../src/match.h:40:6: note: in a call to function 'mtdev_match' 40 | void mtdev_match(int index[DIM_FINGER], int A[DIM2_FINGER], | ^~~~~~~~~~~ CCLD mtdev-mapgen CCLD mtdev-test CCLD mtdev-matching CCLD mtdev-kernel make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/test' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6' >>> mtdev 1.1.6 Installing to staging directory GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/src' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' /bin/sh ../libtool --mode=install /usr/bin/install -c libmtdev.la '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/install -c -m 644 ../include/mtdev-mapping.h ../include/mtdev-plumbing.h ../include/mtdev.h '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' libtool: install: /usr/bin/install -c .libs/libmtdev.so.1.0.0 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmtdev.so.1.0.0 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libmtdev.so.1.0.0 libmtdev.so.1 || { rm -f libmtdev.so.1 && ln -s libmtdev.so.1.0.0 libmtdev.so.1; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libmtdev.so.1.0.0 libmtdev.so || { rm -f libmtdev.so && ln -s libmtdev.so.1.0.0 libmtdev.so; }; }) libtool: install: /usr/bin/install -c .libs/libmtdev.lai /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmtdev.la libtool: install: /usr/bin/install -c .libs/libmtdev.a /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmtdev.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmtdev.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libmtdev.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/src' Making install in test make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/test' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/test' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c mtdev-test '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin' libtool: install: /usr/bin/install -c mtdev-test /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/mtdev-test make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/test' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/test' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 mtdev.pc '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6' >>> mtdev 1.1.6 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/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-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/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-3/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/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 >>> mtdev 1.1.6 Installing to target GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/src' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' /bin/sh ../libtool --mode=install /usr/bin/install -c libmtdev.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /usr/bin/install -c -m 644 ../include/mtdev-mapping.h ../include/mtdev-plumbing.h ../include/mtdev.h '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' libtool: install: /usr/bin/install -c .libs/libmtdev.so.1.0.0 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmtdev.so.1.0.0 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libmtdev.so.1.0.0 libmtdev.so.1 || { rm -f libmtdev.so.1 && ln -s libmtdev.so.1.0.0 libmtdev.so.1; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libmtdev.so.1.0.0 libmtdev.so || { rm -f libmtdev.so && ln -s libmtdev.so.1.0.0 libmtdev.so; }; }) libtool: install: /usr/bin/install -c .libs/libmtdev.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmtdev.la libtool: install: /usr/bin/install -c .libs/libmtdev.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmtdev.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmtdev.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libmtdev.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/src' Making install in test make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/test' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/test' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c mtdev-test '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' libtool: install: /usr/bin/install -c mtdev-test /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/mtdev-test make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/test' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6/test' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 mtdev.pc '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/mtdev-1.1.6' mtools-4.0.43.tar.lz: OK (sha256: 997ffe4125a19de1fd433ed63f128f7d54bc1a5915f3cdb36da6491ef917f217) lzip-1.23.tar.gz: OK (sha256: 4792c047ddf15ef29d55ba8e68a1a21e0cb7692d87ecdf7204419864582f280d) >>> host-lzip 1.23 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/lzip/lzip-1.23.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-lzip-1.23 -xf - >>> host-lzip 1.23 Patching >>> host-lzip 1.23 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/host-lzip-1.23; GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" ./configure --prefix=/home/buildroot/autobuild/instance-3/output-1/host GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CC="/usr/bin/gcc" CXX="/usr/bin/g++") creating config.status creating Makefile VPATH = . prefix = /home/buildroot/autobuild/instance-3/output-1/host exec_prefix = $(prefix) bindir = $(exec_prefix)/bin datarootdir = $(prefix)/share infodir = $(datarootdir)/info mandir = $(datarootdir)/man CXX = /usr/bin/g++ CPPFLAGS = -I/home/buildroot/autobuild/instance-3/output-1/host/include CXXFLAGS = -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include LDFLAGS = -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib OK. Now you can run make. >>> host-lzip 1.23 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/host-lzip-1.23 make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzip-1.23' /usr/bin/g++ -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o arg_parser.o arg_parser.cc /usr/bin/g++ -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o lzip_index.o lzip_index.cc /usr/bin/g++ -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o list.o list.cc /usr/bin/g++ -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o encoder_base.o encoder_base.cc /usr/bin/g++ -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o encoder.o encoder.cc /usr/bin/g++ -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o fast_encoder.o fast_encoder.cc /usr/bin/g++ -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o decoder.o decoder.cc /usr/bin/g++ -I/home/buildroot/autobuild/instance-3/output-1/host/include -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -DPROGVERSION=\"1.23\" -c -o main.o main.cc /usr/bin/g++ -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -o lzip arg_parser.o lzip_index.o list.o encoder_base.o encoder.o fast_encoder.o decoder.o main.o make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzip-1.23' >>> host-lzip 1.23 Installing to host directory GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/host-lzip-1.23 install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzip-1.23' if [ ! -d "/home/buildroot/autobuild/instance-3/output-1/host/bin" ] ; then install -d -m 755 "/home/buildroot/autobuild/instance-3/output-1/host/bin" ; fi if [ ! -d "/home/buildroot/autobuild/instance-3/output-1/host/share/info" ] ; then install -d -m 755 "/home/buildroot/autobuild/instance-3/output-1/host/share/info" ; fi if [ ! -d "/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1" ] ; then install -d -m 755 "/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1" ; fi install -m 755 ./lzip "/home/buildroot/autobuild/instance-3/output-1/host/bin/lzip" rm -f "/home/buildroot/autobuild/instance-3/output-1/host/share/info/lzip.info"* rm -f "/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/lzip.1"* install -m 644 ./doc/lzip.info "/home/buildroot/autobuild/instance-3/output-1/host/share/info/lzip.info" install -m 644 ./doc/lzip.1 "/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/lzip.1" if /bin/sh -c "install-info --version" > /dev/null 2>&1 ; then \ install-info --info-dir="/home/buildroot/autobuild/instance-3/output-1/host/share/info" "/home/buildroot/autobuild/instance-3/output-1/host/share/info/lzip.info" ; \ fi make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzip-1.23' >>> host-mtools 4.0.43 Extracting /home/buildroot/autobuild/instance-3/output-1/host/bin/lzip -d -c /home/buildroot/autobuild/instance-3/dl/mtools/mtools-4.0.43.tar.lz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-mtools-4.0.43 -xf - >>> host-mtools 4.0.43 Patching >>> host-mtools 4.0.43 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/host-mtools-4.0.43 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-mtools 4.0.43 Patching libtool >>> host-mtools 4.0.43 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/host-mtools-4.0.43/ && rm -rf config.cache; GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" ac_cv_lib_bsd_gethostbyname=no ac_cv_lib_bsd_main=no ac_cv_path_INSTALL_INFO= CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/autobuild/instance-3/output-1/host" --sysconfdir="/home/buildroot/autobuild/instance-3/output-1/host/etc" --localstatedir="/home/buildroot/autobuild/instance-3/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, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking 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 for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for install-info... (cached) no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for an ANSI C-conforming const... yes checking for inline... inline checking for getpwnam in -lsun... no checking for iconv in -liconv... no checking for sys/wait.h that is POSIX.1 compatible... yes 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 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 stdbool.h that conforms to C99... yes checking for _Bool... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for inttypes.h... (cached) yes checking libc.h usability... no checking libc.h presence... no checking for libc.h... no 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 sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for memory.h... (cached) yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking sys/signal.h usability... yes checking sys/signal.h presence... yes checking for sys/signal.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking sgtty.h usability... yes checking sgtty.h presence... yes checking for sgtty.h... yes checking sys/floppy.h usability... no checking sys/floppy.h presence... no checking for sys/floppy.h... no checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.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 dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking termio.h usability... yes checking termio.h presence... yes checking for termio.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking sys/fdio.h usability... no checking sys/fdio.h presence... no checking for sys/fdio.h... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for ssize_t... yes checking for size_t... yes checking for off_t... yes checking for uid_t in sys/types.h... yes checking for pid_t... yes checking for caddr_t... yes checking for long long... yes checking size of size_t... 8 checking size of off_t... 8 checking size of time_t... 8 checking size of long... 8 checking size of int... 4 checking for htons... yes checking for an ANSI C-conforming const... (cached) yes checking for inline... (cached) inline checking for size_t... (cached) yes checking whether struct tm is in sys/time.h or time.h... time.h checking for strerror... yes checking for random... yes checking for srandom... yes checking for strchr... yes checking for strrchr... yes checking for lockf... yes checking for flock... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strnlen... yes checking for atexit... yes checking for on_exit... yes checking for getpass... yes checking for memmove... yes checking for strdup... yes checking for strndup... yes checking for strcspn... yes checking for strspn... yes checking for strtoul... yes checking for strtol... yes checking for strtoll... yes checking for strtoui... no checking for memcpy... yes checking for strpbrk... yes checking for memset... yes checking for setenv... yes checking for seteuid... yes checking for setresuid... yes checking for tcsetattr... yes checking for tcflush... yes checking for basename... yes checking for readdir... yes checking for snprintf... yes checking for setlocale... yes checking for strstr... yes checking for toupper_l... yes checking for strncasecmp_l... yes checking for wcsdup... yes checking for wcscasecmp... yes checking for wcsnlen... yes checking for putwc... yes checking for alarm... yes checking for sigaction... yes checking for usleep... yes checking for lstat... yes checking for unsetenv... yes checking for mkdir... yes checking for utimes... yes checking for tzset... yes checking for gettimeofday... yes checking whether sys_errlist is declared... no checking whether optarg is declared... yes checking for X... no configure: creating ./config.status config.status: creating Makefile config.status: creating config.h configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls, --disable-dependency-tracking >>> host-mtools 4.0.43 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-mtools-4.0.43/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-mtools-4.0.43' /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c buffer.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c charsetConv.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c codepages.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c config.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c copyfile.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c device.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c devices.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c dirCache.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c directory.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c direntry.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c dos2unix.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c expand.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c fat.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c fat_free.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c file.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c file_name.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c force_io.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c hash.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c init.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c lba.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c llong.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c lockdev.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c match.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mainloop.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mattrib.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mbadblocks.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mcat.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mcd.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mcopy.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mdel.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mdir.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mdoctorfat.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mdu.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mformat.c In file included from fsP.h:21, from mformat.c:27: In function 'set_word', inlined from 'inst_boot_prg' at mformat.c:171:2, inlined from 'mformat' at mformat.c:1419:3: msdos.h:82:17: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 82 | data[1] = (value >> 8) & 0xff; | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ msdos.h: In function 'mformat': msdos.h:166:23: note: at offset [21, 65556] into destination object 'jump' of size 3 166 | unsigned char jump[3]; /* 0 Jump to boot code */ | ^~~~ In function 'set_word', inlined from 'inst_boot_prg' at mformat.c:171:2, inlined from 'mformat' at mformat.c:1419:3: msdos.h:83:17: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 83 | data[0] = (value >> 0) & 0xff; | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ msdos.h: In function 'mformat': msdos.h:166:23: note: at offset [20, 65555] into destination object 'jump' of size 3 166 | unsigned char jump[3]; /* 0 Jump to boot code */ | ^~~~ /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c minfo.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c misc.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c missFuncs.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mk_direntry.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mlabel.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mmd.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mmount.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mmove.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mpartition.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mshortname.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mshowfat.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mzip.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mtools.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c offset.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c old_dos.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c open_image.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c patchlevel.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c partition.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c plain_io.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c precmd.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c privileges.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c remap.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c scsi_io.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c scsi.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c signal.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c stream.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c streamcache.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c swap.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c unix2dos.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c unixdir.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c tty.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c vfat.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c strtonum.c /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c xdf_io.c /usr/bin/gcc -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib buffer.o charsetConv.o codepages.o config.o copyfile.o device.o devices.o dirCache.o directory.o direntry.o dos2unix.o expand.o fat.o fat_free.o file.o file_name.o force_io.o hash.o init.o lba.o llong.o lockdev.o match.o mainloop.o mattrib.o mbadblocks.o mcat.o mcd.o mcopy.o mdel.o mdir.o mdoctorfat.o mdu.o mformat.o minfo.o misc.o missFuncs.o mk_direntry.o mlabel.o mmd.o mmount.o mmove.o mpartition.o mshortname.o mshowfat.o mzip.o mtools.o offset.o old_dos.o open_image.o patchlevel.o partition.o plain_io.o precmd.o privileges.o remap.o scsi_io.o scsi.o signal.o stream.o streamcache.o swap.o unix2dos.o unixdir.o tty.o vfat.o strtonum.o xdf_io.o -o mtools rm -f mattrib && ln -s mtools mattrib rm -f mcat && ln -s mtools mcat rm -f mcd && ln -s mtools mcd rm -f mcopy && ln -s mtools mcopy rm -f mdel && ln -s mtools mdel rm -f mdeltree && ln -s mtools mdeltree rm -f mdir && ln -s mtools mdir rm -f mdu && ln -s mtools mdu rm -f mformat && ln -s mtools mformat rm -f minfo && ln -s mtools minfo rm -f mlabel && ln -s mtools mlabel rm -f mmd && ln -s mtools mmd rm -f mmount && ln -s mtools mmount rm -f mmove && ln -s mtools mmove rm -f mpartition && ln -s mtools mpartition rm -f mrd && ln -s mtools mrd rm -f mren && ln -s mtools mren rm -f mtype && ln -s mtools mtype rm -f mtoolstest && ln -s mtools mtoolstest rm -f mshortname && ln -s mtools mshortname rm -f mshowfat && ln -s mtools mshowfat rm -f mbadblocks && ln -s mtools mbadblocks rm -f mzip && ln -s mtools mzip /usr/bin/gcc -I/home/buildroot/autobuild/instance-3/output-1/host/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/etc\" -DCPU_x86_64 -DVENDOR_pc -DOS_linux_gnu -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -I. -I. -c mkmanifest.c /usr/bin/gcc -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib missFuncs.o mkmanifest.o misc.o patchlevel.o -o mkmanifest sed "s%SYSCONFDIR%/home/buildroot/autobuild/instance-3/output-1/host/etc/%g" ./mtools.tmpl.1 >mtools.1 sed "s%SYSCONFDIR%/home/buildroot/autobuild/instance-3/output-1/host/etc/%g" ./mtools.tmpl.5 >mtools.5 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-mtools-4.0.43' >>> host-mtools 4.0.43 Installing to host directory GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /home/buildroot/autobuild/instance-3/output-1/build/host-mtools-4.0.43/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-mtools-4.0.43' ./mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/host/bin /usr/bin/install -c mtools /home/buildroot/autobuild/instance-3/output-1/host/bin/mtools /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/floppyd.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/floppyd_installtest.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mattrib.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mbadblocks.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mcat.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mcd.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mcopy.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mdel.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mdeltree.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mdir.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mdu.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mformat.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/minfo.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mkmanifest.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mlabel.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mmd.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mmount.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mmove.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mpartition.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mrd.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mren.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mshortname.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mshowfat.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mtoolstest.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mtools.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mtype.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/mzip.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man5/mtools.5 /home/buildroot/autobuild/instance-3/output-1/host/bin/mattrib /home/buildroot/autobuild/instance-3/output-1/host/bin/mcat /home/buildroot/autobuild/instance-3/output-1/host/bin/mcd /home/buildroot/autobuild/instance-3/output-1/host/bin/mcopy /home/buildroot/autobuild/instance-3/output-1/host/bin/mdel /home/buildroot/autobuild/instance-3/output-1/host/bin/mdeltree /home/buildroot/autobuild/instance-3/output-1/host/bin/mdir /home/buildroot/autobuild/instance-3/output-1/host/bin/mdu /home/buildroot/autobuild/instance-3/output-1/host/bin/mformat /home/buildroot/autobuild/instance-3/output-1/host/bin/minfo /home/buildroot/autobuild/instance-3/output-1/host/bin/mlabel /home/buildroot/autobuild/instance-3/output-1/host/bin/mmd /home/buildroot/autobuild/instance-3/output-1/host/bin/mmount /home/buildroot/autobuild/instance-3/output-1/host/bin/mmove /home/buildroot/autobuild/instance-3/output-1/host/bin/mpartition /home/buildroot/autobuild/instance-3/output-1/host/bin/mrd /home/buildroot/autobuild/instance-3/output-1/host/bin/mren /home/buildroot/autobuild/instance-3/output-1/host/bin/mtype /home/buildroot/autobuild/instance-3/output-1/host/bin/mtoolstest /home/buildroot/autobuild/instance-3/output-1/host/bin/mshortname /home/buildroot/autobuild/instance-3/output-1/host/bin/mshowfat /home/buildroot/autobuild/instance-3/output-1/host/bin/mbadblocks /home/buildroot/autobuild/instance-3/output-1/host/bin/mzip ./mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/host/bin /usr/bin/install -c mkmanifest /home/buildroot/autobuild/instance-3/output-1/host/bin/mkmanifest /home/buildroot/autobuild/instance-3/output-1/host/bin/mcheck /home/buildroot/autobuild/instance-3/output-1/host/bin/mxtar /home/buildroot/autobuild/instance-3/output-1/host/bin/uz /home/buildroot/autobuild/instance-3/output-1/host/bin/tgz /home/buildroot/autobuild/instance-3/output-1/host/bin/mcomp /home/buildroot/autobuild/instance-3/output-1/host/bin/amuFormat.sh rm -f /home/buildroot/autobuild/instance-3/output-1/host/bin/lz cd /home/buildroot/autobuild/instance-3/output-1/host/bin && ln -s uz lz ./mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/host/share/info if test -f mtools.info; then \ for i in mtools.info*; do \ /usr/bin/install -c -m 644 $i /home/buildroot/autobuild/instance-3/output-1/host/share/info/$i; \ done; \ else \ for i in ./mtools.info*; do \ /usr/bin/install -c -m 644 $i /home/buildroot/autobuild/instance-3/output-1/host/share/info/`echo $i | sed 's|^./||'`; \ done; \ fi; \ if [ -n "" ] ; then \ --info-dir=/home/buildroot/autobuild/instance-3/output-1/host/share/info /home/buildroot/autobuild/instance-3/output-1/host/share/info/mtools.info; \ fi make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-mtools-4.0.43' murata-cyw-fw-8d87950bfad28c65926695b7357bd8995b60016a.tar.gz: OK (sha256: c3ecf357786d6db6f3283c0ea36ec067b1728f801fd8871694aed1502a82e9bc) cyw-fmac-nvram-d27f1bf105fa1e5b828e355793b88d4b66188411.tar.gz: OK (sha256: 03c140ae04f9c2036678262d6457b9c4b4a9ebb523c5e681af6d57b97c11da37) cyw-bt-patch-748462f0b02ec4aeb500bedd60780ac51c37be31.tar.gz: OK (sha256: 8f23ebb9a262112b62ace1e1bedcdeb00523d9a45e8d48a829d4ca35db4f0280) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/murata-cyw-fw/murata-cyw-fw-8d87950bfad28c65926695b7357bd8995b60016a.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/murata-cyw-fw-8d87950bfad28c65926695b7357bd8995b60016a -xf - gzip -d -c /home/buildroot/autobuild/instance-3/dl/murata-cyw-fw/cyw-fmac-nvram-d27f1bf105fa1e5b828e355793b88d4b66188411.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/murata-cyw-fw-8d87950bfad28c65926695b7357bd8995b60016a -xf - gzip -d -c /home/buildroot/autobuild/instance-3/dl/murata-cyw-fw/cyw-bt-patch-748462f0b02ec4aeb500bedd60780ac51c37be31.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/murata-cyw-fw-8d87950bfad28c65926695b7357bd8995b60016a -xf - >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Patching >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Configuring >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Building >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Installing to target netcat-0.7.1.tar.gz: OK (sha256: 30719c9a4ffbcf15676b8f528233ccc54ee6cba96cb4590975f5fd60c68a066f) >>> netcat 0.7.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/netcat/netcat-0.7.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1 -xf - >>> netcat 0.7.1 Patching Applying 0001-signed-bit-counting.patch using patch: patching file src/flagset.c >>> netcat 0.7.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> netcat 0.7.1 Patching libtool >>> netcat 0.7.1 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/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 --enable-static --enable-shared ) configure: loading site script /dev/null 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 a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for mips-buildroot-linux-gnu-strip... /bin/true checking for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... none checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp checking for mips-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib checking for perl5... /usr/bin/perl checking for pod2man... /usr/bin/pod2man checking for msgfmt... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgfmt checking for gmsgfmt... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgfmt checking for xgettext... /home/buildroot/autobuild/instance-3/output-1/host/bin/xgettext checking for msgmerge... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgmerge checking for ld used by GCC... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld) is GNU ld... yes checking for shared library run path origin... done checking whether NLS is requested... no checking for strerror in -lcposix... no checking for egrep... grep -E checking for ANSI C header files... yes checking for an ANSI C-conforming const... yes checking for inline... inline 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 off_t... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... (cached) yes checking whether we are using the GNU C Library 2.1 or newer... yes checking whether integer division by zero raises SIGFPE... guessing no checking for inttypes.h... yes checking for stdint.h... yes checking for unsigned long long... yes checking for inttypes.h... yes checking whether the inttypes.h PRIxNN macros are broken... no checking argz.h usability... yes checking argz.h presence... yes checking for argz.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for feof_unlocked... yes checking for fgets_unlocked... yes checking for getc_unlocked... yes checking for getcwd... yes checking for getegid... yes checking for geteuid... yes checking for getgid... yes checking for getuid... yes checking for mempcpy... yes checking for munmap... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for tsearch... yes checking for __argz_count... yes checking for __argz_stringify... yes checking for __argz_next... yes 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 nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for bison... bison checking version of bison... 3.8.2, ok checking for gethostbyname... yes checking for socket... yes checking for putmsg in -lstr... no checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking for srandom... yes checking for random... yes checking for inet_pton... yes checking for inet_ntop... yes checking for struct sockaddr.sa_len... no checking for struct in_pktinfo... yes checking for in_port_t... yes checking for getopt_long... yes configure: creating ./config.status config.status: creating Makefile config.status: creating m4/Makefile config.status: creating lib/Makefile config.status: creating lib/contrib/Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating doc/drafts/Makefile config.status: creating po/Makefile.in config.status: creating doc/texi2pod.pl config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile >>> netcat 0.7.1 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1' Making all in m4 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/m4' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/m4' Making all in lib make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/lib' Making all in contrib make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/lib/contrib' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/lib/contrib' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/lib' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/lib' Making all in src make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/src' /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DLOCALEDIR=\"\/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -c `test -f 'core.c' || echo './'`core.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DLOCALEDIR=\"\/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -c `test -f 'flagset.c' || echo './'`flagset.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DLOCALEDIR=\"\/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -c `test -f 'misc.c' || echo './'`misc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DLOCALEDIR=\"\/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -c `test -f 'netcat.c' || echo './'`netcat.c core.c: In function 'core_udp_listen': core.c:236:9: warning: '__builtin_strncpy' specified bound 127 equals destination size [-Wstringop-truncation] 236 | strncpy(tmpbuf, netcat_inet_ntop(&rem_addr.sin_addr), sizeof(tmpbuf)); | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/string.h:548, from netcat.h:31, from core.c:29: In function 'memcpy', inlined from 'core_udp_listen' at core.c:275:2: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' forming offset [16, 19] is out of the bounds [0, 16] of object 'local_addr' with type 'struct sockaddr_in' [-Warray-bounds] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ core.c: In function 'core_udp_listen': core.c:188:26: note: 'local_addr' declared here 188 | struct sockaddr_in local_addr; | ^~~~~~~~~~ In function 'memcpy', inlined from 'core_udp_listen' at core.c:277:2: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' forming offset [16, 19] is out of the bounds [0, 16] of object 'rem_addr' with type 'struct sockaddr_in' [-Warray-bounds] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ core.c: In function 'core_udp_listen': core.c:187:26: note: 'rem_addr' declared here 187 | struct sockaddr_in rem_addr; | ^~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DLOCALEDIR=\"\/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -c `test -f 'network.c' || echo './'`network.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DLOCALEDIR=\"\/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -c `test -f 'telnet.c' || echo './'`telnet.c network.c: In function 'netcat_resolvehost': network.c:149:5: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 149 | strncpy(dst->addrs[0], netcat_inet_ntop(&res_addr), sizeof(dst->addrs[0])); | ^ network.c:142:9: warning: '__builtin_strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 142 | strncpy(dst->name, hostent->h_name, sizeof(dst->name)); | ^ /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DLOCALEDIR=\"\/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -c `test -f 'udphelper.c' || echo './'`udphelper.c telnet.c: In function 'netcat_telnet_parse': telnet.c:134:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 134 | write(ncsock->fd, putrq, 3); /* FIXME: handle failures */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ telnet.c:145:7: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 145 | write(ncsock->fd, putrq, 3); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ network.c: In function 'netcat_getport': network.c:255:7: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 255 | strncpy(dst->name, servent->s_name, sizeof(dst->name)); | ^ network.c:227:7: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 227 | strncpy(dst->name, servent->s_name, sizeof(dst->name)); | ^ /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -o netcat core.o flagset.o misc.o netcat.o network.o telnet.o udphelper.o make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/src' Making all in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/doc' Making all in drafts make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/doc/drafts' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/doc/drafts' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/doc' Making all in po make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/po' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1' >>> netcat 0.7.1 Installing to target GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1' Making install in m4 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/m4' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/m4' 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-3/output-1/build/netcat-0.7.1/m4' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/m4' Making install in lib make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/lib' Making install in contrib make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/lib/contrib' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/lib/contrib' 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-3/output-1/build/netcat-0.7.1/lib/contrib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/lib/contrib' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/lib' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/lib' 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-3/output-1/build/netcat-0.7.1/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/lib' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/lib' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/src' /bin/sh ../mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/target/usr/bin make[3]: Nothing to be done for 'install-data-am'. /usr/bin/install -c netcat /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/netcat /usr/bin/make install-exec-hook make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/src' Creating symlink to the shorter executable name make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/src' Making install in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/doc' Making install in drafts make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/doc/drafts' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/doc/drafts' 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-3/output-1/build/netcat-0.7.1/doc/drafts' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/doc/drafts' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/doc' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/doc' make[4]: Nothing to be done for 'install-exec-am'. /bin/sh ../mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/target/usr/info /bin/sh ../mkinstalldirs /home/buildroot/autobuild/instance-3/output-1/target/usr/man/man1 mkdir -p -- /home/buildroot/autobuild/instance-3/output-1/target/usr/info /usr/bin/install -c -m 644 ./netcat.info /home/buildroot/autobuild/instance-3/output-1/target/usr/info/netcat.info /usr/bin/install -c -m 644 ./netcat.1 /home/buildroot/autobuild/instance-3/output-1/target/usr/man/man1/netcat.1 make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/doc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/doc' Making install in po make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/po' if test "netcat" = "gettext"; then \ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gettext/po; \ for file in Makefile.in.in Makevars remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot ; do \ /usr/bin/install -c -m 644 ./$file \ /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1/po' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1' 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-3/output-1/build/netcat-0.7.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/netcat-0.7.1' ngircd-26.1.tar.xz: OK (sha256: 55c16fd26009f6fc6a007df4efac87a02e122f680612cda1ce26e17a18d86254) >>> ngircd 26.1 Extracting xzcat /home/buildroot/autobuild/instance-3/dl/ngircd/ngircd-26.1.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1 -xf - >>> ngircd 26.1 Patching >>> ngircd 26.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> ngircd 26.1 Patching libtool >>> ngircd 26.1 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/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 --enable-static --enable-shared --without-pam --with-openssl --with-zlib=/home/buildroot/autobuild/instance-3/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-nls, --enable-static, --enable-shared checking build system type... x86_64-pc-linux-gnu checking host system type... mips-buildroot-linux-gnu checking for a BSD-compatible install... /usr/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... /usr/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-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... none checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to accept ISO C99... none needed checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to accept ISO Standard C... (cached) none needed checking for mips-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar checking the archiver (/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar) interface... ar checking for gawk... (cached) gawk checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for mips-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib checking for an ANSI C-conforming const... yes checking for inline... inline checking for function prototypes... yes checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/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 string.h... (cached) yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -fstack-protector... yes checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for arpa/inet.h... yes checking for inttypes.h... (cached) yes checking for malloc.h... yes checking for netinet/in_systm.h... yes checking for netinet/ip.h... yes checking for stdbool.h... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for varargs.h... no checking whether socklen_t exists... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for uid_t in sys/types.h... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for struct sockaddr_in.sin_len... no checking for library containing memmove... none required checking for library containing gethostbyname... none required checking for library containing bind... none required checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking for strftime... yes checking for alarm... yes checking for dup2... yes checking for endpwent... yes checking for gethostbyaddr... yes checking for gethostbyname... yes checking for gethostname... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memmove... yes checking for memset... yes checking for setsid... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strcspn... yes checking for strerror... yes checking for strncasecmp... yes checking for strrchr... yes checking for strspn... yes checking for strstr... yes checking for arc4random... yes checking for arc4random_stir... no checking for gai_strerror... yes checking for getnameinfo... yes checking for inet_aton... yes checking for setgroups... yes checking for sigaction... yes checking for sigprocmask... yes checking for snprintf... yes checking for strdup... yes checking for strlcat... yes checking for strlcpy... yes checking for strndup... yes checking for strsignal... yes checking for strtok_r... yes checking for unsetenv... yes checking for vsnprintf... yes checking for waitpid... yes checking for getaddrinfo... yes checking whether getaddrinfo() works... no checking for library containing syslog... none required checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for deflate in -lz... yes checking for deflate... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for select... yes checking for poll... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/devpoll.h usability... no checking sys/devpoll.h presence... no checking for sys/devpoll.h... no checking for epoll_create... yes checking for kqueue... no checking pkg-config is at least version 0.9.0... yes checking for OPENSSL... yes checking for SSL_new... yes checking for getaddrinfo... (cached) yes checking for getnameinfo... (cached) yes configure: creating ./config.status config.status: creating Makefile config.status: creating contrib/Debian/Makefile config.status: creating contrib/MacOSX/Makefile config.status: creating contrib/MacOSX/ngIRCd.pmdoc/Makefile config.status: creating contrib/MacOSX/ngIRCd.xcodeproj/Makefile config.status: creating contrib/Makefile config.status: creating doc/Makefile config.status: creating doc/src/Makefile config.status: creating man/Makefile config.status: creating src/ipaddr/Makefile config.status: creating src/Makefile config.status: creating src/ngircd/Makefile config.status: creating src/portab/Makefile config.status: creating src/testsuite/Makefile config.status: creating src/tool/Makefile config.status: creating src/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, --disable-nls, --enable-static, --enable-shared ngIRCd 26.1 has been configured with the following options: Host: mips-buildroot-linux-gnu Compiler: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc Compiler flags: -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' Preprocessor flags: -I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 Linker flags: -L/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib Libraries: -lz -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib -lssl -lcrypto 'ngircd' binary: /usr/sbin Configuration file: /etc Manual pages: /usr/share/man Documentation: /usr/share/doc/ngircd Syslog support: yes Enable debug code: no zlib compression: yes IRC sniffer: no Use TCP Wrappers: no Strict RFC mode: no IDENT support: no IRC+ protocol: yes IPv6 protocol: yes I/O backend: epoll(), select() PAM support: no SSL support: openssl libiconv support: no >>> ngircd 26.1 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1' Making all in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/doc' GEN sample-ngircd.conf Making all in src make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/doc/src' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/doc/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/doc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/doc' Making all in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src' /usr/bin/make all-recursive make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src' Making all in portab make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/portab' CC strdup.o CC strlcpy.o CC strndup.o CC strtok_r.o CC vsnprintf.o CC waitpid.o AR libngportab.a make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/portab' Making all in tool make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/tool' CC tool.o AR libngtool.a make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/tool' Making all in ipaddr make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/ipaddr' CC ng_ipaddr.o AR libngipaddr.a make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/ipaddr' Making all in ngircd make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/ngircd' CC ngircd.o CC array.o CC channel.o CC class.o class.c: In function 'Class_HandleServerBans': class.c:59:52: warning: '" (G-Line)' directive output may be truncated writing 10 bytes into a region of size between 0 and 512 [-Wformat-truncation=] 59 | snprintf(reason, len, "\"%s\" (G-Line)", str); | ^~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/stdio.h:964, from class.c:20: In function 'snprintf', inlined from 'Class_GetMemberReason' at class.c:59:4, inlined from 'Class_HandleServerBans' at class.c:86:6: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 12 and 524 bytes into a destination of size 513 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ class.c: In function 'Class_HandleServerBans': class.c:62:52: warning: '" (K-Line)' directive output may be truncated writing 10 bytes into a region of size between 0 and 512 [-Wformat-truncation=] 62 | snprintf(reason, len, "\"%s\" (K-Line)", str); | ^~~~~~~~~~~ In function 'snprintf', inlined from 'Class_GetMemberReason' at class.c:62:4, inlined from 'Class_HandleServerBans' at class.c:87:6: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 12 and 524 bytes into a destination of size 513 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC client.o CC client-cap.o In function 'Channel_UserHasMode', inlined from 'Channel_Kick' at channel.c:386:7: CC conf.o channel.c:786:16: warning: 'strchr' reading 1 or more bytes from a region of size 0 [-Wstringop-overread] 786 | return strchr(Channel_UserModes(Chan, Client), Mode) != NULL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'Channel_UserHasMode', inlined from 'Channel_Kick' at channel.c:395:12: channel.c:786:16: warning: 'strchr' reading 1 or more bytes from a region of size 0 [-Wstringop-overread] 786 | return strchr(Channel_UserModes(Chan, Client), Mode) != NULL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'Channel_UserHasMode', inlined from 'Channel_Kick' at channel.c:402:8: channel.c:786:16: warning: 'strchr' reading 1 or more bytes from a region of size 0 [-Wstringop-overread] 786 | return strchr(Channel_UserModes(Chan, Client), Mode) != NULL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'Channel_UserHasMode', inlined from 'Channel_Kick' at channel.c:403:8: channel.c:786:16: warning: 'strchr' reading 1 or more bytes from a region of size 0 [-Wstringop-overread] 786 | return strchr(Channel_UserModes(Chan, Client), Mode) != NULL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'Channel_UserHasMode', inlined from 'Channel_Kick' at channel.c:401:12: channel.c:786:16: warning: 'strchr' reading 1 or more bytes from a region of size 0 [-Wstringop-overread] 786 | return strchr(Channel_UserModes(Chan, Client), Mode) != NULL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'Channel_UserHasMode', inlined from 'Channel_Kick' at channel.c:396:8: channel.c:786:16: warning: 'strchr' reading 1 or more bytes from a region of size 0 [-Wstringop-overread] 786 | return strchr(Channel_UserModes(Chan, Client), Mode) != NULL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ channel.c:786:16: warning: 'strchr' reading 1 or more bytes from a region of size 0 [-Wstringop-overread] In function 'Channel_UserHasMode', inlined from 'Channel_Kick' at channel.c:391:8: channel.c:786:16: warning: 'strchr' reading 1 or more bytes from a region of size 0 [-Wstringop-overread] 786 | return strchr(Channel_UserModes(Chan, Client), Mode) != NULL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'Channel_UserHasMode', inlined from 'Channel_Kick' at channel.c:397:8: channel.c:786:16: warning: 'strchr' reading 1 or more bytes from a region of size 0 [-Wstringop-overread] 786 | return strchr(Channel_UserModes(Chan, Client), Mode) != NULL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'Channel_UserHasMode', inlined from 'Channel_Kick' at channel.c:395:12: channel.c:786:16: warning: 'strchr' reading 1 or more bytes from a region of size 0 [-Wstringop-overread] 786 | return strchr(Channel_UserModes(Chan, Client), Mode) != NULL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'Channel_UserHasMode', inlined from 'Channel_Kick' at channel.c:390:12: channel.c:786:16: warning: 'strchr' reading 1 or more bytes from a region of size 0 [-Wstringop-overread] 786 | return strchr(Channel_UserModes(Chan, Client), Mode) != NULL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC conn.o client.c: In function 'Init_New_Client': client.c:216:32: warning: 'strndup' specified bound 127 exceeds source size 5 [-Wstringop-overread] 216 | client->away = strndup(DEFAULT_AWAY_MSG, CLIENT_AWAY_LEN - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client.c: In function 'Client_SetAway': client.c:930:49: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size between 32 and 114 [-Wformat-truncation=] 930 | snprintf(Mask_Buffer, GETID_LEN, "%s!%s@%s", | ^~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/stdio.h:964, from client.c:23: In function 'snprintf', inlined from 'Client_Mask' at client.c:930:2, inlined from 'Client_Mask' at client.c:920:1, inlined from 'Client_SetAway' at client.c:504:2: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 3 and 148 bytes into a destination of size 116 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ client.c: In function 'Client_Destroy': client.c:930:49: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size between 32 and 114 [-Wformat-truncation=] 930 | snprintf(Mask_Buffer, GETID_LEN, "%s!%s@%s", | ^~ In function 'snprintf', inlined from 'Client_Mask' at client.c:930:2, inlined from 'Client_Mask' at client.c:920:1, inlined from 'Destroy_UserOrService' at client.c:1567:3, inlined from 'Client_Destroy' at client.c:277:5: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 3 and 148 bytes into a destination of size 116 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ client.c: In function 'Client_Destroy': client.c:930:49: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size between 32 and 114 [-Wformat-truncation=] 930 | snprintf(Mask_Buffer, GETID_LEN, "%s!%s@%s", | ^~ In function 'snprintf', inlined from 'Client_Mask' at client.c:930:2, inlined from 'Client_Mask' at client.c:920:1, inlined from 'Destroy_UserOrService' at client.c:1548:3, inlined from 'Client_Destroy' at client.c:277:5: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 3 and 148 bytes into a destination of size 116 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC conn-encoding.o client.c: In function 'Client_Mask': client.c:930:49: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size between 32 and 114 [-Wformat-truncation=] 930 | snprintf(Mask_Buffer, GETID_LEN, "%s!%s@%s", | ^~ In function 'snprintf', inlined from 'Client_Mask' at client.c:930:2, inlined from 'Client_Mask' at client.c:920:1: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 3 and 148 bytes into a destination of size 116 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ client.c: In function 'Client_MaskCloaked': client.c:930:49: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size between 32 and 114 [-Wformat-truncation=] 930 | snprintf(Mask_Buffer, GETID_LEN, "%s!%s@%s", | ^~ In function 'snprintf', inlined from 'Client_Mask' at client.c:930:2, inlined from 'Client_Mask' at client.c:920:1, inlined from 'Client_MaskCloaked' at client.c:956:10: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 3 and 148 bytes into a destination of size 116 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ client.c: In function 'Client_Reject': client.c:930:49: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size between 32 and 114 [-Wformat-truncation=] 930 | snprintf(Mask_Buffer, GETID_LEN, "%s!%s@%s", | ^~ In function 'snprintf', inlined from 'Client_Mask' at client.c:930:2, inlined from 'Client_Mask' at client.c:920:1, inlined from 'Client_Reject' at client.c:1301:2: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 3 and 148 bytes into a destination of size 116 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC conn-func.o client.c: In function 'Client_Introduce': client.c:930:49: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size between 32 and 114 [-Wformat-truncation=] 930 | snprintf(Mask_Buffer, GETID_LEN, "%s!%s@%s", | ^~ In function 'snprintf', inlined from 'Client_Mask' at client.c:930:2, inlined from 'Client_Mask' at client.c:920:1, inlined from 'Client_Introduce' at client.c:1331:3: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 3 and 148 bytes into a destination of size 116 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ client.c: In function 'Client_Introduce': client.c:930:49: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size between 32 and 114 [-Wformat-truncation=] 930 | snprintf(Mask_Buffer, GETID_LEN, "%s!%s@%s", | ^~ In function 'snprintf', inlined from 'Client_Mask' at client.c:930:2, inlined from 'Client_Mask' at client.c:920:1, inlined from 'Client_Introduce' at client.c:1325:3: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 3 and 148 bytes into a destination of size 116 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ client.c: In function 'Client_Announce': client.c:930:49: warning: '%s' directive output may be truncated writing up to 63 bytes into a region of size between 32 and 114 [-Wformat-truncation=] 930 | snprintf(Mask_Buffer, GETID_LEN, "%s!%s@%s", | ^~ In function 'snprintf', inlined from 'Client_Mask' at client.c:930:2, inlined from 'Client_Mask' at client.c:920:1, inlined from 'Client_Announce' at client.c:1648:9: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 3 and 148 bytes into a destination of size 116 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC conn-ssl.o CC conn-zip.o conf.c: In function 'Read_Config': conf.c:987:60: warning: '__builtin_snprintf' output may be truncated before the last format character [-Wformat-truncation=] 987 | snprintf(file, sizeof(file), "%s/%s", | ^ In file included from /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/stdio.h:964, from conf.c:26: In function 'snprintf', inlined from 'Read_Config' at conf.c:987:4: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output 2 or more bytes (assuming 257) into a destination of size 256 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ CC hash.o hash.c: In function 'jenkins_hash': hash.c:110:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 110 | case 12: c+=((UINT32)k[11])<<24; | ~^~~~~~~~~~~~~~~~~~~~~ hash.c:111:17: note: here 111 | case 11: c+=((UINT32)k[10]<<16); | ^~~~ hash.c:111:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 111 | case 11: c+=((UINT32)k[10]<<16); | ~^~~~~~~~~~~~~~~~~~~~~ hash.c:112:17: note: here 112 | case 10: c+=((UINT32)k[9]<<8); | ^~~~ hash.c:112:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 112 | case 10: c+=((UINT32)k[9]<<8); | ~^~~~~~~~~~~~~~~~~~~ hash.c:113:17: note: here 113 | case 9 : c+=k[8]; | ^~~~ hash.c:113:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 113 | case 9 : c+=k[8]; | ~^~~~~~ hash.c:114:17: note: here 114 | case 8 : b+=((UINT32)k[7]<<24); | ^~~~ hash.c:114:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 114 | case 8 : b+=((UINT32)k[7]<<24); | ~^~~~~~~~~~~~~~~~~~~~ hash.c:115:17: note: here 115 | case 7 : b+=((UINT32)k[6]<<16); | ^~~~ hash.c:115:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 115 | case 7 : b+=((UINT32)k[6]<<16); | ~^~~~~~~~~~~~~~~~~~~~ hash.c:116:17: note: here 116 | case 6 : b+=((UINT32)k[5]<<8); | ^~~~ hash.c:116:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 116 | case 6 : b+=((UINT32)k[5]<<8); | ~^~~~~~~~~~~~~~~~~~~ hash.c:117:17: note: here 117 | case 5 : b+=k[4]; | ^~~~ hash.c:117:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 117 | case 5 : b+=k[4]; | ~^~~~~~ hash.c:118:17: note: here 118 | case 4 : a+=((UINT32)k[3]<<24); | ^~~~ hash.c:118:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 118 | case 4 : a+=((UINT32)k[3]<<24); | ~^~~~~~~~~~~~~~~~~~~~ hash.c:119:17: note: here 119 | case 3 : a+=((UINT32)k[2]<<16); | ^~~~ hash.c:119:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 119 | case 3 : a+=((UINT32)k[2]<<16); | ~^~~~~~~~~~~~~~~~~~~~ hash.c:120:17: note: here 120 | case 2 : a+=((UINT32)k[1]<<8); | ^~~~ hash.c:120:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 120 | case 2 : a+=((UINT32)k[1]<<8); | ~^~~~~~~~~~~~~~~~~~~ hash.c:121:17: note: here 121 | case 1 : a+=k[0]; | ^~~~ CC io.o CC irc.o CC irc-cap.o CC irc-channel.o CC irc-encoding.o CC irc-info.o CC irc-login.o irc-info.c: In function 'IRC_STATS': irc-info.c:911:28: warning: this statement may fall through [-Wimplicit-fallthrough=] 911 | more_links = true; | ^ irc-info.c:913:9: note: here 913 | case 'l': /* Link status (servers and own link) */ | ^~~~ CC irc-metadata.o CC irc-mode.o CC irc-op.o irc-mode.c: In function 'Channel_Mode': irc-mode.c:571:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 571 | if(!is_oper && !is_machine && !is_owner && | ^ irc-mode.c:578:17: note: here 578 | case 'i': /* Invite only */ | ^~~~ irc-mode.c:725:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 725 | if(!is_oper && !is_machine && !is_owner && !is_admin) { | ^ irc-mode.c:732:17: note: here 732 | case 'o': /* Channel operator */ | ^~~~ irc-mode.c:733:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 733 | if(!is_oper && !is_machine && !is_owner && | ^ irc-mode.c:741:17: note: here 741 | case 'h': /* Half Op */ | ^~~~ irc-mode.c:742:27: warning: this statement may fall through [-Wimplicit-fallthrough=] 742 | if(!is_oper && !is_machine && !is_owner && | ^ irc-mode.c:750:17: note: here 750 | case 'v': /* Voice */ | ^~~~ CC irc-oper.o CC irc-server.o CC irc-write.o CC lists.o CC log.o CC login.o CC match.o CC numeric.o CC op.o CC pam.o CC parse.o CC proc.o CC resolve.o CC sighandlers.o CCLD ngircd make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/ngircd' Making all in testsuite make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/testsuite' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/testsuite' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src' Making all in man make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/man' GEN ngircd.conf.5 GEN ngircd.8 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/man' Making all in contrib make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib' Making all in Debian make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/Debian' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/Debian' Making all in MacOSX make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX' Making all in ngIRCd.xcodeproj make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.xcodeproj' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.xcodeproj' Making all in ngIRCd.pmdoc make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.pmdoc' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.pmdoc' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1' >>> ngircd 26.1 Installing to target GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1' Making install in doc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/doc' Making install in src make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/doc/src' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/doc/src' 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-3/output-1/build/ngircd-26.1/doc/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/doc/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/doc' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/doc' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/make install-data-hook make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/doc' /usr/bin/mkdir -p -m 755 /home/buildroot/autobuild/instance-3/output-1/target/etc make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/doc' /usr/bin/install -c -m 600 -c sample-ngircd.conf /home/buildroot/autobuild/instance-3/output-1/target/etc/ngircd.conf ** NOTE: Installed sample configuration file: ** "/home/buildroot/autobuild/instance-3/output-1/target/etc/ngircd.conf" make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/doc' /usr/bin/mkdir -p -m 755 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/ngircd for f in Bopm.txt Capabilities.txt Commands.txt Contributing.txt FAQ.txt HowToRelease.txt Modes.txt PAM.txt Platforms.txt Protocol.txt README-AUX.txt README-BeOS.txt README-Interix.txt RFC.txt Services.txt SSL.txt ../AUTHORS ../COPYING ../ChangeLog ../INSTALL.md ../NEWS ../README.md; do \ /usr/bin/install -c -m 644 -c ./$f /home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/ngircd/; \ done for f in sample-ngircd.conf; do \ /usr/bin/install -c -m 644 -c $f /home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/ngircd/; \ done make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/doc' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/doc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/doc' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src' Making install in portab make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/portab' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/portab' 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-3/output-1/build/ngircd-26.1/src/portab' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/portab' Making install in tool make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/tool' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/tool' 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-3/output-1/build/ngircd-26.1/src/tool' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/tool' Making install in ipaddr make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/ipaddr' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/ipaddr' 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-3/output-1/build/ngircd-26.1/src/ipaddr' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/ipaddr' Making install in ngircd make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/ngircd' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/ngircd' make[4]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/sbin' /usr/bin/install -c ngircd '/home/buildroot/autobuild/instance-3/output-1/target/usr/sbin' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/ngircd' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/ngircd' Making install in testsuite make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/testsuite' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/testsuite' 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-3/output-1/build/ngircd-26.1/src/testsuite' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src/testsuite' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src' 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-3/output-1/build/ngircd-26.1/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/src' Making install in man make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/man' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/man' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man5' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 ngircd.conf.5 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 ngircd.8 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/man' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/man' Making install in contrib make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib' Making install in Debian make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/Debian' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/Debian' 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-3/output-1/build/ngircd-26.1/contrib/Debian' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/Debian' Making install in MacOSX make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX' Making install in ngIRCd.xcodeproj make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.xcodeproj' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.xcodeproj' 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-3/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.xcodeproj' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.xcodeproj' Making install in ngIRCd.pmdoc make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.pmdoc' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.pmdoc' 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-3/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.pmdoc' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX/ngIRCd.pmdoc' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX' make[5]: Nothing to be done for 'install-exec-am'. [ `uname -s` != "Darwin" ] || make install-sys-darwin make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib/MacOSX' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib' 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-3/output-1/build/ngircd-26.1/contrib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1/contrib' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1' 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-3/output-1/build/ngircd-26.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ngircd-26.1' v8.1.0-package.zip: OK (sha256: 867778afdd66cd29fe0f14ac4ed316a0ab393f5dccfd2219450848cd0347f1d6) >>> openlayers 8.1.0 Extracting unzip /home/buildroot/autobuild/instance-3/dl/openlayers/v8.1.0-package.zip -d /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0 Archive: /home/buildroot/autobuild/instance-3/dl/openlayers/v8.1.0-package.zip creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/pointer/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/pointer/EventType.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/pointer/EventType.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/pointer/EventType.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/VectorTile.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/css.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/net.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/css.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ImageState.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/functions.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/color.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/tilecoord.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/resolution.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/reproj.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/color.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/functions.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source.js creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/extent/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/extent/Relationship.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/extent/Relationship.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/extent/Relationship.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Map.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/console.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/index.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/package.json inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/transform.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Geolocation.d.ts.map creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/reproj/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/reproj/Tile.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/reproj/Image.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/reproj/DataTile.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/reproj/Triangulation.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/reproj/common.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/reproj/Triangulation.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/reproj/Triangulation.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/reproj/DataTile.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/reproj/Tile.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/reproj/Image.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/reproj/DataTile.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/reproj/common.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/reproj/Tile.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/reproj/common.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/reproj/Image.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/reproj.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/featureloader.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/CollectionEventType.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Disposable.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Disposable.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ImageCanvas.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ViewProperty.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/View.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ImageState.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/TileRange.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Geolocation.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/VectorTile.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Tile.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/has.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Overlay.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Feature.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/math.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/centerconstraint.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/sphere.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ImageTile.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/console.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/centerconstraint.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/MapBrowserEventType.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ImageState.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Image.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Observable.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/asserts.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ObjectEventType.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/asserts.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/rotationconstraint.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/array.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Observable.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/easing.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/xml.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/TileCache.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/View.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/string.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/DataTile.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/TileCache.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/resolutionconstraint.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/string.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/MapBrowserEventHandler.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ViewProperty.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/MapBrowserEventHandler.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/TileState.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/VectorRenderTile.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/size.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Overlay.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/net.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/obj.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/CollectionEventType.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/TileRange.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/MapEventType.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format.js creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/projections.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/proj4.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/projections.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/proj4.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/Projection.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/transforms.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/epsg3857.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/proj4.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/Units.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/epsg4326.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/epsg4326.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/Projection.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/epsg4326.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/epsg3857.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/Projection.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/transforms.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/Units.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/transforms.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/projections.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/Units.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj/epsg3857.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/tileurlfunction.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/TileQueue.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/TileState.d.ts.map creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/MousePosition.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/Attribution.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/Zoom.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/ZoomToExtent.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/defaults.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/ScaleLine.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/Rotate.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/ZoomToExtent.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/OverviewMap.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/ZoomToExtent.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/defaults.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/Control.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/OverviewMap.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/FullScreen.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/defaults.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/ZoomSlider.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/OverviewMap.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/MousePosition.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/Rotate.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/Attribution.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/Rotate.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/Control.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/ZoomSlider.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/Control.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/Zoom.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/FullScreen.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/Attribution.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/FullScreen.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/ScaleLine.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/ScaleLine.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/Zoom.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/ZoomSlider.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control/MousePosition.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ViewHint.d.ts.map creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/VectorTile.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Raster.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/TileImage.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/BingMaps.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/ogcTileUtil.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/WMTS.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/WMTS.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/UrlTile.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/UrlTile.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/TileJSON.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/CartoDB.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/XYZ.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/VectorEventType.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/OGCVectorTile.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/ImageCanvas.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/TileImage.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/ImageMapGuide.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/OGCMapTile.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/GeoTIFF.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/VectorTile.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Tile.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/StadiaMaps.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/ImageStatic.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/ImageArcGISRest.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/VectorEventType.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/mapguide.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/OSM.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Image.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/XYZ.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/BingMaps.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/ImageStatic.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Cluster.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/arcgisRest.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/static.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/GeoTIFF.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/ImageArcGISRest.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/DataTile.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/mapguide.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/StadiaMaps.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/common.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/ImageMapGuide.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/ImageMapGuide.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Source.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/UTFGrid.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Zoomify.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Source.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/OGCMapTile.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/TileWMS.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Vector.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/arcgisRest.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/OGCVectorTile.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/ImageWMS.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/OSM.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/BingMaps.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/IIIF.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/TileEventType.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/TileJSON.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/TileArcGISRest.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Raster.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Source.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Zoomify.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Cluster.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/static.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/DataTile.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/TileDebug.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/OGCVectorTile.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/XYZ.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/OGCMapTile.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/OSM.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/TileArcGISRest.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/ImageCanvas.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/TileImage.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/UrlTile.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/VectorEventType.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/UTFGrid.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/TileWMS.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/WMTS.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/ImageStatic.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/wms.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/TileDebug.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/static.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/mapguide.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Tile.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Image.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/StadiaMaps.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/DataTile.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/TileEventType.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/UTFGrid.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/ImageWMS.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/common.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Tile.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/TileEventType.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/ImageWMS.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/ImageArcGISRest.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/ogcTileUtil.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/ogcTileUtil.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/TileArcGISRest.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/ImageCanvas.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/VectorTile.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Raster.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Cluster.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/arcgisRest.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/common.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/IIIF.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Vector.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/wms.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/TileJSON.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Vector.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/TileDebug.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Image.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/TileWMS.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/GeoTIFF.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/CartoDB.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/IIIF.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/CartoDB.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/Zoomify.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source/wms.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/dom.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/string.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/functions.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/reproj.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/featureloader.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/sphere.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/pixel.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/asserts.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/coordinate.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/xml.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/README.md inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/tileurlfunction.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/obj.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/MapBrowserEvent.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/centerconstraint.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Feature.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/MapEvent.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/pixel.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/resolutionconstraint.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/util.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/tilecoord.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/array.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/transform.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/extent.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Map.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style.d.ts creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/worker/ extracting: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/worker/webgl.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/worker/webgl.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/worker/webgl.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/dom.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/extent.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Observable.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/net.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Kinetic.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ViewHint.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Disposable.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/DataTile.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/MapEvent.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/VectorRenderTile.js creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/tilegrid/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/tilegrid/WMTS.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/tilegrid/WMTS.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/tilegrid/TileGrid.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/tilegrid/TileGrid.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/tilegrid/common.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/tilegrid/WMTS.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/tilegrid/common.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/tilegrid/common.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/tilegrid/TileGrid.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/TileState.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ObjectEventType.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/MapBrowserEvent.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/util.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Kinetic.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/uri.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/resolution.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/easing.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/MapBrowserEventType.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/util.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ImageCanvas.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/dom.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/TileRange.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/tilecoord.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/rotationconstraint.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/View.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Map.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ImageTile.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/index.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ImageTile.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/source.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ol.css inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/tilegrid.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/MapEventType.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/has.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/easing.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ViewHint.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/featureloader.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Tile.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Image.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/DataTile.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/size.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/proj.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/colorlike.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/colorlike.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/rotationconstraint.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/coordinate.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/LICENSE.md inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/tilegrid.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/CollectionEventType.js creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/TextFeature.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/XML.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/WKB.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/Polyline.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GML32.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GML3.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/xlink.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/IIIFInfo.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GML32.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GeoJSON.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GPX.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/KML.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GML.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/Feature.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GML3.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GMLBase.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/WMTSCapabilities.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/XMLFeature.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/WMTSCapabilities.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/XMLFeature.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GMLBase.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/JSONFeature.js creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/GreaterThan.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/EqualTo.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/IsLike.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/ComparisonBinary.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/DWithin.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Or.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/IsBetween.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/IsNull.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Or.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Within.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/ComparisonBinary.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/EqualTo.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/IsBetween.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Comparison.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/ComparisonBinary.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/IsNull.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/NotEqualTo.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/LogicalNary.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Bbox.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/IsLike.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Within.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Or.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Contains.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/ResourceId.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/IsBetween.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/IsNull.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/GreaterThan.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/And.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Contains.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/During.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Filter.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Comparison.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Spatial.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Comparison.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Not.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/During.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/LessThanOrEqualTo.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/GreaterThan.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Intersects.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/GreaterThanOrEqualTo.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/DWithin.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Spatial.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/LessThanOrEqualTo.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Not.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Not.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Disjoint.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/NotEqualTo.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Filter.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/GreaterThanOrEqualTo.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/And.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/IsLike.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Filter.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Bbox.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/EqualTo.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/LogicalNary.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Disjoint.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/DWithin.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/ResourceId.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Within.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/LessThan.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/LessThanOrEqualTo.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/LogicalNary.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/LessThan.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Intersects.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/ResourceId.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Bbox.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/During.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/LessThan.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Spatial.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Disjoint.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Intersects.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/NotEqualTo.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/And.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/GreaterThanOrEqualTo.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter/Contains.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/XMLFeature.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/OWS.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/TextFeature.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GPX.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GML2.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/readme.md inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GML3.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/MVT.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/Feature.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/WFS.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/WMSGetFeatureInfo.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/KML.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/OSMXML.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GML.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/XML.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/WMTSCapabilities.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/WMSCapabilities.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GML32.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/WMSCapabilities.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/IIIFInfo.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/Polyline.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/IIIFInfo.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/TopoJSON.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/OSMXML.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/WFS.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GeoJSON.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/JSONFeature.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/WFS.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/EsriJSON.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/MVT.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/WMSCapabilities.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/EsriJSON.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GeoJSON.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/TopoJSON.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GMLBase.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/KML.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/xsd.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/IGC.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/JSONFeature.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/WMSGetFeatureInfo.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/WKB.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/IGC.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/xlink.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/IGC.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/xlink.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/XML.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/Polyline.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/MVT.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/WMSGetFeatureInfo.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/TopoJSON.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/xsd.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/WKT.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/WKT.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/WKB.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/Feature.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/OWS.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GML2.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/xsd.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/OSMXML.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GPX.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GML.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/OWS.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/TextFeature.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/EsriJSON.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/WKT.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/GML2.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format/filter.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Tile.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/pixel.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/TileQueue.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Collection.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/has.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/MapBrowserEvent.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/VectorRenderTile.d.ts creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Text.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/IconImageCache.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/IconImageCache.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/expressions.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/IconImage.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Style.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Style.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Image.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Icon.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/flat.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/literal.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Stroke.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/RegularShape.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/expressions.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Text.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/flat.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/expressions.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/IconImage.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/literal.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/literal.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Icon.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Stroke.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/flat.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Fill.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/RegularShape.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Image.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/IconImageCache.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/RegularShape.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/IconImage.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Fill.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Fill.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Circle.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Circle.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Icon.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Text.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Stroke.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Image.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Circle.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/style/Style.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/obj.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Geolocation.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/transform.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/MapProperty.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/MapProperty.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/coordinate.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/size.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/index.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/array.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/TileCache.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer.js creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/VectorTile.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Heatmap.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/WebGLTile.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/VectorTile.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Tile.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/BaseVector.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Base.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Property.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/BaseVector.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Image.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Group.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Base.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/WebGLTile.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/BaseVector.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/VectorImage.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/BaseImage.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/BaseImage.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Vector.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Layer.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/WebGLPoints.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Graticule.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Property.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Group.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/TileProperty.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Base.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Heatmap.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/VectorImage.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Heatmap.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/TileProperty.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/BaseTile.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Layer.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/TileProperty.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/WebGLPoints.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Tile.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Image.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/WebGLTile.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Tile.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Graticule.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/BaseImage.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/VectorTile.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Group.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Vector.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/VectorImage.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Layer.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/WebGLPoints.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Vector.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Property.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Image.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/BaseTile.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/BaseTile.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer/Graticule.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ImageCanvas.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/loadingstrategy.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/tilegrid.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/css.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/VectorTile.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/sphere.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/uri.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Object.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/math.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/color.js creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/dist/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/dist/ol.js.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/dist/ol.js creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/VectorContext.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/Box.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/EventType.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/Box.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/Feature.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/Event.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/Box.js creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/LineStringBuilder.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/Executor.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/Builder.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/Executor.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/LineStringBuilder.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/Immediate.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/Instruction.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/Immediate.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/Builder.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/style.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/PolygonBuilder.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/TextBuilder.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/ExecutorGroup.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/TextBuilder.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/Immediate.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/PolygonBuilder.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/style.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/ImageBuilder.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/TextBuilder.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/ExecutorGroup.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/ImageBuilder.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/hitdetect.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/Instruction.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/LineStringBuilder.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/style.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/BuilderGroup.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/hitdetect.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/BuilderGroup.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/Executor.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/hitdetect.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/Instruction.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/ExecutorGroup.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/ImageBuilder.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/BuilderGroup.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/Builder.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas/PolygonBuilder.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/Feature.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/VectorContext.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/EventType.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/EventType.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/canvas.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/Event.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/Feature.d.ts creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/webgl/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/webgl/renderinstructions.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/webgl/renderinstructions.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/webgl/constants.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/webgl/utils.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/webgl/VectorStyleRenderer.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/webgl/constants.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/webgl/VectorStyleRenderer.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/webgl/utils.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/webgl/utils.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/webgl/MixedGeometryBatch.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/webgl/VectorStyleRenderer.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/webgl/renderinstructions.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/webgl/MixedGeometryBatch.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/webgl/MixedGeometryBatch.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/webgl/constants.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/Event.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/render/VectorContext.d.ts.map creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events/SnapEvent.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events/EventType.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events/Target.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events/SnapEvent.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events/condition.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events/Target.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events/Event.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events/Key.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events/condition.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events/EventType.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events/Key.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events/condition.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events/SnapEvent.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events/Target.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events/EventType.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events/Key.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events/Event.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events/Event.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/events.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/MapBrowserEventHandler.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/math.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/control.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/loadingstrategy.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Feature.d.ts creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/TileTexture.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/PaletteTexture.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/ShaderBuilder.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/TileTexture.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/Buffer.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/Buffer.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/ContextEventType.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/PostProcessingPass.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/Buffer.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/BaseTileRepresentation.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/styleparser.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/PaletteTexture.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/RenderTarget.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/RenderTarget.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/TileGeometry.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/styleparser.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/ShaderBuilder.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/BaseTileRepresentation.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/ContextEventType.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/ShaderBuilder.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/TileGeometry.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/PostProcessingPass.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/TileTexture.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/Helper.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/TileGeometry.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/PaletteTexture.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/ContextEventType.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/Helper.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/PostProcessingPass.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/BaseTileRepresentation.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/Helper.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/styleparser.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl/RenderTarget.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/loadingstrategy.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/xml.d.ts creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DragAndDrop.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Translate.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DragAndDrop.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Modify.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DragRotate.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DragPan.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DragRotate.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Snap.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Translate.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Interaction.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Select.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Property.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/defaults.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/KeyboardPan.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DoubleClickZoom.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Modify.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/MouseWheelZoom.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DragPan.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Select.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DragAndDrop.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/KeyboardZoom.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/PinchRotate.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/KeyboardPan.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DragZoom.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Translate.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DragBox.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Extent.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Link.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Pointer.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Snap.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/defaults.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Property.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DragRotateAndZoom.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/KeyboardZoom.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Modify.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Link.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/PinchZoom.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Extent.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Draw.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DblClickDragZoom.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Link.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/defaults.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DragRotateAndZoom.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/PinchRotate.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DragRotateAndZoom.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DragPan.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DoubleClickZoom.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DragBox.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/MouseWheelZoom.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/PinchZoom.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/MouseWheelZoom.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Pointer.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DblClickDragZoom.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DragBox.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/PinchRotate.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DragRotate.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DragZoom.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/KeyboardZoom.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/PinchZoom.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Extent.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Draw.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Pointer.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Draw.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DblClickDragZoom.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/KeyboardPan.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Property.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DragZoom.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/DoubleClickZoom.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Interaction.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Interaction.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Snap.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/interaction/Select.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/tileurlfunction.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Overlay.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/MapEvent.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Image.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ViewProperty.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Object.d.ts creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/expr/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/expr/expression.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/expr/expression.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/expr/cpu.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/expr/cpu.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/expr/cpu.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/expr/expression.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/console.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/extent.js creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/LinearRing.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/Point.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/LineString.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/Point.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/GeometryCollection.d.ts.map creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/geodesic.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/segments.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/transform.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/closest.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/flip.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/simplify.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/segments.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/interpolate.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/topology.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/area.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/textpath.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/reverse.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/flip.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/segments.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/length.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/area.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/area.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/interiorpoint.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/topology.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/straightchunk.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/interpolate.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/deflate.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/transform.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/deflate.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/linechunk.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/straightchunk.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/center.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/intersectsextent.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/center.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/linechunk.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/simplify.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/straightchunk.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/interiorpoint.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/orient.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/flip.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/closest.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/contains.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/simplify.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/topology.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/inflate.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/length.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/interpolate.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/reverse.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/contains.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/deflate.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/transform.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/inflate.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/reverse.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/length.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/geodesic.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/intersectsextent.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/textpath.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/orient.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/textpath.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/linechunk.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/closest.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/center.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/orient.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/geodesic.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/contains.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/interiorpoint.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/inflate.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/flat/intersectsextent.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/LineString.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/Geometry.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/GeometryCollection.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/SimpleGeometry.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/MultiPoint.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/MultiLineString.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/GeometryCollection.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/MultiPoint.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/LinearRing.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/MultiPolygon.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/Polygon.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/MultiPolygon.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/MultiPoint.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/SimpleGeometry.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/MultiPolygon.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/Polygon.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/SimpleGeometry.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/Point.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/MultiLineString.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/Polygon.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/Geometry.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/MultiLineString.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/LinearRing.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/Geometry.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/Circle.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/Circle.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/LineString.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/geom/Circle.d.ts.map creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/Composite.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/vector.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/Map.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/Composite.d.ts.map creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/canvas/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/canvas/VectorLayer.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/canvas/VectorImageLayer.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/canvas/VectorImageLayer.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/canvas/VectorTileLayer.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/canvas/VectorTileLayer.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/canvas/Layer.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/canvas/ImageLayer.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/canvas/VectorLayer.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/canvas/VectorLayer.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/canvas/TileLayer.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/canvas/Layer.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/canvas/VectorTileLayer.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/canvas/TileLayer.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/canvas/VectorImageLayer.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/canvas/ImageLayer.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/canvas/TileLayer.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/canvas/ImageLayer.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/canvas/Layer.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/Layer.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/vector.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/Map.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/Map.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/vector.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/Layer.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/Composite.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/Layer.js creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/webgl/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/webgl/VectorLayer.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/webgl/VectorTileLayer.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/webgl/VectorTileLayer.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/webgl/TileLayerBase.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/webgl/TileLayerBase.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/webgl/Layer.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/webgl/VectorLayer.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/webgl/VectorLayer.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/webgl/PointsLayer.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/webgl/TileLayer.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/webgl/Layer.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/webgl/PointsLayer.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/webgl/VectorTileLayer.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/webgl/TileLayer.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/webgl/TileLayer.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/webgl/Layer.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/webgl/TileLayerBase.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/renderer/webgl/PointsLayer.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/MapBrowserEventType.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/colorlike.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/MapProperty.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/uri.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/TileQueue.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/MapEventType.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ObjectEventType.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/resolutionconstraint.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Collection.js creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/structs/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/structs/PriorityQueue.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/structs/LRUCache.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/structs/LRUCache.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/structs/PriorityQueue.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/structs/LinkedList.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/structs/RBush.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/structs/RBush.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/structs/LinkedList.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/structs/PriorityQueue.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/structs/RBush.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/structs/LinkedList.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/structs/LRUCache.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Object.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/format.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Collection.d.ts.map creating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/vec/ inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/vec/mat4.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/vec/mat4.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/vec/mat4.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/Kinetic.js inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/webgl.d.ts.map inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/layer.d.ts inflating: /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/resolution.d.ts >>> openlayers 8.1.0 Patching >>> openlayers 8.1.0 Configuring >>> openlayers 8.1.0 Building >>> openlayers 8.1.0 Installing to target /usr/bin/install -D -m 0644 /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/ol.css /home/buildroot/autobuild/instance-3/output-1/target/var/www/ol.css /usr/bin/install -D -m 0644 /home/buildroot/autobuild/instance-3/output-1/build/openlayers-8.1.0/dist/ol.js /home/buildroot/autobuild/instance-3/output-1/target/var/www/ol.js openvpn-2.6.10.tar.gz: OK (sha256: 1993bbb7b9edb430626eaa24573f881fd3df642f427fcb824b1aed1fca1bcc9b) >>> openvpn 2.6.10 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/openvpn/openvpn-2.6.10.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10 -xf - >>> openvpn 2.6.10 Patching >>> openvpn 2.6.10 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10 -name $file); do cp support/gnuconfig/$file $i; done; done >>> openvpn 2.6.10 Patching libtool patching file /home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/ltmain.sh Hunk #1 succeeded at 2947 (offset 260 lines). Hunk #2 succeeded at 4540 (offset 263 lines). Hunk #3 succeeded at 6836 (offset 282 lines). Hunk #4 succeeded at 6846 (offset 282 lines). Hunk #5 succeeded at 7146 (offset 289 lines). Hunk #6 succeeded at 7450 (offset 301 lines). Hunk #7 succeeded at 8426 (offset 314 lines). Hunk #8 succeeded at 11058 (offset 348 lines). >>> openvpn 2.6.10 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/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 NETSTAT=/bin/netstat 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 --enable-static --enable-shared --disable-unit-tests --disable-dco --disable-lz4 --disable-lzo --enable-selinux --disable-plugin-auth-pam --with-crypto-library=openssl --disable-pkcs11 --disable-systemd ) 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... /usr/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... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-pc-linux-gnu checking host system type... mips-buildroot-linux-gnu checking whether make supports the include directive... yes (GNU style) checking for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for vfork.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking pkg-config is at least version 0.9.0... yes checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp checking whether ln -s works... yes checking for a sed that does not truncate output... /usr/bin/sed checking whether make sets $(MAKE)... (cached) yes checking for ifconfig... /usr/sbin/ifconfig checking for route... /usr/sbin/route checking for ip... /usr/sbin/ip checking for systemd-ask-password... /usr/bin/systemd-ask-password checking for netstat... /bin/netstat checking for git... git checking for rst2man... no checking for rst2man.py... no checking for rst2html... no checking for rst2html.py... no checking how to print strings... printf checking for a sed that does not truncate output... (cached) /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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm) interface... BSD nm 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-3/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-3/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-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for 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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-3/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... yes checking for mips-buildroot-linux-gnu-windres... no checking for windres... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for working volatile... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for socklen_t... yes checking size of unsigned int... 4 checking size of unsigned long... 4 checking for fcntl.h... yes checking for io.h... no checking for sys/types.h... (cached) yes checking for sys/socket.h... yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for netinet/in.h... yes checking for netinet/in_systm.h... yes checking for netinet/tcp.h... yes checking for arpa/inet.h... yes checking for netdb.h... yes checking for sys/time.h... yes checking for sys/ioctl.h... yes checking for sys/stat.h... (cached) yes checking for sys/mman.h... yes checking for sys/file.h... yes checking for sys/wait.h... yes checking for unistd.h... (cached) yes checking for libgen.h... yes checking for stropts.h... no checking for syslog.h... yes checking for pwd.h... yes checking for grp.h... yes checking for termios.h... yes checking for sys/sockio.h... no checking for sys/uio.h... yes checking for linux/sockios.h... yes checking for linux/types.h... yes checking for linux/errqueue.h... yes checking for poll.h... yes checking for sys/epoll.h... yes checking for err.h... yes checking for net/if.h... yes checking for netinet/ip.h... yes checking for resolv.h... yes checking for sys/un.h... yes checking for net/if_utun.h... no checking for sys/kern_control.h... no checking for in_addr_t... yes checking for in_port_t... yes checking for struct iphdr... yes checking for struct msghdr... yes checking for struct cmsghdr... yes checking for struct in_pktinfo... yes checking for sa_family_t... yes checking for struct in_pktinfo.ipi_spec_dst... yes checking for struct sockaddr_in6... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc options needed to detect all undeclared functions... none needed checking whether SO_MARK is declared... yes checking anonymous union support... yes checking linker supports --wrap... yes checking whether SIGHUP is declared... yes checking whether SIGINT is declared... yes checking whether SIGUSR1 is declared... yes checking whether SIGUSR2 is declared... yes checking whether SIGTERM is declared... yes checking for fork... yes checking for vfork... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking for daemon... yes checking for chroot... yes checking for getpwnam... yes checking for setuid... yes checking for nice... yes checking for system... yes checking for dup... yes checking for dup2... yes checking for syslog... yes checking for openlog... yes checking for mlockall... yes checking for getrlimit... yes checking for getgrnam... yes checking for setgid... yes checking for setgroups... yes checking for flock... yes checking for readv... yes checking for writev... yes checking for time... yes checking for gettimeofday... yes checking for setsid... yes checking for chdir... yes checking for chsize... no checking for ftruncate... yes checking for execve... yes checking for getpeereid... no checking for basename... yes checking for dirname... yes checking for access... yes checking for epoll_create... yes checking for strsep... yes checking for dlopen in -ldl... yes checking for inet_ntoa in -lnsl... no checking for socket in -lsocket... no checking for gethostbyname in -lresolv... yes checking for sendmsg... yes checking for recvmsg... yes checking for library containing __res_init... none required checking for net/if_tun.h... no checking for net/tun/if_tun.h... no checking for linux/if_tun.h... yes checking for tap-windows.h... no checking whether TUNSETPERSIST is declared... yes checking for setcon in -lselinux... yes checking for pam_start in -lpam... no checking for PKCS11_HELPER... no checking for LIBCAPNG... yes checking for sys/prctl.h... yes checking for OPENSSL... yes checking for SSL_CTX_new... yes checking for EVP_aes_256_gcm... yes checking for lzo1x_1_15_compress in -llzo2... no checking for lzo1x_1_15_compress in -llzo... no checking git checkout... no checking whether the compiler accepts -Wno-stringop-truncation... yes checking whether the compiler accepts -Wall... yes checking for CMOCKA... no configure: WARNING: cmocka.pc not found on the system using pkg-config (/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config). Unit tests disabled checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating version.sh config.status: creating Makefile config.status: creating build/Makefile config.status: creating distro/Makefile config.status: creating distro/systemd/Makefile config.status: creating doc/Makefile config.status: creating doc/doxygen/Makefile config.status: creating doc/doxygen/openvpn.doxyfile config.status: creating include/Makefile config.status: creating sample/sample-plugins/Makefile config.status: creating src/Makefile config.status: creating src/compat/Makefile config.status: creating src/openvpn/Makefile config.status: creating src/openvpnmsica/Makefile config.status: creating src/openvpnserv/Makefile config.status: creating src/plugins/Makefile config.status: creating src/plugins/auth-pam/Makefile config.status: creating src/plugins/down-root/Makefile config.status: creating src/tapctl/Makefile config.status: creating tests/Makefile config.status: creating tests/unit_tests/Makefile config.status: creating tests/unit_tests/example_test/Makefile config.status: creating tests/unit_tests/openvpn/Makefile config.status: creating tests/unit_tests/plugins/Makefile config.status: creating tests/unit_tests/plugins/auth-pam/Makefile config.status: creating sample/Makefile config.status: creating tests/t_client.sh config.status: creating config.h config.status: creating include/openvpn-plugin.h config.status: include/openvpn-plugin.h is unchanged 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 >>> openvpn 2.6.10 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10' Making all in build make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/build' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/build' Making all in distro make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/distro' Making all in systemd make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/distro/systemd' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/distro/systemd' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/distro' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/distro' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/distro' Making all in include make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/include' /usr/bin/make all-am make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/include' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/include' Making all in src make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src' Making all in compat make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/compat' /bin/sh ../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o compat-dirname.lo compat-dirname.c /bin/sh ../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o compat-basename.lo compat-basename.c /bin/sh ../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o compat-gettimeofday.lo compat-gettimeofday.c /bin/sh ../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o compat-daemon.lo compat-daemon.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c compat-dirname.c -fPIC -DPIC -o .libs/compat-dirname.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c compat-daemon.c -fPIC -DPIC -o .libs/compat-daemon.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c compat-gettimeofday.c -fPIC -DPIC -o .libs/compat-gettimeofday.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c compat-basename.c -fPIC -DPIC -o .libs/compat-basename.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c compat-dirname.c -o compat-dirname.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c compat-daemon.c -o compat-daemon.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c compat-basename.c -o compat-basename.o >/dev/null 2>&1 libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c compat-gettimeofday.c -o compat-gettimeofday.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o compat-strsep.lo compat-strsep.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c compat-strsep.c -fPIC -DPIC -o .libs/compat-strsep.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c compat-strsep.c -o compat-strsep.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -o libcompat.la compat-dirname.lo compat-basename.lo compat-gettimeofday.lo compat-daemon.lo compat-strsep.lo -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib -lcap-ng libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar cr .libs/libcompat.a .libs/compat-dirname.o .libs/compat-basename.o .libs/compat-gettimeofday.o .libs/compat-daemon.o .libs/compat-strsep.o libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib .libs/libcompat.a libtool: link: ( cd ".libs" && rm -f "libcompat.la" && ln -s "../libcompat.la" "libcompat.la" ) make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/compat' Making all in openvpn make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/openvpn' /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o argv.o argv.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o auth_token.o auth_token.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o base64.o base64.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o buffer.o buffer.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o clinat.o clinat.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o comp.o comp.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o compstub.o compstub.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o comp-lz4.o comp-lz4.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o crypto.o crypto.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o crypto_openssl.o crypto_openssl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o crypto_mbedtls.o crypto_mbedtls.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o dco.o dco.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o dco_freebsd.o dco_freebsd.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o dco_linux.o dco_linux.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o dco_win.o dco_win.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o dhcp.o dhcp.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o dns.o dns.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o env_set.o env_set.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o error.o error.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o event.o event.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o fdmisc.o fdmisc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o forward.o forward.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o fragment.o fragment.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o gremlin.o gremlin.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o helper.o helper.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o httpdigest.o httpdigest.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o lladdr.o lladdr.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o init.o init.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o interval.o interval.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o list.o list.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o lzo.o lzo.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o manage.o manage.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o mbuf.o mbuf.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o misc.o misc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o platform.o platform.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o console.o console.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o console_builtin.o console_builtin.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o console_systemd.o console_systemd.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o mroute.o mroute.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o mss.o mss.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o mstats.o mstats.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o mtcp.o mtcp.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o mtu.o mtu.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o mudp.o mudp.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o multi.o multi.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o networking_freebsd.o networking_freebsd.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o networking_iproute2.o networking_iproute2.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o networking_sitnl.o networking_sitnl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ntlm.o ntlm.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o occ.o occ.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o pkcs11.o pkcs11.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o pkcs11_openssl.o pkcs11_openssl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o pkcs11_mbedtls.o pkcs11_mbedtls.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o openvpn.o openvpn.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o options.o options.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o options_util.o options_util.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o otime.o otime.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o packet_id.o packet_id.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o perf.o perf.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ping.o ping.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o plugin.o plugin.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o pool.o pool.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o proto.o proto.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o proxy.o proxy.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ps.o ps.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o push.o push.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o reflect_filter.o reflect_filter.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o reliable.o reliable.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o route.o route.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o run_command.o run_command.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o schedule.o schedule.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o session_id.o session_id.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o shaper.o shaper.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o sig.o sig.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o socket.o socket.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o socks.o socks.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ssl.o ssl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ssl_openssl.o ssl_openssl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ssl_mbedtls.o ssl_mbedtls.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ssl_ncp.o ssl_ncp.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ssl_pkt.o ssl_pkt.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ssl_util.o ssl_util.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ssl_verify.o ssl_verify.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ssl_verify_openssl.o ssl_verify_openssl.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ssl_verify_mbedtls.o ssl_verify_mbedtls.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o status.o status.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o tls_crypt.o tls_crypt.c In file included from /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/string.h:548, from /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/sys/un.h:38, from syshead.h:87, from status.c:28: In function 'memset', inlined from 'status_open' at status.c:70:9: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:59:10: warning: '__builtin_memset' offset [0, 47] is out of the bounds [0, 0] [-Warray-bounds] 59 | return __builtin___memset_chk (__dest, __ch, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 60 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:59:10: warning: '__builtin_memset' offset [0, 47] is out of the bounds [0, 0] [-Warray-bounds] /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o tun.o tun.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o vlan.o vlan.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o xkey_provider.o xkey_provider.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o xkey_helper.o xkey_helper.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o win32.o win32.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o win32-util.o win32-util.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o cryptoapi.o cryptoapi.c /bin/sh ../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -o openvpn argv.o auth_token.o base64.o buffer.o clinat.o comp.o compstub.o comp-lz4.o crypto.o crypto_openssl.o crypto_mbedtls.o dco.o dco_freebsd.o dco_linux.o dco_win.o dhcp.o dns.o env_set.o error.o event.o fdmisc.o forward.o fragment.o gremlin.o helper.o httpdigest.o lladdr.o init.o interval.o list.o lzo.o manage.o mbuf.o misc.o platform.o console.o console_builtin.o console_systemd.o mroute.o mss.o mstats.o mtcp.o mtu.o mudp.o multi.o networking_freebsd.o networking_iproute2.o networking_sitnl.o ntlm.o occ.o pkcs11.o pkcs11_openssl.o pkcs11_mbedtls.o openvpn.o options.o options_util.o otime.o packet_id.o perf.o ping.o plugin.o pool.o proto.o proxy.o ps.o push.o reflect_filter.o reliable.o route.o run_command.o schedule.o session_id.o shaper.o sig.o socket.o socks.o ssl.o ssl_openssl.o ssl_mbedtls.o ssl_ncp.o ssl_pkt.o ssl_util.o ssl_verify.o ssl_verify_openssl.o ssl_verify_mbedtls.o status.o tls_crypt.o tun.o vlan.o xkey_provider.o xkey_helper.o win32.o win32-util.o cryptoapi.o ../../src/compat/libcompat.la -lresolv -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib -lssl -lcrypto -lselinux -ldl -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib -lcap-ng libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -o openvpn argv.o auth_token.o base64.o buffer.o clinat.o comp.o compstub.o comp-lz4.o crypto.o crypto_openssl.o crypto_mbedtls.o dco.o dco_freebsd.o dco_linux.o dco_win.o dhcp.o dns.o env_set.o error.o event.o fdmisc.o forward.o fragment.o gremlin.o helper.o httpdigest.o lladdr.o init.o interval.o list.o lzo.o manage.o mbuf.o misc.o platform.o console.o console_builtin.o console_systemd.o mroute.o mss.o mstats.o mtcp.o mtu.o mudp.o multi.o networking_freebsd.o networking_iproute2.o networking_sitnl.o ntlm.o occ.o pkcs11.o pkcs11_openssl.o pkcs11_mbedtls.o openvpn.o options.o options_util.o otime.o packet_id.o perf.o ping.o plugin.o pool.o proto.o proxy.o ps.o push.o reflect_filter.o reliable.o route.o run_command.o schedule.o session_id.o shaper.o sig.o socket.o socks.o ssl.o ssl_openssl.o ssl_mbedtls.o ssl_ncp.o ssl_pkt.o ssl_util.o ssl_verify.o ssl_verify_openssl.o ssl_verify_mbedtls.o status.o tls_crypt.o tun.o vlan.o xkey_provider.o xkey_helper.o win32.o win32-util.o cryptoapi.o ../../src/compat/.libs/libcompat.a -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib -lresolv -lssl -lcrypto -lselinux -ldl /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libcap-ng.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/openvpn' Making all in openvpnmsica make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/openvpnmsica' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/openvpnmsica' Making all in openvpnserv make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/openvpnserv' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/openvpnserv' Making all in plugins make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins' Making all in auth-pam make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins/auth-pam' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins/auth-pam' Making all in down-root make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins/down-root' /bin/sh ../../../libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o down-root.lo down-root.c libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c down-root.c -fPIC -DPIC -o .libs/down-root.o libtool: compile: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c down-root.c -o down-root.o >/dev/null 2>&1 /bin/sh ../../../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -I../../../include -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -std=c99 -export-symbols "./down-root.exports" -module -shared -avoid-version -no-undefined -o openvpn-plugin-down-root.la -rpath /usr/lib/openvpn/plugins down-root.lo -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib -lcap-ng libtool: link: echo "{ global:" > .libs/openvpn-plugin-down-root.ver libtool: link: cat ./down-root.exports | /usr/bin/sed -e "s/\(.*\)/\1;/" >> .libs/openvpn-plugin-down-root.ver libtool: link: echo "local: *; };" >> .libs/openvpn-plugin-down-root.ver libtool: link: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -shared -fPIC -DPIC .libs/down-root.o -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib -L/home/buildroot/autobuild/instance-3/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libcap-ng.so -O2 -g0 -Wl,-soname -Wl,openvpn-plugin-down-root.so -Wl,-version-script -Wl,.libs/openvpn-plugin-down-root.ver -o .libs/openvpn-plugin-down-root.so libtool: link: ( cd ".libs" && rm -f "openvpn-plugin-down-root.la" && ln -s "../openvpn-plugin-down-root.la" "openvpn-plugin-down-root.la" ) make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins/down-root' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins' Making all in tapctl make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/tapctl' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/tapctl' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src' Making all in sample make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/sample' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/sample' Making all in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/doc' Making all in doxygen make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/doc/doxygen' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/doc/doxygen' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/doc' Making all in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/tests' Making all in unit_tests make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/tests/unit_tests' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/tests/unit_tests' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/tests/unit_tests' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/tests/unit_tests' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/tests' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/tests' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10' >>> openvpn 2.6.10 Installing to target GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10' /usr/bin/make install-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10' Making install in build make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/build' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/build' 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-3/output-1/build/openvpn-2.6.10/build' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/build' Making install in distro make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/distro' Making install in systemd make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/distro/systemd' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/distro/systemd' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/make install-data-hook make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/distro/systemd' make[6]: Nothing to be done for 'install-data-hook'. make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/distro/systemd' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/distro/systemd' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/distro/systemd' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/distro' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/distro' 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-3/output-1/build/openvpn-2.6.10/distro' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/distro' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/distro' Making install in include make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/include' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/include' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' /usr/bin/install -c -m 644 openvpn-plugin.h openvpn-msg.h '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/include' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/include' Making install in src make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src' Making install in compat make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/compat' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/compat' 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-3/output-1/build/openvpn-2.6.10/src/compat' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/compat' Making install in openvpn make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/openvpn' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/openvpn' make[5]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/sbin' /bin/sh ../../libtool --mode=install /usr/bin/install -c openvpn '/home/buildroot/autobuild/instance-3/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c openvpn /home/buildroot/autobuild/instance-3/output-1/target/usr/sbin/openvpn make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/openvpn' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/openvpn' Making install in openvpnmsica make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/openvpnmsica' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/openvpnmsica' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/openvpnmsica' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/openvpnmsica' Making install in openvpnserv make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/openvpnserv' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/openvpnserv' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/openvpnserv' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/openvpnserv' Making install in plugins make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins' Making install in auth-pam make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins/auth-pam' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins/auth-pam' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins/auth-pam' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins/auth-pam' Making install in down-root make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins/down-root' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins/down-root' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/openvpn' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/openvpn/plugins' /bin/sh ../../../libtool --mode=install /usr/bin/install -c openvpn-plugin-down-root.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/openvpn/plugins' /usr/bin/install -c -m 644 README.down-root '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/openvpn' libtool: install: /usr/bin/install -c .libs/openvpn-plugin-down-root.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/openvpn/plugins/openvpn-plugin-down-root.so libtool: install: /usr/bin/install -c .libs/openvpn-plugin-down-root.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/openvpn/plugins/openvpn-plugin-down-root.la libtool: warning: remember to run 'libtool --finish /usr/lib/openvpn/plugins' make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins/down-root' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins/down-root' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins' 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-3/output-1/build/openvpn-2.6.10/src/plugins' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/plugins' Making install in tapctl make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/tapctl' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/tapctl' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/tapctl' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src/tapctl' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src' 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-3/output-1/build/openvpn-2.6.10/src' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/src' Making install in sample make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/sample' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/sample' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/sample' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/sample' Making install in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/doc' Making install in doxygen make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/doc/doxygen' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/doc/doxygen' 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-3/output-1/build/openvpn-2.6.10/doc/doxygen' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/doc/doxygen' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/doc' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/doc' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/openvpn' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man5' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 management-notes.txt gui-notes.txt '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/openvpn' /usr/bin/install -c -m 644 openvpn-examples.5 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 openvpn.8 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/doc' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/doc' Making install in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/tests' Making install in unit_tests make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/tests/unit_tests' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/tests/unit_tests' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/tests/unit_tests' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/tests/unit_tests' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/tests/unit_tests' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/tests/unit_tests' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/tests' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/tests' 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-3/output-1/build/openvpn-2.6.10/tests' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/tests' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/openvpn' /usr/bin/install -c -m 644 README README.mbedtls Changes.rst COPYRIGHT.GPL COPYING '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/openvpn' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/openvpn-2.6.10' p11-kit-0.25.3.tar.xz: OK (sha256: d8ddce1bb7e898986f9d250ccae7c09ce14d82f1009046d202a0eb1b428b2adc) >>> p11-kit 0.25.3 Extracting xzcat /home/buildroot/autobuild/instance-3/dl/p11-kit/p11-kit-0.25.3.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3 -xf - >>> p11-kit 0.25.3 Patching >>> p11-kit 0.25.3 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3 -name $file); do cp support/gnuconfig/$file $i; done; done >>> p11-kit 0.25.3 Patching libtool patching file /home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/build/litter/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). >>> p11-kit 0.25.3 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/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_have_decl_program_invocation_short_name=yes ac_cv_have_decl___progname=no 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 --enable-static --enable-shared --disable-static --with-libffi --disable-trust-module --without-libtasn1 ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6 checking for a BSD-compatible install... /usr/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... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether build environment is sane... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) checking for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no 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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/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-3/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-3/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-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for 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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-3/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 for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... cross 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 if LD -Wl,--version-script works... yes checking whether linker understands -z nodelete... yes checking for mips-buildroot-linux-gnu-gcc... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to enable C11 features... (cached) none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... (cached) none checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp checking pkg-config is at least version 0.9.0... yes checking for a Python interpreter with version >= 3.6... python checking for python... /home/buildroot/autobuild/instance-3/output-1/host/bin/python checking for python version... 3.11 checking for python platform... linux checking for GNU default python prefix... ${prefix} checking for GNU default python exec_prefix... ${exec_prefix} checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages checking whether NLS is requested... no checking for msgfmt... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgfmt checking for gmsgfmt... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgfmt checking for xgettext... /home/buildroot/autobuild/instance-3/output-1/host/bin/xgettext checking for msgmerge... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgmerge checking for ld... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld) is GNU ld... yes checking for shared library run path origin... done checking 32-bit host C ABI... yes checking for ELF binary format... yes checking for the common suffixes of directories in the library search path... lib,lib,lib checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyPreferredLanguages... no checking whether to use NLS... no checking for win32... no checking whether byte ordering is bigendian... (cached) yes checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking size of unsigned long... 4 checking for pthread_create... yes checking for nanosleep... yes checking for library containing dlopen... none required checking for library containing gethostbyname... none required checking for library containing connect... none required checking for locale.h... yes checking for locale_t... yes checking for newlocale... yes checking for strerror_l... yes checking for sys/resource.h... yes checking for sys/un.h... yes checking for ucred.h... no checking for struct dirent.d_type... yes checking for getprogname... no checking for getexecname... no checking for basename... yes checking for mkstemp... yes checking for mkdtemp... yes checking for getauxval... yes checking for getresuid... yes checking for secure_getenv... yes checking for strnstr... no checking for memdup... no checking for strndup... yes checking for reallocarray... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc options needed to detect all undeclared functions... none needed checking whether reallocarray is declared... yes checking for fdwalk... no checking for setenv... yes checking for getpeereid... no checking for getpeerucred... no checking for issetugid... no checking for isatty... yes checking for readpassphrase... no checking for strerror_r... yes checking for thread-local storage class... __thread checking for gmtime_r... yes checking whether program_invocation_short_name is declared... (cached) yes checking whether program_invocation_short_name is available... yes checking whether __progname is declared... (cached) no checking for sighandler_t... yes checking for sig_t... yes checking for __sighandler_t... yes checking whether vsock support is available... yes checking for asprintf... yes checking for vasprintf... yes checking for vsnprintf... yes checking whether asprintf is declared... yes checking whether vasprintf is declared... yes checking for dgettext in -lintl... no checking for LIBFFI... yes checking if trust module is enabled... no checking for trust module paths... disabled checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking for gtkdoc-scan... no checking for xsltproc... no checking whether to build documentation... no checking for debug mode... default (-g, debug output) checking for more warnings... checking whether gcc understands -Wmissing-include-dirs... yes checking whether gcc understands -Wundef... yes checking build strict... no checking whether to build with gcov testing... no checking for LIBSYSTEMD... no checking that generated files are newer than configure... done checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating common/test-init.sh config.status: creating doc/Makefile config.status: creating doc/manual/Makefile config.status: creating po/Makefile.in config.status: creating p11-kit/p11-kit-1.pc config.status: creating p11-kit/pkcs11.conf.example config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6 configure: build options: Host: mips-buildroot-linux-gnu Debug build: default (-g, debug output) Strict build: no Build documentation: no (no manual or reference) System global config: /etc/pkcs11/pkcs11.conf System module config directory: /etc/pkcs11/modules Package module config directory: ${pkgdatadir}/modules User global config: ~/.config/pkcs11/pkcs11.conf User module config directory: ~/.config/pkcs11/modules Load relative module paths from: ${exec_prefix}/lib/pkcs11 With libtasn1 dependency: no With libffi: yes With hash implementation: internal With systemd: no Build trust module: no Trust module paths: RPC protocol versions: 0 upto 1 >>> p11-kit 0.25.3 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' GEN p11-kit/virtual-ffi-generated.h GEN p11-kit/virtual-fixed-wrappers.h GEN p11-kit/virtual-fixed-closures.h GEN p11-kit/virtual-stack-generated.h GEN p11-kit/virtual-base-generated.h GEN p11-kit/proxy-generated.h /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' Making all in . make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' CC p11-kit/p11_kit-add-profile.o CC p11-kit/p11_kit-delete-object.o CC p11-kit/p11_kit-delete-profile.o CC p11-kit/p11_kit-export-object.o CC p11-kit/p11_kit-generate-keypair.o CC p11-kit/p11_kit-import-object.o CC p11-kit/p11_kit-list-objects.o CC p11-kit/p11_kit-list-profiles.o CC p11-kit/p11_kit-list-mechanisms.o CC p11-kit/p11_kit-list-tokens.o CC p11-kit/p11_kit-lists.o CC p11-kit/p11_kit-p11-kit.o CC p11-kit/p11_kit-print-config.o CC p11-kit/p11_kit-tty.o CC p11-kit/libp11_kit_la-proxy.lo CC p11-kit/libp11_kit_la-proxy-init.lo CC p11-kit/libp11_kit_la-rpc-server.lo CC p11-kit/libp11_kit_internal_la-util.lo CC p11-kit/libp11_kit_internal_la-conf.lo CC p11-kit/libp11_kit_internal_la-iter.lo CC p11-kit/libp11_kit_internal_la-log.lo CC p11-kit/libp11_kit_internal_la-filter.lo CC p11-kit/libp11_kit_internal_la-modules.lo CC p11-kit/libp11_kit_internal_la-pin.lo CC p11-kit/libp11_kit_internal_la-messages.lo CC p11-kit/libp11_kit_internal_la-rpc-transport.lo CC p11-kit/libp11_kit_internal_la-rpc-message.lo CC p11-kit/libp11_kit_internal_la-rpc-client.lo CC p11-kit/libp11_kit_internal_la-uri.lo CC p11-kit/libp11_kit_internal_la-virtual.lo CC common/argv.lo CC common/attrs.lo CC common/array.lo CC common/base64.lo CC common/buffer.lo CC common/compat.lo CC common/constants.lo CC common/debug.lo CC common/dict.lo CC common/hash.lo CC common/hex.lo CC common/lexer.lo CC common/message.lo CC common/path.lo CC common/pem.lo CC common/runtime.lo CC common/url.lo CC common/vsock.lo CC common/library.lo CC common/print.lo CC common/tool.lo CC common/unix-peer.lo CC common/readpassphrase.lo CC p11-kit/remote.o common/readpassphrase.c: In function 'readpassphrase': common/readpassphrase.c:128:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 128 | (void)write(output, prompt, strlen(prompt)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common/readpassphrase.c:147:23: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 147 | (void)write(output, "\n", 1); | ^~~~~~~~~~~~~~~~~~~~~~ CC p11-kit/p11_kit_server-server.o CC p11-kit/client_la-client.lo CC p11-kit/client_la-client-init.lo CCLD libp11-common.la CCLD libp11-library.la CCLD libp11-tool.la CCLD libp11-kit-internal.la CCLD libp11-kit.la CCLD p11-kit-client.la CCLD p11-kit/p11-kit CCLD p11-kit/p11-kit-remote CCLD p11-kit/p11-kit-server make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' Making all in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc' Making all in manual make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc/manual' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc/manual' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc' Making all in po make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/po' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' >>> p11-kit 0.25.3 Installing to staging directory GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' /usr/bin/make install-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' Making install in . make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/etc/pkcs11' /bin/sh ./libtool --mode=install /usr/bin/install -c libp11-kit.la '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/install -c -m 644 p11-kit/pkcs11.conf.example '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/etc/pkcs11' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/p11-kit-1/p11-kit' /usr/bin/install -c -m 644 common/pkcs11.h common/pkcs11x.h p11-kit/deprecated.h p11-kit/iter.h p11-kit/p11-kit.h p11-kit/pin.h p11-kit/remote.h p11-kit/uri.h '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/p11-kit-1/p11-kit' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 p11-kit/p11-kit-1.pc '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/libp11-kit.so.0.3.1 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libp11-kit.so.0.3.1 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libp11-kit.so.0.3.1 libp11-kit.so.0 || { rm -f libp11-kit.so.0 && ln -s libp11-kit.so.0.3.1 libp11-kit.so.0; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libp11-kit.so.0.3.1 libp11-kit.so || { rm -f libp11-kit.so && ln -s libp11-kit.so.0.3.1 libp11-kit.so; }; }) libtool: install: /usr/bin/install -c .libs/libp11-kit.lai /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libp11-kit.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/libexec/p11-kit' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkcs11' /bin/sh ./libtool --mode=install /usr/bin/install -c p11-kit-client.la '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkcs11' /bin/sh ./libtool --mode=install /usr/bin/install -c p11-kit/p11-kit '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c p11-kit/p11-kit-remote p11-kit/p11-kit-server '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/libexec/p11-kit' libtool: install: /usr/bin/install -c .libs/p11-kit-client.so /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkcs11/p11-kit-client.so libtool: install: /usr/bin/install -c p11-kit/p11-kit /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/p11-kit libtool: install: /usr/bin/install -c p11-kit/p11-kit-remote /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/libexec/p11-kit/p11-kit-remote /usr/bin/make install-exec-hook libtool: install: /usr/bin/install -c .libs/p11-kit-client.lai /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkcs11/p11-kit-client.la libtool: install: /usr/bin/install -c p11-kit/p11-kit-server /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/libexec/p11-kit/p11-kit-server make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' for i in so dylib; do \ test -f /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libp11-kit.$i && \ ln -s -f `readlink /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libp11-kit.$i` /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/p11-kit-proxy.$i || true; \ done /usr/bin/mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/p11-kit/modules libtool: warning: remember to run 'libtool --finish /usr/lib/pkcs11' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' Making install in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc' Making install in manual make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc/manual' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc/manual' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/install -c -m 644 ./html/config-example.html /usr/bin/install -c -m 644 ./html/config-files.html /usr/bin/install -c -m 644 ./html/config.html /usr/bin/install -c -m 644 ./html/devel-building-style.html /usr/bin/install -c -m 644 ./html/devel-building.html /usr/bin/install -c -m 644 ./html/devel-commands.html /usr/bin/install -c -m 644 ./html/devel-debugging.html /usr/bin/install -c -m 644 ./html/devel-paths.html /usr/bin/install -c -m 644 ./html/devel-testing.html /usr/bin/install -c -m 644 ./html/devel.html /usr/bin/install -c -m 644 ./html/gtk-doc.css /usr/bin/install -c -m 644 ./html/home.png /usr/bin/install -c -m 644 ./html/index.html /usr/bin/install -c -m 644 ./html/left-insensitive.png /usr/bin/install -c -m 644 ./html/left.png /usr/bin/install -c -m 644 ./html/p11-kit-Deprecated.html /usr/bin/install -c -m 644 ./html/p11-kit-Future.html /usr/bin/install -c -m 644 ./html/p11-kit-Modules.html /usr/bin/install -c -m 644 ./html/p11-kit-PIN-Callbacks.html /usr/bin/install -c -m 644 ./html/p11-kit-URIs.html /usr/bin/install -c -m 644 ./html/p11-kit-Utilities.html /usr/bin/install -c -m 644 ./html/p11-kit.devhelp2 /usr/bin/install -c -m 644 ./html/p11-kit.html /usr/bin/install -c -m 644 ./html/pkcs11-conf.html /usr/bin/install -c -m 644 ./html/reference.html /usr/bin/install -c -m 644 ./html/remoting.html /usr/bin/install -c -m 644 ./html/right-insensitive.png /usr/bin/install -c -m 644 ./html/right.png /usr/bin/install -c -m 644 ./html/sharing-managed.html /usr/bin/install -c -m 644 ./html/sharing.html /usr/bin/install -c -m 644 ./html/style.css /usr/bin/install -c -m 644 ./html/tools.html /usr/bin/install -c -m 644 ./html/trust-disable.html /usr/bin/install -c -m 644 ./html/trust-glib-networking.html /usr/bin/install -c -m 644 ./html/trust-module.html /usr/bin/install -c -m 644 ./html/trust-nss.html /usr/bin/install -c -m 644 ./html/trust.html /usr/bin/install -c -m 644 ./html/up-insensitive.png /usr/bin/install -c -m 644 ./html/up.png make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc/manual' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc/manual' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc' 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-3/output-1/build/p11-kit-0.25.3/doc' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc' Making install in po make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/po' if test "p11-kit" = "gettext-tools"; then \ /usr/bin/mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/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 \ /usr/bin/install -c -m 644 ./$file \ /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/po' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' >>> p11-kit 0.25.3 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/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-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/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-3/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/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 >>> p11-kit 0.25.3 Installing to target GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' /usr/bin/make install-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' Making install in . make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/etc/pkcs11' /bin/sh ./libtool --mode=install /usr/bin/install -c libp11-kit.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include/p11-kit-1/p11-kit' /usr/bin/install -c -m 644 p11-kit/pkcs11.conf.example '/home/buildroot/autobuild/instance-3/output-1/target/etc/pkcs11' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 common/pkcs11.h common/pkcs11x.h p11-kit/deprecated.h p11-kit/iter.h p11-kit/p11-kit.h p11-kit/pin.h p11-kit/remote.h p11-kit/uri.h '/home/buildroot/autobuild/instance-3/output-1/target/usr/include/p11-kit-1/p11-kit' /usr/bin/install -c -m 644 p11-kit/p11-kit-1.pc '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/libp11-kit.so.0.3.1 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libp11-kit.so.0.3.1 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libp11-kit.so.0.3.1 libp11-kit.so.0 || { rm -f libp11-kit.so.0 && ln -s libp11-kit.so.0.3.1 libp11-kit.so.0; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libp11-kit.so.0.3.1 libp11-kit.so || { rm -f libp11-kit.so && ln -s libp11-kit.so.0.3.1 libp11-kit.so; }; }) libtool: install: /usr/bin/install -c .libs/libp11-kit.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libp11-kit.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkcs11' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/p11-kit' /bin/sh ./libtool --mode=install /usr/bin/install -c p11-kit-client.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkcs11' /bin/sh ./libtool --mode=install /usr/bin/install -c p11-kit/p11-kit '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c p11-kit/p11-kit-remote p11-kit/p11-kit-server '/home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/p11-kit' libtool: install: /usr/bin/install -c .libs/p11-kit-client.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkcs11/p11-kit-client.so libtool: install: /usr/bin/install -c p11-kit/p11-kit /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/p11-kit libtool: install: /usr/bin/install -c p11-kit/p11-kit-remote /home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/p11-kit/p11-kit-remote /usr/bin/make install-exec-hook libtool: install: /usr/bin/install -c p11-kit/p11-kit-server /home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/p11-kit/p11-kit-server libtool: install: /usr/bin/install -c .libs/p11-kit-client.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkcs11/p11-kit-client.la make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' for i in so dylib; do \ test -f /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libp11-kit.$i && \ ln -s -f `readlink /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libp11-kit.$i` /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/p11-kit-proxy.$i || true; \ done /usr/bin/mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/usr/share/p11-kit/modules make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' libtool: warning: remember to run 'libtool --finish /usr/lib/pkcs11' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' Making install in doc make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc' Making install in manual make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc/manual' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc/manual' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/install -c -m 644 ./html/config-example.html /usr/bin/install -c -m 644 ./html/config-files.html /usr/bin/install -c -m 644 ./html/config.html /usr/bin/install -c -m 644 ./html/devel-building-style.html /usr/bin/install -c -m 644 ./html/devel-building.html /usr/bin/install -c -m 644 ./html/devel-commands.html /usr/bin/install -c -m 644 ./html/devel-debugging.html /usr/bin/install -c -m 644 ./html/devel-paths.html /usr/bin/install -c -m 644 ./html/devel-testing.html /usr/bin/install -c -m 644 ./html/devel.html /usr/bin/install -c -m 644 ./html/gtk-doc.css /usr/bin/install -c -m 644 ./html/home.png /usr/bin/install -c -m 644 ./html/index.html /usr/bin/install -c -m 644 ./html/left-insensitive.png /usr/bin/install -c -m 644 ./html/left.png /usr/bin/install -c -m 644 ./html/p11-kit-Deprecated.html /usr/bin/install -c -m 644 ./html/p11-kit-Future.html /usr/bin/install -c -m 644 ./html/p11-kit-Modules.html /usr/bin/install -c -m 644 ./html/p11-kit-PIN-Callbacks.html /usr/bin/install -c -m 644 ./html/p11-kit-URIs.html /usr/bin/install -c -m 644 ./html/p11-kit-Utilities.html /usr/bin/install -c -m 644 ./html/p11-kit.devhelp2 /usr/bin/install -c -m 644 ./html/p11-kit.html /usr/bin/install -c -m 644 ./html/pkcs11-conf.html /usr/bin/install -c -m 644 ./html/reference.html /usr/bin/install -c -m 644 ./html/remoting.html /usr/bin/install -c -m 644 ./html/right-insensitive.png /usr/bin/install -c -m 644 ./html/right.png /usr/bin/install -c -m 644 ./html/sharing-managed.html /usr/bin/install -c -m 644 ./html/sharing.html /usr/bin/install -c -m 644 ./html/style.css /usr/bin/install -c -m 644 ./html/tools.html /usr/bin/install -c -m 644 ./html/trust-disable.html /usr/bin/install -c -m 644 ./html/trust-glib-networking.html /usr/bin/install -c -m 644 ./html/trust-module.html /usr/bin/install -c -m 644 ./html/trust-nss.html /usr/bin/install -c -m 644 ./html/trust.html /usr/bin/install -c -m 644 ./html/up-insensitive.png /usr/bin/install -c -m 644 ./html/up.png make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc/manual' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc/manual' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc' 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-3/output-1/build/p11-kit-0.25.3/doc' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/doc' Making install in po make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/po' if test "p11-kit" = "gettext-tools"; then \ /usr/bin/mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/usr/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 \ /usr/bin/install -c -m 644 ./$file \ /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3/po' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/p11-kit-0.25.3' patchelf-0.13.tar.bz2: OK (sha256: 4c7ed4bcfc1a114d6286e4a0d3c1a90db147a4c3adda1814ee0eee0f9ee917ed) >>> host-patchelf 0.13 Extracting bzcat /home/buildroot/autobuild/instance-3/dl/patchelf/patchelf-0.13.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/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-3/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-3/output-1/build/host-patchelf-0.13/ && rm -rf config.cache; GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/autobuild/instance-3/output-1/host" --sysconfdir="/home/buildroot/autobuild/instance-3/output-1/host/etc" --localstatedir="/home/buildroot/autobuild/instance-3/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... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports 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 GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' Making all in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/host/include -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/home/buildroot/autobuild/instance-3/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-3/output-1/host/include -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/src' Making all in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' >>> host-patchelf 0.13 Installing to host directory GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/src' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/bin' /usr/bin/install -c patchelf '/home/buildroot/autobuild/instance-3/output-1/host/bin' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/src' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/host-patchelf-0.13/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/share/doc/patchelf' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1' /usr/bin/install -c -m 644 README.md '/home/buildroot/autobuild/instance-3/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-patchelf-0.13' pcre-8.45.tar.bz2: OK (sha256: 4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8) >>> pcre 8.45 Extracting bzcat /home/buildroot/autobuild/instance-3/dl/pcre/pcre-8.45.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45 -xf - >>> pcre 8.45 Patching Applying 0001-Kill-compatibility-bits.patch using patch: patching file pcrecpp.cc Applying 0002-Disable-C-unit-tests.patch using patch: patching file Makefile.in >>> pcre 8.45 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45 -name $file); do cp support/gnuconfig/$file $i; done; done >>> pcre 8.45 Patching libtool patching file /home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45/ltmain.sh Hunk #1 succeeded at 2908 (offset 221 lines). Hunk #2 succeeded at 4498 (offset 221 lines). Hunk #3 succeeded at 6794 (offset 240 lines). Hunk #4 succeeded at 6804 (offset 240 lines). Hunk #5 succeeded at 7097 (offset 240 lines). Hunk #6 succeeded at 7389 (offset 240 lines). Hunk #7 succeeded at 8359 (offset 247 lines). Hunk #8 succeeded at 10991 (offset 281 lines). >>> pcre 8.45 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/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 --enable-static --enable-shared --disable-cpp --enable-pcre8 --disable-pcre16 --disable-pcre32 --enable-utf --enable-unicode-properties ) 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... /usr/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... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) checking for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... none checking for mips-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar checking the archiver (/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar) interface... ar checking for mips-buildroot-linux-gnu-gcc... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to enable C11 features... (cached) none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... (cached) none checking whether the compiler supports GNU C++... no checking whether no accepts -g... no checking for no option to enable C++11 features... none needed checking dependency style of no... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for int64_t... yes 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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/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-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for mips-buildroot-linux-gnu-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for mips-buildroot-linux-gnu-ar... (cached) /home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for 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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-3/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... yes checking whether ln -s works... yes checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking for egrep... (cached) /usr/bin/grep -E checking for limits.h... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for dirent.h... yes checking for windows.h... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking for bcopy... yes checking for memmove... yes checking for strerror... yes checking for zlib.h... yes checking for gzopen in -lz... yes checking for bzlib.h... yes checking for libbz2... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libpcre.pc config.status: creating libpcre16.pc config.status: creating libpcre32.pc config.status: creating libpcreposix.pc config.status: creating libpcrecpp.pc config.status: creating pcre-config config.status: creating pcre.h config.status: creating pcre_stringpiece.h config.status: creating pcrecpparg.h config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing script-chmod commands config.status: executing delete-old-chartables 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 pcre-8.45 configuration summary: Install prefix .................. : /usr C preprocessor .................. : /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp C compiler ...................... : /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc C++ preprocessor ................ : C++ compiler .................... : Linker .......................... : /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld C preprocessor flags ............ : -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 C compiler flags ................ : -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -fvisibility=hidden C++ compiler flags .............. : -fvisibility=hidden -fvisibility-inlines-hidden Linker flags .................... : Extra libraries ................. : Build 8 bit pcre library ........ : yes Build 16 bit pcre library ....... : no Build 32 bit pcre library ....... : no Build C++ library ............... : no Enable JIT compiling support .... : no Enable UTF-8/16/32 support ...... : yes Unicode properties .............. : yes Newline char/sequence ........... : lf \R matches only ANYCRLF ......... : no EBCDIC coding ................... : no EBCDIC code for NL .............. : n/a Rebuild char tables ............. : no Use stack recursion ............. : yes POSIX mem threshold ............. : 10 Internal link size .............. : 2 Nested parentheses limit ........ : 250 Match limit ..................... : 10000000 Match limit recursion ........... : MATCH_LIMIT Build shared libs ............... : yes Build static libs ............... : yes Use JIT in pcregrep ............. : no Buffer size for pcregrep ........ : 20480 Link pcregrep with libz ......... : no Link pcregrep with libbz2 ....... : no Link pcretest with libedit ...... : no Link pcretest with libreadline .. : no Valgrind support ................ : no Code coverage ................... : no >>> pcre 8.45 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' rm -f pcre_chartables.c ln -s ./pcre_chartables.c.dist pcre_chartables.c /usr/bin/make all-am make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' CC pcretest-pcretest.o CC pcretest-pcre_printint.o CC libpcre_la-pcre_byte_order.lo CC libpcre_la-pcre_compile.lo CC libpcre_la-pcre_config.lo CC libpcre_la-pcre_dfa_exec.lo CC libpcre_la-pcre_exec.lo CC libpcre_la-pcre_fullinfo.lo CC libpcre_la-pcre_get.lo CC libpcre_la-pcre_globals.lo CC libpcre_la-pcre_jit_compile.lo CC libpcre_la-pcre_maketables.lo CC libpcre_la-pcre_newline.lo CC libpcre_la-pcre_ord2utf8.lo CC libpcre_la-pcre_refcount.lo CC libpcre_la-pcre_string_utils.lo CC libpcre_la-pcre_study.lo CC libpcre_la-pcre_tables.lo CC libpcre_la-pcre_ucd.lo CC libpcre_la-pcre_valid_utf8.lo CC libpcre_la-pcre_version.lo CC libpcre_la-pcre_xclass.lo CC libpcre_la-pcre_chartables.lo CC libpcreposix_la-pcreposix.lo CC pcregrep-pcregrep.o CCLD libpcre.la CCLD libpcreposix.la CCLD pcretest CCLD pcregrep make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' >>> pcre 8.45 Installing to staging directory GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' /usr/bin/make install-am make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/pcre' /bin/sh ./libtool --mode=install /usr/bin/install -c libpcre.la libpcreposix.la '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/install -c pcre-config '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin' /usr/bin/install -c -m 644 doc/pcre.txt doc/pcre-config.txt doc/pcregrep.txt doc/pcretest.txt AUTHORS COPYING ChangeLog LICENCE NEWS README '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/pcre' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/pcre/html' /usr/bin/install -c -m 644 doc/html/NON-AUTOTOOLS-BUILD.txt doc/html/README.txt doc/html/index.html doc/html/pcre-config.html doc/html/pcre.html doc/html/pcre16.html doc/html/pcre32.html doc/html/pcre_assign_jit_stack.html doc/html/pcre_compile.html doc/html/pcre_compile2.html doc/html/pcre_config.html doc/html/pcre_copy_named_substring.html doc/html/pcre_copy_substring.html doc/html/pcre_dfa_exec.html doc/html/pcre_exec.html doc/html/pcre_free_study.html doc/html/pcre_free_substring.html doc/html/pcre_free_substring_list.html doc/html/pcre_fullinfo.html doc/html/pcre_get_named_substring.html doc/html/pcre_get_stringnumber.html doc/html/pcre_get_stringtable_entries.html doc/html/pcre_get_substring.html doc/html/pcre_get_substring_list.html doc/html/pcre_jit_exec.html doc/html/pcre_jit_stack_alloc.html doc/html/pcre_jit_stack_free.html doc/html/pcre_maketables.html doc/html/pcre_pattern_to_host_byte_order.html doc/html/pcre_refcount.html doc/html/pcre_study.html doc/html/pcre_utf16_to_host_byte_order.html doc/html/pcre_utf32_to_host_byte_order.html doc/html/pcre_version.html doc/html/pcreapi.html doc/html/pcrebuild.html doc/html/pcrecallout.html doc/html/pcrecompat.html doc/html/pcredemo.html doc/html/pcregrep.html '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/pcre/html' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 pcreposix.h '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man1' /usr/bin/install -c -m 644 doc/html/pcrejit.html doc/html/pcrelimits.html doc/html/pcrematching.html doc/html/pcrepartial.html doc/html/pcrepattern.html doc/html/pcreperform.html doc/html/pcreposix.html doc/html/pcreprecompile.html doc/html/pcresample.html doc/html/pcrestack.html doc/html/pcresyntax.html doc/html/pcretest.html doc/html/pcreunicode.html '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/pcre/html' /usr/bin/install -c -m 644 doc/pcre-config.1 doc/pcregrep.1 doc/pcretest.1 '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man1' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 doc/pcre.3 doc/pcre16.3 doc/pcre32.3 doc/pcre_assign_jit_stack.3 doc/pcre_compile.3 doc/pcre_compile2.3 doc/pcre_config.3 doc/pcre_copy_named_substring.3 doc/pcre_copy_substring.3 doc/pcre_dfa_exec.3 doc/pcre_exec.3 doc/pcre_free_study.3 doc/pcre_free_substring.3 doc/pcre_free_substring_list.3 doc/pcre_fullinfo.3 doc/pcre_get_named_substring.3 doc/pcre_get_stringnumber.3 doc/pcre_get_stringtable_entries.3 doc/pcre_get_substring.3 doc/pcre_get_substring_list.3 doc/pcre_jit_exec.3 doc/pcre_jit_stack_alloc.3 doc/pcre_jit_stack_free.3 doc/pcre_maketables.3 doc/pcre_pattern_to_host_byte_order.3 doc/pcre_refcount.3 doc/pcre_study.3 doc/pcre_utf16_to_host_byte_order.3 doc/pcre_utf32_to_host_byte_order.3 doc/pcre_version.3 doc/pcreapi.3 doc/pcrebuild.3 doc/pcrecallout.3 doc/pcrecompat.3 doc/pcredemo.3 doc/pcrejit.3 doc/pcrelimits.3 doc/pcrematching.3 doc/pcrepartial.3 doc/pcrepattern.3 '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3' /usr/bin/install -c -m 644 pcre.h '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 libpcre.pc libpcreposix.pc '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/libpcre.so.1.2.13 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libpcre.so.1.2.13 /usr/bin/install -c -m 644 doc/pcreperform.3 doc/pcreposix.3 doc/pcreprecompile.3 doc/pcresample.3 doc/pcrestack.3 doc/pcresyntax.3 doc/pcreunicode.3 '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3' libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpcre.so.1.2.13 libpcre.so.1 || { rm -f libpcre.so.1 && ln -s libpcre.so.1.2.13 libpcre.so.1; }; }) /usr/bin/make install-data-hook libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpcre.so.1.2.13 libpcre.so || { rm -f libpcre.so && ln -s libpcre.so.1.2.13 libpcre.so; }; }) make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' ln -sf pcre_assign_jit_stack.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_assign_jit_stack.3 libtool: install: /usr/bin/install -c .libs/libpcre.lai /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libpcre.la ln -sf pcre_compile.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_compile.3 ln -sf pcre_compile2.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_compile2.3 ln -sf pcre_config.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_config.3 ln -sf pcre_copy_named_substring.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_copy_named_substring.3 ln -sf pcre_copy_substring.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_copy_substring.3 ln -sf pcre_dfa_exec.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_dfa_exec.3 ln -sf pcre_exec.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_exec.3 ln -sf pcre_free_study.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_free_study.3 ln -sf pcre_free_substring.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_free_substring.3 ln -sf pcre_free_substring_list.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_free_substring_list.3 libtool: install: /usr/bin/install -c .libs/libpcreposix.so.0.0.7 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.so.0.0.7 ln -sf pcre_fullinfo.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_fullinfo.3 ln -sf pcre_get_named_substring.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_get_named_substring.3 ln -sf pcre_get_stringnumber.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_get_stringnumber.3 ln -sf pcre_get_stringtable_entries.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_get_stringtable_entries.3 ln -sf pcre_get_substring.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_get_substring.3 ln -sf pcre_get_substring_list.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_get_substring_list.3 ln -sf pcre_jit_exec.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_jit_exec.3 ln -sf pcre_jit_stack_alloc.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_jit_stack_alloc.3 ln -sf pcre_jit_stack_free.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_jit_stack_free.3 ln -sf pcre_maketables.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_maketables.3 ln -sf pcre_pattern_to_host_byte_order.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_pattern_to_host_byte_order.3 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpcreposix.so.0.0.7 libpcreposix.so.0 || { rm -f libpcreposix.so.0 && ln -s libpcreposix.so.0.0.7 libpcreposix.so.0; }; }) ln -sf pcre_refcount.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_refcount.3 ln -sf pcre_study.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_study.3 ln -sf pcre_utf16_to_host_byte_order.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_utf16_to_host_byte_order.3 ln -sf pcre_version.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_version.3 ln -sf pcre_assign_jit_stack.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_assign_jit_stack.3 ln -sf pcre_compile.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_compile.3 ln -sf pcre_compile2.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_compile2.3 ln -sf pcre_config.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_config.3 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpcreposix.so.0.0.7 libpcreposix.so || { rm -f libpcreposix.so && ln -s libpcreposix.so.0.0.7 libpcreposix.so; }; }) ln -sf pcre_copy_named_substring.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_copy_named_substring.3 ln -sf pcre_copy_substring.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_copy_substring.3 ln -sf pcre_dfa_exec.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_dfa_exec.3 ln -sf pcre_exec.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_exec.3 ln -sf pcre_free_study.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_free_study.3 ln -sf pcre_free_substring.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_free_substring.3 ln -sf pcre_free_substring_list.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_free_substring_list.3 ln -sf pcre_fullinfo.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_fullinfo.3 libtool: install: /usr/bin/install -c .libs/libpcreposix.lai /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.la ln -sf pcre_get_named_substring.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_get_named_substring.3 ln -sf pcre_get_stringnumber.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_get_stringnumber.3 ln -sf pcre_get_stringtable_entries.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_get_stringtable_entries.3 ln -sf pcre_get_substring.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_get_substring.3 ln -sf pcre_get_substring_list.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_get_substring_list.3 ln -sf pcre_jit_exec.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_jit_exec.3 ln -sf pcre_jit_stack_alloc.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_jit_stack_alloc.3 ln -sf pcre_jit_stack_free.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_jit_stack_free.3 ln -sf pcre_maketables.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_maketables.3 ln -sf pcre_pattern_to_host_byte_order.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_pattern_to_host_byte_order.3 ln -sf pcre_refcount.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_refcount.3 ln -sf pcre_study.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_study.3 libtool: install: /usr/bin/install -c .libs/libpcre.a /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libpcre.a ln -sf pcre_utf32_to_host_byte_order.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_utf32_to_host_byte_order.3 ln -sf pcre_version.3 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_version.3 make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libpcre.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libpcre.a libtool: install: /usr/bin/install -c .libs/libpcreposix.a /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.a libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c pcretest pcregrep '/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin' libtool: install: /usr/bin/install -c pcretest /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/pcretest libtool: install: /usr/bin/install -c pcregrep /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/pcregrep make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' >>> pcre 8.45 Fixing package configuration files >>> pcre 8.45 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/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-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/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-3/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/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 >>> pcre 8.45 Installing to target GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' /usr/bin/make install-am make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/pcre' /bin/sh ./libtool --mode=install /usr/bin/install -c libpcre.la libpcreposix.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib' /usr/bin/install -c pcre-config '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/pcre/html' /usr/bin/install -c -m 644 doc/pcre.txt doc/pcre-config.txt doc/pcregrep.txt doc/pcretest.txt AUTHORS COPYING ChangeLog LICENCE NEWS README '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/pcre' /usr/bin/install -c -m 644 doc/html/NON-AUTOTOOLS-BUILD.txt doc/html/README.txt doc/html/index.html doc/html/pcre-config.html doc/html/pcre.html doc/html/pcre16.html doc/html/pcre32.html doc/html/pcre_assign_jit_stack.html doc/html/pcre_compile.html doc/html/pcre_compile2.html doc/html/pcre_config.html doc/html/pcre_copy_named_substring.html doc/html/pcre_copy_substring.html doc/html/pcre_dfa_exec.html doc/html/pcre_exec.html doc/html/pcre_free_study.html doc/html/pcre_free_substring.html doc/html/pcre_free_substring_list.html doc/html/pcre_fullinfo.html doc/html/pcre_get_named_substring.html doc/html/pcre_get_stringnumber.html doc/html/pcre_get_stringtable_entries.html doc/html/pcre_get_substring.html doc/html/pcre_get_substring_list.html doc/html/pcre_jit_exec.html doc/html/pcre_jit_stack_alloc.html doc/html/pcre_jit_stack_free.html doc/html/pcre_maketables.html doc/html/pcre_pattern_to_host_byte_order.html doc/html/pcre_refcount.html doc/html/pcre_study.html doc/html/pcre_utf16_to_host_byte_order.html doc/html/pcre_utf32_to_host_byte_order.html doc/html/pcre_version.html doc/html/pcreapi.html doc/html/pcrebuild.html doc/html/pcrecallout.html doc/html/pcrecompat.html doc/html/pcredemo.html doc/html/pcregrep.html '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/pcre/html' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' /usr/bin/install -c -m 644 pcreposix.h '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 doc/html/pcrejit.html doc/html/pcrelimits.html doc/html/pcrematching.html doc/html/pcrepartial.html doc/html/pcrepattern.html doc/html/pcreperform.html doc/html/pcreposix.html doc/html/pcreprecompile.html doc/html/pcresample.html doc/html/pcrestack.html doc/html/pcresyntax.html doc/html/pcretest.html doc/html/pcreunicode.html '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc/pcre/html' /usr/bin/install -c -m 644 doc/pcre-config.1 doc/pcregrep.1 doc/pcretest.1 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 pcre.h '/home/buildroot/autobuild/instance-3/output-1/target/usr/include' /usr/bin/install -c -m 644 doc/pcre.3 doc/pcre16.3 doc/pcre32.3 doc/pcre_assign_jit_stack.3 doc/pcre_compile.3 doc/pcre_compile2.3 doc/pcre_config.3 doc/pcre_copy_named_substring.3 doc/pcre_copy_substring.3 doc/pcre_dfa_exec.3 doc/pcre_exec.3 doc/pcre_free_study.3 doc/pcre_free_substring.3 doc/pcre_free_substring_list.3 doc/pcre_fullinfo.3 doc/pcre_get_named_substring.3 doc/pcre_get_stringnumber.3 doc/pcre_get_stringtable_entries.3 doc/pcre_get_substring.3 doc/pcre_get_substring_list.3 doc/pcre_jit_exec.3 doc/pcre_jit_stack_alloc.3 doc/pcre_jit_stack_free.3 doc/pcre_maketables.3 doc/pcre_pattern_to_host_byte_order.3 doc/pcre_refcount.3 doc/pcre_study.3 doc/pcre_utf16_to_host_byte_order.3 doc/pcre_utf32_to_host_byte_order.3 doc/pcre_version.3 doc/pcreapi.3 doc/pcrebuild.3 doc/pcrecallout.3 doc/pcrecompat.3 doc/pcredemo.3 doc/pcrejit.3 doc/pcrelimits.3 doc/pcrematching.3 doc/pcrepartial.3 doc/pcrepattern.3 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3' /usr/bin/install -c -m 644 libpcre.pc libpcreposix.pc '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/libpcre.so.1.2.13 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libpcre.so.1.2.13 /usr/bin/install -c -m 644 doc/pcreperform.3 doc/pcreposix.3 doc/pcreprecompile.3 doc/pcresample.3 doc/pcrestack.3 doc/pcresyntax.3 doc/pcreunicode.3 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3' libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libpcre.so.1.2.13 libpcre.so.1 || { rm -f libpcre.so.1 && ln -s libpcre.so.1.2.13 libpcre.so.1; }; }) /usr/bin/make install-data-hook libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libpcre.so.1.2.13 libpcre.so || { rm -f libpcre.so && ln -s libpcre.so.1.2.13 libpcre.so; }; }) make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' ln -sf pcre_assign_jit_stack.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_assign_jit_stack.3 ln -sf pcre_compile.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_compile.3 ln -sf pcre_compile2.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_compile2.3 ln -sf pcre_config.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_config.3 ln -sf pcre_copy_named_substring.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_copy_named_substring.3 ln -sf pcre_copy_substring.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_copy_substring.3 ln -sf pcre_dfa_exec.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_dfa_exec.3 ln -sf pcre_exec.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_exec.3 libtool: install: /usr/bin/install -c .libs/libpcre.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libpcre.la ln -sf pcre_free_study.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_free_study.3 ln -sf pcre_free_substring.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_free_substring.3 ln -sf pcre_free_substring_list.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_free_substring_list.3 ln -sf pcre_fullinfo.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_fullinfo.3 ln -sf pcre_get_named_substring.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_get_named_substring.3 ln -sf pcre_get_stringnumber.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_get_stringnumber.3 ln -sf pcre_get_stringtable_entries.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_get_stringtable_entries.3 ln -sf pcre_get_substring.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_get_substring.3 ln -sf pcre_get_substring_list.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_get_substring_list.3 ln -sf pcre_jit_exec.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_jit_exec.3 ln -sf pcre_jit_stack_alloc.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_jit_stack_alloc.3 ln -sf pcre_jit_stack_free.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_jit_stack_free.3 libtool: install: /usr/bin/install -c .libs/libpcreposix.so.0.0.7 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libpcreposix.so.0.0.7 ln -sf pcre_maketables.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_maketables.3 ln -sf pcre_pattern_to_host_byte_order.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_pattern_to_host_byte_order.3 ln -sf pcre_refcount.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_refcount.3 ln -sf pcre_study.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_study.3 ln -sf pcre_utf16_to_host_byte_order.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_utf16_to_host_byte_order.3 ln -sf pcre_version.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre16_version.3 ln -sf pcre_assign_jit_stack.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_assign_jit_stack.3 ln -sf pcre_compile.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_compile.3 ln -sf pcre_compile2.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_compile2.3 ln -sf pcre_config.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_config.3 ln -sf pcre_copy_named_substring.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_copy_named_substring.3 ln -sf pcre_copy_substring.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_copy_substring.3 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libpcreposix.so.0.0.7 libpcreposix.so.0 || { rm -f libpcreposix.so.0 && ln -s libpcreposix.so.0.0.7 libpcreposix.so.0; }; }) ln -sf pcre_dfa_exec.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_dfa_exec.3 ln -sf pcre_exec.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_exec.3 ln -sf pcre_free_study.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_free_study.3 ln -sf pcre_free_substring.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_free_substring.3 ln -sf pcre_free_substring_list.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_free_substring_list.3 ln -sf pcre_fullinfo.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_fullinfo.3 ln -sf pcre_get_named_substring.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_get_named_substring.3 ln -sf pcre_get_stringnumber.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_get_stringnumber.3 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/target/usr/lib && { ln -s -f libpcreposix.so.0.0.7 libpcreposix.so || { rm -f libpcreposix.so && ln -s libpcreposix.so.0.0.7 libpcreposix.so; }; }) ln -sf pcre_get_stringtable_entries.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_get_stringtable_entries.3 ln -sf pcre_get_substring.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_get_substring.3 ln -sf pcre_get_substring_list.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_get_substring_list.3 ln -sf pcre_jit_exec.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_jit_exec.3 ln -sf pcre_jit_stack_alloc.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_jit_stack_alloc.3 ln -sf pcre_jit_stack_free.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_jit_stack_free.3 ln -sf pcre_maketables.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_maketables.3 ln -sf pcre_pattern_to_host_byte_order.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_pattern_to_host_byte_order.3 libtool: install: /usr/bin/install -c .libs/libpcreposix.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libpcreposix.la ln -sf pcre_refcount.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_refcount.3 ln -sf pcre_study.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_study.3 ln -sf pcre_utf32_to_host_byte_order.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_utf32_to_host_byte_order.3 ln -sf pcre_version.3 /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/pcre32_version.3 make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' libtool: install: /usr/bin/install -c .libs/libpcre.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libpcre.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libpcre.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libpcre.a libtool: install: /usr/bin/install -c .libs/libpcreposix.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libpcreposix.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libpcreposix.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libpcreposix.a libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c pcretest pcregrep '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' libtool: install: /usr/bin/install -c pcretest /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/pcretest libtool: install: /usr/bin/install -c pcregrep /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/pcregrep make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/pcre-8.45' perl-5.38.2.tar.xz: OK (md5: d3957d75042918a23ec0abac4a2b7e0a) perl-5.38.2.tar.xz: OK (sha1: af1d5f9e0499f3cfa4736433631aebf7624714da) perl-5.38.2.tar.xz: OK (sha256: d91115e90b896520e83d4de6b52f8254ef2b70a8d545ffab33200ea9f1cf29e8) >>> host-perl 5.38.2 Extracting xzcat /home/buildroot/autobuild/instance-3/dl/perl/perl-5.38.2.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2 -xf - >>> host-perl 5.38.2 Patching Applying 0001-regcomp-c-regexec-c-fixup-regex-engine-build-under-Uusedl.patch using patch: patching file regcomp.c patching file regcomp.h patching file regcomp_debug.c patching file regcomp_invlist.c patching file regexec.c Hunk #1 succeeded at 4421 (offset -7 lines). >>> host-perl 5.38.2 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2; GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" HOSTCC='/usr/bin/gcc' ./Configure -des -Dprefix="/home/buildroot/autobuild/instance-3/output-1/host" -Dcc="/usr/bin/gcc") First let's make sure your kit is complete. Checking... Locating common programs... Checking compatibility between /usr/bin/echo and builtin echo (if any)... Symbolic links are supported. Checking how to test for symbolic links... You can test for symbolic links with 'test -h'. Checking for cross-compile No targethost for running compiler tests against defined, running locally Good, your tr supports [:lower:] and [:upper:] to convert case. Using [:upper:] and [:lower:] to convert case. aix dragonfly irix_4 netbsd sco_2_3_4 aix_3 dynix irix_5 newsos4 solaris_2 aix_4 dynixptx irix_6 nonstopux stellar altos486 epix irix_6_0 openbsd sunos_4_0 amigaos esix4 irix_6_1 opus sunos_4_1 atheos fps isc os2 super-ux aux_3 freebsd isc_2 os390 svr4 bitrig freemint linux-android os400 svr5 bsdos gnu linux posix-bc ti1500 catamount gnukfreebsd lynxos qnx umips convexos gnuknetbsd midnightbsd riscos unicos cxux greenhills minix sco unicosmk cygwin haiku mips sco_2_3_0 unisysdynix darwin hpux mirbsd sco_2_3_1 utekv dcosx i386 mpc sco_2_3_2 vos dec_osf interix ncr_tower sco_2_3_3 Which of these apply, if any? [linux] Operating system name? [linux] Operating system version? [6.0.11-300.fc37.x86_64] Installation prefix to use? (~name ok) [/home/buildroot/autobuild/instance-3/output-1/host] AFS may be running... I'll be extra cautious then... What installation prefix should I use for installing files? (~name ok) [/home/buildroot/autobuild/instance-3/output-1/host] Build a threading Perl? [n] Build Perl for multiplicity? [n] Use which C compiler? [/usr/bin/gcc] Checking for GNU cc in disguise and/or its version number... Now, how can we feed standard input to your C preprocessor... Directories to use for library searches? [/usr/local/lib /usr/lib /usr/lib64 /usr/local/lib64] What is the file extension used for shared libraries? [so] Make shared library basenames unique? [n] Build Perl for SOCKS? [n] Try to use long doubles if available? [n] Checking for optional libraries... What libraries to use? [-lpthread -ldl -lm -lcrypt -lutil -lc] What optimizer/debugger flag should be used? [-O2] Checking if your compiler accepts -fno-strict-aliasing Yes, it does. Checking if your compiler accepts -pipe Yes, it does. Checking if your compiler accepts -fstack-protector-strong Yes, it does. Any additional cc flags? [-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include] Let me guess what the preprocessor flags are... Any additional ld flags (NOT including libraries)? [ -fstack-protector-strong -L/usr/local/lib] Checking your choice of C compiler and flags for coherency... Checking to see how big your integers are... Checking to see if you have long long... Checking to see how big your long longs are... Computing filename position in cpp output for #include directives... found. Checking to see if you have int64_t... Checking which 64-bit integer type we could use... We could use 'long' for 64-bit integers. Try to use maximal 64-bit support, if available? [y] Checking if your C library has broken 64-bit functions... Checking for GNU C Library... nm probably won't work on the GNU C Library. Shall I use /usr/bin/nm to extract C symbols from the libraries? [n] Checking for C++... Checking to see how big your double precision numbers are... Checking to see if you have long double... You have long double. ldexpl() found. Checking to see how big your long doubles are... Your long doubles are 16 bytes long. Checking the kind of long doubles you have... You have x86 80-bit little endian long doubles. Getting the current patchlevel... What is your architecture name [x86_64-linux] Add the Perl API version to your archname? [n] This architecture is naturally 64-bit, not changing architecture name. Pathname where the public executables will reside? (~name ok) [/home/buildroot/autobuild/instance-3/output-1/host/bin] Use relocatable @INC? [n] Pathname where the private library files will reside? (~name ok) [/home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2] Where do you want to put the public architecture-dependent libraries? (~name ok) [/home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux] Other username to test security of setuid scripts with? [none] Well, the recommended value is *not* secure. Does your kernel have *secure* setuid scripts? [n] Installation prefix to use for add-on modules and utilities? (~name ok) [/home/buildroot/autobuild/instance-3/output-1/host] Pathname for the site-specific library files? (~name ok) [/home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/site_perl/5.38.2] List of earlier versions to include in @INC? [none] Checking to see how big your pointers are... Do you wish to wrap malloc calls to protect against potential overflows? [y] Do you wish to attempt to use the malloc that comes with perl5? [n] Your system wants malloc to return 'void *', it would seem. Your system uses void free(), it would seem. Pathname for the site-specific architecture-dependent library files? (~name ok) [/home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/site_perl/5.38.2/x86_64-linux] Do you want to configure vendor-specific add-on directories? [n] Colon-separated list of additional directories for perl to search? [none] Support DTrace if available? [n] Install any extra modules (y or n)? [n] Directory for the main Perl5 html pages? (~name ok) [none] Directory for the Perl5 module html pages? (~name ok) [none] Do you want to install perl as /usr/bin/perl? [n] dlopen() found. found. Do you wish to use dynamic loading? [y] Source file to use for dynamic loading [ext/DynaLoader/dl_dlopen.xs] Any special flags to pass to /usr/bin/gcc -c to compile shared library modules? [-fPIC] What command should be used to create dynamic libraries? [/usr/bin/gcc] Any special flags to pass to /usr/bin/gcc to create a dynamically loaded library? [-shared -O2 -L/usr/local/lib -fstack-protector-strong] Any special flags to pass to /usr/bin/gcc to use dynamic linking? [-Wl,-E] ld supports scripting Build a shared libperl.so (y/n) [n] System manual is in /usr/share/man/man1. Where do the main Perl5 manual pages (source) go? (~name ok) [/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1] What suffix should be used for the main Perl5 man pages? [1] You can have filenames longer than 14 characters. Where do the perl5 library man pages (source) go? (~name ok) [/home/buildroot/autobuild/instance-3/output-1/host/share/man/man3] What suffix should be used for the perl5 library man pages? [3] Figuring out host name... Your host name appears to be "br-autobuild-1.osuosl.org". Right? [y] What is your domain name? [.osuosl.org] What is your e-mail address? [buildroot@br-autobuild-1.osuosl.org] Perl administrator e-mail address [buildroot@br-autobuild-1.osuosl.org] Do you want to use a version number suffix for installed binaries? [n] What shall I put after the #! to start up perl ("none" to not use #!)? [/home/buildroot/autobuild/instance-3/output-1/host/bin/perl] WARNING: Some systems limit the #! command to 32 characters. If you experience difficulty running Perl scripts with #!, try installing Perl in a directory with a shorter pathname. Where do you keep publicly executable scripts? (~name ok) [/home/buildroot/autobuild/instance-3/output-1/host/bin] Pathname where the add-on public executables should be installed? (~name ok) [/home/buildroot/autobuild/instance-3/output-1/host/bin] Pathname where the site-specific html pages should be installed? (~name ok) [none] Pathname where the site-specific library html pages should be installed? (~name ok) [none] Pathname where the site-specific manual pages should be installed? (~name ok) [/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1] Pathname where the site-specific library manual pages should be installed? (~name ok) [/home/buildroot/autobuild/instance-3/output-1/host/share/man/man3] Pathname where add-on public executable scripts should be installed? (~name ok) [/home/buildroot/autobuild/instance-3/output-1/host/bin] backtrace() found. Use the "fast stdio" if available? [n] off_t found. Checking to see how big your file offsets are... fpos_t found. Checking the size of fpos_t... Try to understand large files, if available? [y] Rechecking to see how big your file offsets are... Rechecking the size of fpos_t... 16 bytes. qgcvt() found. Checking the kind of doubles you have... You have IEEE 754 64-bit little endian doubles. Checking how to print long doubles... gconvert NOT found. gcvt() found. sprintf() found. I'll use sprintf to convert floats into a string. fwalk() NOT found. accept4() found. access() found. defines the *_OK access constants. accessx() NOT found. acosh() found. aintl() NOT found. alarm() found. ctime64() NOT found. localtime64() NOT found. gmtime64() NOT found. mktime64() NOT found. difftime64() NOT found. asctime64() NOT found. found. found. found. Testing to see if we should include . We'll include . Checking to see if your struct tm has tm_zone field... Checking to see if your struct tm has tm_gmtoff field... asctime_r() found. asinh() found. atanh() found. atolf() NOT found. atoll() found. Checking whether your compiler can handle __attribute__((format)) ... Checking whether your compiler allows __printf__ format to be null ... Checking whether your compiler can handle __attribute__((malloc)) ... Checking whether your compiler can handle __attribute__((nonnull(1))) ... Checking whether your compiler can handle __attribute__((noreturn)) ... Checking whether your compiler can handle __attribute__((pure)) ... Checking whether your compiler can handle __attribute__((unused)) ... Checking whether your compiler can handle __attribute__((deprecated)) ... Checking whether your compiler can handle __attribute__((warn_unused_result)) ... Checking whether your compiler can handle __attribute__((always_inline)) ... Checking whether your compiler can handle __attribute__((visibility)) ... getpgrp() found. You have to use getpgrp() instead of getpgrp(pid). setpgrp() found. You have to use setpgrp() instead of setpgrp(pid,pgrp). Checking whether your compiler can handle __builtin_add_overflow ... Checking whether your compiler can handle __builtin_sub_overflow ... Checking whether your compiler can handle __builtin_mul_overflow ... Checking whether your compiler can handle __builtin_choose_expr ... Checking whether your compiler can handle __builtin_expect ... Checking for C99 variadic macros. You have C99 variadic macros. You have void (*signal())(). Checking whether your C compiler can cast large floats to int32. Checking whether your C compiler can cast negative float to unsigned. cbrt() found. chown() found. chroot() found. chsize() NOT found. class() NOT found. clearenv() found. Hmm... Looks like you have Berkeley networking support. socketpair() found. Checking the availability sa_len in the sock struct ... Checking the availability struct sockaddr_in6 ... Checking the availability struct sockaddr_storage ... Checking the availability sin6_scope_id in struct sockaddr_in6 ... Checking the availability struct ip_mreq ... Checking the availability struct ip_mreq_source ... Checking the availability struct ipv6_mreq ... Checking the availability struct ipv6_mreq_source ... Checking the availability of certain socket constants... found. Checking to see if your system supports struct cmsghdr... copysign() found. copysignl() found. crypt() found. found. crypt_r() found. ctermid() found. ctermid_r() NOT found. ctime_r() found. cuserid() found. dbmclose() NOT found. difftime() found. found. Your directory entries are struct dirent. Your directory entry does not know about the d_namlen field. Checking to see if DIR has a dd_fd member variable found. NOT found. dirfd() found. dladdr() found. dlerror() found. found. What is the extension of dynamically loaded modules [so] Checking whether your dlsym() needs a leading underscore ... dlsym doesn't need a leading underscore. drand48_r() found. dup2() found. dup3() found. localeconv_l() NOT found. NOT found. newlocale() found. freelocale() found. uselocale() found. duplocale() found. querylocale() NOT found. eaccess() found. endgrent() found. found. endgrent_r() NOT found. endhostent() found. found. endhostent_r() NOT found. endnetent() found. endnetent_r() NOT found. endprotoent() found. endprotoent_r() NOT found. endpwent() found. found. endpwent_r() NOT found. endservent() found. endservent_r() NOT found. defines the O_* constants... and you have the 3 argument form of open(). found. We'll be including . found. We don't need to include if we include . fork() found. pipe() found. Figuring out the flag used by open() for non-blocking I/O... Let's see what value errno gets from read() on a O_NONBLOCK file... erf() found. erfc() found. exp2() found. expm1() found. Checking how std your stdio is... fchdir() found. fchmod() found. openat() found. unlinkat() found. renameat() found. linkat() found. fchmodat() found. fchown() found. fcntl() found. Well, your system has some sort of fd_set available... and you have the normal fd_set macros. fdclose() NOT found. fdim() found. fegetround() found. ffs() found. ffsl() found. fgetpos() found. finite() found. finitel() found. flock() found. fma() found. fmax() found. fmin() found. fp_class() NOT found. Checking to see if you have fpclassify... fp_classify() NOT found. fp_classl() NOT found. pathconf() found. fpathconf() found. fpclass() NOT found. fpclassl() NOT found. fpgetround() NOT found. Checking to see if you have fpos64_t... frexpl() found. found. found. Checking to see if your system supports struct fs_data... fseeko() found. fsetpos() found. fstatfs() found. statvfs() found. fstatvfs() found. fsync() found. ftello() found. Checking if you have a working futimes() Yes, you have A working gai_strerror() found. NOT found. NOT found. NOT found. getaddrinfo() found. getcwd() found. Checking to see if getenv() preserves a different thread's results getenv() didn't destroy another thread's buffer getespwnam() NOT found. getfsstat() NOT found. getgrent() found. getgrent_r() found. getgrgid_r() found. getgrnam_r() found. gethostbyaddr() found. gethostbyname() found. gethostent() found. gethostname() found. uname() found. Shall I ignore gethostname() from now on? [n] gethostbyaddr_r() found. gethostbyname_r() found. gethostent_r() found. getitimer() found. getlogin() found. getlogin_r() found. getmnt() NOT found. getmntent() found. getnameinfo() found. getnetbyaddr() found. getnetbyname() found. getnetent() found. getnetbyaddr_r() found. getnetbyname_r() found. getnetent_r() found. getpagesize() found. getprotobyname() found. getprotobynumber() found. getprotoent() found. getpgid() found. getpgrp2() NOT found. getppid() found. getpriority() found. getprotobyname_r() found. getprotobynumber_r() found. getprotoent_r() found. getprpwnam() NOT found. getpwent() found. getpwent_r() found. getpwnam_r() found. getpwuid_r() found. getservbyname() found. getservbyport() found. getservent() found. getservbyname_r() found. getservbyport_r() found. getservent_r() found. getspnam() found. found. getspnam_r() found. gettimeofday() found. gmtime_r() found. hasmntopt() found. found. found. htonl() found. hypot() found. ilogb() found. ilogbl() found. inet_aton() found. inet_ntop() found. inet_pton() found. isascii() found. isblank() found. Checking to see if you have isfinite... isfinitel() NOT found. Checking to see if you have isinf... isinfl() found. Checking to see if you have isless... Checking to see if you have isnan... isnanl() found. Checking to see if you have isnormal... j0() found. j0l() found. killpg() found. localeconv() found. lchown() found. LDBL_DIG found. lgamma() found. lgamma_r() found. Checking to see if your libm supports _LIB_VERSION... No, it does not (probably harmless) link() found. llrint() found. llrintl() found. llround() found. llroundl() found. NOT found. found. localtime_r() found. lockf() found. log1p() found. log2() found. logb() found. lrint() found. lrintl() found. lround() found. lroundl() found. lstat() found. madvise() found. malloc_size() NOT found. malloc_good_size() NOT found. malloc_usable_size() found. mblen() found. mbrlen() found. mbrtowc() found. mbstowcs() found. mbtowc() found. memmem() found. memrchr() found. mkdir() found. mkdtemp() found. mkfifo() found. mkostemp() found. mkstemp() found. mkstemps() found. mktime() found. found. mmap() found. and it returns (void *). sqrtl() found. scalbnl() found. truncl() found. modfl() found. mprotect() found. msgctl() found. msgget() found. msgsnd() found. msgrcv() found. You have the full msg*(2) library. Checking to see if your system supports struct msghdr... msync() found. munmap() found. nan() found. nanosleep() found. nearbyint() found. nextafter() found. nexttoward() found. nice() found. found. nl_langinfo() found. found. Since threads aren't selected, we won't bother looking for nl_langinfo_l() Checking whether your compiler can handle struct bitfields that aren't 'int' or 'unsigned int' ... Your C compiler supports struct bitfields besides 'int' and 'unsigned int'. NOT found. Choosing the C types to be used for Perl's internal types... Checking how many bits of your UVs your NVs can preserve... Your NVs can preserve only 53 bits of your UVs. Checking to find the largest integer value your NVs can hold... The largest integer your NVs can preserve is equal to 256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0 Checking whether NV 0.0 is all bits zero in memory... 0.0 is represented as all bits zero in memory Checking to see if you have off64_t... pause() found. pipe2() found. poll() found. prctl() found. readlink() found. vfork() found. Do you still want to use vfork()? [n] pthread_attr_setscope() found. Checking to see if you have ptrdiff_t... random_r() found. readdir() found. seekdir() found. telldir() found. rewinddir() found. readdir64_r() found. readdir_r() found. readv() found. recvmsg() found. regcomp() found. remainder() found. remquo() found. rename() found. rint() found. rmdir() found. round() found. scalbn() found. select() found. semctl() found. semget() found. semop() found. You have the full sem*(2) library. You do not have union semun in . You can use union semun for semctl IPC_STAT. You can also use struct semid_ds* for semctl IPC_STAT. sendmsg() found. setegid() found. setenv() found. seteuid() found. setgrent() found. setgrent_r() NOT found. sethostent() found. sethostent_r() NOT found. setitimer() found. setlinebuf() found. found. towupper() found. Checking to see if you have setlocale() and its behavior Your system has setlocale()... and it seems sane; you have a C.UTF-8 locale setlocale_r() NOT found. setnetent() found. setnetent_r() NOT found. setprotoent() found. setpgid() found. setpgrp2() NOT found. setpriority() found. setproctitle() NOT found. setprotoent_r() NOT found. setpwent() found. setpwent_r() NOT found. setregid() found. setresgid() found. setreuid() found. setresuid() found. setrgid() NOT found. setruid() NOT found. setservent() found. setservent_r() NOT found. setsid() found. setvbuf() found. shmctl() found. shmget() found. shmat() found. and it returns (void *). shmdt() found. You have the full shm*(2) library. sigaction() found. pid_t found. Checking if your siginfo_t has si_errno field... Checking if your siginfo_t has si_pid field... Checking if your siginfo_t has si_uid field... Checking if your siginfo_t has si_addr field... Checking if your siginfo_t has si_status field... Checking if your siginfo_t has si_band field... Checking if your siginfo_t has si_value field... Checking if your siginfo_t has si_fd field... NOT found. Checking to see if you have signbit() available to work on double... Yes. sigprocmask() found. POSIX sigsetjmp found. snprintf() found. vsnprintf() found. sockatmark() found. socks5_init() NOT found. srand48_r() found. srandom_r() found. stat() found. found. Checking to see if your struct stat has st_blocks field... found. found. Checking to see if your system supports struct statfs... Checking to see if your struct statfs has f_flags field... Your compiler supports static __inline__. Checking how to access stdio streams by file descriptor number... I can't figure out how to access stdio streams by file descriptor number. strcoll() found. strerror_l() found. strerror_r() found. strftime() found. strnlen() found. strtod() found. strtod_l() found. strtol() found. strtold() found. strtold_l() found. strtoll() found. strtoq() found. strtoul() found. strtoull() found. strtouq() found. strxfrm() found. strxfrm_l() found. symlink() found. syscall() found. found. sysconf() found. system() found. tcgetpgrp() found. tcsetpgrp() found. tgamma() found. Your compiler supports _Thread_local. time() found. time_t found. timegm() found. found. times() found. clock_t found. tmpnam_r() found. towlower() found. trunc() found. truncate() found. ttyname_r() found. tzname[] found. (Testing for character data alignment may crash the test. That's okay.) It seems that you must access character data in an aligned manner. ualarm() found. umask() found. unordered() NOT found. unsetenv() found. usleep() found. ustat() NOT found. closedir() found. Checking whether closedir() returns a status... wait4() found. waitpid() found. wcrtomb() found. A working wcscmp() found. wcstombs() found. A working wcsxfrm() found. wctomb() found. writev() found. Checking alignment constraints... Doubles must be aligned on a how-many-byte boundary? [8] Checking how long a character is (in bits)... What is the length of a character (in bits)? [8] Checking to see how your cpp does stuff like concatenate tokens... Oh! Smells like ANSI's been here. NOT found. Exclude . from @INC by default? [y] Checking the kind of infinities and nans you have... (The following tests may crash. That's okay.) Checking how many mantissa bits your doubles have... Checking how many mantissa bits your long doubles have... Checking how many mantissa bits your NVs have... Using our internal random number implementation... Determining whether or not we are on an EBCDIC system... Nope, no EBCDIC, probably ASCII or some ISO Latin. Or UTF-8. Checking how to flush all pending stdio output... Your fflush(NULL) works okay for output streams. Let's see if it clobbers input pipes... fflush(NULL) seems to behave okay with input streams. Checking the size of gid_t... Checking the sign of gid_t... Checking how to print 64-bit integers... Checking the format strings to be used for Perl's internal types... Checking the format string to be used for gids... getgroups() found. setgroups() found. What type pointer is the second argument to getgroups() and setgroups()? [gid_t] Checking the format strings to be used for Perl's internal 32bit-types... Checking if your /usr/bin/make program sets $(MAKE)... mode_t found. It seems that va_copy() or similar will be needed. size_t found. What is the type for the 1st argument to gethostbyaddr? [char *] What is the type for the 2nd argument to gethostbyaddr? [size_t] What pager is used on your system? [/usr/bin/less -R] Checking how to generate random libraries on your machine... Your select() operates on 64 bits at a time. Generating a list of signal names and numbers... Checking the size of size_t... Checking to see if you have socklen_t... NOT found. I'll be using ssize_t for functions returning a byte count. Checking the size of st_dev... Checking the sign of st_dev... Checking the size of st_ino... Checking the sign of st_ino... Your stdio uses signed chars. Checking the size of uid_t... Checking the sign of uid_t... Checking the format string to be used for uids... Would you like to build perl with strict enabled by default? [n] Determining whether we can use sysctl with KERN_PROC_PATHNAME to find executing program... I'm unable to compile the test program. I'll assume no sysctl with KERN_PROC_PATHNAME here. Determining whether we can use _NSGetExecutablePath to find executing program... I'm unable to compile the test program. I'll assume no _NSGetExecutablePath here. Which compiler compiler (yacc or bison -y) shall I use? [yacc] NOT found. found. found. NOT found. NOT found. NOT found. NOT found. NOT found. found. NOT found. found. found. NOT found. Guessing which symbols your C compiler and preprocessor define... awk: cmd. line:1: warning: regexp escape sequence `\=' is not a known regexp operator Adding -D_FORTIFY_SOURCE=2 to ccflags... tcsetattr() found. You have POSIX termios.h... good! found. found. NOT found. NOT found. found. found. NOT found. found. found. NOT found. found. found. found. found. NOT found. found. found. Looking for extensions... What extensions do you wish to load dynamically? [B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap attributes mro re threads threads/shared] What extensions do you wish to load statically? [none] Stripping down executable paths... Creating config.sh... Doing variable substitutions on .SH files... Extracting config.h (with variable substitutions) cflags.SH: Adding -std=c99. cflags.SH: Adding -Werror=pointer-arith. cflags.SH: Adding -Werror=vla. cflags.SH: Adding -Wextra. cflags.SH: Adding -Wno-long-long. cflags.SH: Adding -Wno-declaration-after-statement. cflags.SH: Adding -Wc++-compat. cflags.SH: Adding -Wwrite-strings. cflags.SH: Adding -Wno-use-after-free because of false positives in gccversion '12.3.1 20230508 (Red Hat 12.3.1-1)' cflags.SH: cc = /usr/bin/gcc cflags.SH: ccflags = -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 cflags.SH: stdflags = -std=c99 cflags.SH: optimize = -O2 cflags.SH: warn = -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free Extracting cflags (with variable substitutions) Not re-extracting config.h Extracting makedepend (with variable substitutions) Extracting makedepend_file (with variable substitutions) Extracting Makefile (with variable substitutions) Extracting myconfig (with variable substitutions) Extracting Policy.sh (with variable substitutions) Extracting runtests (with variable substitutions) Extracting pod/Makefile (with variable substitutions) Run make depend now? [y] make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2' /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free generate_uudmap.c /usr/bin/gcc -o generate_uudmap -fstack-protector-strong -L/usr/local/lib generate_uudmap.o -lpthread -ldl -lm -lcrypt -lutil -lc ./generate_uudmap uudmap.h bitcount.h mg_data.h sh ./makedepend MAKE="make" cflags make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2' rm -f opmini.c /usr/bin/ln -s op.c opmini.c rm -f perlmini.c /usr/bin/ln -s perl.c perlmini.c rm -f universalmini.c /usr/bin/ln -s universal.c universalmini.c echo av.c scope.c op.c peep.c doop.c doio.c dump.c gv.c hv.c mg.c reentr.c mro_core.c perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c utf8.c sv.c taint.c toke.c util.c deb.c run.c builtin.c universal.c class.c pad.c globals.c keywords.c perlio.c numeric.c mathoms.c locale.c pp_pack.c pp_sort.c caretx.c dquote.c time64.c regcomp.c regcomp_debug.c regcomp_invlist.c regcomp_study.c regcomp_trie.c regexec.c miniperlmain.c opmini.c perlmini.c universalmini.c | tr ' ' '\n' >.clist make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2' sh ./makedepend_file av.c av.c.depends cflags Finding dependencies for av.o sh ./makedepend_file scope.c scope.c.depends cflags Finding dependencies for scope.o sh ./makedepend_file op.c op.c.depends cflags Finding dependencies for op.o sh ./makedepend_file peep.c peep.c.depends cflags Finding dependencies for peep.o sh ./makedepend_file doop.c doop.c.depends cflags Finding dependencies for doop.o sh ./makedepend_file doio.c doio.c.depends cflags Finding dependencies for doio.o sh ./makedepend_file dump.c dump.c.depends cflags Finding dependencies for dump.o sh ./makedepend_file gv.c gv.c.depends cflags Finding dependencies for gv.o sh ./makedepend_file hv.c hv.c.depends cflags Finding dependencies for hv.o sh ./makedepend_file mg.c mg.c.depends cflags Finding dependencies for mg.o sh ./makedepend_file reentr.c reentr.c.depends cflags Finding dependencies for reentr.o sh ./makedepend_file mro_core.c mro_core.c.depends cflags Finding dependencies for mro_core.o sh ./makedepend_file perl.c perl.c.depends cflags Finding dependencies for perl.o sh ./makedepend_file perly.c perly.c.depends cflags Finding dependencies for perly.o sh ./makedepend_file pp.c pp.c.depends cflags Finding dependencies for pp.o sh ./makedepend_file pp_hot.c pp_hot.c.depends cflags Finding dependencies for pp_hot.o sh ./makedepend_file pp_ctl.c pp_ctl.c.depends cflags Finding dependencies for pp_ctl.o sh ./makedepend_file pp_sys.c pp_sys.c.depends cflags Finding dependencies for pp_sys.o sh ./makedepend_file utf8.c utf8.c.depends cflags Finding dependencies for utf8.o sh ./makedepend_file sv.c sv.c.depends cflags Finding dependencies for sv.o sh ./makedepend_file taint.c taint.c.depends cflags Finding dependencies for taint.o sh ./makedepend_file toke.c toke.c.depends cflags Finding dependencies for toke.o sh ./makedepend_file util.c util.c.depends cflags Finding dependencies for util.o sh ./makedepend_file deb.c deb.c.depends cflags Finding dependencies for deb.o sh ./makedepend_file run.c run.c.depends cflags Finding dependencies for run.o sh ./makedepend_file builtin.c builtin.c.depends cflags Finding dependencies for builtin.o sh ./makedepend_file universal.c universal.c.depends cflags Finding dependencies for universal.o sh ./makedepend_file class.c class.c.depends cflags Finding dependencies for class.o sh ./makedepend_file pad.c pad.c.depends cflags Finding dependencies for pad.o sh ./makedepend_file globals.c globals.c.depends cflags Finding dependencies for globals.o sh ./makedepend_file keywords.c keywords.c.depends cflags Finding dependencies for keywords.o sh ./makedepend_file perlio.c perlio.c.depends cflags Finding dependencies for perlio.o sh ./makedepend_file numeric.c numeric.c.depends cflags Finding dependencies for numeric.o sh ./makedepend_file mathoms.c mathoms.c.depends cflags Finding dependencies for mathoms.o sh ./makedepend_file locale.c locale.c.depends cflags Finding dependencies for locale.o sh ./makedepend_file pp_pack.c pp_pack.c.depends cflags Finding dependencies for pp_pack.o sh ./makedepend_file pp_sort.c pp_sort.c.depends cflags Finding dependencies for pp_sort.o sh ./makedepend_file caretx.c caretx.c.depends cflags Finding dependencies for caretx.o sh ./makedepend_file dquote.c dquote.c.depends cflags Finding dependencies for dquote.o sh ./makedepend_file time64.c time64.c.depends cflags Finding dependencies for time64.o sh ./makedepend_file regcomp.c regcomp.c.depends cflags Finding dependencies for regcomp.o sh ./makedepend_file regcomp_debug.c regcomp_debug.c.depends cflags Finding dependencies for regcomp_debug.o sh ./makedepend_file regcomp_invlist.c regcomp_invlist.c.depends cflags Finding dependencies for regcomp_invlist.o sh ./makedepend_file regcomp_study.c regcomp_study.c.depends cflags Finding dependencies for regcomp_study.o sh ./makedepend_file regcomp_trie.c regcomp_trie.c.depends cflags Finding dependencies for regcomp_trie.o sh ./makedepend_file regexec.c regexec.c.depends cflags Finding dependencies for regexec.o sh ./makedepend_file miniperlmain.c miniperlmain.c.depends cflags Finding dependencies for miniperlmain.o sh ./makedepend_file opmini.c opmini.c.depends cflags Finding dependencies for opmini.o sh ./makedepend_file perlmini.c perlmini.c.depends cflags Finding dependencies for perlmini.o sh ./makedepend_file universalmini.c universalmini.c.depends cflags Finding dependencies for universalmini.o make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2' Updating makefile... make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2' Now you must run 'make'. If you compile perl5 on a different machine or from a different object directory, copy the Policy.sh file from this object directory to the new one before you run Configure -- this will help you with most of the policy defaults. >>> host-perl 5.38.2 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2 make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2' echo @`sh cflags "optimize='-O2'" opmini.o` -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB opmini.c echo @`sh cflags "optimize='-O2'" perlmini.o` -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB perlmini.c echo @`sh cflags "optimize='-O2'" universalmini.o` -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB universalmini.c @/usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB opmini.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free gv.c @/usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB universalmini.c @/usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB perlmini.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free toke.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free perly.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free pad.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free regcomp.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free regcomp_debug.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free regcomp_invlist.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free regcomp_study.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free regcomp_trie.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free regexec.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free dump.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free util.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free mg.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free reentr.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free mro_core.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free keywords.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free builtin.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free class.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free hv.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free av.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free run.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free pp_hot.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free sv.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free pp.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free scope.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free pp_ctl.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free pp_sys.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free peep.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free doop.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free doio.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free utf8.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free taint.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free deb.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free globals.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free perlio.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free numeric.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free mathoms.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free locale.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free pp_pack.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free pp_sort.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free caretx.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free dquote.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free time64.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free miniperlmain.c rm -f pod/perl5382delta.pod /usr/bin/ln -s perldelta.pod pod/perl5382delta.pod /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free op.c /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free universal.c /usr/bin/gcc -fstack-protector-strong -L/usr/local/lib -o miniperl \ opmini.o perlmini.o universalmini.o gv.o toke.o perly.o pad.o regcomp.o regcomp_debug.o regcomp_invlist.o regcomp_study.o regcomp_trie.o regexec.o dump.o util.o mg.o reentr.o mro_core.o keywords.o builtin.o class.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o peep.o doop.o doio.o utf8.o taint.o deb.o globals.o perlio.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o caretx.o dquote.o time64.o miniperlmain.o -lpthread -ldl -lm -lcrypt -lutil -lc ./miniperl -w -Ilib -Idist/Exporter/lib -MExporter -e '' || sh -c 'echo >&2 Failed to build miniperl. Please run make minitest; exit 1' ./miniperl -Ilib -f write_buildcustomize.pl ./miniperl -Ilib autodoc.pl ./miniperl -Ilib pod/perlmodlib.PL -q ./miniperl -Ilib make_patchnum.pl Updating 'git_version.h' and 'lib/Config_git.pl' ./miniperl -Ilib configpm written lib/Config.pod updated lib/Config.pm updated lib/Config_heavy.pl /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free perl.c ./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Archive::Tar make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Archive-Tar' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Archive-Tar' ./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Attribute::Handlers make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Attribute-Handlers' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Attribute-Handlers' ./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/AutoLoader directly ./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for CPAN make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/CPAN' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/CPAN' ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for CPAN::Meta make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/CPAN-Meta' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/CPAN-Meta' ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-Requirements/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-YAML/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl dist/Carp/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/CPAN-Meta-Requirements directly ./miniperl -Ilib make_ext.pl cpan/Config-Perl-V/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Carp directly ./miniperl -Ilib make_ext.pl dist/Devel-SelfStubber/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/CPAN-Meta-YAML directly Running pm_to_blib for cpan/Config-Perl-V directly ./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl dist/Dumpvalue/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Devel-SelfStubber directly ./miniperl -Ilib make_ext.pl dist/Env/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Digest directly ./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Dumpvalue directly ./miniperl -Ilib make_ext.pl dist/Exporter/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Env directly ./miniperl -Ilib make_ext.pl dist/ExtUtils-CBuilder/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/ExtUtils-CBuilder directly ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Exporter Running pm_to_blib for cpan/ExtUtils-Constant directly ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Install/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Errno make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Exporter' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Errno' Running pm_to_blib for cpan/ExtUtils-Install directly ./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a "../../miniperl" "-I../../lib" Errno_pm.PL Errno.pm Generating a Unix-style Makefile Writing Makefile for ExtUtils::MakeMaker make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/ExtUtils-MakeMaker' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Exporter' ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/ExtUtils-Manifest directly make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Errno' ./miniperl -Ilib make_ext.pl ext/ExtUtils-Miniperl/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/ExtUtils-MakeMaker' ./miniperl -Ilib make_ext.pl cpan/ExtUtils-PL2Bat/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for ExtUtils::Manifest make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/ExtUtils-Manifest' Running pm_to_blib for ext/ExtUtils-Miniperl directly ./miniperl -Ilib make_ext.pl dist/ExtUtils-ParseXS/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/ExtUtils-PL2Bat directly Running pm_to_blib for dist/ExtUtils-ParseXS directly ./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/File-Fetch directly ./miniperl -Ilib make_ext.pl ext/File-Find/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/File-Find directly ./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for ExtUtils::ParseXS make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/ExtUtils-ParseXS' Running pm_to_blib for cpan/File-Path directly ./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/ExtUtils-Manifest' ./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/File-Temp directly ./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/FileCache directly ./miniperl -Ilib make_ext.pl dist/FindBin/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Filter::Simple make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Filter-Simple' Running pm_to_blib for cpan/Getopt-Long directly ./miniperl -Ilib make_ext.pl cpan/HTTP-Tiny/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/ExtUtils-ParseXS' ./miniperl -Ilib make_ext.pl dist/I18N-Collate/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/I18N-Collate directly ./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for FindBin make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/FindBin' Generating a Unix-style Makefile Writing Makefile for HTTP::Tiny make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/HTTP-Tiny' Generating a Unix-style Makefile Writing Makefile for I18N::LangTags make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/I18N-LangTags' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Filter-Simple' ./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/FindBin' ./miniperl -Ilib make_ext.pl cpan/IO-Socket-IP/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/IO-Socket-IP directly ./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/IO-Zlib directly ./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for lib make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/lib' Running pm_to_blib for cpan/IPC-Cmd directly ./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/HTTP-Tiny' ./miniperl -Ilib make_ext.pl cpan/JSON-PP/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/I18N-LangTags' ./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/IPC-Open3 directly ./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Locale-Maketext-Simple directly ./miniperl -Ilib make_ext.pl cpan/Math-BigInt/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a "../../miniperl" "-I../../lib" lib_pm.PL lib.pm Extracting lib.pm (with variable substitutions) Running pm_to_blib for cpan/Math-BigInt directly ./miniperl -Ilib make_ext.pl cpan/Math-BigRat/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for JSON::PP Generating a Unix-style Makefile Writing Makefile for Locale::Maketext make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/JSON-PP' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Locale-Maketext' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/lib' ./miniperl -Ilib make_ext.pl dist/Math-Complex/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Math-BigRat directly ./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Memoize directly ./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Math::Complex make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Math-Complex' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/JSON-PP' ./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Module::CoreList make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Module-CoreList' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Locale-Maketext' ./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Module-Load directly ./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Module-Load-Conditional directly ./miniperl -Ilib make_ext.pl cpan/Module-Metadata/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Module-Loaded directly ./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/NEXT directly ./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Math-Complex' ./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Module::Metadata make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Module-Metadata' Running pm_to_blib for cpan/Params-Check directly ./miniperl -Ilib make_ext.pl cpan/Perl-OSType/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Net::Ping make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Net-Ping' cp corelist blib/script/corelist /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Module-CoreList/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/corelist Running pm_to_blib for cpan/Perl-OSType directly ./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/PerlIO-via-QuotedPrint directly ./miniperl -Ilib make_ext.pl cpan/Pod-Checker/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Module-CoreList' ./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Module-Metadata' ./miniperl -Ilib make_ext.pl dist/if/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Pod-Escapes directly ./miniperl -Ilib make_ext.pl ext/Pod-Html/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Pod::Checker make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Pod-Checker' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Net-Ping' ./miniperl -Ilib make_ext.pl cpan/Pod-Perldoc/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for if make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/if' Generating a Unix-style Makefile Writing Makefile for Pod::Html make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Pod-Html' Generating a Unix-style Makefile Writing Makefile for Pod::Perldoc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Pod-Perldoc' "../../miniperl" "-I../../lib" "-I../../lib" podchecker.PL podchecker make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/if' ./miniperl -Ilib make_ext.pl cpan/Pod-Usage/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Extracting podchecker (with variable substitutions) cp podchecker blib/script/podchecker /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Pod-Checker/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/podchecker make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Pod-Html' ./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Pod-Perldoc' ./miniperl -Ilib make_ext.pl dist/Search-Dict/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Pod-Checker' ./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Pod::Usage make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Pod-Usage' Running pm_to_blib for dist/Safe directly ./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Search-Dict directly ./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Term-ANSIColor directly ./miniperl -Ilib make_ext.pl dist/Term-Complete/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for SelfLoader make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/SelfLoader' Running pm_to_blib for dist/Term-Complete directly ./miniperl -Ilib make_ext.pl dist/Term-ReadLine/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Term-ReadLine directly Generating a Unix-style Makefile Writing Makefile for Term::Cap ./miniperl -Ilib make_ext.pl dist/Test/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Term-Cap' "../../miniperl" "-I../../lib" "-I../../lib" pod2usage.PL pod2usage Extracting pod2usage (with variable substitutions) cp pod2usage blib/script/pod2usage /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Pod-Usage/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2usage Generating a Unix-style Makefile Writing Makefile for Test make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Pod-Usage' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Test' ./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/SelfLoader' ./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Test-Simple directly ./miniperl -Ilib make_ext.pl dist/Text-Abbrev/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Term-Cap' ./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Text-Abbrev directly ./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Test::Harness Running pm_to_blib for cpan/Text-Balanced directly ./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Test-Harness' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Test' ./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Text-ParseWords directly ./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Text-Tabs directly ./miniperl -Ilib make_ext.pl dist/Tie-File/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Thread::Queue make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Thread-Queue' Generating a Unix-style Makefile Writing Makefile for Thread::Semaphore make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Thread-Semaphore' Generating a Unix-style Makefile Writing Makefile for Tie::File make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Tie-File' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Test-Harness' ./miniperl -Ilib make_ext.pl ext/Tie-Hash-NamedCapture/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/Tie-Hash-NamedCapture directly ./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Thread-Queue' ./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/Tie-Memoize directly ./miniperl -Ilib make_ext.pl cpan/Time-Local/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Thread-Semaphore' ./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Tie-RefHash directly ./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Tie-File' ./miniperl -Ilib make_ext.pl dist/autouse/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Time-Local directly ./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/autouse directly ./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/autodie directly ./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for XSLoader make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/XSLoader' Generating a Unix-style Makefile Writing Makefile for base make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/base' Generating a Unix-style Makefile Writing Makefile for constant make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/constant' Generating a Unix-style Makefile Writing Makefile for bignum make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/bignum' "../../miniperl" "-I../../lib" XSLoader_pm.PL XSLoader.pm make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/XSLoader' ./miniperl -Ilib make_ext.pl dist/encoding-warnings/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/base' ./miniperl -Ilib make_ext.pl cpan/experimental/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/experimental directly ./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/bignum' ./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for encoding::warnings make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/encoding-warnings' Running pm_to_blib for cpan/parent directly ./miniperl -Ilib make_ext.pl cpan/perlfaq/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/constant' ./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/perlfaq directly ./miniperl -Ilib make_ext.pl cpan/version/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Net make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/libnet' Running pm_to_blib for cpan/version directly ./miniperl -Ilib -MExtUtils::Miniperl -e 'writemain(\"perlmain.c", @ARGV)' DynaLoader ./miniperl -Ilib utils/Makefile.PL Extracting utils/Makefile (with variable substitutions) ./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Pod make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/podlators' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/encoding-warnings' ./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for IO::Compress make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/IO-Compress' Running pm_to_blib for cpan/Pod-Simple directly /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free perlmain.c make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/libnet' ./miniperl -Ilib make_ext.pl ext/Pod-Functions/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a "../../miniperl" "-I../../lib" "-I../../lib" scripts/pod2man.PL scripts/pod2man Extracting pod2man (with variable substitutions) "../../miniperl" "-I../../lib" "-I../../lib" scripts/pod2text.PL scripts/pod2text Extracting pod2text (with variable substitutions) cp scripts/pod2man blib/script/pod2man /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/podlators/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2man Generating a Unix-style Makefile Writing Makefile for Pod::Functions make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Pod-Functions' cp bin/streamzip blib/script/streamzip /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/IO-Compress/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/streamzip cp scripts/pod2text blib/script/pod2text /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/podlators/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2text cp bin/zipdetails blib/script/zipdetails /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/IO-Compress/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/zipdetails "../../miniperl" "-I../../lib" Functions_pm.PL ../../pod/perlfunc.pod make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/IO-Compress' Manifying 2 pod documents make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/podlators' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Pod-Functions' ./miniperl -Ilib lib/unicore/mktables -C lib/unicore -P pod -maketest -makenormtest -makelist -p ./miniperl -Ilib make_ext.pl DynaLoader.o MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= ./miniperl -Ilib mkppport running "/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/miniperl" -I../../lib PPPort_pm.PL Generating a Unix-style Makefile Writing Makefile for DynaLoader Processing PropertyAliases.txt make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/DynaLoader' Finishing property setup Processing PropValueAliases.txt "../../miniperl" "-I../../lib" DynaLoader_pm.PL DynaLoader.pm rm -f DynaLoader.xs cp dl_dlopen.xs DynaLoader.xs "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/DynaLoader/../../lib/ExtUtils/typemap' DynaLoader.xs > DynaLoader.xsc Processing extracted/DGeneralCategory.txt mv DynaLoader.xsc DynaLoader.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.54\" -DXS_VERSION=\"1.54\" "-I../.." -DLIBC="/lib/../lib64/libc.so.6" DynaLoader.c rm -rf ../../DynaLoader.o cp DynaLoader.o ../../DynaLoader.o Processing extracted/DCombiningClass.txt make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/DynaLoader' rm -f libperl.a /usr/bin/ar rc libperl.a op.o perl.o universal.o gv.o toke.o perly.o pad.o regcomp.o regcomp_debug.o regcomp_invlist.o regcomp_study.o regcomp_trie.o regexec.o dump.o util.o mg.o reentr.o mro_core.o keywords.o builtin.o class.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o peep.o doop.o doio.o utf8.o taint.o deb.o globals.o perlio.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o caretx.o dquote.o time64.o DynaLoader.o /usr/bin/gcc -o perl -fstack-protector-strong -L/usr/local/lib -Wl,-E perlmain.o libperl.a `cat ext.libs` -lpthread -ldl -lm -lcrypt -lutil -lc Processing extracted/DNumType.txt Processing extracted/DEastAsianWidth.txt Processing extracted/DLineBreak.txt Processing extracted/DBidiClass.txt including ppphdoc including inctools including ppphbin including version including threads including limits including variables including subparse including newCONSTSUB including magic_defs including misc including sv_xpvf including SvPV including warn including format including uv including memory including mess including mPUSH including call including newRV including MY_CXT including SvREFCNT including newSV_type including newSVpv including Sv_set including shared_pv including HvNAME including gv including pvs including magic including cop including grok including snprintf including sprintf including exception including strlfuncs including utf8 including pv_tools including locale Processing extracted/DDecompositionType.txt running "/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/miniperl" -I../../lib ppport_h.PL installing ppport.h for cpan/DB_File installing ppport.h for cpan/IPC-SysV installing ppport.h for cpan/Win32API-File installing ppport.h for dist/Data-Dumper ppport.h in dist/Devel-PPPort is up-to-date installing ppport.h for dist/ExtUtils-ParseXS installing ppport.h for dist/IO installing ppport.h for dist/PathTools installing ppport.h for dist/Storable installing ppport.h for dist/threads installing ppport.h for dist/threads-shared installing ppport.h for dist/Time-HiRes installing ppport.h for dist/Unicode-Normalize removing temporary file PPPort.pm removing temporary file ppport.h ./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic ./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic ./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Processing extracted/DBinaryProperties.txt Processing extracted/DNumValues.txt Parsing config.in... Building Zlib enabled Auto Detect Gzip OS Code.. Setting Gzip OS Code to 3 [Unix/Default] Looks Good. Generating a Unix-style Makefile Writing Makefile for Compress::Raw::Zlib make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Compress-Raw-Zlib' Generating a Unix-style Makefile Writing Makefile for B make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/B' Generating a Unix-style Makefile Writing Makefile for Compress::Raw::Bzip2 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Compress-Raw-Bzip2' Running Mkbootstrap for B () chmod 644 "B.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/B/../../lib/ExtUtils/typemap' -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/B/typemap' B.xs > B.xsc Running Mkbootstrap for Zlib () chmod 644 "Zlib.bs" Running Mkbootstrap for Bzip2 () "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Compress-Raw-Zlib/../../lib/ExtUtils/typemap' -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Compress-Raw-Zlib/typemap' Zlib.xs > Zlib.xsc chmod 644 "Bzip2.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Compress-Raw-Bzip2/../../lib/ExtUtils/typemap' -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Compress-Raw-Bzip2/typemap' Bzip2.xs > Bzip2.xsc Processing extracted/DJoinGroup.txt mv B.xsc B.c Processing extracted/DJoinType.txt /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.88\" -DXS_VERSION=\"1.88\" -fPIC "-I../.." B.c mv Bzip2.xsc Bzip2.c /usr/bin/gcc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO blocksort.c mv Zlib.xsc Zlib.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 adler32.c Processing Jamo.txt Processing UnicodeData.txt /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 compress.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 crc32.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 deflate.c /usr/bin/gcc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO bzlib.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 infback.c /usr/bin/gcc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO compress.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 inffast.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 inflate.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 inftrees.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 trees.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/B/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- B.bs ../../lib/auto/B/B.bs 644 rm -f ../../lib/auto/B/B.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong B.o -o ../../lib/auto/B/B.so \ \ chmod 755 ../../lib/auto/B/B.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/B' ./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic /usr/bin/gcc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO crctable.c /usr/bin/gcc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO decompress.c Generating a Unix-style Makefile Writing Makefile for Cwd make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/PathTools' /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 uncompr.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 zutil.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 Zlib.c Running Mkbootstrap for Cwd () chmod 644 "Cwd.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/PathTools/../../lib/ExtUtils/typemap' Cwd.xs > Cwd.xsc mv Cwd.xsc Cwd.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"3.89\" -DXS_VERSION=\"3.89\" -fPIC "-I../.." -DDOUBLE_SLASHES_SPECIAL=0 Cwd.c /usr/bin/gcc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO huffman.c /usr/bin/gcc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO randtable.c /usr/bin/gcc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.204_001\" -DXS_VERSION=\"2.204_001\" -fPIC "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO Bzip2.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/PathTools/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cwd.bs ../../lib/auto/Cwd/Cwd.bs 644 rm -f ../../lib/auto/Cwd/Cwd.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Cwd.o -o ../../lib/auto/Cwd/Cwd.so \ \ chmod 755 ../../lib/auto/Cwd/Cwd.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/PathTools' ./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Data::Dumper make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Data-Dumper' Running Mkbootstrap for Dumper () chmod 644 "Dumper.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Data-Dumper/../../lib/ExtUtils/typemap' Dumper.xs > Dumper.xsc mv Dumper.xsc Dumper.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.188\" -DXS_VERSION=\"2.188\" -fPIC "-I../.." Dumper.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Compress-Raw-Bzip2/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bzip2.bs ../../lib/auto/Compress/Raw/Bzip2/Bzip2.bs 644 rm -f ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Bzip2.o blocksort.o bzlib.o compress.o crctable.o decompress.o huffman.o randtable.o -o ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so \ \ chmod 755 ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Compress-Raw-Bzip2' ./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Setting license tag... Adding META_MERGE... Generating a Unix-style Makefile Writing Makefile for Devel::PPPort make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Devel-PPPort' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Compress-Raw-Zlib/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Zlib.bs ../../lib/auto/Compress/Raw/Zlib/Zlib.bs 644 rm -f ../../lib/auto/Compress/Raw/Zlib/Zlib.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Zlib.o adler32.o compress.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o -o ../../lib/auto/Compress/Raw/Zlib/Zlib.so \ \ "../../miniperl" "-I../../lib" PPPort_pm.PL PPPort.pm chmod 755 ../../lib/auto/Compress/Raw/Zlib/Zlib.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Compress-Raw-Zlib' ./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Devel::Peek make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Devel-Peek' Running Mkbootstrap for Peek () chmod 644 "Peek.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Devel-Peek/../../lib/ExtUtils/typemap' Peek.xs > Peek.xsc mv Peek.xsc Peek.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Data-Dumper/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Dumper.bs ../../lib/auto/Data/Dumper/Dumper.bs 644 /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.33\" -DXS_VERSION=\"1.33\" -fPIC "-I../.." Peek.c rm -f ../../lib/auto/Data/Dumper/Dumper.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Dumper.o -o ../../lib/auto/Data/Dumper/Dumper.so \ \ chmod 755 ../../lib/auto/Data/Dumper/Dumper.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Data-Dumper' ./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Digest::MD5 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Digest-MD5' Running Mkbootstrap for MD5 () chmod 644 "MD5.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Digest-MD5/../../lib/ExtUtils/typemap' -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Digest-MD5/typemap' MD5.xs > MD5.xsc mv MD5.xsc MD5.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.58_01\" -DXS_VERSION=\"2.58_01\" -fPIC "-I../.." MD5.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Devel-Peek/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Peek.bs ../../lib/auto/Devel/Peek/Peek.bs 644 rm -f ../../lib/auto/Devel/Peek/Peek.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Peek.o -o ../../lib/auto/Devel/Peek/Peek.so \ \ chmod 755 ../../lib/auto/Devel/Peek/Peek.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Devel-Peek' ./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Digest::SHA make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Digest-SHA' Running Mkbootstrap for SHA () chmod 644 "SHA.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Digest-SHA/../../lib/ExtUtils/typemap' -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Digest-SHA/typemap' SHA.xs > SHA.xsc mv SHA.xsc SHA.c /usr/bin/gcc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"6.04\" -DXS_VERSION=\"6.04\" -fPIC "-I../.." SHA.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Digest-MD5/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- MD5.bs ../../lib/auto/Digest/MD5/MD5.bs 644 rm -f ../../lib/auto/Digest/MD5/MD5.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong MD5.o -o ../../lib/auto/Digest/MD5/MD5.so \ \ chmod 755 ../../lib/auto/Digest/MD5/MD5.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Digest-MD5' ./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic including ppphdoc including inctools including ppphbin including version including threads including limits including variables including subparse including newCONSTSUB including magic_defs including misc including sv_xpvf including SvPV including warn including format including uv including memory including mess including mPUSH including call including newRV including MY_CXT including SvREFCNT including newSV_type including newSVpv including Sv_set including shared_pv including HvNAME including gv including pvs including magic including cop including grok including snprintf including sprintf including exception including strlfuncs including utf8 including pv_tools including locale Running Mkbootstrap for PPPort () chmod 644 "PPPort.bs" "../../miniperl" "-I../../lib" "-I../../lib" ppport_h.PL ppport.h /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Devel-PPPort/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- PPPort.bs ../../lib/auto/Devel/PPPort/PPPort.bs 644 Generating a Unix-style Makefile Writing Makefile for Encode "../../miniperl" "-I../../lib" "-I../../lib" RealPPPort_xs.PL RealPPPort.xs make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode' Running Mkbootstrap for Encode () chmod 644 "Encode.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/../../lib/ExtUtils/typemap' Encode.xs > Encode.xsc mv Encode.xsc Encode.c "../../miniperl" "-I../../lib" bin/enc2xs -"Q" -"O" -o def_t.c -f def_t.fnm Reading iso-8859-1 (iso-8859-1) Reading ascii (ascii) Reading cp1252 (cp1252) Reading ascii-ctrl (ascii-ctrl) Reading null (null) /usr/bin/gcc -c -I./Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"3.19\" -DXS_VERSION=\"3.19\" -fPIC "-I../.." encengine.c make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Byte' Running Mkbootstrap for Byte () chmod 644 "Byte.bs" "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o byte_t.c -f byte_t.fnm adding XS code from parts/inc/HvNAME adding XS code from parts/inc/MY_CXT adding XS code from parts/inc/SvPV adding XS code from parts/inc/SvREFCNT adding XS code from parts/inc/Sv_set adding XS code from parts/inc/call adding XS code from parts/inc/cop adding XS code from parts/inc/exception adding XS code from parts/inc/format adding XS code from parts/inc/grok adding XS code from parts/inc/gv adding XS code from parts/inc/limits adding XS code from parts/inc/locale adding XS code from parts/inc/mPUSH adding XS code from parts/inc/magic adding XS code from parts/inc/memory adding XS code from parts/inc/mess adding XS code from parts/inc/misc adding XS code from parts/inc/newCONSTSUB adding XS code from parts/inc/newRV adding XS code from parts/inc/newSV_type adding XS code from parts/inc/newSVpv adding XS code from parts/inc/pv_tools adding XS code from parts/inc/pvs adding XS code from parts/inc/shared_pv adding XS code from parts/inc/snprintf adding XS code from parts/inc/sprintf adding XS code from parts/inc/strlfuncs adding XS code from parts/inc/sv_xpvf adding XS code from parts/inc/threads adding XS code from parts/inc/utf8 adding XS code from parts/inc/uv adding XS code from parts/inc/variables adding XS code from parts/inc/warn /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"3.71\" -DXS_VERSION=\"3.71\" -fPIC "-I../.." -W -Wall module2.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Digest-SHA/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA.bs ../../lib/auto/Digest/SHA/SHA.bs 644 rm -f ../../lib/auto/Digest/SHA/SHA.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong SHA.o -o ../../lib/auto/Digest/SHA/SHA.so \ \ chmod 755 ../../lib/auto/Digest/SHA/SHA.so cp shasum blib/script/shasum /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Digest-SHA/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/shasum Reading iso-8859-2 (iso-8859-2) Reading iso-8859-3 (iso-8859-3) Reading iso-8859-4 (iso-8859-4) Reading iso-8859-5 (iso-8859-5) Reading iso-8859-6 (iso-8859-6) Reading iso-8859-7 (iso-8859-7) Reading iso-8859-8 (iso-8859-8) Reading iso-8859-9 (iso-8859-9) Reading iso-8859-10 (iso-8859-10) Reading iso-8859-11 (iso-8859-11) Reading iso-8859-13 (iso-8859-13) Reading iso-8859-14 (iso-8859-14) Reading iso-8859-15 (iso-8859-15) Reading iso-8859-16 (iso-8859-16) Reading AdobeStandardEncoding (AdobeStandardEncoding) Reading cp1006 (cp1006) Reading cp1250 (cp1250) Reading cp1251 (cp1251) Reading cp1253 (cp1253) Reading cp1254 (cp1254) Reading cp1255 (cp1255) Reading cp1256 (cp1256) Reading cp1257 (cp1257) Reading cp1258 (cp1258) Reading cp424 (cp424) Reading cp437 (cp437) Reading cp737 (cp737) Reading cp775 (cp775) Reading cp850 (cp850) Reading cp852 (cp852) Reading cp855 (cp855) Reading cp856 (cp856) Reading cp857 (cp857) Reading cp858 (cp858) Reading cp860 (cp860) Reading cp861 (cp861) Reading cp862 (cp862) Reading cp863 (cp863) Reading cp864 (cp864) Reading cp865 (cp865) Reading cp866 (cp866) Reading cp869 (cp869) Reading cp874 (cp874) Reading hp-roman8 (hp-roman8) Reading koi8-f (koi8-f) Reading koi8-r (koi8-r) Reading koi8-u (koi8-u) Reading MacArabic (MacArabic) Reading MacCentralEurRoman (MacCentralEurRoman) Reading MacCroatian (MacCroatian) Reading MacCyrillic (MacCyrillic) Reading MacFarsi (MacFarsi) Reading MacGreek (MacGreek) Reading MacHebrew (MacHebrew) Reading MacIcelandic (MacIcelandic) Reading MacRomanian (MacRomanian) Reading MacRumanian (MacRumanian) Reading MacRoman (MacRoman) Reading MacSami (MacSami) Reading MacThai (MacThai) Reading MacTurkish (MacTurkish) Reading MacUkrainian (MacUkrainian) Reading nextstep (nextstep) Reading viscii (viscii) "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Byte/../../../lib/ExtUtils/typemap' Byte.xs > Byte.xsc make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Digest-SHA' ./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"3.71\" -DXS_VERSION=\"3.71\" -fPIC "-I../.." -W -Wall module3.c mv Byte.xsc Byte.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." byte_t.c Generating a Unix-style Makefile Writing Makefile for Fcntl make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Fcntl' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Byte/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Byte.bs ../../../lib/auto/Encode/Byte/Byte.bs 644 /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." Byte.c Running Mkbootstrap for Fcntl () chmod 644 "Fcntl.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Fcntl/../../lib/ExtUtils/typemap' Fcntl.xs > Fcntl.xsc mv Fcntl.xsc Fcntl.c "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Devel-PPPort/../../lib/ExtUtils/typemap' -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Devel-PPPort/typemap' RealPPPort.xs > RealPPPort.xsc /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC "-I../.." Fcntl.c rm -f ../../../lib/auto/Encode/Byte/Byte.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Byte.o byte_t.o -o ../../../lib/auto/Encode/Byte/Byte.so \ \ chmod 755 ../../../lib/auto/Encode/Byte/Byte.so make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Byte' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encode.bs ../../lib/auto/Encode/Encode.bs 644 /usr/bin/gcc -c -I./Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"3.19\" -DXS_VERSION=\"3.19\" -fPIC "-I../.." Encode.c mv RealPPPort.xsc RealPPPort.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"3.71\" -DXS_VERSION=\"3.71\" -fPIC "-I../.." -W -Wall RealPPPort.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Fcntl/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fcntl.bs ../../lib/auto/Fcntl/Fcntl.bs 644 rm -f ../../lib/auto/Fcntl/Fcntl.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Fcntl.o -o ../../lib/auto/Fcntl/Fcntl.so \ \ chmod 755 ../../lib/auto/Fcntl/Fcntl.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Fcntl' ./miniperl -Ilib make_ext.pl lib/auto/File/DosGlob/DosGlob.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for File::DosGlob make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/File-DosGlob' Running Mkbootstrap for DosGlob () chmod 644 "DosGlob.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/File-DosGlob/../../lib/ExtUtils/typemap' DosGlob.xs > DosGlob.xsc mv DosGlob.xsc DosGlob.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.12\" -DXS_VERSION=\"1.12\" -fPIC "-I../.." DosGlob.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/File-DosGlob/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- DosGlob.bs ../../lib/auto/File/DosGlob/DosGlob.bs 644 rm -f ../../lib/auto/File/DosGlob/DosGlob.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong DosGlob.o -o ../../lib/auto/File/DosGlob/DosGlob.so \ \ /usr/bin/gcc -c -I./Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"3.19\" -DXS_VERSION=\"3.19\" -fPIC "-I../.." def_t.c chmod 755 ../../lib/auto/File/DosGlob/DosGlob.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/File-DosGlob' ./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/CN' Running Mkbootstrap for CN () chmod 644 "CN.bs" "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm Generating a Unix-style Makefile Writing Makefile for File::Glob make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/File-Glob' Running Mkbootstrap for Glob () chmod 644 "Glob.bs" /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.40\" -DXS_VERSION=\"1.40\" -fPIC "-I../.." bsd_glob.c Reading cp936 (cp936) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm Processing ArabicShaping.txt "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/File-Glob/../../lib/ExtUtils/typemap' Glob.xs > Glob.xsc Reading euc-cn (euc-cn) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o gb_02_t.c -f gb_02_t.fnm mv Glob.xsc Glob.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.40\" -DXS_VERSION=\"1.40\" -fPIC "-I../.." Glob.c Processing Blocks.txt Processing PropList.txt Processing SpecialCasing.txt Reading gb12345-raw (gb12345-raw) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o gb_03_t.c -f gb_03_t.fnm Processing LineBreak.txt Reading gb2312-raw (gb2312-raw) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ir_04_t.c -f ir_04_t.fnm /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/File-Glob/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Glob.bs ../../lib/auto/File/Glob/Glob.bs 644 rm -f ../../lib/auto/File/Glob/Glob.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong bsd_glob.o Glob.o -o ../../lib/auto/File/Glob/Glob.so \ \ Processing EastAsianWidth.txt chmod 755 ../../lib/auto/File/Glob/Glob.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/File-Glob' ./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Reading iso-ir-165 (iso-ir-165) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm Generating a Unix-style Makefile Writing Makefile for Filter::Util::Call make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Filter-Util-Call' Processing CompositionExclusions.txt Processing BidiMirroring.txt Reading MacChineseSimp (MacChineseSimp) /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." cp_00_t.c Running Mkbootstrap for Call () Processing CaseFolding.txt chmod 644 "Call.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Filter-Util-Call/../../lib/ExtUtils/typemap' Call.xs > Call.xsc mv Call.xsc Call.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.64\" -DXS_VERSION=\"1.64\" -fPIC "-I../.." Call.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." eu_01_t.c Processing NormTest.txt /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." gb_02_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." gb_03_t.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Filter-Util-Call/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Call.bs ../../lib/auto/Filter/Util/Call/Call.bs 644 Processing DCoreProperties.txt rm -f ../../lib/auto/Filter/Util/Call/Call.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Call.o -o ../../lib/auto/Filter/Util/Call/Call.so \ \ chmod 755 ../../lib/auto/Filter/Util/Call/Call.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Filter-Util-Call' ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ir_04_t.c Generating a Unix-style Makefile Writing Makefile for Hash::Util make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Hash-Util' /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ma_05_t.c Running Mkbootstrap for Util () chmod 644 "Util.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Hash-Util/../../lib/ExtUtils/typemap' Util.xs > Util.xsc "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -noprototypes -nolinenumbers -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/CN/../../../lib/ExtUtils/typemap' CN.xs > CN.xsc mv Util.xsc Util.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"0.30\" -DXS_VERSION=\"0.30\" -fPIC "-I../.." -DPERL_EXT Util.c mv CN.xsc CN.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/CN/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- CN.bs ../../../lib/auto/Encode/CN/CN.bs 644 /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." CN.c rm -f ../../../lib/auto/Encode/CN/CN.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong CN.o cp_00_t.o eu_01_t.o gb_02_t.o gb_03_t.o ir_04_t.o ma_05_t.o -o ../../../lib/auto/Encode/CN/CN.so \ \ Processing Scripts.txt chmod 755 ../../../lib/auto/Encode/CN/CN.so make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/CN' rm -f ../../lib/auto/Encode/Encode.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Encode.o def_t.o encengine.o -o ../../lib/auto/Encode/Encode.so \ \ chmod 755 ../../lib/auto/Encode/Encode.so make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/EBCDIC' rm -f ../../lib/auto/Devel/PPPort/PPPort.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong RealPPPort.o module2.o module3.o -o ../../lib/auto/Devel/PPPort/PPPort.so \ \ Running Mkbootstrap for EBCDIC () chmod 644 "EBCDIC.bs" chmod 755 ../../lib/auto/Devel/PPPort/PPPort.so "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o ebcdic_t.c -f ebcdic_t.fnm "../../miniperl" "-I../../lib" "-I../../lib" mktests.PL t/01_test.t /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Hash-Util/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/Hash/Util/Util.bs 644 Reading cp37 (cp37) Reading cp1026 (cp1026) Reading cp1047 (cp1047) Reading cp500 (cp500) Reading cp875 (cp875) Reading posix-bc (posix-bc) rm -f ../../lib/auto/Hash/Util/Util.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Util.o -o ../../lib/auto/Hash/Util/Util.so \ \ Processing DNormalizationProps.txt "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/EBCDIC/../../../lib/ExtUtils/typemap' EBCDIC.xs > EBCDIC.xsc chmod 755 ../../lib/auto/Hash/Util/Util.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Hash-Util' ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic mv EBCDIC.xsc EBCDIC.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." ebcdic_t.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/EBCDIC/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- EBCDIC.bs ../../../lib/auto/Encode/EBCDIC/EBCDIC.bs 644 /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." EBCDIC.c Generating a Unix-style Makefile Writing Makefile for Hash::Util::FieldHash make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Hash-Util-FieldHash' Running Mkbootstrap for FieldHash () chmod 644 "FieldHash.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Hash-Util-FieldHash/../../lib/ExtUtils/typemap' FieldHash.xs > FieldHash.xsc mv FieldHash.xsc FieldHash.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.26\" -DXS_VERSION=\"1.26\" -fPIC "-I../.." FieldHash.c rm -f ../../../lib/auto/Encode/EBCDIC/EBCDIC.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong EBCDIC.o ebcdic_t.o -o ../../../lib/auto/Encode/EBCDIC/EBCDIC.so \ \ chmod 755 ../../../lib/auto/Encode/EBCDIC/EBCDIC.so make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/EBCDIC' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/JP' Running Mkbootstrap for JP () chmod 644 "JP.bs" "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm generating t/01_test.t generating t/HvNAME.t generating t/MY_CXT.t generating t/SvPV.t generating t/SvREFCNT.t generating t/Sv_set.t generating t/call.t generating t/cop.t generating t/exception.t generating t/format.t generating t/grok.t generating t/gv.t generating t/limits.t generating t/locale.t generating t/mPUSH.t generating t/magic.t generating t/memory.t generating t/mess.t generating t/misc.t generating t/newCONSTSUB.t generating t/newRV.t generating t/newSV_type.t generating t/newSVpv.t generating t/podtest.t generating t/ppphtest.t generating t/pv_tools.t generating t/pvs.t generating t/shared_pv.t generating t/snprintf.t generating t/sprintf.t generating t/strlfuncs.t generating t/sv_xpvf.t generating t/threads.t generating t/utf8.t generating t/uv.t generating t/variables.t generating t/warn.t make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Devel-PPPort' ./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Reading cp932 (cp932) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm Generating a Unix-style Makefile Writing Makefile for I18N::Langinfo make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/I18N-Langinfo' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Hash-Util-FieldHash/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FieldHash.bs ../../lib/auto/Hash/Util/FieldHash/FieldHash.bs 644 rm -f ../../lib/auto/Hash/Util/FieldHash/FieldHash.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong FieldHash.o -o ../../lib/auto/Hash/Util/FieldHash/FieldHash.so \ \ chmod 755 ../../lib/auto/Hash/Util/FieldHash/FieldHash.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Hash-Util-FieldHash' ./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Running Mkbootstrap for Langinfo () chmod 644 "Langinfo.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/I18N-Langinfo/../../lib/ExtUtils/typemap' Langinfo.xs > Langinfo.xsc Generating a Unix-style Makefile Writing Makefile for IO make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/IO' mv Langinfo.xsc Langinfo.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"0.22\" -DXS_VERSION=\"0.22\" -fPIC "-I../.." Langinfo.c Running Mkbootstrap for IO () chmod 644 "IO.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/IO/../../lib/ExtUtils/typemap' IO.xs > IO.xsc Processing DAge.txt mv IO.xsc IO.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.52\" -DXS_VERSION=\"1.52\" -fPIC "-I../.." poll.c Reading euc-jp (euc-jp) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ji_02_t.c -f ji_02_t.fnm Processing HangulSyllableType.txt Reading jis0201-raw (jis0201-raw) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ji_03_t.c -f ji_03_t.fnm /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/I18N-Langinfo/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Langinfo.bs ../../lib/auto/I18N/Langinfo/Langinfo.bs 644 rm -f ../../lib/auto/I18N/Langinfo/Langinfo.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Langinfo.o -o ../../lib/auto/I18N/Langinfo/Langinfo.so \ \ Processing auxiliary/WordBreakProperty.txt chmod 755 ../../lib/auto/I18N/Langinfo/Langinfo.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/I18N-Langinfo' ./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.52\" -DXS_VERSION=\"1.52\" -fPIC "-I../.." IO.c Reading jis0208-raw (jis0208-raw) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ji_04_t.c -f ji_04_t.fnm Setting license tag... Processing auxiliary/GraphemeBreakProperty.txt Generating a Unix-style Makefile Writing Makefile for IPC::SysV make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/IPC-SysV' Processing auxiliary/GCBTest.txt Processing auxiliary/SBTest.txt Processing auxiliary/WBTest.txt Reading jis0212-raw (jis0212-raw) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm Running Mkbootstrap for SysV () Processing auxiliary/SentenceBreakProperty.txt chmod 644 "SysV.bs" make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/IPC-SysV' "../../miniperl" -I../../lib -I../../lib regen.pl Writing const-xs.inc Writing const-c.inc make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/IPC-SysV' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/IPC-SysV' "../../miniperl" -I../../lib -I../../lib regen.pl Writing const-xs.inc Writing const-c.inc make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/IPC-SysV' "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/IPC-SysV/../../lib/ExtUtils/typemap' -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/IPC-SysV/typemap' SysV.xs > SysV.xsc mv SysV.xsc SysV.c Reading MacJapanese (MacJapanese) /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/IPC-SysV/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SysV.bs ../../lib/auto/IPC/SysV/SysV.bs 644 "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o sh_06_t.c -f sh_06_t.fnm /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.09\" -DXS_VERSION=\"2.09\" -fPIC "-I../.." -DNO_PPPORT_H SysV.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/IO/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- IO.bs ../../lib/auto/IO/IO.bs 644 Processing NamedSequences.txt rm -f ../../lib/auto/IO/IO.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong IO.o poll.o -o ../../lib/auto/IO/IO.so \ \ Processing NameAliases.txt chmod 755 ../../lib/auto/IO/IO.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/IO' ./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Processing auxiliary/LBTest.txt Processing ScriptExtensions.txt Generating a Unix-style Makefile Writing Makefile for List::Util Reading shiftjis (shiftjis) make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Scalar-List-Utils' /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I../../.." cp_00_t.c Processing IndicSyllabicCategory.txt Running Mkbootstrap for Util () Processing BidiBrackets.txt chmod 644 "Util.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Scalar-List-Utils/../../lib/ExtUtils/typemap' ListUtil.xs > ListUtil.xsc /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I../../.." eu_01_t.c Processing IndicPositionalCategory.txt Processing VerticalOrientation.txt mv ListUtil.xsc ListUtil.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.63\" -DXS_VERSION=\"1.63\" -fPIC "-I../.." -DPERL_EXT ListUtil.c rm -f ../../lib/auto/IPC/SysV/SysV.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong SysV.o -o ../../lib/auto/IPC/SysV/SysV.so \ \ chmod 755 ../../lib/auto/IPC/SysV/SysV.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/IPC-SysV' ./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Processing EquivalentUnifiedIdeograph.txt /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I../../.." ji_02_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I../../.." ji_03_t.c Generating a Unix-style Makefile Writing Makefile for MIME::Base64 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/MIME-Base64' Processing emoji/emoji.txt Processing IdStatus.txt /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I../../.." ji_04_t.c Processing IdType.txt Running Mkbootstrap for Base64 () chmod 644 "Base64.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/MIME-Base64/../../lib/ExtUtils/typemap' Base64.xs > Base64.xsc /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I../../.." ma_05_t.c mv Base64.xsc Base64.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"3.16_01\" -DXS_VERSION=\"3.16_01\" -fPIC "-I../.." Base64.c Finishing processing Unicode properties /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I../../.." sh_06_t.c "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/JP/../../../lib/ExtUtils/typemap' JP.xs > JP.xsc mv JP.xsc JP.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/JP/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- JP.bs ../../../lib/auto/Encode/JP/JP.bs 644 /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I../../.." JP.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/MIME-Base64/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Base64.bs ../../lib/auto/MIME/Base64/Base64.bs 644 rm -f ../../lib/auto/MIME/Base64/Base64.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Base64.o -o ../../lib/auto/MIME/Base64/Base64.so \ \ chmod 755 ../../lib/auto/MIME/Base64/Base64.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/MIME-Base64' ./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic rm -f ../../../lib/auto/Encode/JP/JP.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong JP.o cp_00_t.o eu_01_t.o ji_02_t.o ji_03_t.o ji_04_t.o ma_05_t.o sh_06_t.o -o ../../../lib/auto/Encode/JP/JP.so \ \ Generating a Unix-style Makefile Writing Makefile for Opcode make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Opcode' chmod 755 ../../../lib/auto/Encode/JP/JP.so make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/JP' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/KR' Running Mkbootstrap for KR () Running Mkbootstrap for Opcode () chmod 644 "KR.bs" "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm chmod 644 "Opcode.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Opcode/../../lib/ExtUtils/typemap' Opcode.xs > Opcode.xsc mv Opcode.xsc Opcode.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.64\" -DXS_VERSION=\"1.64\" -fPIC "-I../.." Opcode.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Scalar-List-Utils/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/List/Util/Util.bs 644 rm -f ../../lib/auto/List/Util/Util.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong ListUtil.o -o ../../lib/auto/List/Util/Util.so \ \ chmod 755 ../../lib/auto/List/Util/Util.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Scalar-List-Utils' ./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Warning (mostly harmless): No library found for -lposix Warning (mostly harmless): No library found for -lcposix Reading cp949 (cp949) Generating a Unix-style Makefile Writing Makefile for POSIX "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/POSIX' Running Mkbootstrap for POSIX () chmod 644 "POSIX.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/POSIX/../../lib/ExtUtils/typemap' -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/POSIX/typemap' POSIX.xs > POSIX.xsc Reading euc-kr (euc-kr) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o jo_02_t.c -f jo_02_t.fnm /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Opcode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Opcode.bs ../../lib/auto/Opcode/Opcode.bs 644 rm -f ../../lib/auto/Opcode/Opcode.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Opcode.o -o ../../lib/auto/Opcode/Opcode.so \ \ chmod 755 ../../lib/auto/Opcode/Opcode.so mv POSIX.xsc POSIX.c make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Opcode' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DSTRUCT_TM_HASZONE -DHINT_SC_EXIST -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.13\" -DXS_VERSION=\"2.13\" -fPIC "-I../.." POSIX.c Generating a Unix-style Makefile Writing Makefile for PerlIO::encoding make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-encoding' Running Mkbootstrap for encoding () chmod 644 "encoding.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-encoding/../../lib/ExtUtils/typemap' encoding.xs > encoding.xsc Reading johab (johab) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ks_03_t.c -f ks_03_t.fnm mv encoding.xsc encoding.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"0.30\" -DXS_VERSION=\"0.30\" -fPIC "-I../.." encoding.c Reading ksc5601-raw (ksc5601-raw) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_04_t.c -f ma_04_t.fnm Reading MacKorean (MacKorean) /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." cp_00_t.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-encoding/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- encoding.bs ../../lib/auto/PerlIO/encoding/encoding.bs 644 rm -f ../../lib/auto/PerlIO/encoding/encoding.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong encoding.o -o ../../lib/auto/PerlIO/encoding/encoding.so \ \ chmod 755 ../../lib/auto/PerlIO/encoding/encoding.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-encoding' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/mmap/mmap.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." eu_01_t.c Generating a Unix-style Makefile Writing Makefile for PerlIO::mmap make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-mmap' Compiling Perl properties /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." jo_02_t.c Running Mkbootstrap for mmap () chmod 644 "mmap.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-mmap/../../lib/ExtUtils/typemap' mmap.xs > mmap.xsc /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ks_03_t.c mv mmap.xsc mmap.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"0.017\" -DXS_VERSION=\"0.017\" -fPIC "-I../.." mmap.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ma_04_t.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/POSIX/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- POSIX.bs ../../lib/auto/POSIX/POSIX.bs 644 rm -f ../../lib/auto/POSIX/POSIX.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong POSIX.o -o ../../lib/auto/POSIX/POSIX.so \ -lm \ chmod 755 ../../lib/auto/POSIX/POSIX.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/POSIX' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/KR/../../../lib/ExtUtils/typemap' KR.xs > KR.xsc /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-mmap/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mmap.bs ../../lib/auto/PerlIO/mmap/mmap.bs 644 rm -f ../../lib/auto/PerlIO/mmap/mmap.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong mmap.o -o ../../lib/auto/PerlIO/mmap/mmap.so \ \ chmod 755 ../../lib/auto/PerlIO/mmap/mmap.so mv KR.xsc KR.c Generating a Unix-style Makefile Writing Makefile for PerlIO::scalar make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-mmap' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-scalar' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/KR/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- KR.bs ../../../lib/auto/Encode/KR/KR.bs 644 /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." KR.c Generating a Unix-style Makefile Writing Makefile for PerlIO::via make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-via' Running Mkbootstrap for scalar () chmod 644 "scalar.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-scalar/../../lib/ExtUtils/typemap' scalar.xs > scalar.xsc mv scalar.xsc scalar.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"0.31\" -DXS_VERSION=\"0.31\" -fPIC "-I../.." scalar.c Running Mkbootstrap for via () chmod 644 "via.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-via/../../lib/ExtUtils/typemap' via.xs > via.xsc rm -f ../../../lib/auto/Encode/KR/KR.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong KR.o cp_00_t.o eu_01_t.o jo_02_t.o ks_03_t.o ma_04_t.o -o ../../../lib/auto/Encode/KR/KR.so \ \ mv via.xsc via.c chmod 755 ../../../lib/auto/Encode/KR/KR.so make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/KR' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Symbol' /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fPIC "-I../.." via.c Running Mkbootstrap for Symbol () chmod 644 "Symbol.bs" "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o symbol_t.c -f symbol_t.fnm Reading AdobeSymbol (AdobeSymbol) Reading AdobeZdingbat (AdobeZdingbat) Reading dingbats (dingbats) Reading MacDingbats (MacDingbats) Reading MacSymbol (MacSymbol) Reading symbol (symbol) "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Symbol/../../../lib/ExtUtils/typemap' Symbol.xs > Symbol.xsc mv Symbol.xsc Symbol.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." symbol_t.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Symbol/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Symbol.bs ../../../lib/auto/Encode/Symbol/Symbol.bs 644 /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." Symbol.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-scalar/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- scalar.bs ../../lib/auto/PerlIO/scalar/scalar.bs 644 rm -f ../../lib/auto/PerlIO/scalar/scalar.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong scalar.o -o ../../lib/auto/PerlIO/scalar/scalar.so \ \ chmod 755 ../../lib/auto/PerlIO/scalar/scalar.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-scalar' ./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for SDBM_File make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/SDBM_File' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-via/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- via.bs ../../lib/auto/PerlIO/via/via.bs 644 rm -f ../../lib/auto/PerlIO/via/via.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong via.o -o ../../lib/auto/PerlIO/via/via.so \ \ chmod 755 ../../lib/auto/PerlIO/via/via.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-via' ./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic rm -f ../../../lib/auto/Encode/Symbol/Symbol.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Symbol.o symbol_t.o -o ../../../lib/auto/Encode/Symbol/Symbol.so \ \ Running Mkbootstrap for SDBM_File () chmod 755 ../../../lib/auto/Encode/Symbol/Symbol.so make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Symbol' chmod 644 "SDBM_File.bs" make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/TW' "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/SDBM_File/../../lib/ExtUtils/typemap' -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/SDBM_File/typemap' SDBM_File.xs > SDBM_File.xsc Generating a Unix-style Makefile Writing Makefile for Socket make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Socket' Running Mkbootstrap for TW () chmod 644 "TW.bs" "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o bi_00_t.c -f bi_00_t.fnm Creating Perl synonyms mv SDBM_File.xsc SDBM_File.c /usr/bin/gcc -c -I../.. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.17\" -DXS_VERSION=\"1.17\" -fPIC "-I../.." -DSDBM -DDUFF hash.c /usr/bin/gcc -c -I../.. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.17\" -DXS_VERSION=\"1.17\" -fPIC "-I../.." -DSDBM -DDUFF pair.c Running Mkbootstrap for Socket () chmod 644 "Socket.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Socket/../../lib/ExtUtils/typemap' -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Socket/typemap' Socket.xs > Socket.xsc Writing tables /usr/bin/gcc -c -I../.. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.17\" -DXS_VERSION=\"1.17\" -fPIC "-I../.." -DSDBM -DDUFF sdbm.c mv Socket.xsc Socket.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.036\" -DXS_VERSION=\"2.036\" -fPIC "-I../.." Socket.c Reading big5-eten (big5-eten) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o bi_01_t.c -f bi_01_t.fnm /usr/bin/gcc -c -I../.. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.17\" -DXS_VERSION=\"1.17\" -fPIC "-I../.." -DSDBM -DDUFF SDBM_File.c Reading big5-hkscs (big5-hkscs) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_02_t.c -f cp_02_t.fnm /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/SDBM_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SDBM_File.bs ../../lib/auto/SDBM_File/SDBM_File.bs 644 rm -f ../../lib/auto/SDBM_File/SDBM_File.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong SDBM_File.o hash.o pair.o sdbm.o -o ../../lib/auto/SDBM_File/SDBM_File.so \ \ /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Socket/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket.bs ../../lib/auto/Socket/Socket.bs 644 chmod 755 ../../lib/auto/SDBM_File/SDBM_File.so rm -f ../../lib/auto/Socket/Socket.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Socket.o -o ../../lib/auto/Socket/Socket.so \ \ make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/SDBM_File' ./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic chmod 755 ../../lib/auto/Socket/Socket.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Socket' ./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Storable make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Storable' Generating a Unix-style Makefile Writing Makefile for Sys::Hostname make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Sys-Hostname' Running Mkbootstrap for Storable () chmod 644 "Storable.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Storable/../../lib/ExtUtils/typemap' Storable.xs > Storable.xsc Running Mkbootstrap for Hostname () chmod 644 "Hostname.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Sys-Hostname/../../lib/ExtUtils/typemap' Hostname.xs > Hostname.xsc mv Storable.xsc Storable.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"3.32\" -DXS_VERSION=\"3.32\" -fPIC "-I../.." Storable.c Reading cp950 (cp950) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_03_t.c -f ma_03_t.fnm mv Hostname.xsc Hostname.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.25\" -DXS_VERSION=\"1.25\" -fPIC "-I../.." Hostname.c Reading MacChineseTrad (MacChineseTrad) /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." bi_00_t.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Sys-Hostname/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hostname.bs ../../lib/auto/Sys/Hostname/Hostname.bs 644 rm -f ../../lib/auto/Sys/Hostname/Hostname.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Hostname.o -o ../../lib/auto/Sys/Hostname/Hostname.so \ \ chmod 755 ../../lib/auto/Sys/Hostname/Hostname.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Sys-Hostname' ./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." bi_01_t.c Generating a Unix-style Makefile Writing Makefile for Sys::Syslog make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Sys-Syslog' Running Mkbootstrap for Syslog () chmod 644 "Syslog.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Sys-Syslog/../../lib/ExtUtils/typemap' Syslog.xs > Syslog.xsc mv Syslog.xsc Syslog.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"0.36\" -DXS_VERSION=\"0.36\" -fPIC "-I../.." Syslog.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." cp_02_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ma_03_t.c Making pod file /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Sys-Syslog/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Syslog.bs ../../lib/auto/Sys/Syslog/Syslog.bs 644 rm -f ../../lib/auto/Sys/Syslog/Syslog.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Syslog.o -o ../../lib/auto/Sys/Syslog/Syslog.so \ \ chmod 755 ../../lib/auto/Sys/Syslog/Syslog.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Sys-Syslog' ./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/TW/../../../lib/ExtUtils/typemap' TW.xs > TW.xsc mv TW.xsc TW.c Configuring Time::HiRes... Using hints hints/linux.pl... Extra libraries: -lrt... Have syscall()... looking for syscall.h... /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/TW/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- TW.bs ../../../lib/auto/Encode/TW/TW.bs 644 /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." TW.c Making test script found . Looking for gettimeofday()... found. Looking for setitimer()... found. Looking for getitimer()... found. You have interval timers (both setitimer and getitimer). Looking for ualarm()... found. Looking for usleep()... found. Looking for nanosleep()... believing $Config{d_nanosleep}... found. You can mix subsecond sleeps with signals, if you want to. (It's still not portable, though.) Looking for clockid_t... rm -f ../../../lib/auto/Encode/TW/TW.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong TW.o bi_00_t.o bi_01_t.o cp_02_t.o ma_03_t.o -o ../../../lib/auto/Encode/TW/TW.so \ \ chmod 755 ../../../lib/auto/Encode/TW/TW.so make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/TW' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Unicode' Running Mkbootstrap for Unicode () chmod 644 "Unicode.bs" "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Unicode/../../../lib/ExtUtils/typemap' Unicode.xs > Unicode.xsc mv Unicode.xsc Unicode.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.20\" -DXS_VERSION=\"2.20\" -fPIC "-I../../.." Unicode.c found. Looking for clock_gettime()... found. Looking for clock_getres()... /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Unicode/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Unicode.bs ../../../lib/auto/Encode/Unicode/Unicode.bs 644 rm -f ../../../lib/auto/Encode/Unicode/Unicode.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Unicode.o -o ../../../lib/auto/Encode/Unicode/Unicode.so \ \ chmod 755 ../../../lib/auto/Encode/Unicode/Unicode.so make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Unicode' cp bin/enc2xs blib/script/enc2xs found. Looking for clock_nanosleep()... /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/enc2xs cp bin/encguess blib/script/encguess /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/encguess /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Storable/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Storable.bs ../../lib/auto/Storable/Storable.bs 644 rm -f ../../lib/auto/Storable/Storable.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Storable.o -o ../../lib/auto/Storable/Storable.so \ \ cp bin/piconv blib/script/piconv /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/piconv chmod 755 ../../lib/auto/Storable/Storable.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Storable' ./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode' ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Collate/Collate.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Time::Piece make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Time-Piece' Running Mkbootstrap for Piece () chmod 644 "Piece.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Time-Piece/../../lib/ExtUtils/typemap' Piece.xs > Piece.xsc found. Looking for clock()... mv Piece.xsc Piece.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.3401_01\" -DXS_VERSION=\"1.3401_01\" -fPIC "-I../.." Piece.c found. Looking for working futimens()... Making header files for XS... Generating a Unix-style Makefile Writing Makefile for Unicode::Collate make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Unicode-Collate' found. Looking for working utimensat()... Running Mkbootstrap for Collate () chmod 644 "Collate.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Unicode-Collate/../../lib/ExtUtils/typemap' Collate.xs > Collate.xsc mv Collate.xsc Collate.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Time-Piece/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Piece.bs ../../lib/auto/Time/Piece/Piece.bs 644 rm -f ../../lib/auto/Time/Piece/Piece.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Piece.o -o ../../lib/auto/Time/Piece/Piece.so \ \ /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.31\" -DXS_VERSION=\"1.31\" -fPIC "-I../.." Collate.c chmod 755 ../../lib/auto/Time/Piece/Piece.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Time-Piece' ./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic found. You seem to have subsecond timestamp setting. Looking for stat() subsecond timestamps... Trying struct stat st_atimespec.tv_nsec...Generating a Unix-style Makefile Writing Makefile for XS::APItest make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/XS-APItest' Running Mkbootstrap for APItest () Writing APItest.bs chmod 644 "APItest.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/XS-APItest/typemap' APItest.xs > APItest.xsc NOT found. Trying struct stat st_atimensec...NOT found. Trying struct stat st_atime_n...mv APItest.xsc APItest.c "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/XS-APItest/typemap' XSUB-undef-XS_VERSION.xs > XSUB-undef-XS_VERSION.xsc mv XSUB-undef-XS_VERSION.xsc XSUB-undef-XS_VERSION.c "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/XS-APItest/typemap' XSUB-redefined-macros.xs > XSUB-redefined-macros.xsc mv XSUB-redefined-macros.xsc XSUB-redefined-macros.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -fPIC "-I../.." core.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Unicode-Collate/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Collate.bs ../../lib/auto/Unicode/Collate/Collate.bs 644 NOT found. Trying struct stat st_atim.tv_nsec...rm -f ../../lib/auto/Unicode/Collate/Collate.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Collate.o -o ../../lib/auto/Unicode/Collate/Collate.so \ \ chmod 755 ../../lib/auto/Unicode/Collate/Collate.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Unicode-Collate' ./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for XS::Typemap make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/XS-Typemap' found. Trying struct stat st_uatime.../usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -fPIC "-I../.." exception.c Running Mkbootstrap for Typemap () chmod 644 "Typemap.bs" /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"0.19\" -DXS_VERSION=\"0.19\" -fPIC "-I../.." stdio.c "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/XS-Typemap/../../lib/ExtUtils/typemap' Typemap.xs > Typemap.xsc mv Typemap.xsc Typemap.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"0.19\" -DXS_VERSION=\"0.19\" -fPIC "-I../.." Typemap.c Making normalization test script Updating 'mktables.lst' NOT found. You seem to have subsecond timestamp reading. (Your struct stat has them, but the filesystems must help.) Generating a Unix-style Makefile Writing Makefile for Time::HiRes make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Time-HiRes' ./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -fPIC "-I../.." notcore.c Running Mkbootstrap for HiRes () Generating a Unix-style Makefile Writing Makefile for attributes chmod 644 "HiRes.bs" make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/attributes' "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Time-HiRes/../../lib/ExtUtils/typemap' -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Time-HiRes/typemap' HiRes.xs > HiRes.xsc mv HiRes.xsc HiRes.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.9775\" -DXS_VERSION=\"1.9775\" -fPIC "-I../.." -DTIME_HIRES_NANOSLEEP -DTIME_HIRES_CLOCKID_T -DTIME_HIRES_CLOCK_GETTIME -DTIME_HIRES_CLOCK_GETRES -DTIME_HIRES_CLOCK_NANOSLEEP -DTIME_HIRES_CLOCK -DHAS_FUTIMENS -DHAS_UTIMENSAT -DTIME_HIRES_UTIME -DTIME_HIRES_STAT_XTIM -DTIME_HIRES_STAT=4 HiRes.c Running Mkbootstrap for attributes () chmod 644 "attributes.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/attributes/../../lib/ExtUtils/typemap' attributes.xs > attributes.xsc /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -fPIC "-I../.." APItest.c mv attributes.xsc attributes.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"0.35\" -DXS_VERSION=\"0.35\" -fPIC "-I../.." attributes.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/attributes/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- attributes.bs ../../lib/auto/attributes/attributes.bs 644 rm -f ../../lib/auto/attributes/attributes.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong attributes.o -o ../../lib/auto/attributes/attributes.so \ \ chmod 755 ../../lib/auto/attributes/attributes.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/attributes' ./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/XS-Typemap/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Typemap.bs ../../lib/auto/XS/Typemap/Typemap.bs 644 rm -f ../../lib/auto/XS/Typemap/Typemap.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong stdio.o Typemap.o -o ../../lib/auto/XS/Typemap/Typemap.so \ \ /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Time-HiRes/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- HiRes.bs ../../lib/auto/Time/HiRes/HiRes.bs 644 rm -f ../../lib/auto/Time/HiRes/HiRes.so LD_RUN_PATH="/usr/lib64" /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong HiRes.o -o ../../lib/auto/Time/HiRes/HiRes.so \ -lrt \ chmod 755 ../../lib/auto/Time/HiRes/HiRes.so chmod 755 ../../lib/auto/XS/Typemap/Typemap.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Time-HiRes' ./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/XS-Typemap' ./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for mro make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/mro' Generating a Unix-style Makefile Writing Makefile for re make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/re' Generating a Unix-style Makefile Writing Makefile for threads make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/threads' Running Mkbootstrap for mro () chmod 644 "mro.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/mro/../../lib/ExtUtils/typemap' mro.xs > mro.xsc Running Mkbootstrap for re () mv mro.xsc mro.c chmod 644 "re.bs" Running Mkbootstrap for threads () "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/re/../../lib/ExtUtils/typemap' re.xs > re.xsc chmod 644 "threads.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/threads/../../lib/ExtUtils/typemap' threads.xs > threads.xsc /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.28\" -DXS_VERSION=\"1.28\" -fPIC "-I../.." mro.c mv re.xsc re.c rm -f re_comp.c cp ../../regcomp.c re_comp.c rm -f dquote.c cp ../../dquote.c dquote.c rm -f invlist_inline.h cp ../../invlist_inline.h invlist_inline.h rm -f re_comp_invlist.c cp ../../regcomp_invlist.c re_comp_invlist.c rm -f re_comp_study.c cp ../../regcomp_study.c re_comp_study.c rm -f re_comp_trie.c cp ../../regcomp_trie.c re_comp_trie.c rm -f re_comp_debug.c cp ../../regcomp_debug.c re_comp_debug.c mv threads.xsc threads.c rm -f re_exec.c cp ../../regexec.c re_exec.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"2.36\" -DXS_VERSION=\"2.36\" -fPIC "-I../.." threads.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"0.44\" -DXS_VERSION=\"0.44\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/threads/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- threads.bs ../../lib/auto/threads/threads.bs 644 rm -f ../../lib/auto/threads/threads.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong threads.o -o ../../lib/auto/threads/threads.so \ -lpthread \ chmod 755 ../../lib/auto/threads/threads.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/threads' ./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/mro/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mro.bs ../../lib/auto/mro/mro.bs 644 rm -f ../../lib/auto/mro/mro.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong mro.o -o ../../lib/auto/mro/mro.so \ \ /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"0.44\" -DXS_VERSION=\"0.44\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_comp.c chmod 755 ../../lib/auto/mro/mro.so Generating a Unix-style Makefile Writing Makefile for threads::shared make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/threads-shared' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/mro' Making utilities make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/utils' ../miniperl -I../lib corelist.PL Extracting corelist (with variable substitutions) ../miniperl -I../lib cpan.PL Extracting cpan (with variable substitutions) ../miniperl -I../lib h2ph.PL Extracting h2ph (with variable substitutions) ../miniperl -I../lib h2xs.PL Extracting h2xs (with variable substitutions) ../miniperl -I../lib instmodsh.PL Extracting instmodsh (with variable substitutions) ../miniperl -I../lib json_pp.PL Extracting json_pp (with variable substitutions) ../miniperl -I../lib perlbug.PL Extracting perlbug (with variable substitutions) ../miniperl -I../lib perldoc.PL Extracting "perldoc" (with variable substitutions) ../miniperl -I../lib perlivp.PL Extracting perlivp (with variable substitutions) ../miniperl -I../lib pl2pm.PL Running Mkbootstrap for shared () Extracting pl2pm (with variable substitutions) chmod 644 "shared.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/threads-shared/../../lib/ExtUtils/typemap' shared.xs > shared.xsc ../miniperl -I../lib prove.PL Extracting prove (with variable substitutions) ../miniperl -I../lib ptar.PL Extracting ptar (with variable substitutions) ../miniperl -I../lib ptardiff.PL Extracting ptardiff (with variable substitutions) ../miniperl -I../lib ptargrep.PL Extracting ptargrep (with variable substitutions) ../miniperl -I../lib shasum.PL mv shared.xsc shared.c Extracting shasum (with variable substitutions) ../miniperl -I../lib splain.PL Extracting splain (with variable substitutions) ../miniperl -I../lib libnetcfg.PL /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.68\" -DXS_VERSION=\"1.68\" -fPIC "-I../.." shared.c Extracting libnetcfg (with variable substitutions) ../miniperl -I../lib piconv.PL Extracting piconv (with variable substitutions) ../miniperl -I../lib enc2xs.PL Extracting enc2xs (with variable substitutions) ../miniperl -I../lib encguess.PL Extracting encguess (with variable substitutions) ../miniperl -I../lib xsubpp.PL Extracting xsubpp (with variable substitutions) ../miniperl -I../lib pod2html.PL Extracting pod2html (with variable substitutions) ../miniperl -I../lib zipdetails.PL Extracting zipdetails (with variable substitutions) ../miniperl -I../lib streamzip.PL Extracting streamzip (with variable substitutions) make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/utils' ./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Math::BigInt::FastCalc make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Math-BigInt-FastCalc' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/threads-shared/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- shared.bs ../../lib/auto/threads/shared/shared.bs 644 rm -f ../../lib/auto/threads/shared/shared.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong shared.o -o ../../lib/auto/threads/shared/shared.so \ -lpthread \ chmod 755 ../../lib/auto/threads/shared/shared.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/threads-shared' ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Running Mkbootstrap for FastCalc () chmod 644 "FastCalc.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Math-BigInt-FastCalc/../../lib/ExtUtils/typemap' FastCalc.xs > FastCalc.xsc mv FastCalc.xsc FastCalc.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"0.5013\" -DXS_VERSION=\"0.5013\" -fPIC "-I../.." FastCalc.c Making header files for XS... Generating a Unix-style Makefile Writing Makefile for Unicode::Normalize make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Unicode-Normalize' Running Mkbootstrap for Normalize () chmod 644 "Normalize.bs" "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Unicode-Normalize/../../lib/ExtUtils/typemap' Normalize.xs > Normalize.xsc mv Normalize.xsc Normalize.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -fPIC "-I../.." Normalize.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Math-BigInt-FastCalc/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FastCalc.bs ../../lib/auto/Math/BigInt/FastCalc/FastCalc.bs 644 rm -f ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong FastCalc.o -o ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so \ \ chmod 755 ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Math-BigInt-FastCalc' /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"0.44\" -DXS_VERSION=\"0.44\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_comp_invlist.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"0.44\" -DXS_VERSION=\"0.44\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_comp_study.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Unicode-Normalize/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Normalize.bs ../../lib/auto/Unicode/Normalize/Normalize.bs 644 rm -f ../../lib/auto/Unicode/Normalize/Normalize.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Normalize.o -o ../../lib/auto/Unicode/Normalize/Normalize.so \ \ chmod 755 ../../lib/auto/Unicode/Normalize/Normalize.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Unicode-Normalize' /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"0.44\" -DXS_VERSION=\"0.44\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_comp_trie.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"0.44\" -DXS_VERSION=\"0.44\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_comp_debug.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"0.44\" -DXS_VERSION=\"0.44\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_exec.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/re/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- re.bs ../../lib/auto/re/re.bs 644 /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -fPIC "-I../.." XSUB-undef-XS_VERSION.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -Wno-use-after-free -O2 -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -fPIC "-I../.." XSUB-redefined-macros.c /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/XS-APItest/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- APItest.bs ../../lib/auto/XS/APItest/APItest.bs 644 rm -f ../../lib/auto/XS/APItest/APItest.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong APItest.o XSUB-undef-XS_VERSION.o XSUB-redefined-macros.o core.o exception.o notcore.o -o ../../lib/auto/XS/APItest/APItest.so \ \ chmod 755 ../../lib/auto/XS/APItest/APItest.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/XS-APItest' rm -f ../../lib/auto/re/re.so /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong re.o re_comp.o re_comp_invlist.o re_comp_study.o re_comp_trie.o re_comp_debug.o re_exec.o -o ../../lib/auto/re/re.so \ \ chmod 755 ../../lib/auto/re/re.so make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/re' ./perl -Ilib -I. -f pod/buildtoc -q Everything is up to date. Type '/usr/bin/make test' to run test suite. make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2' >>> host-perl 5.38.2 Installing to host directory GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2 INSTALL_DEPENDENCE='' install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2' ./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/AutoLoader directly ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Archive-Tar' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Attribute-Handlers' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Attribute-Handlers' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/CPAN' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Archive-Tar' ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-Requirements/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-YAML/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/CPAN-Meta' Running pm_to_blib for cpan/CPAN-Meta-Requirements directly ./miniperl -Ilib make_ext.pl dist/Carp/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/CPAN-Meta-YAML directly make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/CPAN-Meta' ./miniperl -Ilib make_ext.pl cpan/Config-Perl-V/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/CPAN' ./miniperl -Ilib make_ext.pl dist/Devel-SelfStubber/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Config-Perl-V directly ./miniperl -Ilib make_ext.pl dist/Dumpvalue/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Carp directly ./miniperl -Ilib make_ext.pl dist/Env/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Digest directly ./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Devel-SelfStubber directly ./miniperl -Ilib make_ext.pl dist/Exporter/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Dumpvalue directly ./miniperl -Ilib make_ext.pl dist/ExtUtils-CBuilder/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Env directly ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/ExtUtils-CBuilder directly ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Install/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Errno' Running pm_to_blib for cpan/ExtUtils-Constant directly ./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/ExtUtils-Install directly make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Errno' ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl ext/ExtUtils-Miniperl/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Exporter' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Exporter' ./miniperl -Ilib make_ext.pl cpan/ExtUtils-PL2Bat/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/ExtUtils-Miniperl directly ./miniperl -Ilib make_ext.pl dist/ExtUtils-ParseXS/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/ExtUtils-PL2Bat directly ./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/ExtUtils-Manifest' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/ExtUtils-MakeMaker' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/ExtUtils-Manifest' ./miniperl -Ilib make_ext.pl ext/File-Find/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/File-Fetch directly make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/ExtUtils-MakeMaker' ./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/ExtUtils-ParseXS' Running pm_to_blib for ext/File-Find directly ./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/File-Temp directly ./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/File-Path directly ./miniperl -Ilib make_ext.pl dist/FindBin/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/FileCache directly ./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/ExtUtils-ParseXS' ./miniperl -Ilib make_ext.pl cpan/HTTP-Tiny/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Getopt-Long directly ./miniperl -Ilib make_ext.pl dist/I18N-Collate/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Filter-Simple' Running pm_to_blib for dist/I18N-Collate directly ./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/FindBin' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Filter-Simple' ./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/HTTP-Tiny' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/FindBin' ./miniperl -Ilib make_ext.pl cpan/IO-Socket-IP/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/lib' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/lib' ./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/HTTP-Tiny' ./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/IO-Socket-IP directly ./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/IO-Zlib directly ./miniperl -Ilib make_ext.pl cpan/JSON-PP/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/IPC-Cmd directly ./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/IPC-Open3 directly ./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/I18N-LangTags' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/I18N-LangTags' Running pm_to_blib for cpan/Locale-Maketext-Simple directly ./miniperl -Ilib make_ext.pl cpan/Math-BigInt/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl cpan/Math-BigRat/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/JSON-PP' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/JSON-PP' ./miniperl -Ilib make_ext.pl dist/Math-Complex/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Math-BigInt directly ./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Math-BigRat directly ./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Locale-Maketext' Running pm_to_blib for cpan/Memoize directly ./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Locale-Maketext' ./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Module-Load directly ./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Math-Complex' Running pm_to_blib for cpan/Module-Load-Conditional directly ./miniperl -Ilib make_ext.pl cpan/Module-Metadata/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Module-CoreList' Running pm_to_blib for cpan/Module-Loaded directly ./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Math-Complex' ./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/NEXT directly ./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Module-CoreList' ./miniperl -Ilib make_ext.pl cpan/Perl-OSType/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Params-Check directly ./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Module-Metadata' Running pm_to_blib for cpan/Perl-OSType directly ./miniperl -Ilib make_ext.pl cpan/Pod-Checker/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Module-Metadata' ./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/PerlIO-via-QuotedPrint directly ./miniperl -Ilib make_ext.pl dist/if/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Net-Ping' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Net-Ping' ./miniperl -Ilib make_ext.pl ext/Pod-Html/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Pod-Escapes directly ./miniperl -Ilib make_ext.pl cpan/Pod-Perldoc/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Pod-Checker' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Pod-Checker' ./miniperl -Ilib make_ext.pl cpan/Pod-Usage/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/if' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/if' ./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Pod-Html' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Pod-Perldoc' Running pm_to_blib for dist/Safe directly ./miniperl -Ilib make_ext.pl dist/Search-Dict/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Pod-Perldoc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Pod-Html' ./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Search-Dict directly ./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Term-ANSIColor directly ./miniperl -Ilib make_ext.pl dist/Term-Complete/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Pod-Usage' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Pod-Usage' ./miniperl -Ilib make_ext.pl dist/Term-ReadLine/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Term-Complete directly ./miniperl -Ilib make_ext.pl dist/Test/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Term-ReadLine directly ./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/SelfLoader' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Term-Cap' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Term-Cap' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/SelfLoader' ./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl dist/Text-Abbrev/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Test' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Test' ./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Text-Abbrev directly Running pm_to_blib for cpan/Test-Simple directly ./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Test-Harness' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Test-Harness' ./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Text-Balanced directly Running pm_to_blib for cpan/Text-Tabs directly ./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Text-ParseWords directly ./miniperl -Ilib make_ext.pl dist/Tie-File/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl ext/Tie-Hash-NamedCapture/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/Tie-Hash-NamedCapture directly ./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/Tie-Memoize directly ./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Thread-Queue' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Thread-Semaphore' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Tie-File' Running pm_to_blib for cpan/Tie-RefHash directly make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Thread-Queue' ./miniperl -Ilib make_ext.pl cpan/Time-Local/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Thread-Semaphore' ./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Tie-File' ./miniperl -Ilib make_ext.pl dist/autouse/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/autodie directly Running pm_to_blib for cpan/Time-Local directly ./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/autouse directly ./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/XSLoader' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/XSLoader' ./miniperl -Ilib make_ext.pl dist/encoding-warnings/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/base' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/bignum' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/bignum' ./miniperl -Ilib make_ext.pl cpan/experimental/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/constant' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/base' ./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/constant' ./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/libnet' Running pm_to_blib for cpan/experimental directly ./miniperl -Ilib make_ext.pl cpan/perlfaq/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/encoding-warnings' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/libnet' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/encoding-warnings' ./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a ./miniperl -Ilib make_ext.pl cpan/version/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/parent directly ./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/perlfaq directly ./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/version directly Running pm_to_blib for cpan/Pod-Simple directly ./miniperl -Ilib make_ext.pl ext/Pod-Functions/pm_to_blib MAKE="/usr/bin/make" LIBPERL_A=libperl.a make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/IO-Compress' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/podlators' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/IO-Compress' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Pod-Functions' Manifying 2 pod documents make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/podlators' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Pod-Functions' ./miniperl -Ilib lib/unicore/mktables -C lib/unicore -P pod -maketest -makenormtest -makelist -p ./miniperl -Ilib make_ext.pl DynaLoader.o MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= ./miniperl -Ilib mkppport ppport.h in cpan/DB_File is up-to-date ppport.h in cpan/IPC-SysV is up-to-date ppport.h in cpan/Win32API-File is up-to-date ppport.h in dist/Data-Dumper is up-to-date ppport.h in dist/Devel-PPPort is up-to-date ppport.h in dist/ExtUtils-ParseXS is up-to-date ppport.h in dist/IO is up-to-date ppport.h in dist/PathTools is up-to-date ppport.h in dist/Storable is up-to-date ppport.h in dist/threads is up-to-date ppport.h in dist/threads-shared is up-to-date ppport.h in dist/Time-HiRes is up-to-date ppport.h in dist/Unicode-Normalize is up-to-date make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/DynaLoader' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/DynaLoader' ./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic ./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic ./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic lib/unicore/mktables: Files seem to be ok, not bothering to rebuild. Add '-w' option to force build ./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/B' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/B/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- B.bs ../../lib/auto/B/B.bs 644 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Compress-Raw-Zlib' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Compress-Raw-Bzip2' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/B' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Compress-Raw-Zlib/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Zlib.bs ../../lib/auto/Compress/Raw/Zlib/Zlib.bs 644 ./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Compress-Raw-Bzip2/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bzip2.bs ../../lib/auto/Compress/Raw/Bzip2/Bzip2.bs 644 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/PathTools' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Compress-Raw-Zlib' ./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Compress-Raw-Bzip2' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/PathTools/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cwd.bs ../../lib/auto/Cwd/Cwd.bs 644 ./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/PathTools' ./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Devel-Peek' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Devel-Peek/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Peek.bs ../../lib/auto/Devel/Peek/Peek.bs 644 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Devel-PPPort' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Devel-Peek' ./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Devel-PPPort/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- PPPort.bs ../../lib/auto/Devel/PPPort/PPPort.bs 644 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Data-Dumper' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Digest-MD5' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Data-Dumper/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Dumper.bs ../../lib/auto/Data/Dumper/Dumper.bs 644 /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Digest-MD5/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- MD5.bs ../../lib/auto/Digest/MD5/MD5.bs 644 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Devel-PPPort' ./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Data-Dumper' ./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Digest-SHA' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Digest-SHA/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA.bs ../../lib/auto/Digest/SHA/SHA.bs 644 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Digest-MD5' ./miniperl -Ilib make_ext.pl lib/auto/File/DosGlob/DosGlob.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Digest-SHA' ./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encode.bs ../../lib/auto/Encode/Encode.bs 644 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Fcntl' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Fcntl/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fcntl.bs ../../lib/auto/Fcntl/Fcntl.bs 644 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/File-DosGlob' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/File-DosGlob/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- DosGlob.bs ../../lib/auto/File/DosGlob/DosGlob.bs 644 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Byte' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Fcntl' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/File-Glob' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/File-DosGlob' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/File-Glob/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Glob.bs ../../lib/auto/File/Glob/Glob.bs 644 ./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Byte/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Byte.bs ../../../lib/auto/Encode/Byte/Byte.bs 644 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/File-Glob' ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Byte' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/CN' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/CN/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- CN.bs ../../../lib/auto/Encode/CN/CN.bs 644 make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/CN' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/EBCDIC' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/EBCDIC/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- EBCDIC.bs ../../../lib/auto/Encode/EBCDIC/EBCDIC.bs 644 make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/EBCDIC' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/JP' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Filter-Util-Call' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/JP/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- JP.bs ../../../lib/auto/Encode/JP/JP.bs 644 /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Filter-Util-Call/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Call.bs ../../lib/auto/Filter/Util/Call/Call.bs 644 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Hash-Util' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Hash-Util/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/Hash/Util/Util.bs 644 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Filter-Util-Call' ./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/JP' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Hash-Util' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/KR' ./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/KR/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- KR.bs ../../../lib/auto/Encode/KR/KR.bs 644 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Hash-Util-FieldHash' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/KR' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Hash-Util-FieldHash/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FieldHash.bs ../../lib/auto/Hash/Util/FieldHash/FieldHash.bs 644 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Symbol' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Hash-Util-FieldHash' ./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Symbol/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Symbol.bs ../../../lib/auto/Encode/Symbol/Symbol.bs 644 make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Symbol' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/I18N-Langinfo' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/I18N-Langinfo/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Langinfo.bs ../../lib/auto/I18N/Langinfo/Langinfo.bs 644 make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/TW' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/TW/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- TW.bs ../../../lib/auto/Encode/TW/TW.bs 644 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/IO' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/I18N-Langinfo' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/IO/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- IO.bs ../../lib/auto/IO/IO.bs 644 ./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/TW' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/IO' ./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Unicode' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/IPC-SysV' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Unicode/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Unicode.bs ../../../lib/auto/Encode/Unicode/Unicode.bs 644 /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/IPC-SysV/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SysV.bs ../../lib/auto/IPC/SysV/SysV.bs 644 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/IPC-SysV' ./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode/Unicode' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Encode' ./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Scalar-List-Utils' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Scalar-List-Utils/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/List/Util/Util.bs 644 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/MIME-Base64' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/MIME-Base64/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Base64.bs ../../lib/auto/MIME/Base64/Base64.bs 644 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Scalar-List-Utils' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/MIME-Base64' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/mmap/mmap.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Opcode' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Opcode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Opcode.bs ../../lib/auto/Opcode/Opcode.bs 644 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/POSIX' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/POSIX/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- POSIX.bs ../../lib/auto/POSIX/POSIX.bs 644 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Opcode' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/POSIX' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-encoding' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-mmap' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-mmap/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mmap.bs ../../lib/auto/PerlIO/mmap/mmap.bs 644 /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-encoding/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- encoding.bs ../../lib/auto/PerlIO/encoding/encoding.bs 644 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-mmap' ./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-scalar' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-encoding' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-scalar/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- scalar.bs ../../lib/auto/PerlIO/scalar/scalar.bs 644 ./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-via' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-via/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- via.bs ../../lib/auto/PerlIO/via/via.bs 644 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-scalar' ./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/PerlIO-via' ./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/SDBM_File' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/SDBM_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SDBM_File.bs ../../lib/auto/SDBM_File/SDBM_File.bs 644 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Socket' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Socket/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket.bs ../../lib/auto/Socket/Socket.bs 644 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/SDBM_File' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Socket' ./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic ./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Sys-Hostname' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Sys-Hostname/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hostname.bs ../../lib/auto/Sys/Hostname/Hostname.bs 644 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Storable' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/Sys-Hostname' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Storable/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Storable.bs ../../lib/auto/Storable/Storable.bs 644 ./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Storable' ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Collate/Collate.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Time-HiRes' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Sys-Syslog' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Time-HiRes/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- HiRes.bs ../../lib/auto/Time/HiRes/HiRes.bs 644 /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Sys-Syslog/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Syslog.bs ../../lib/auto/Sys/Syslog/Syslog.bs 644 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Time-HiRes' ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Sys-Syslog' ./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Time-Piece' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Time-Piece/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Piece.bs ../../lib/auto/Time/Piece/Piece.bs 644 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Time-Piece' ./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Unicode-Collate' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Unicode-Normalize' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Unicode-Normalize/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Normalize.bs ../../lib/auto/Unicode/Normalize/Normalize.bs 644 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/XS-APItest' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Unicode-Collate/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Collate.bs ../../lib/auto/Unicode/Collate/Collate.bs 644 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/Unicode-Normalize' ./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/XS-APItest' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Unicode-Collate' ./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic ./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/XS-Typemap' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/XS-Typemap/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Typemap.bs ../../lib/auto/XS/Typemap/Typemap.bs 644 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/XS-Typemap' ./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/re' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/re/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- re.bs ../../lib/auto/re/re.bs 644 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/mro' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/mro/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mro.bs ../../lib/auto/mro/mro.bs 644 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/attributes' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/attributes/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- attributes.bs ../../lib/auto/attributes/attributes.bs 644 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/mro' ./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/re' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/ext/attributes' Making utilities ./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE="/usr/bin/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/utils' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/utils' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/threads' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/threads/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- threads.bs ../../lib/auto/threads/threads.bs 644 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/threads' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Math-BigInt-FastCalc' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Math-BigInt-FastCalc/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FastCalc.bs ../../lib/auto/Math/BigInt/FastCalc/FastCalc.bs 644 make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/threads-shared' /home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/threads-shared/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- shared.bs ../../lib/auto/threads/shared/shared.bs 644 make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/cpan/Math-BigInt-FastCalc' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2/dist/threads-shared' Everything is up to date. Type '/usr/bin/make test' to run test suite. ./perl -Ilib -I. installperl --destdir= WARNING: You've never run 'make test' or some tests failed! (Installing anyway.) /home/buildroot/autobuild/instance-3/output-1/host/bin/perl5.38.2 /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/overload.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/strict.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Errno.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/bigrat.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CORE.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/AnyDBM_File.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/locale.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/AutoLoader.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/mro.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/integer.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/feature.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Fcntl.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Config_heavy.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/base.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/filetest.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/PerlIO.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/DirHandle.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/O.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Socket.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Dumpvalue.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/warnings.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/experimental.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/perl5db.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/attributes.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/bigint.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/vars.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/builtin.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/diagnostics.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/UNIVERSAL.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Internals.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Config.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/FileCache.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/POSIX.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/_charnames.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/sigtrap.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/autodie.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/overloading.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/parent.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/sort.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Fatal.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Config.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/SDBM_File.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/DynaLoader.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/SelectSaver.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/version.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/deprecate.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Thread.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/SelfLoader.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/lib.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/English.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/meta_notation.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/less.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/FindBin.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/vmsish.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/if.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/FileHandle.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/open.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/utf8.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/constant.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/B.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/bytes_heavy.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Memoize.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/bignum.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/perlfaq.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/version.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Opcode.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/threads.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/encoding.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/re.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/NEXT.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/dumpvar.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/autouse.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ok.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Config_git.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/charnames.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Exporter.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Safe.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Digest.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/bytes.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/subs.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/DBM_Filter.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Cwd.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Env.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/fields.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Carp.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/stable.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Benchmark.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/DB.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/IO.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Symbol.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Storable.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/AutoSplit.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/bigfloat.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/ops.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/POSIX.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/XSLoader.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/blib.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/HTTP/Tiny.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Getopt/Std.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Getopt/Long.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Exporter/Heavy.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Module/CoreList.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Module/CoreList.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Module/Loaded.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Module/Load.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Module/Metadata.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Module/Load/Conditional.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Module/CoreList/Utils.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/threads/shared.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Compress/Zlib.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Compress/Raw/Zlib.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Compress/Raw/Bzip2.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Time/Piece.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Time/HiRes.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Time/Seconds.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Time/Local.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Time/gmtime.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Time/localtime.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Time/tm.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/Encoding.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Encode/ConfigLocal_PM.e2x /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/CN.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/Guess.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/Config.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/Byte.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Encode/PerlIO.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/Unicode.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/EBCDIC.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Encode/Changes.e2x /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Encode/Supported.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/JP.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Encode/encode.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Encode/_PM.e2x /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/KR.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/TW.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/Encoder.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Encode/README.e2x /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/GSM0338.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Encode/_T.e2x /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Encode/Makefile_PL.e2x /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/CJKConstants.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/Alias.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/Symbol.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/JP/H2Z.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/JP/JIS7.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/KR/2022_KR.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/CN/HZ.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/Unicode/UTF7.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/MIME/Header.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/MIME/Name.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Encode/MIME/Header/ISO_2022_JP.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Carp/Heavy.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Perl/OSType.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Hash/Util.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Hash/Util/FieldHash.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/User/grent.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/User/pwent.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/PerlIO/scalar.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/PerlIO/via.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/PerlIO/encoding.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/PerlIO/mmap.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/PerlIO/via/QuotedPrint.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Attribute/Handlers.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Text.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Html.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Checker.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Functions.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Usage.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Man.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Perldoc.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/ParseLink.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Escapes.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Text/Termcap.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Text/Overstrike.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Text/Color.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/Methody.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/HTMLLegacy.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/XMLOutStream.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/DumpAsText.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/PullParserEndToken.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/Text.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/PullParser.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/TranscodeDumb.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/LinkSection.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/XHTML.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/TranscodeSmart.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/PullParserStartToken.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/BlackBox.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/Debug.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/HTMLBatch.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/Checker.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/JustPod.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/Transcode.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/Search.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/Subclassing.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/SimpleTree.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/PullParserTextToken.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/HTML.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/DumpAsXML.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/Progress.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/TextContent.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/RTF.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/TiedOutFH.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Simple/PullParserToken.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Html/Util.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Perldoc/ToTerm.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Perldoc/ToTk.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Perldoc/ToXml.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Perldoc/GetOptsOO.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Perldoc/BaseTo.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Perldoc/ToANSI.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Perldoc/ToPod.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Perldoc/ToChecker.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Perldoc/ToNroff.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Perldoc/ToText.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Perldoc/ToRtf.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Pod/Perldoc/ToMan.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/DBM_Filter/encode.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/DBM_Filter/compress.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/DBM_Filter/int32.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/DBM_Filter/utf8.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/DBM_Filter/null.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Filter/Simple.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Filter/Util/Call.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/B/Xref.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/B/Deparse.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/B/Op_private.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/B/Showlex.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/B/Terse.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/B/Concise.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/FTP.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/hostent.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/Cmd.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/POP3.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/Config.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/servent.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/NNTP.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/Netrc.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/Time.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/Domain.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/SMTP.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/netent.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/libnetFAQ.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/Ping.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/protoent.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/FTP/L.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/FTP/I.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/FTP/E.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/FTP/A.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Net/FTP/dataconn.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Search/Dict.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Params/Check.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Tie/StdHandle.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Tie/Array.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Tie/Handle.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Tie/File.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Tie/RefHash.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Tie/Scalar.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Tie/Hash.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Tie/SubstrHash.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Tie/Memoize.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Tie/Hash/NamedCapture.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Sys/Hostname.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Sys/Syslog.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Devel/PPPort.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Devel/SelfStubber.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Devel/Peek.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Digest/base.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Digest/MD5.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Digest/SHA.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Digest/file.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/I18N/LangTags.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/I18N/Collate.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/I18N/Langinfo.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/I18N/LangTags/List.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/I18N/LangTags/Detect.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Thread/Queue.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Thread/Semaphore.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Text/Wrap.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Text/Abbrev.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Text/Tabs.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Text/ParseWords.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Text/Balanced.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/List/Util.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/List/Util/XS.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Locale/Maketext.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Locale/Maketext.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Locale/Maketext/TPJ13.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Locale/Maketext/Simple.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Locale/Maketext/GutsLoader.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Locale/Maketext/Guts.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Locale/Maketext/Cookbook.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/autodie/exception.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/autodie/hints.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/autodie/Util.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/autodie/skip.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/autodie/Scope/Guard.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/autodie/Scope/GuardStack.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/autodie/exception/system.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Sub/Util.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Socket/Socket.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Cwd/Cwd.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/threads/threads.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/threads/shared/shared.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Compress/Raw/Bzip2/Bzip2.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Compress/Raw/Zlib/Zlib.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Time/HiRes/HiRes.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Time/Piece/Piece.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Encode/Encode.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Encode/JP/JP.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Encode/KR/KR.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Encode/EBCDIC/EBCDIC.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Encode/CN/CN.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Encode/Byte/Byte.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Encode/Symbol/Symbol.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Encode/Unicode/Unicode.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Encode/TW/TW.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Hash/Util/Util.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Hash/Util/FieldHash/FieldHash.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/PerlIO/scalar/scalar.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/PerlIO/mmap/mmap.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/PerlIO/via/via.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/PerlIO/encoding/encoding.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/SDBM_File/SDBM_File.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Filter/Util/Call/Call.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/mro/mro.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/POSIX/POSIX.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/B/B.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Sys/Hostname/Hostname.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Sys/Syslog/Syslog.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Devel/Peek/Peek.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Digest/MD5/MD5.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Digest/SHA/SHA.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/I18N/Langinfo/Langinfo.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/List/Util/Util.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Opcode/Opcode.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Fcntl/Fcntl.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/re/re.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/attributes/attributes.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/IPC/SysV/SysV.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Storable/Storable.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/IO/IO.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Data/Dumper/Dumper.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Math/BigInt/FastCalc/FastCalc.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Unicode/Normalize/Normalize.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/Unicode/Collate/Collate.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/MIME/Base64/Base64.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/File/DosGlob/DosGlob.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/auto/File/Glob/Glob.so /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Class/Struct.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Memoize/AnyDBM_File.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Memoize/NDBM_File.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Memoize/SDBM_File.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Memoize/Expire.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Memoize/Storable.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/FTP.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Distrostatus.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Distroprefs.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Author.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Mirrors.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Complete.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/DeferredCode.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/CacheMgr.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Distribution.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Version.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Kwalify.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/FirstTime.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Debug.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Module.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/InfoObj.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Index.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Nox.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Tarzip.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Plugin.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/HandleConfig.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Queue.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Bundle.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Prompt.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Shell.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/URL.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Meta.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/HTTP/Credentials.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/HTTP/Client.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/FTP/netrc.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Exception/RecursiveDependency.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Exception/yaml_process_error.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Exception/yaml_not_installed.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Exception/blocked_urllist.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Meta/YAML.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Meta/Prereqs.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Meta/Validator.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Meta/History.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Meta/Spec.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Meta/Requirements.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Meta/Converter.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Meta/Merge.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Meta/Feature.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Meta/History/Meta_1_0.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Meta/History/Meta_1_3.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Meta/History/Meta_1_2.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Meta/History/Meta_1_4.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Meta/History/Meta_1_1.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/LWP/UserAgent.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Plugin/Specfile.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Kwalify/distroprefs.yml /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/Kwalify/distroprefs.dd /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/CPAN/API/HOWTO.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Archive/Tar.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Archive/Tar/File.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Archive/Tar/Constant.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MY.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/ParseXS.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/CBuilder.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MANIFEST.SKIP /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MM_DOS.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MM_NW5.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Manifest.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MakeMaker.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/typemap /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MM_OS2.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/ParseXS.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Embed.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MM_UWIN.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Command.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/testlib.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/xsubpp /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Mkbootstrap.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MM_Win95.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MM_Win32.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MM_QNX.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MM.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MM_BeOS.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MM_Unix.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/PL2Bat.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Constant.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Liblist.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Mksymlists.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MM_Cygwin.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MM_AIX.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MM_VOS.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MM_Darwin.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Install.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MM_MacOS.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Installed.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Typemaps.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MM_VMS.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MM_OS390.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MM_Any.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Miniperl.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Packlist.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/ParseXS/Constants.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/ParseXS/CountLines.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/ParseXS/Eval.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/ParseXS/Utilities.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/CBuilder/Base.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/CBuilder/Platform/cygwin.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/CBuilder/Platform/darwin.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/CBuilder/Platform/os2.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/CBuilder/Platform/dec_osf.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/CBuilder/Platform/android.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/CBuilder/Platform/Unix.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/CBuilder/Platform/Windows.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/CBuilder/Platform/aix.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/CBuilder/Platform/VMS.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/CBuilder/Platform/Windows/MSVC.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/CBuilder/Platform/Windows/GCC.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/CBuilder/Platform/Windows/BCC.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Command/MM.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Typemaps/Cmd.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Typemaps/OutputMap.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Typemaps/Type.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Typemaps/InputMap.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Constant/Utils.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Constant/XS.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Constant/Base.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Constant/ProxySubs.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/Liblist/Kid.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MakeMaker/Tutorial.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MakeMaker/Locale.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MakeMaker/Config.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MakeMaker/FAQ.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/MakeMaker/version.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/IPC/SysV.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IPC/Cmd.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/IPC/Msg.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/IPC/SharedMem.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IPC/Open2.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IPC/Open3.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/IPC/Semaphore.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Parse/CPAN/Meta.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/IPC.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/API.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Event.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Hub.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Transition.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Util.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Formatter.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/EventFacet.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Hub/Interceptor.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Hub/Subtest.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Hub/Interceptor/Terminator.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Event/Encoding.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Event/Bail.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Event/Skip.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Event/Plan.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Event/Exception.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Event/Fail.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Event/Ok.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Event/Diag.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Event/V2.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Event/Subtest.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Event/Waiting.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Event/Generic.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Event/Note.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Event/Pass.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Event/TAP/Version.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/EventFacet/Parent.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/EventFacet/Plan.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/EventFacet/Render.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/EventFacet/Control.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/EventFacet/Hub.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/EventFacet/Info.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/EventFacet/Error.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/EventFacet/Trace.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/EventFacet/Assert.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/EventFacet/Amnesty.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/EventFacet/About.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/EventFacet/Meta.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/EventFacet/Info/Table.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Formatter/TAP.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/IPC/Driver.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/IPC/Driver/Files.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Util/ExternalMeta.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Util/HashBase.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Util/Trace.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Util/Facets2Legacy.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/API/Breakage.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/API/Stack.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/API/Instance.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/API/Context.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/API/InterceptResult.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/API/InterceptResult/Facet.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/API/InterceptResult/Event.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/API/InterceptResult/Hub.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/API/InterceptResult/Squasher.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test2/Tools/Tiny.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Zlib.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/IO/Handle.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/IO/Socket.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/IO/File.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/IO/Pipe.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/IO/Select.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/IO/Poll.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/IO/Dir.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/IO/Seekable.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Socket/IP.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/IO/Socket/UNIX.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/IO/Socket/INET.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Compress/Zip.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Compress/FAQ.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Compress/RawDeflate.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Compress/Deflate.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Compress/Gzip.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Compress/Base.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Compress/Bzip2.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Compress/Adapter/Identity.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Compress/Adapter/Deflate.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Compress/Adapter/Bzip2.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Compress/Base/Common.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Compress/Gzip/Constants.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Compress/Zip/Constants.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Compress/Zlib/Extra.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Compress/Zlib/Constants.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Uncompress/Bunzip2.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Uncompress/Unzip.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Uncompress/Gunzip.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Uncompress/Inflate.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Uncompress/AnyInflate.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Uncompress/RawInflate.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Uncompress/Base.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Uncompress/AnyUncompress.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Uncompress/Adapter/Bunzip2.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Uncompress/Adapter/Identity.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/IO/Uncompress/Adapter/Inflate.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Term/Complete.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Term/Cap.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Term/ReadLine.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Term/ANSIColor.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Scalar/Util.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Object.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Harness.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Base.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Formatter/Session.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Formatter/Console.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Formatter/File.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Formatter/Base.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Formatter/Color.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Formatter/Console/Session.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Formatter/Console/ParallelSession.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Formatter/File/Session.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Scheduler.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Multiplexer.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Result.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/SourceHandler.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Source.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/IteratorFactory.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Grammar.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Aggregator.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/ResultFactory.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Iterator.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Scheduler/Spinner.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Scheduler/Job.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/SourceHandler/RawTAP.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/SourceHandler/Handle.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/SourceHandler/Executable.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/SourceHandler/File.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/SourceHandler/Perl.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Iterator/Array.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Iterator/Process.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Iterator/Stream.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/YAMLish/Reader.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/YAMLish/Writer.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Result/YAML.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Result/Plan.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Result/Version.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Result/Test.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Result/Comment.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Result/Pragma.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Result/Unknown.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Parser/Result/Bailout.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Harness/Beyond.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/TAP/Harness/Env.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Data/Dumper.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/App/Prove.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/App/Cpan.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/App/Prove/State.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/App/Prove/State/Result.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/App/Prove/State/Result/Test.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/version/Internals.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/version/regex.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Math/BigRat.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Math/BigFloat.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Math/Trig.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Math/Complex.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Math/BigInt.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Math/BigInt/Calc.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Math/BigInt/FastCalc.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Math/BigInt/Trace.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Math/BigInt/Lib.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Math/BigFloat/Trace.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Math/BigRat/Trace.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/warnings/register.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/encoding/warnings.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Config/Extensions.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Config/Perl/V.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Unicode/Collate.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Unicode/Normalize.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/UCD.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/keys.txt /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/Unicode/Collate/Locale.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/allkeys.txt /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/CJK/Pinyin.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/CJK/Korean.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/CJK/Zhuyin.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/CJK/GB2312.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/CJK/Stroke.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/CJK/JISX0208.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/CJK/Big5.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/sv.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/sa.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/bn.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/zh_gb.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/ja.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/fi_phone.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/et.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/he.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/da.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/hy.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/om.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/ko.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/ha.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/is.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/th.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/wo.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/vo.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/af.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/ml.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/cy.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/hu.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/ro.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/gu.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/sr.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/be.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/hr.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/fo.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/nb.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/tn.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/cu.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/kok.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/haw.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/lt.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/dsb.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/se.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/wae.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/zh.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/si.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/nso.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/vi.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/fi.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/az.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/uk.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/zh_strk.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/nn.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/mr.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/as.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/de_phone.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/hi.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/zh_pin.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/si_dict.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/tr.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/de_at_ph.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/eo.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/pl.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/cs.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/sq.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/es.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/ee.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/ig.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/zh_big5.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/pa.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/kl.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/kn.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/zh_zhu.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/lkt.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/ur.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/sv_refo.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/te.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/sl.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/or.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/ta.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/es_trad.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/to.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/ug_cyrl.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/ar.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/fa.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/lv.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/mk.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/mt.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/yo.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/fil.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/ln.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/sk.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/fr_ca.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/kk.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Unicode/Collate/Locale/ca.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/JSON/PP.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/JSON/PP/Boolean.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/overload/numbers.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test/Tutorial.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test/Simple.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test/Tester.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test/More.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test/Harness.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test/Builder.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test/use/ok.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test/Builder/Tester.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test/Builder/Module.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test/Builder/TodoDiag.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test/Builder/Formatter.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test/Builder/Tester/Color.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test/Builder/IO/Scalar.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test/Tester/Delegate.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test/Tester/CaptureRunner.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/Test/Tester/Capture.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/MIME/QuotedPrint.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/MIME/Base64.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/File/stat.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/File/Compare.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/File/Spec.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/File/Fetch.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/File/Copy.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/File/Path.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/File/DosGlob.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/File/Glob.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/File/Find.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/File/Basename.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/File/Temp.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/File/GlobMapper.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/File/Spec/Win32.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/File/Spec/AmigaOS.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/File/Spec/Functions.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/File/Spec/Epoc.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/File/Spec/Unix.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/File/Spec/Cygwin.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/File/Spec/OS2.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/File/Spec/Mac.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/File/Spec/VMS.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/TestNorm.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/UCD.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/Decomposition.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/Blocks.txt /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/Name.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/CombiningClass.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/uni_keywords.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/Name.pm /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/NamedSequences.txt /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/SpecialCasing.txt /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/version /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/CWU/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Hyphen/T.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/CI/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/XIDC/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Alpha/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Upper/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/AI.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/SA.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/QU.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/PR.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/NS.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/XX.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/CL.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/EX.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/ID.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/CM.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/BA.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/PO.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/NU.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/IN.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/CJ.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/OP.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/IS.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/GL.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/AL.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lb/BB.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/CWCM/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/CWL/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Ea/A.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Ea/H.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Ea/Na.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Ea/N.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Ea/W.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/CompEx/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/QMark/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/BidiC/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/CWKCF/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/PerlWord.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/_PerlCha.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/_PerlIDC.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/PosixPun.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/Blank.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/_PerlPro.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/Print.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/_PerlPat.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/_PerlNch.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/Word.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/_PerlIsI.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/_PerlCh2.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/_PerlPr2.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/Graph.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/_PerlQuo.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/_PerlFol.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/Title.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/_PerlIDS.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/SpacePer.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/_PerlAny.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/Alnum.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/XPosixPu.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Perl/Assigned.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/BidiM/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/WB/LE.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/WB/XX.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/WB/EX.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/WB/KA.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/WB/NU.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/WB/Extend.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/WB/MN.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/WB/FO.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/WB/ML.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/WB/HL.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/WB/MB.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/WB/WSegSpac.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/SB/LE.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/SB/XX.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/SB/CL.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/SB/EX.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/SB/Sp.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/SB/UP.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/SB/SC.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/SB/NU.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/SB/FO.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/SB/ST.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/SB/LO.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/SB/AT.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InPC/Top.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InPC/Left.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InPC/TopAndRi.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InPC/TopAndLe.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InPC/NA.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InPC/LeftAndR.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InPC/BottomAn.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InPC/TopAndL2.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InPC/TopAndBo.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InPC/Bottom.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InPC/VisualOr.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InPC/Overstru.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InPC/Right.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/VS/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Blk/NB.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V100.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V11.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V31.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V130.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V41.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V20.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/NA.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V30.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V61.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V32.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V52.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V51.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V50.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V80.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V120.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V140.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V90.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V70.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V60.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V150.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V110.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Age/V40.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/NFKCQC/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/NFKCQC/N.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/PCM/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/ExtPict/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/PatSyn/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Ext/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/GrBase/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nt/Nu.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nt/None.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nt/Di.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/GCB/XX.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/GCB/EX.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/GCB/SM.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/GCB/PP.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/GCB/LV.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/GCB/LVT.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/GCB/CN.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/IdStatus/Restrict.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/IdStatus/Allowed.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Vo/Tr.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Vo/Tu.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Vo/R.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Vo/U.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Dt/NonCanon.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Dt/Com.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Dt/Sqr.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Dt/Nb.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Dt/Iso.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Dt/Sup.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Dt/Sub.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Dt/Font.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Dt/Nar.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Dt/Med.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Dt/Fin.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Dt/Vert.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Dt/Enc.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Dt/Init.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/DI/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Bc/L.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Bc/CS.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Bc/ES.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Bc/AN.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Bc/ET.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Bc/WS.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Bc/BN.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Bc/EN.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Bc/NSM.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Bc/B.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Bc/R.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Bc/ON.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Bc/AL.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/EPres/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jt/L.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jt/C.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jt/D.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jt/R.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jt/U.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jt/T.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/GrExt/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Cased/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/NFCQC/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/NFCQC/M.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Hst/NA.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Bpt/C.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Bpt/O.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Bpt/N.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/NFDQC/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/NFDQC/N.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Bindu.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Avagraha.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Cantilla.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Consona2.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Vowel.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Syllable.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Consona6.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Geminati.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Number.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Consona7.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/ToneMark.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Nukta.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/VowelDep.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Consona8.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Consona9.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Visarga.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Invisibl.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Virama.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Consona4.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Consona3.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/VowelInd.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Other.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Consona5.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/PureKill.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/InSC/Consonan.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Dia/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/CWT/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/So.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Sc.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/L.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Nl.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Pf.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Po.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Mn.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Me.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Ps.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/C.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/LC.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/S.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Pi.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Pe.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Cn.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Lo.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Nd.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/M.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/N.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/No.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Pd.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Lm.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Sm.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/P.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Lu.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Pc.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Ll.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Zs.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Sk.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Cf.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Mc.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Gc/Z.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/STerm/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Emoji/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Cprt.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Hang.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Glag.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Hira.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Grek.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Zyyy.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Latn.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Mult.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Taml.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Mong.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Linb.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Geor.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Deva.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Limb.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Sinh.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Kana.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Guru.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Gran.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Gujr.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Orya.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Telu.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Knda.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Beng.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Gonm.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Dupl.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Cyrl.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Arab.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Han.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Mlym.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Gong.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Syrc.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Sc/Zinh.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/IdType/Recommen.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/IdType/DefaultI.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/IdType/NotChara.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/IdType/Uncommon.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/IdType/Exclusio.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/IdType/Technica.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/IdType/LimitedU.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/IdType/NotNFKC.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/IdType/Obsolete.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/IdType/Inclusio.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/IdType/NotXID.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/15_0.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/3_0.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/5_0.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/4_0.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/9_0.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/6_0.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/2_0.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/7_0.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/3_2.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/8_0.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/6_3.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/14_0.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/13_0.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/6_1.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/12_0.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/5_2.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/5_1.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/12_1.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/2_1.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/10_0.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/3_1.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/4_1.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/6_2.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/In/11_0.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/SD/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/IDC/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/CE/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/NFKDQC/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/NFKDQC/N.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Term/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Dep/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/EBase/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/XIDS/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/7.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/800.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/3_4.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/8.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/1_4.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/50000.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/900.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/17.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/2000.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/7000.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/0.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/6000.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/1_8.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/50.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/1.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/9.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/10000.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/1_2.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/40.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/15.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/1_6.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/3000.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/80000.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/5000.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/1000.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/100000.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/4.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/12.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/300.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/2_3.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/9000.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/90000.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/30.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/1_16.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/90.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/10.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/14.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/2.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/20.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/20000.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/40000.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/5.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/3.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/1_3.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/70000.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/19.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/700.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/500.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/18.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/100.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/3_16.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/70.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/11.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/13.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/6.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/30000.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/8000.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/80.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/16.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/60.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/200.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/4000.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/60000.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/400.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Nv/600.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Dash/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/IDS/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Hex/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Math/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/EComp/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/CWCF/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/Reh.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/Ain.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/Feh.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/Sad.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/Noon.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/NoJoinin.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/Tah.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/Dal.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/Waw.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/Qaf.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/Hah.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/Yeh.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/Gaf.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/Seen.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/Kaf.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/Beh.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/Lam.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/Alef.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/FarsiYeh.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Jg/HanifiRo.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/UIdeo/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Ccc/NR.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Ccc/A.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Ccc/NK.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Ccc/OV.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Ccc/AR.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Ccc/VR.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Ccc/DB.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Ccc/ATAR.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Ccc/BR.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Ccc/B.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Ccc/AL.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Ideo/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Lower/Y.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Bhks.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Yi.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Mymr.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Cprt.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Hang.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Lao.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Glag.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Talu.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Lana.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Tagb.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Hira.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Grek.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Takr.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Zyyy.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Tirh.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Khmr.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Vith.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Latn.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Thaa.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Tang.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Lina.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Sind.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Mult.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Taml.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Mong.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Linb.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Geor.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Deva.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Shrd.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Cham.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Khoj.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Xsux.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Limb.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Ethi.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Sinh.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Kana.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Guru.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Adlm.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Armn.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Hmng.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Gran.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Kthi.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Gujr.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Zzzz.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Khar.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Orya.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Hmnp.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Telu.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Knda.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Beng.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Hebr.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Gonm.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Dupl.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Cakm.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Cyrl.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Arab.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Han.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Yezi.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Phlp.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Mlym.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Rohg.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Copt.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Bopo.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Gong.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Nko.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Tibt.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Syrc.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Nand.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Zinh.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/lib/Scx/Diak.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/GCB.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/NFKDQC.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Bpb.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Jg.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Sc.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Gc.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/NameAlia.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Uc.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Vo.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Jt.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Identifi.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/_PerlSCX.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Lc.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/InSC.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Na1.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Isc.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Age.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Nv.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/NFCQC.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Scx.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Bc.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Hst.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Nt.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/_PerlLB.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/WB.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Identif2.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/InPC.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Ea.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/NFKCCF.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/SB.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Bmg.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/PerlDeci.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/NFDQC.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/NFKCQC.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Bpt.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Cf.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/EqUIdeo.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Tc.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/unicore/To/Lb.pl /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/av.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/bitcount.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/charclass_invlists.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/config.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/cop.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/cv.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/dosish.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/ebcdic_tables.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/embed.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/embedvar.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/EXTERN.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/fakesdio.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/feature.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/form.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/git_version.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/gv.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/handy.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/hv.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/hv_func.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/hv_macro.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/inline.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/INTERN.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/intrpvar.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/invlist_inline.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/iperlsys.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/keywords.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/l1_char_class_tab.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/malloc_ctl.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/metaconfig.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/mg.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/mg_data.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/mg_raw.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/mg_vtable.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/mydtrace.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/nostdio.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/op.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/op_reg_common.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/opcode.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/opnames.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/overload.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/pad.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/parser.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/patchlevel.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/perl.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/perl_inc_macro.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/perl_langinfo.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/perl_siphash.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/perlapi.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/perlio.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/perliol.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/perlsdio.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/perlstatic.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/perlvars.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/perly.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/pp.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/pp_proto.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/proto.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/reentr.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/regcharclass.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/regcomp.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/regcomp_internal.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/regexp.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/reginline.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/regnodes.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/sbox32_hash.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/scope.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/scope_types.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/sv.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/sv_inline.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/thread.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/time64.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/time64_config.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/uconfig.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/uni_keywords.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/unicode_constants.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/unixish.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/utf8.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/utfebcdic.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/util.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/uudmap.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/vutil.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/warnings.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/XSUB.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/zaphod32_hash.h /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/x86_64-linux/CORE/libperl.a /home/buildroot/autobuild/instance-3/output-1/host/bin/perl /home/buildroot/autobuild/instance-3/output-1/host/bin/pod2man /home/buildroot/autobuild/instance-3/output-1/host/bin/pod2text /home/buildroot/autobuild/instance-3/output-1/host/bin/pod2usage /home/buildroot/autobuild/instance-3/output-1/host/bin/podchecker /home/buildroot/autobuild/instance-3/output-1/host/bin/cpan /home/buildroot/autobuild/instance-3/output-1/host/bin/corelist /home/buildroot/autobuild/instance-3/output-1/host/bin/enc2xs /home/buildroot/autobuild/instance-3/output-1/host/bin/encguess /home/buildroot/autobuild/instance-3/output-1/host/bin/h2ph /home/buildroot/autobuild/instance-3/output-1/host/bin/h2xs /home/buildroot/autobuild/instance-3/output-1/host/bin/instmodsh /home/buildroot/autobuild/instance-3/output-1/host/bin/json_pp /home/buildroot/autobuild/instance-3/output-1/host/bin/libnetcfg /home/buildroot/autobuild/instance-3/output-1/host/bin/perlbug /home/buildroot/autobuild/instance-3/output-1/host/bin/perldoc /home/buildroot/autobuild/instance-3/output-1/host/bin/perlivp /home/buildroot/autobuild/instance-3/output-1/host/bin/piconv /home/buildroot/autobuild/instance-3/output-1/host/bin/pl2pm /home/buildroot/autobuild/instance-3/output-1/host/bin/pod2html /home/buildroot/autobuild/instance-3/output-1/host/bin/prove /home/buildroot/autobuild/instance-3/output-1/host/bin/ptar /home/buildroot/autobuild/instance-3/output-1/host/bin/ptardiff /home/buildroot/autobuild/instance-3/output-1/host/bin/ptargrep /home/buildroot/autobuild/instance-3/output-1/host/bin/shasum /home/buildroot/autobuild/instance-3/output-1/host/bin/splain /home/buildroot/autobuild/instance-3/output-1/host/bin/streamzip /home/buildroot/autobuild/instance-3/output-1/host/bin/xsubpp /home/buildroot/autobuild/instance-3/output-1/host/bin/zipdetails /home/buildroot/autobuild/instance-3/output-1/host/bin/perlthanks /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlintro.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlrun.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perltoc.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlreftut.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perldsc.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perllol.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlrequick.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlretut.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlootut.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlperf.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlstyle.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlcheat.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perltrap.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perldebtut.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlfaq.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlfaq1.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlfaq2.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlfaq3.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlfaq4.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlfaq5.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlfaq6.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlfaq7.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlfaq8.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlfaq9.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlsyn.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perldata.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlop.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlsub.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlfunc.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlopentut.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlpacktut.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlpod.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlpodspec.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perldocstyle.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlpodstyle.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perldiag.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perldeprecation.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perllexwarn.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perldebug.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlvar.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlre.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlrebackslash.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlrecharclass.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlreref.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlref.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlform.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlobj.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perltie.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlclass.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perldbmfilter.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlipc.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlfork.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlnumber.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlthrtut.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlport.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perllocale.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perluniintro.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlunicode.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlunicook.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlunifaq.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perluniprops.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlunitut.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlebcdic.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlsec.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlsecpolicy.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlmod.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlmodlib.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlmodstyle.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlmodinstall.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlnewmod.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlpragma.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlutil.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlfilter.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perldtrace.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlglossary.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlembed.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perldebguts.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlxstut.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlxs.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlxstypemap.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlclib.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlguts.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlcall.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlmroapi.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlreapi.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlreguts.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlclassguts.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlapi.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlintern.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perliol.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlapio.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlhack.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlsource.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlinterp.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlhacktut.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlhacktips.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlpolicy.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlgov.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlgit.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlhist.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perldelta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5382delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5381delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5380delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5363delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5362delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5361delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5360delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5343delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5342delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5341delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5340delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5321delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5320delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5303delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5302delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5301delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5300delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5283delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5282delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5281delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5280delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5263delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5262delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5261delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5260delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5244delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5243delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5242delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5241delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5240delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5224delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5223delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5222delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5221delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5220delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5203delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5202delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5201delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5200delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5184delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5182delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5181delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5180delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5163delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5162delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5161delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5160delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5144delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5143delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5142delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5141delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5140delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5125delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5124delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5123delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5122delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5121delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5120delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5101delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5100delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl589delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl588delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl587delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl586delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl585delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl584delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl583delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl582delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl581delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl58delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl561delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl56delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5005delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perl5004delta.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlbook.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlcommunity.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perldoc.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlexperiment.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlartistic.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlgpl.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlcn.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perljp.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlko.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perltw.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlaix.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlamiga.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlandroid.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlbs2000.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlcygwin.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlfreebsd.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlhaiku.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlhpux.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlhurd.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlirix.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perllinux.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlmacosx.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlopenbsd.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlos2.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlos390.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlos400.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlplan9.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlqnx.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlriscos.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlsolaris.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlsynology.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perltru64.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlvms.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlvos.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlwin32.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlboot.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlbot.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perlrepository.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perltodo.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perltooc.pod /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/pod/perltoot.pod ./perl -Ilib -I. installman --destdir= WARNING: You've never run 'make test'!!! (Installing anyway.) /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5004delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5005delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5100delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5101delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5120delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5121delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5122delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5123delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5124delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5125delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5140delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5141delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5142delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5143delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5144delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5160delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5161delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5162delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5163delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5180delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5181delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5182delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5184delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5200delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5201delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5202delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5203delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5220delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5221delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5222delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5223delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5224delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5240delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5241delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5242delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5243delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5244delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5260delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5261delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5262delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5263delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5280delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5281delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5282delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5283delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5300delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5301delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5302delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5303delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5320delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5321delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5340delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5341delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5342delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5343delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5360delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5361delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5362delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5363delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5380delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5381delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl5382delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl561delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl56delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl581delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl582delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl583delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl584delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl585delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl586delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl587delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl588delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl589delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perl58delta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlaix.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlamiga.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlandroid.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlapi.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlapio.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlartistic.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlbook.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlboot.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlbot.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlbs2000.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlcall.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlcheat.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlclass.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlclassguts.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlclib.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlcn.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlcommunity.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlcygwin.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perldata.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perldbmfilter.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perldebguts.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perldebtut.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perldebug.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perldelta.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perldeprecation.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perldiag.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perldoc.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perldocstyle.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perldsc.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perldtrace.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlebcdic.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlembed.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlexperiment.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlfaq.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlfaq1.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlfaq2.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlfaq3.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlfaq4.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlfaq5.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlfaq6.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlfaq7.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlfaq8.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlfaq9.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlfilter.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlfork.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlform.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlfreebsd.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlfunc.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlgit.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlglossary.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlgov.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlgpl.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlguts.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlhack.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlhacktips.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlhacktut.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlhaiku.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlhist.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlhpux.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlhurd.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlintern.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlinterp.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlintro.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perliol.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlipc.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlirix.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perljp.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlko.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perllexwarn.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perllinux.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perllocale.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perllol.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlmacosx.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlmod.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlmodinstall.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlmodlib.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlmodstyle.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlmroapi.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlnewmod.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlnumber.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlobj.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlootut.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlop.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlopenbsd.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlopentut.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlos2.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlos390.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlos400.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlpacktut.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlperf.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlplan9.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlpod.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlpodspec.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlpodstyle.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlpolicy.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlport.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlpragma.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlqnx.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlre.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlreapi.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlrebackslash.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlrecharclass.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlref.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlreftut.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlreguts.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlrepository.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlrequick.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlreref.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlretut.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlriscos.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlrun.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlsec.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlsecpolicy.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlsolaris.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlsource.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlstyle.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlsub.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlsyn.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlsynology.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlthrtut.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perltie.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perltoc.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perltodo.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perltooc.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perltoot.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perltrap.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perltru64.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perltw.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlunicode.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlunicook.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlunifaq.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perluniintro.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perluniprops.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlunitut.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlutil.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlvar.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlvms.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlvos.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlwin32.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlxs.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlxstut.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlxstypemap.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/AnyDBM_File.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/App::Cpan.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/App::Prove.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/App::Prove::State.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/App::Prove::State::Result.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/App::Prove::State::Result::Test.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Archive::Tar.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Archive::Tar::File.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Attribute::Handlers.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/AutoLoader.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/AutoSplit.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/B.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/B::Concise.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/B::Deparse.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/B::Op_private.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/B::Showlex.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/B::Terse.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/B::Xref.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Benchmark.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CORE.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::API::HOWTO.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Debug.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Distroprefs.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::FirstTime.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::HandleConfig.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Kwalify.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Meta.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Meta::Converter.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Meta::Feature.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Meta::History.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Meta::History::Meta_1_0.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Meta::History::Meta_1_1.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Meta::History::Meta_1_2.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Meta::History::Meta_1_3.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Meta::History::Meta_1_4.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Meta::Merge.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Meta::Prereqs.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Meta::Requirements.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Meta::Spec.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Meta::Validator.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Meta::YAML.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Mirrors.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Nox.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Plugin.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Plugin::Specfile.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Queue.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Tarzip.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/CPAN::Version.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Carp.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Class::Struct.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Compress::Raw::Bzip2.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Compress::Raw::Zlib.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Compress::Zlib.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Config.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Config::Extensions.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Config::Perl::V.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Cwd.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/DB.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/DBM_Filter.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/DBM_Filter::compress.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/DBM_Filter::encode.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/DBM_Filter::int32.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/DBM_Filter::null.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/DBM_Filter::utf8.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Data::Dumper.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Devel::PPPort.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Devel::Peek.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Devel::SelfStubber.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Digest.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Digest::MD5.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Digest::SHA.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Digest::base.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Digest::file.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/DirHandle.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Dumpvalue.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/DynaLoader.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::Alias.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::Byte.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::CJKConstants.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::CN.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::CN::HZ.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::Config.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::EBCDIC.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::Encoder.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::Encoding.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::GSM0338.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::Guess.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::JP.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::JP::H2Z.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::JP::JIS7.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::KR.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::KR::2022_KR.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::MIME::Header.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::MIME::Name.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::PerlIO.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::Supported.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::Symbol.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::TW.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::Unicode.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Encode::Unicode::UTF7.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/English.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Env.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Errno.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Exporter.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Exporter::Heavy.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::CBuilder.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::CBuilder::Platform::Windows.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Command.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Command::MM.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Constant.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Constant::Base.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Constant::Utils.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Constant::XS.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Embed.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Install.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Installed.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Liblist.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MM.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MM_AIX.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MM_Any.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MM_BeOS.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MM_Cygwin.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MM_DOS.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MM_Darwin.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MM_MacOS.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MM_NW5.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MM_OS2.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MM_OS390.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MM_QNX.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MM_UWIN.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MM_Unix.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MM_VMS.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MM_VOS.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MM_Win32.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MM_Win95.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MY.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MakeMaker.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MakeMaker::Config.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MakeMaker::FAQ.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MakeMaker::Locale.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::MakeMaker::Tutorial.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Manifest.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Miniperl.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Mkbootstrap.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Mksymlists.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::PL2Bat.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Packlist.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::ParseXS.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::ParseXS::Constants.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::ParseXS::Eval.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::ParseXS::Utilities.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Typemaps.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Typemaps::Cmd.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Typemaps::InputMap.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Typemaps::OutputMap.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Typemaps::Type.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::testlib.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Fatal.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Fcntl.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::Basename.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::Compare.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::Copy.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::DosGlob.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::Fetch.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::Find.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::Glob.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::GlobMapper.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::Path.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::Spec.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::Spec::AmigaOS.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::Spec::Cygwin.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::Spec::Epoc.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::Spec::Functions.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::Spec::Mac.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::Spec::OS2.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::Spec::Unix.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::Spec::VMS.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::Spec::Win32.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::Temp.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/File::stat.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/FileCache.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/FileHandle.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Filter::Simple.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Filter::Util::Call.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/FindBin.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Getopt::Long.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Getopt::Std.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/HTTP::Tiny.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Hash::Util.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Hash::Util::FieldHash.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/I18N::Collate.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/I18N::LangTags.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/I18N::LangTags::Detect.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/I18N::LangTags::List.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/I18N::Langinfo.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Compress::Base.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Compress::Bzip2.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Compress::Deflate.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Compress::FAQ.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Compress::Gzip.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Compress::RawDeflate.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Compress::Zip.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Dir.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::File.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Handle.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Pipe.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Poll.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Seekable.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Select.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Socket.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Socket::INET.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Socket::IP.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Socket::UNIX.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Uncompress::AnyInflate.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Uncompress::AnyUncompress.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Uncompress::Base.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Uncompress::Bunzip2.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Uncompress::Gunzip.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Uncompress::Inflate.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Uncompress::RawInflate.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Uncompress::Unzip.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IO::Zlib.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IPC::Cmd.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IPC::Msg.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IPC::Open2.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IPC::Open3.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IPC::Semaphore.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IPC::SharedMem.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/IPC::SysV.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Internals.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/JSON::PP.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/JSON::PP::Boolean.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/List::Util.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/List::Util::XS.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Locale::Maketext.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Locale::Maketext::Cookbook.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Locale::Maketext::Guts.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Locale::Maketext::GutsLoader.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Locale::Maketext::Simple.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Locale::Maketext::TPJ13.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/MIME::Base64.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/MIME::QuotedPrint.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Math::BigFloat.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Math::BigInt.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Math::BigInt::Calc.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Math::BigInt::FastCalc.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Math::BigInt::Lib.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Math::BigRat.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Math::Complex.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Math::Trig.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Memoize.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Memoize::AnyDBM_File.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Memoize::Expire.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Memoize::NDBM_File.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Memoize::SDBM_File.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Memoize::Storable.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Module::CoreList.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Module::CoreList::Utils.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Module::Load.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Module::Load::Conditional.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Module::Loaded.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Module::Metadata.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/NEXT.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Net::Cmd.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Net::Config.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Net::Domain.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Net::FTP.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Net::NNTP.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Net::Netrc.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Net::POP3.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Net::Ping.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Net::SMTP.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Net::Time.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Net::hostent.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Net::libnetFAQ.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Net::netent.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Net::protoent.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Net::servent.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/O.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Opcode.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/POSIX.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Params::Check.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Parse::CPAN::Meta.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Perl::OSType.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/PerlIO.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/PerlIO::encoding.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/PerlIO::mmap.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/PerlIO::scalar.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/PerlIO::via.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/PerlIO::via::QuotedPrint.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Checker.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Escapes.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Html.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Html::Util.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Man.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::ParseLink.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Perldoc.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Perldoc::BaseTo.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Perldoc::GetOptsOO.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Perldoc::ToANSI.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Perldoc::ToChecker.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Perldoc::ToMan.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Perldoc::ToNroff.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Perldoc::ToPod.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Perldoc::ToRtf.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Perldoc::ToTerm.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Perldoc::ToText.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Perldoc::ToTk.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Perldoc::ToXml.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::Checker.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::Debug.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::DumpAsText.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::DumpAsXML.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::HTML.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::HTMLBatch.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::JustPod.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::LinkSection.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::Methody.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::PullParser.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::PullParserEndToken.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::PullParserStartToken.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::PullParserTextToken.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::PullParserToken.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::RTF.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::Search.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::SimpleTree.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::Subclassing.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::Text.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::TextContent.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::XHTML.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Simple::XMLOutStream.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Text.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Text::Color.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Text::Overstrike.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Text::Termcap.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Pod::Usage.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/SDBM_File.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Safe.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Scalar::Util.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Search::Dict.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/SelectSaver.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/SelfLoader.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Socket.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Storable.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Sub::Util.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Symbol.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Sys::Hostname.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Sys::Syslog.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Base.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Formatter::Base.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Formatter::Color.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Formatter::Console.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Formatter::Console::ParallelSession.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Formatter::Console::Session.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Formatter::File.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Formatter::File::Session.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Formatter::Session.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Harness.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Harness::Beyond.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Harness::Env.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Object.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Aggregator.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Grammar.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Iterator.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Iterator::Array.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Iterator::Process.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Iterator::Stream.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::IteratorFactory.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Multiplexer.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Result.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Result::Bailout.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Result::Comment.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Result::Plan.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Result::Pragma.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Result::Test.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Result::Unknown.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Result::Version.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Result::YAML.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::ResultFactory.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Scheduler.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Scheduler::Job.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Scheduler::Spinner.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::Source.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::SourceHandler.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::SourceHandler::Executable.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::SourceHandler::File.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::SourceHandler::Handle.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::SourceHandler::Perl.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::SourceHandler::RawTAP.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::YAMLish::Reader.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/TAP::Parser::YAMLish::Writer.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Term::ANSIColor.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Term::Cap.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Term::Complete.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Term::ReadLine.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::API.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::API::Breakage.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::API::Context.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::API::Instance.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::API::InterceptResult.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::API::InterceptResult::Event.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::API::InterceptResult::Hub.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::API::InterceptResult::Squasher.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::API::Stack.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Event.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Event::Bail.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Event::Diag.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Event::Encoding.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Event::Exception.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Event::Fail.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Event::Generic.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Event::Note.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Event::Ok.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Event::Pass.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Event::Plan.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Event::Skip.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Event::Subtest.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Event::TAP::Version.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Event::V2.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Event::Waiting.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::EventFacet.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::EventFacet::About.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::EventFacet::Amnesty.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::EventFacet::Assert.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::EventFacet::Control.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::EventFacet::Error.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::EventFacet::Hub.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::EventFacet::Info.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::EventFacet::Info::Table.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::EventFacet::Meta.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::EventFacet::Parent.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::EventFacet::Plan.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::EventFacet::Render.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::EventFacet::Trace.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Formatter.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Formatter::TAP.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Hub.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Hub::Interceptor.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Hub::Interceptor::Terminator.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Hub::Subtest.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::IPC.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::IPC::Driver.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::IPC::Driver::Files.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Tools::Tiny.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Transition.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Util.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Util::ExternalMeta.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Util::Facets2Legacy.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Util::HashBase.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test2::Util::Trace.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test::Builder.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test::Builder::Formatter.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test::Builder::IO::Scalar.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test::Builder::Module.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test::Builder::Tester.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test::Builder::Tester::Color.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test::Builder::TodoDiag.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test::Harness.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test::More.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test::Simple.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test::Tester.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test::Tester::Capture.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test::Tester::CaptureRunner.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test::Tutorial.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Test::use::ok.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Text::Abbrev.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Text::Balanced.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Text::ParseWords.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Text::Tabs.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Text::Wrap.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Thread.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Thread::Queue.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Thread::Semaphore.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Tie::Array.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Tie::File.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Tie::Handle.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Tie::Hash.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Tie::Hash::NamedCapture.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Tie::Memoize.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Tie::RefHash.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Tie::Scalar.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Tie::StdHandle.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Tie::SubstrHash.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Time::HiRes.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Time::Local.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Time::Piece.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Time::Seconds.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Time::gmtime.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Time::localtime.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Time::tm.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/UNIVERSAL.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Unicode::Collate.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Unicode::Collate::CJK::Big5.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Unicode::Collate::CJK::GB2312.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Unicode::Collate::CJK::JISX0208.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Unicode::Collate::CJK::Korean.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Unicode::Collate::CJK::Pinyin.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Unicode::Collate::CJK::Stroke.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Unicode::Collate::CJK::Zhuyin.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Unicode::Collate::Locale.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Unicode::Normalize.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Unicode::UCD.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/User::grent.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/User::pwent.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/XSLoader.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/attributes.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/autodie.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/autodie::Scope::Guard.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/autodie::Scope::GuardStack.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/autodie::Util.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/autodie::exception.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/autodie::exception::system.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/autodie::hints.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/autodie::skip.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/autouse.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/base.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/bigfloat.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/bigint.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/bignum.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/bigrat.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/blib.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/builtin.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/bytes.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/charnames.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/constant.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/deprecate.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/diagnostics.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/encoding.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/encoding::warnings.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/experimental.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/feature.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/fields.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/filetest.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/if.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/integer.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/less.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/lib.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/locale.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/mro.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ok.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/open.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ops.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/overload.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/overloading.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/parent.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/re.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/sigtrap.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/sort.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/stable.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/strict.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/subs.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/threads.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/threads::shared.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/utf8.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/vars.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/version.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/version::Internals.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/vmsish.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/warnings.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/warnings::register.3 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/pod2man.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/pod2text.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/pod2usage.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/podchecker.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/cpan.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/corelist.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/enc2xs.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/encguess.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/h2ph.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/h2xs.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/instmodsh.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/json_pp.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/libnetcfg.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlbug.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlthanks.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/perlivp.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/piconv.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/pl2pm.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/pod2html.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/prove.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/ptar.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/ptardiff.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/ptargrep.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/shasum.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/splain.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/streamzip.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/xsubpp.1 /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/zipdetails.1 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-5.38.2' Data-Dump-1.25.tar.gz: OK (md5: 9bd7131ef0441e1e0e001bf85e9fae31) Data-Dump-1.25.tar.gz: OK (sha256: a4aa6e0ddbf39d5ad49bddfe0f89d9da864e3bc00f627125d1bc580472f53fbd) >>> perl-data-dump 1.25 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/perl-data-dump/Data-Dump-1.25.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/perl-data-dump-1.25 -xf - >>> perl-data-dump 1.25 Patching >>> perl-data-dump 1.25 Configuring cd /home/buildroot/autobuild/instance-3/output-1/build/perl-data-dump-1.25/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build.PL --config ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config full_ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config cc="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux/CORE --destdir /home/buildroot/autobuild/instance-3/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.38.2 --install_path arch=/usr/lib/perl5/site_perl/5.38.2/mips-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Makefile.PL AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" FULL_AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.38.2 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.38.2/mips-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Data::Dump Writing MYMETA.yml and MYMETA.json >>> perl-data-dump 1.25 Building cd /home/buildroot/autobuild/instance-3/output-1/build/perl-data-dump-1.25/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-data-dump-1.25' cp lib/Data/Dump/Trace.pm blib/lib/Data/Dump/Trace.pm cp lib/Data/Dump/Filtered.pm blib/lib/Data/Dump/Filtered.pm cp lib/Data/Dump/FilterContext.pm blib/lib/Data/Dump/FilterContext.pm cp lib/Data/Dump.pm blib/lib/Data/Dump.pm make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-data-dump-1.25' >>> perl-data-dump 1.25 Installing to target cd /home/buildroot/autobuild/instance-3/output-1/build/perl-data-dump-1.25/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-data-dump-1.25' Manifying 3 pod documents Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Data/Dump.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Data/Dump/Filtered.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Data/Dump/FilterContext.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Data/Dump/Trace.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/Data::Dump::Filtered.3 Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/Data::Dump.3 Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/Data::Dump::Trace.3 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-data-dump-1.25' HTTP-Date-6.06.tar.gz: OK (md5: 60462359bfeb1e6d14602508cfd07885) HTTP-Date-6.06.tar.gz: OK (sha256: 7b685191c6acc3e773d1fc02c95ee1f9fae94f77783175f5e78c181cc92d2b52) >>> perl-http-date 6.06 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/perl-http-date/HTTP-Date-6.06.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/perl-http-date-6.06 -xf - >>> perl-http-date 6.06 Patching >>> perl-http-date 6.06 Configuring cd /home/buildroot/autobuild/instance-3/output-1/build/perl-http-date-6.06/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build.PL --config ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config full_ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config cc="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux/CORE --destdir /home/buildroot/autobuild/instance-3/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.38.2 --install_path arch=/usr/lib/perl5/site_perl/5.38.2/mips-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Makefile.PL AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" FULL_AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.38.2 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.38.2/mips-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite Time::Zone 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTTP::Date Writing MYMETA.yml and MYMETA.json >>> perl-http-date 6.06 Building cd /home/buildroot/autobuild/instance-3/output-1/build/perl-http-date-6.06/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-http-date-6.06' cp lib/HTTP/Date.pm blib/lib/HTTP/Date.pm make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-http-date-6.06' >>> perl-http-date 6.06 Installing to target cd /home/buildroot/autobuild/instance-3/output-1/build/perl-http-date-6.06/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-http-date-6.06' Manifying 1 pod document Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/HTTP/Date.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/HTTP::Date.3 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-http-date-6.06' IO-Socket-SSL-2.080.tar.gz: OK (md5: eaea5b17592ccbd925aff47747f41dde) IO-Socket-SSL-2.080.tar.gz: OK (sha256: cd0ed303b08a72c5c256a9ec3bbb6ff61360be3a2ff6d775e4f6e25375fa8d1f) >>> perl-io-socket-ssl 2.080 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/perl-io-socket-ssl/IO-Socket-SSL-2.080.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/perl-io-socket-ssl-2.080 -xf - >>> perl-io-socket-ssl 2.080 Patching >>> perl-io-socket-ssl 2.080 Configuring cd /home/buildroot/autobuild/instance-3/output-1/build/perl-io-socket-ssl-2.080/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build.PL --config ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config full_ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config cc="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux/CORE --destdir /home/buildroot/autobuild/instance-3/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.38.2 --install_path arch=/usr/lib/perl5/site_perl/5.38.2/mips-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Makefile.PL AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" FULL_AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.38.2 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.38.2/mips-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi WARNING No library for handling international domain names found. It will work but croak if you try to verify an international name against a certificate. It's recommended to install URI version>=1.50. Net::IDN::Encode and Net::LibIDN are also still supported. Checking if your kit is complete... Looks good Warning: prerequisite Mozilla::CA 0 not found. Warning: prerequisite Net::SSLeay 1.46 not found. Generating a Unix-style Makefile Writing Makefile for IO::Socket::SSL Writing MYMETA.yml and MYMETA.json >>> perl-io-socket-ssl 2.080 Building cd /home/buildroot/autobuild/instance-3/output-1/build/perl-io-socket-ssl-2.080/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-io-socket-ssl-2.080' cp lib/IO/Socket/SSL/PublicSuffix.pm blib/lib/IO/Socket/SSL/PublicSuffix.pm cp lib/IO/Socket/SSL.pod blib/lib/IO/Socket/SSL.pod cp lib/IO/Socket/SSL/Intercept.pm blib/lib/IO/Socket/SSL/Intercept.pm cp lib/IO/Socket/SSL/Utils.pm blib/lib/IO/Socket/SSL/Utils.pm cp lib/IO/Socket/SSL.pm blib/lib/IO/Socket/SSL.pm make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-io-socket-ssl-2.080' >>> perl-io-socket-ssl 2.080 Installing to target cd /home/buildroot/autobuild/instance-3/output-1/build/perl-io-socket-ssl-2.080/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-io-socket-ssl-2.080' Manifying 4 pod documents Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/IO/Socket/SSL.pod Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/IO/Socket/SSL.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/IO/Socket/SSL/Intercept.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/IO/Socket/SSL/Utils.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/IO/Socket/SSL/PublicSuffix.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/IO::Socket::SSL::Utils.3 Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/IO::Socket::SSL::PublicSuffix.3 Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/IO::Socket::SSL::Intercept.3 Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/IO::Socket::SSL.3 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-io-socket-ssl-2.080' LWP-MediaTypes-6.04.tar.gz: OK (md5: 84b799a90c0d2ce52897a7cb4c0478d0) LWP-MediaTypes-6.04.tar.gz: OK (sha256: 8f1bca12dab16a1c2a7c03a49c5e58cce41a6fec9519f0aadfba8dad997919d9) >>> perl-lwp-mediatypes 6.04 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/perl-lwp-mediatypes/LWP-MediaTypes-6.04.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/perl-lwp-mediatypes-6.04 -xf - >>> perl-lwp-mediatypes 6.04 Patching >>> perl-lwp-mediatypes 6.04 Configuring cd /home/buildroot/autobuild/instance-3/output-1/build/perl-lwp-mediatypes-6.04/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build.PL --config ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config full_ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config cc="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux/CORE --destdir /home/buildroot/autobuild/instance-3/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.38.2 --install_path arch=/usr/lib/perl5/site_perl/5.38.2/mips-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Makefile.PL AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" FULL_AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.38.2 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.38.2/mips-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite Test::Fatal 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for LWP::MediaTypes Writing MYMETA.yml and MYMETA.json >>> perl-lwp-mediatypes 6.04 Building cd /home/buildroot/autobuild/instance-3/output-1/build/perl-lwp-mediatypes-6.04/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-lwp-mediatypes-6.04' cp lib/LWP/media.types blib/lib/LWP/media.types cp lib/LWP/MediaTypes.pm blib/lib/LWP/MediaTypes.pm make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-lwp-mediatypes-6.04' >>> perl-lwp-mediatypes 6.04 Installing to target cd /home/buildroot/autobuild/instance-3/output-1/build/perl-lwp-mediatypes-6.04/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-lwp-mediatypes-6.04' Manifying 1 pod document Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/LWP/media.types Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/LWP/MediaTypes.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/LWP::MediaTypes.3 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-lwp-mediatypes-6.04' Mozilla-CA-20231213.tar.gz: OK (md5: 680e2107973ee6f461e3c0ab57066489) Mozilla-CA-20231213.tar.gz: OK (sha256: 421a12ba7cef443bd368671cee9c9b46a8b55c2ccf7ac76c42f99e23a06115df) >>> perl-mozilla-ca 20231213 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/perl-mozilla-ca/Mozilla-CA-20231213.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/perl-mozilla-ca-20231213 -xf - >>> perl-mozilla-ca 20231213 Patching >>> perl-mozilla-ca 20231213 Configuring cd /home/buildroot/autobuild/instance-3/output-1/build/perl-mozilla-ca-20231213/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build.PL --config ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config full_ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config cc="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux/CORE --destdir /home/buildroot/autobuild/instance-3/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.38.2 --install_path arch=/usr/lib/perl5/site_perl/5.38.2/mips-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Makefile.PL AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" FULL_AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.38.2 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.38.2/mips-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Mozilla::CA Writing MYMETA.yml and MYMETA.json >>> perl-mozilla-ca 20231213 Building cd /home/buildroot/autobuild/instance-3/output-1/build/perl-mozilla-ca-20231213/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-mozilla-ca-20231213' cp lib/Mozilla/CA/cacert.pem blib/lib/Mozilla/CA/cacert.pem cp lib/Mozilla/CA.pm blib/lib/Mozilla/CA.pm make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-mozilla-ca-20231213' >>> perl-mozilla-ca 20231213 Installing to target cd /home/buildroot/autobuild/instance-3/output-1/build/perl-mozilla-ca-20231213/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-mozilla-ca-20231213' Manifying 1 pod document Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Mozilla/CA.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Mozilla/CA/cacert.pem Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/Mozilla::CA.3 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-mozilla-ca-20231213' Net-SSLeay-1.94.tar.gz: OK (md5: 1b22c764e5a094c6261e37a4b1f148ce) Net-SSLeay-1.94.tar.gz: OK (sha256: 9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d) >>> perl-net-ssleay 1.94 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/perl-net-ssleay/Net-SSLeay-1.94.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/perl-net-ssleay-1.94 -xf - >>> perl-net-ssleay 1.94 Patching Applying 0001-fix-build-system.patch using patch: patching file Makefile.PL Hunk #1 succeeded at 196 (offset 4 lines). >>> perl-net-ssleay 1.94 Configuring cd /home/buildroot/autobuild/instance-3/output-1/build/perl-net-ssleay-1.94/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then OPENSSL_PREFIX=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build.PL --config ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config full_ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config cc="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux/CORE --destdir /home/buildroot/autobuild/instance-3/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.38.2 --install_path arch=/usr/lib/perl5/site_perl/5.38.2/mips-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else OPENSSL_PREFIX=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Makefile.PL AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" FULL_AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.38.2 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.38.2/mips-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Do you want to run external tests? These tests *will* *fail* if you do not have network connectivity. [n] n *** If there are build errors, test failures or run-time malfunctions, try to use the same compiler and options to compile your OpenSSL, Perl, and Net::SSLeay. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::SSLeay Writing MYMETA.yml and MYMETA.json /usr/bin/sed -i -e "s/^LDDLFLAGS = '\(.*\)'/LDDLFLAGS = \1/" /home/buildroot/autobuild/instance-3/output-1/build/perl-net-ssleay-1.94/Makefile /usr/bin/sed -i -e "s/^CCFLAGS = '\(.*\)'/CCFLAGS = \1/" /home/buildroot/autobuild/instance-3/output-1/build/perl-net-ssleay-1.94/Makefile /usr/bin/sed -i -e "s/^OPTIMIZE = '\(.*\)'/OPTIMIZE = \1/" /home/buildroot/autobuild/instance-3/output-1/build/perl-net-ssleay-1.94/Makefile /usr/bin/sed -i -e "s/-lz//" /home/buildroot/autobuild/instance-3/output-1/build/perl-net-ssleay-1.94/Makefile >>> perl-net-ssleay 1.94 Building cd /home/buildroot/autobuild/instance-3/output-1/build/perl-net-ssleay-1.94/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-net-ssleay-1.94' cp lib/Net/SSLeay/Handle.pm blib/lib/Net/SSLeay/Handle.pm cp lib/Net/SSLeay.pm blib/lib/Net/SSLeay.pm AutoSplitting blib/lib/Net/SSLeay.pm (blib/lib/auto/Net/SSLeay) blib/lib/Net/SSLeay.pm: some names are not unique when truncated to 8 characters: directory blib/lib/auto/Net/SSLeay: do_https3.al, do_https2.al, do_https4.al, do_https.al truncate to do_https do_httpx3.al, do_httpx2.al, do_httpx4.al truncate to do_httpx get_https.al, get_https3.al, get_https4.al, get_http.al, get_http3.al, get_http4.al, get_httpx.al, get_httpx3.al, get_httpx4.al truncate to get_http head_https.al, head_https3.al, head_https4.al, head_http.al, head_http3.al, head_http4.al, head_httpx.al, head_httpx3.al, head_httpx4.al truncate to head_htt post_https.al, post_https3.al, post_https4.al, post_http.al, post_http3.al, post_http4.al, post_httpx.al, post_httpx3.al, post_httpx4.al truncate to post_htt put_https.al, put_https3.al, put_https4.al, put_http.al, put_http3.al, put_http4.al, put_httpx.al, put_httpx3.al, put_httpx4.al truncate to put_http ssl_read_all.al, ssl_read_until.al, ssl_read_CRLF.al truncate to ssl_read ssl_write_all.al, ssl_write_CRLF.al truncate to ssl_writ tcp_read_all.al, tcp_read_until.al, tcp_read_CRLF.al truncate to tcp_read tcp_write_all.al, tcp_write_CRLF.al truncate to tcp_writ cp lib/Net/SSLeay.pod blib/lib/Net/SSLeay.pod Running Mkbootstrap for SSLeay () chmod 644 "SSLeay.bs" "/home/buildroot/autobuild/instance-3/output-1/host/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644 "/home/buildroot/autobuild/instance-3/output-1/host/bin/perl" "/home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/xsubpp" -typemap '/home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/5.38.2/ExtUtils/typemap' -typemap '/home/buildroot/autobuild/instance-3/output-1/build/perl-net-ssleay-1.94/typemap' SSLeay.xs > SSLeay.xsc mv SSLeay.xsc SSLeay.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -DVERSION=\"1.94\" -DXS_VERSION=\"1.94\" -fPIC "-I/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux/CORE" SSLeay.c In file included from /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux/CORE/perl.h:7816, from SSLeay.xs:150: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux/CORE/sv_inline.h:566:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 566 | Perl_SvPVXtrue(pTHX_ SV *sv) | ^~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux/CORE/sv_inline.h:536:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 536 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/Net/SSLeay/SSLeay.so LD_RUN_PATH="/usr/lib64" /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -shared SSLeay.o -o blib/arch/auto/Net/SSLeay/SSLeay.so \ -lssl -lcrypto \ chmod 755 blib/arch/auto/Net/SSLeay/SSLeay.so make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-net-ssleay-1.94' >>> perl-net-ssleay 1.94 Installing to target cd /home/buildroot/autobuild/instance-3/output-1/build/perl-net-ssleay-1.94/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-net-ssleay-1.94' "/home/buildroot/autobuild/instance-3/output-1/host/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644 Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/SSLeay.so Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/Net/SSLeay.pod Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/Net/SSLeay.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/Net/SSLeay/Handle.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/put_https3.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/put_httpx3.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/debug_read.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/randomize.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/get_httpx3.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/get_https4.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/tcpcat.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/httpx_cat.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/http_cat.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/dump_peer_certificate.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/put_httpx.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/get_http4.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/head_httpx.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/get_https.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/post_httpx3.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/put_https4.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/head_https.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/do_https2.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/head_httpx3.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/put_https.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/put_http.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/get_httpx4.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/open_tcp_connection.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/ssl_write_all.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/autosplit.ix Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/tcp_read_until.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/sslcat.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/do_https3.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/tcp_write_CRLF.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/do_httpx4.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/get_http3.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/post_http.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/head_https3.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/head_https4.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/do_httpx2.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/post_https.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/tcp_read_all.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/post_https4.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/want_read.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/want_nothing.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/make_form.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/tcp_write_all.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/do_https4.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/https_cat.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/open_proxy_tcp_connection.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/put_http3.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/make_headers.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/post_http3.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/do_https.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/ssl_read_all.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/get_https3.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/do_httpx3.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/head_http4.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/ssl_read_until.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/post_http4.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/set_cert_and_key.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/ssl_read_CRLF.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/want_X509_lookup.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/put_http4.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/set_server_cert_and_key.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/head_http3.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/post_httpx4.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/ssl_write_CRLF.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/set_proxy.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/put_httpx4.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/post_https3.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/new_x_ctx.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/want_write.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/head_http.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/get_httpx.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/tcp_read_CRLF.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/post_httpx.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/tcpxcat.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/initialize.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/head_httpx4.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/mips-linux/auto/Net/SSLeay/get_http.al Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/Net::SSLeay.3 Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/Net::SSLeay::Handle.3 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-net-ssleay-1.94' Path-Tiny-0.144.tar.gz: OK (md5: 7b2fc4f5edfd29b88d2cc3b96830e7d1) Path-Tiny-0.144.tar.gz: OK (sha256: f6ea094ece845c952a02c2789332579354de8d410a707f9b7045bd241206487d) >>> perl-path-tiny 0.144 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/perl-path-tiny/Path-Tiny-0.144.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/perl-path-tiny-0.144 -xf - >>> perl-path-tiny 0.144 Patching >>> perl-path-tiny 0.144 Configuring cd /home/buildroot/autobuild/instance-3/output-1/build/perl-path-tiny-0.144/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build.PL --config ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config full_ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config cc="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux/CORE --destdir /home/buildroot/autobuild/instance-3/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.38.2 --install_path arch=/usr/lib/perl5/site_perl/5.38.2/mips-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Makefile.PL AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" FULL_AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.38.2 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.38.2/mips-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Path::Tiny Writing MYMETA.yml and MYMETA.json >>> perl-path-tiny 0.144 Building cd /home/buildroot/autobuild/instance-3/output-1/build/perl-path-tiny-0.144/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-path-tiny-0.144' cp lib/Path/Tiny.pm blib/lib/Path/Tiny.pm make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-path-tiny-0.144' >>> perl-path-tiny 0.144 Installing to target cd /home/buildroot/autobuild/instance-3/output-1/build/perl-path-tiny-0.144/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-path-tiny-0.144' Manifying 1 pod document Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Path/Tiny.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/Path::Tiny.3 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-path-tiny-0.144' ExtUtils-Config-0.008.tar.gz: OK (md5: 565a7b09c7cac5907a25bbe2c959a717) ExtUtils-Config-0.008.tar.gz: OK (sha256: ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c) >>> host-perl-extutils-config 0.008 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/perl-extutils-config/ExtUtils-Config-0.008.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-config-0.008 -xf - >>> host-perl-extutils-config 0.008 Patching >>> host-perl-extutils-config 0.008 Configuring cd /home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-config-0.008/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build.PL ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Makefile.PL ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for ExtUtils::Config Writing MYMETA.yml and MYMETA.json >>> host-perl-extutils-config 0.008 Building cd /home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-config-0.008/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build build; else /usr/bin/make -j1 pure_all; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-config-0.008' cp lib/ExtUtils/Config.pm blib/lib/ExtUtils/Config.pm make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-config-0.008' >>> host-perl-extutils-config 0.008 Installing to host directory cd /home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-config-0.008/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-config-0.008' Manifying 1 pod document Installing /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/site_perl/5.38.2/ExtUtils/Config.pm Installing /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Config.3 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-config-0.008' ExtUtils-Helpers-0.026.tar.gz: OK (md5: 83b00c1e401321c425ae5db6b2b2fd12) ExtUtils-Helpers-0.026.tar.gz: OK (sha256: de901b6790a4557cf4ec908149e035783b125bf115eb9640feb1bc1c24c33416) >>> host-perl-extutils-helpers 0.026 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/perl-extutils-helpers/ExtUtils-Helpers-0.026.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-helpers-0.026 -xf - >>> host-perl-extutils-helpers 0.026 Patching >>> host-perl-extutils-helpers 0.026 Configuring cd /home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-helpers-0.026/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build.PL ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Makefile.PL ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for ExtUtils::Helpers Writing MYMETA.yml and MYMETA.json >>> host-perl-extutils-helpers 0.026 Building cd /home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-helpers-0.026/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build build; else /usr/bin/make -j1 pure_all; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-helpers-0.026' cp lib/ExtUtils/Helpers.pm blib/lib/ExtUtils/Helpers.pm cp lib/ExtUtils/Helpers/Windows.pm blib/lib/ExtUtils/Helpers/Windows.pm cp lib/ExtUtils/Helpers/Unix.pm blib/lib/ExtUtils/Helpers/Unix.pm cp lib/ExtUtils/Helpers/VMS.pm blib/lib/ExtUtils/Helpers/VMS.pm make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-helpers-0.026' >>> host-perl-extutils-helpers 0.026 Installing to host directory cd /home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-helpers-0.026/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-helpers-0.026' Manifying 4 pod documents Installing /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/site_perl/5.38.2/ExtUtils/Helpers.pm Installing /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/site_perl/5.38.2/ExtUtils/Helpers/Unix.pm Installing /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/site_perl/5.38.2/ExtUtils/Helpers/Windows.pm Installing /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/site_perl/5.38.2/ExtUtils/Helpers/VMS.pm Installing /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Helpers::Windows.3 Installing /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Helpers::Unix.3 Installing /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Helpers::VMS.3 Installing /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::Helpers.3 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-helpers-0.026' ExtUtils-InstallPaths-0.012.tar.gz: OK (md5: 9a8d66aab1ffec98ea260faf03ac612b) ExtUtils-InstallPaths-0.012.tar.gz: OK (sha256: 84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed) >>> host-perl-extutils-installpaths 0.012 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/perl-extutils-installpaths/ExtUtils-InstallPaths-0.012.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-installpaths-0.012 -xf - >>> host-perl-extutils-installpaths 0.012 Patching >>> host-perl-extutils-installpaths 0.012 Configuring cd /home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-installpaths-0.012/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build.PL ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Makefile.PL ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for ExtUtils::InstallPaths Writing MYMETA.yml and MYMETA.json >>> host-perl-extutils-installpaths 0.012 Building cd /home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-installpaths-0.012/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build build; else /usr/bin/make -j1 pure_all; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-installpaths-0.012' cp lib/ExtUtils/InstallPaths.pm blib/lib/ExtUtils/InstallPaths.pm make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-installpaths-0.012' >>> host-perl-extutils-installpaths 0.012 Installing to host directory cd /home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-installpaths-0.012/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-installpaths-0.012' Manifying 1 pod document Installing /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/site_perl/5.38.2/ExtUtils/InstallPaths.pm Installing /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/ExtUtils::InstallPaths.3 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-perl-extutils-installpaths-0.012' Module-Build-Tiny-0.047.tar.gz: OK (md5: de9814b3c22825837438fc70adad58ac) Module-Build-Tiny-0.047.tar.gz: OK (sha256: 71260e9421b93c33dd1b3e7d0cf15f759c0ca7c753fa840279ec3be70f8f8c9d) >>> host-perl-module-build-tiny 0.047 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/perl-module-build-tiny/Module-Build-Tiny-0.047.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-perl-module-build-tiny-0.047 -xf - >>> host-perl-module-build-tiny 0.047 Patching >>> host-perl-module-build-tiny 0.047 Configuring cd /home/buildroot/autobuild/instance-3/output-1/build/host-perl-module-build-tiny-0.047/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build.PL ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Makefile.PL ; fi Creating new 'Build' script for 'Module-Build-Tiny' version '0.047' >>> host-perl-module-build-tiny 0.047 Building cd /home/buildroot/autobuild/instance-3/output-1/build/host-perl-module-build-tiny-0.047/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build build; else /usr/bin/make -j1 pure_all; fi cp lib/Module/Build/Tiny.pm blib/lib/Module/Build/Tiny.pm >>> host-perl-module-build-tiny 0.047 Installing to host directory cd /home/buildroot/autobuild/instance-3/output-1/build/host-perl-module-build-tiny-0.047/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi Installing /home/buildroot/autobuild/instance-3/output-1/host/lib/perl5/site_perl/5.38.2/Module/Build/Tiny.pm Installing /home/buildroot/autobuild/instance-3/output-1/host/share/man/man3/Module::Build::Tiny.3 POSIX-strftime-Compiler-0.46.tar.gz: OK (md5: e64777d20d363a1b47acf85774d108da) POSIX-strftime-Compiler-0.46.tar.gz: OK (sha256: bf88873248ef88cc5e68ed074493496be684ec334e11273d4654306dd9dae485) >>> perl-posix-strftime-compiler 0.46 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/perl-posix-strftime-compiler/POSIX-strftime-Compiler-0.46.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/perl-posix-strftime-compiler-0.46 -xf - >>> perl-posix-strftime-compiler 0.46 Patching >>> perl-posix-strftime-compiler 0.46 Configuring cd /home/buildroot/autobuild/instance-3/output-1/build/perl-posix-strftime-compiler-0.46/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build.PL --config ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config full_ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config cc="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux/CORE --destdir /home/buildroot/autobuild/instance-3/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.38.2 --install_path arch=/usr/lib/perl5/site_perl/5.38.2/mips-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Makefile.PL AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" FULL_AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.38.2 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.38.2/mips-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Creating new 'Build' script for 'POSIX-strftime-Compiler' version '0.46' >>> perl-posix-strftime-compiler 0.46 Building cd /home/buildroot/autobuild/instance-3/output-1/build/perl-posix-strftime-compiler-0.46/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi Unknown option: include_dirs cp lib/POSIX/strftime/Compiler.pm blib/lib/POSIX/strftime/Compiler.pm >>> perl-posix-strftime-compiler 0.46 Installing to target cd /home/buildroot/autobuild/instance-3/output-1/build/perl-posix-strftime-compiler-0.46/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi Unknown option: include_dirs Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/POSIX/strftime/Compiler.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/POSIX::strftime::Compiler.3 TimeDate-2.33.tar.gz: OK (md5: 5e5afe22c8d417417283d1f7f4572a57) TimeDate-2.33.tar.gz: OK (sha256: c0b69c4b039de6f501b0d9f13ec58c86b040c1f7e9b27ef249651c143d605eb2) >>> perl-timedate 2.33 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/perl-timedate/TimeDate-2.33.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/perl-timedate-2.33 -xf - >>> perl-timedate 2.33 Patching >>> perl-timedate 2.33 Configuring cd /home/buildroot/autobuild/instance-3/output-1/build/perl-timedate-2.33/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build.PL --config ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config full_ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config cc="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux/CORE --destdir /home/buildroot/autobuild/instance-3/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.38.2 --install_path arch=/usr/lib/perl5/site_perl/5.38.2/mips-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Makefile.PL AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" FULL_AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.38.2 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.38.2/mips-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Date::Parse Writing MYMETA.yml and MYMETA.json >>> perl-timedate 2.33 Building cd /home/buildroot/autobuild/instance-3/output-1/build/perl-timedate-2.33/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-timedate-2.33' cp lib/Date/Language/Greek.pm blib/lib/Date/Language/Greek.pm cp lib/Date/Language/German.pm blib/lib/Date/Language/German.pm cp lib/Date/Language/Gedeo.pm blib/lib/Date/Language/Gedeo.pm cp lib/Date/Language/Russian_cp1251.pm blib/lib/Date/Language/Russian_cp1251.pm cp lib/Date/Language/Icelandic.pm blib/lib/Date/Language/Icelandic.pm cp lib/Date/Language.pm blib/lib/Date/Language.pm cp lib/Date/Language/Danish.pm blib/lib/Date/Language/Danish.pm cp lib/Date/Language/Somali.pm blib/lib/Date/Language/Somali.pm cp lib/Date/Parse.pm blib/lib/Date/Parse.pm cp lib/Date/Language/Finnish.pm blib/lib/Date/Language/Finnish.pm cp lib/Date/Language/Romanian.pm blib/lib/Date/Language/Romanian.pm cp lib/Date/Language/Turkish.pm blib/lib/Date/Language/Turkish.pm cp lib/Date/Format.pm blib/lib/Date/Format.pm cp lib/Time/Zone.pm blib/lib/Time/Zone.pm cp lib/Date/Language/Sidama.pm blib/lib/Date/Language/Sidama.pm cp lib/Date/Language/TigrinyaEritrean.pm blib/lib/Date/Language/TigrinyaEritrean.pm cp lib/Date/Language/Chinese_GB.pm blib/lib/Date/Language/Chinese_GB.pm cp lib/Date/Language/Afar.pm blib/lib/Date/Language/Afar.pm cp lib/Date/Language/Tigrinya.pm blib/lib/Date/Language/Tigrinya.pm cp lib/Date/Language/Spanish.pm blib/lib/Date/Language/Spanish.pm cp lib/Date/Language/Czech.pm blib/lib/Date/Language/Czech.pm cp lib/Date/Language/Swedish.pm blib/lib/Date/Language/Swedish.pm cp lib/Date/Language/French.pm blib/lib/Date/Language/French.pm cp lib/Date/Language/Chinese.pm blib/lib/Date/Language/Chinese.pm cp lib/Date/Language/Austrian.pm blib/lib/Date/Language/Austrian.pm cp lib/Date/Language/English.pm blib/lib/Date/Language/English.pm cp lib/Date/Language/TigrinyaEthiopian.pm blib/lib/Date/Language/TigrinyaEthiopian.pm cp lib/Date/Language/Oromo.pm blib/lib/Date/Language/Oromo.pm cp lib/Date/Language/Norwegian.pm blib/lib/Date/Language/Norwegian.pm cp lib/Date/Language/Italian.pm blib/lib/Date/Language/Italian.pm cp lib/Date/Language/Brazilian.pm blib/lib/Date/Language/Brazilian.pm cp lib/Date/Language/Hungarian.pm blib/lib/Date/Language/Hungarian.pm cp lib/Date/Language/Russian.pm blib/lib/Date/Language/Russian.pm cp lib/TimeDate.pm blib/lib/TimeDate.pm cp lib/Date/Language/Russian_koi8r.pm blib/lib/Date/Language/Russian_koi8r.pm cp lib/Date/Language/Occitan.pm blib/lib/Date/Language/Occitan.pm cp lib/Date/Language/Amharic.pm blib/lib/Date/Language/Amharic.pm cp lib/Date/Language/Dutch.pm blib/lib/Date/Language/Dutch.pm cp lib/Date/Language/Bulgarian.pm blib/lib/Date/Language/Bulgarian.pm make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-timedate-2.33' >>> perl-timedate 2.33 Installing to target cd /home/buildroot/autobuild/instance-3/output-1/build/perl-timedate-2.33/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-timedate-2.33' Manifying 7 pod documents Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/TimeDate.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Time/Zone.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Format.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Parse.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Sidama.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Afar.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Danish.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Brazilian.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Dutch.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Italian.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Turkish.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Amharic.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Russian_cp1251.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Finnish.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Gedeo.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/English.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Somali.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Icelandic.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Chinese_GB.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Hungarian.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Swedish.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Occitan.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Austrian.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Chinese.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Romanian.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/TigrinyaEritrean.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Tigrinya.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Norwegian.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/German.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Spanish.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Bulgarian.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Russian_koi8r.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Oromo.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/French.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Greek.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Czech.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/TigrinyaEthiopian.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Date/Language/Russian.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/Date::Parse.3 Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/Date::Language::Bulgarian.3 Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/Time::Zone.3 Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/Date::Language.3 Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/Date::Format.3 Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/TimeDate.3 Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/Date::Language::Hungarian.3 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-timedate-2.33' Try-Tiny-0.31.tar.gz: OK (md5: 993a29ee8a03c9bd9c2f7c53d1082a03) Try-Tiny-0.31.tar.gz: OK (sha256: 3300d31d8a4075b26d8f46ce864a1d913e0e8467ceeba6655d5d2b2e206c11be) >>> perl-try-tiny 0.31 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/perl-try-tiny/Try-Tiny-0.31.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/perl-try-tiny-0.31 -xf - >>> perl-try-tiny 0.31 Patching >>> perl-try-tiny 0.31 Configuring cd /home/buildroot/autobuild/instance-3/output-1/build/perl-try-tiny-0.31/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build.PL --config ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config full_ar="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" --config cc="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux/CORE --destdir /home/buildroot/autobuild/instance-3/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.38.2 --install_path arch=/usr/lib/perl5/site_perl/5.38.2/mips-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Makefile.PL AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" FULL_AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.38.2/mips-linux DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.38.2 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.38.2/mips-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Try::Tiny Writing MYMETA.yml and MYMETA.json >>> perl-try-tiny 0.31 Building cd /home/buildroot/autobuild/instance-3/output-1/build/perl-try-tiny-0.31/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build build; else /usr/bin/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-try-tiny-0.31' cp lib/Try/Tiny.pm blib/lib/Try/Tiny.pm make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-try-tiny-0.31' >>> perl-try-tiny 0.31 Installing to target cd /home/buildroot/autobuild/instance-3/output-1/build/perl-try-tiny-0.31/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/perl Build install; else /usr/bin/make -j1 pure_install; fi make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-try-tiny-0.31' Manifying 1 pod document Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/perl5/site_perl/5.38.2/Try/Tiny.pm Installing /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man3/Try::Tiny.3 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/perl-try-tiny-0.31' ptpd-1.1.0.tar.gz: OK (sha256: a7c6ea83bd53da75ae04a7b7a25fe7c597b4e9ff1f93d46f4502e3fa8a2cb950) >>> ptpd 1.1.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/ptpd/ptpd-1.1.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/ptpd-1.1.0 -xf - >>> ptpd 1.1.0 Patching >>> ptpd 1.1.0 Configuring >>> ptpd 1.1.0 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/ptpd-1.1.0/src make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ptpd-1.1.0/src' /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o ptpd.o ptpd.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o arith.o arith.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o bmc.o bmc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o probe.o probe.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o protocol.o protocol.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o dep/msg.o dep/msg.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o dep/net.o dep/net.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o dep/servo.o dep/servo.c In file included from /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/string.h:548, from dep/../dep/ptpd_dep.h:15, from dep/../ptpd.h:19, from dep/net.c:10: In function 'memcpy', inlined from 'lookupSubdomainAddress' at dep/net.c:19:3: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' forming offset [12, 15] is out of the bounds [0, 12] [-Warray-bounds] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'memcpy', inlined from 'lookupSubdomainAddress' at dep/net.c:21:3, inlined from 'lookupSubdomainAddress' at dep/net.c:13:1: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' forming offset [12, 15] is out of the bounds [0, 12] [-Warray-bounds] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'memcpy', inlined from 'lookupSubdomainAddress' at dep/net.c:23:3, inlined from 'lookupSubdomainAddress' at dep/net.c:13:1: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' forming offset [12, 15] is out of the bounds [0, 12] [-Warray-bounds] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'memcpy', inlined from 'lookupSubdomainAddress' at dep/net.c:25:3, inlined from 'lookupSubdomainAddress' at dep/net.c:13:1: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' forming offset [12, 15] is out of the bounds [0, 12] [-Warray-bounds] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'memcpy', inlined from 'lookupSubdomainAddress' at dep/net.c:30:4, inlined from 'lookupSubdomainAddress' at dep/net.c:13:1: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' forming offset [12, 15] is out of the bounds [0, 12] [-Warray-bounds] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'memcpy', inlined from 'lookupSubdomainAddress' at dep/net.c:33:4, inlined from 'lookupSubdomainAddress' at dep/net.c:13:1: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' forming offset [12, 15] is out of the bounds [0, 12] [-Warray-bounds] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'memcpy', inlined from 'lookupSubdomainAddress' at dep/net.c:36:4, inlined from 'lookupSubdomainAddress' at dep/net.c:13:1: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' forming offset [12, 15] is out of the bounds [0, 12] [-Warray-bounds] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o dep/startup.o dep/startup.c In file included from /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/string.h:548, from dep/../dep/ptpd_dep.h:15, from dep/../ptpd.h:19, from dep/msg.c:12: In function 'memcpy', inlined from 'msgPackManagementResponse' at dep/msg.c:552:3: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' forming offset 47 is out of the bounds [0, 47] [-Warray-bounds] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o dep/sys.o dep/sys.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o dep/timer.o dep/timer.c dep/sys.c: In function 'displayStats': dep/sys.c:208:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 208 | write(1, sbuf, rtOpts->csvStats ? len : SCREEN_MAXSZ + 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/startup.c: In function 'ptpdStartup': dep/startup.c:248:25: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 248 | strncpy(rtOpts->unicastAddress, optarg, NET_ADDRESS_LENGTH); | ^ dep/startup.c:304:25: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 304 | strncpy(rtOpts->subdomainName, optarg, PTP_SUBDOMAIN_NAME_LENGTH); | ^ dep/startup.c:295:25: warning: '__builtin_strncpy' specified bound 4 equals destination size [-Wstringop-truncation] 295 | strncpy(rtOpts->clockIdentifier, optarg, PTP_CODE_STRING_LENGTH); | ^ dep/startup.c:178:25: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 178 | strncpy(rtOpts->file, optarg, PATH_MAX); | ^ dep/startup.c:244:25: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 244 | strncpy(rtOpts->ifaceName, optarg, IFACE_NAME_LENGTH); | ^ dep/startup.c:199:25: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 199 | strncpy(rtOpts->recordFile, optarg, PATH_MAX); | ^ /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -o ptpd ptpd.o arith.o bmc.o probe.o protocol.o dep/msg.o dep/net.o dep/servo.o dep/startup.o dep/sys.o dep/timer.o make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ptpd-1.1.0/src' >>> ptpd 1.1.0 Installing to target /usr/bin/install -m 755 -D /home/buildroot/autobuild/instance-3/output-1/build/ptpd-1.1.0/src/ptpd /home/buildroot/autobuild/instance-3/output-1/target/usr/sbin/ptpd six-1.16.0.tar.gz: OK (md5: a7c927740e4964dd29b72cebfc1429bb) six-1.16.0.tar.gz: OK (sha256: 1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926) >>> host-python-six 1.16.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/python-six/six-1.16.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-python-six-1.16.0 -xf - >>> host-python-six 1.16.0 Patching >>> host-python-six 1.16.0 Configuring >>> host-python-six 1.16.0 Building (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-six-1.16.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PYTHONNOUSERSITE=1 GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-3/output-1/host/bin/python3 setup.py build ) running build running build_py creating build creating build/lib copying six.py -> build/lib >>> host-python-six 1.16.0 Installing to host directory (cd /home/buildroot/autobuild/instance-3/output-1/build/host-python-six-1.16.0//; PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PYTHONNOUSERSITE=1 GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /home/buildroot/autobuild/instance-3/output-1/host/bin/python3 setup.py install --prefix=/home/buildroot/autobuild/instance-3/output-1/host --root=/ --single-version-externally-managed ) running install /home/buildroot/autobuild/instance-3/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 install_lib copying build/lib/six.py -> /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages byte-compiling /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/six.py to six.cpython-311.pyc running install_egg_info running egg_info writing six.egg-info/PKG-INFO writing dependency_links to six.egg-info/dependency_links.txt writing top-level names to six.egg-info/top_level.txt reading manifest file 'six.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'documentation/_build' adding license file 'LICENSE' writing manifest file 'six.egg-info/SOURCES.txt' Copying six.egg-info to /home/buildroot/autobuild/instance-3/output-1/host/lib/python3.11/site-packages/six-1.16.0-py3.11.egg-info running install_scripts ramsmp-3.5.0.tar.gz: OK (sha256: 39fb15493fb3c293575746d56f6ab9faaa1d876d8b1f0d8e5a4042d2ace95839) >>> ramsmp 3.5.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/ramsmp/ramsmp-3.5.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/ramsmp-3.5.0 -xf - >>> ramsmp 3.5.0 Patching >>> ramsmp 3.5.0 Configuring >>> ramsmp 3.5.0 Building cp -f package/ramsmp/Makefile /home/buildroot/autobuild/instance-3/output-1/build/ramsmp-3.5.0 GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no make -C /home/buildroot/autobuild/instance-3/output-1/build/ramsmp-3.5.0 make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/ramsmp-3.5.0' /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 ramsmp.c fltmem.c fltmark.c intmem.c intmark.c -o ramsmp make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/ramsmp-3.5.0' >>> ramsmp 3.5.0 Installing to target /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-3/output-1/build/ramsmp-3.5.0/ramsmp /home/buildroot/autobuild/instance-3/output-1/target/usr/bin/ramsmp redis-7.2.4.tar.gz: OK (sha256: 8d104c26a154b29fd67d6568b4f375212212ad41e0c2caa3d66480e78dbd3b59) >>> redis 7.2.4 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/redis/redis-7.2.4.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4 -xf - >>> redis 7.2.4 Patching Applying 0001-uclibc.patch using patch: patching file src/config.h Hunk #1 succeeded at 75 (offset 4 lines). Applying 0002-largefile-conditional-define.patch using patch: patching file src/fmacros.h Hunk #1 succeeded at 55 with fuzz 2 (offset 13 lines). Applying 0003-redis.conf-adjust-defauts-for-buildroot.patch using patch: patching file redis.conf Hunk #1 succeeded at 507 (offset 263 lines). /usr/bin/sed -i -e 's/FINAL_LIBS=-lm/FINAL_LIBS=-lm -latomic/' /home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/src/Makefile >>> redis 7.2.4 Configuring >>> redis 7.2.4 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PREFIX=/home/buildroot/autobuild/instance-3/output-1/target/usr MALLOC=libc WARNINGS= USE_SYSTEMD=no BUILD_TLS=no -C /home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4 make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4' cd src && /usr/bin/make all make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/src' CC Makefile.dep rm -rf redis-server redis-sentinel redis-cli redis-benchmark redis-check-rdb redis-check-aof *.o *.gcda *.gcno *.gcov redis.info lcov-html Makefile.dep *.so rm -f adlist.d quicklist.d ae.d anet.d dict.d server.d sds.d zmalloc.d lzf_c.d lzf_d.d pqsort.d zipmap.d sha1.d ziplist.d release.d networking.d util.d object.d db.d replication.d rdb.d t_string.d t_list.d t_set.d t_zset.d t_hash.d config.d aof.d pubsub.d multi.d debug.d sort.d intset.d syncio.d cluster.d crc16.d endianconv.d slowlog.d eval.d bio.d rio.d rand.d memtest.d syscheck.d crcspeed.d crc64.d bitops.d sentinel.d notify.d setproctitle.d blocked.d hyperloglog.d latency.d sparkline.d redis-check-rdb.d redis-check-aof.d geo.d lazyfree.d module.d evict.d expire.d geohash.d geohash_helper.d childinfo.d defrag.d siphash.d rax.d t_stream.d listpack.d localtime.d lolwut.d lolwut5.d lolwut6.d acl.d tracking.d socket.d tls.d sha256.d timeout.d setcpuaffinity.d monotonic.d mt19937-64.d resp_parser.d call_reply.d script_lua.d script.d functions.d function_lua.d commands.d strl.d connection.d unix.d logreqres.d anet.d adlist.d dict.d redis-cli.d zmalloc.d release.d ae.d redisassert.d crcspeed.d crc64.d siphash.d crc16.d monotonic.d cli_common.d mt19937-64.d strl.d cli_commands.d ae.d anet.d redis-benchmark.d adlist.d dict.d zmalloc.d redisassert.d release.d crcspeed.d crc64.d siphash.d crc16.d monotonic.d cli_common.d mt19937-64.d strl.d (cd ../deps && /usr/bin/make distclean) make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/deps' (cd hiredis && /usr/bin/make clean) > /dev/null || true (cd linenoise && /usr/bin/make clean) > /dev/null || true (cd lua && /usr/bin/make clean) > /dev/null || true (cd jemalloc && [ -f Makefile ] && /usr/bin/make distclean) > /dev/null || true (cd hdr_histogram && /usr/bin/make clean) > /dev/null || true (cd fpconv && /usr/bin/make clean) > /dev/null || true (rm -f .make-*) make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/deps' (cd modules && /usr/bin/make clean) make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/src/modules' rm -rf *.xo *.so make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/src/modules' (cd ../tests/modules && /usr/bin/make clean) make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/tests/modules' rm -f commandfilter.so basics.so testrdb.so fork.so infotest.so propagate.so misc.so hooks.so blockonkeys.so blockonbackground.so scan.so datatype.so datatype2.so auth.so keyspace_events.so blockedclient.so getkeys.so getchannels.so test_lazyfree.so timer.so defragtest.so keyspecs.so hash.so zset.so stream.so mallocsize.so aclcheck.so list.so subcommands.so reply.so cmdintrospection.so eventloop.so moduleconfigs.so moduleconfigstwo.so publish.so usercall.so postnotifications.so moduleauthtwo.so rdbloadsave.so commandfilter.xo basics.xo testrdb.xo fork.xo infotest.xo propagate.xo misc.xo hooks.xo blockonkeys.xo blockonbackground.xo scan.xo datatype.xo datatype2.xo auth.xo keyspace_events.xo blockedclient.xo getkeys.xo getchannels.xo test_lazyfree.xo timer.xo defragtest.xo keyspecs.xo hash.xo zset.xo stream.xo mallocsize.xo aclcheck.xo list.xo subcommands.xo reply.xo cmdintrospection.xo eventloop.xo moduleconfigs.xo moduleconfigstwo.xo publish.xo usercall.xo postnotifications.xo moduleauthtwo.xo rdbloadsave.xo make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/tests/modules' (rm -f .make-*) echo STD=-pedantic -DREDIS_STATIC='' -std=gnu11 >> .make-settings echo WARN=-Wall -W -Wno-missing-field-initializers -Werror=deprecated-declarations -Wstrict-prototypes >> .make-settings echo OPT=-O3 >> .make-settings echo MALLOC=libc >> .make-settings echo BUILD_TLS=no >> .make-settings echo USE_SYSTEMD=no >> .make-settings echo CFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 >> .make-settings echo LDFLAGS= >> .make-settings echo REDIS_CFLAGS=-flto=auto >> .make-settings echo REDIS_LDFLAGS=-O3 -flto >> .make-settings echo PREV_FINAL_CFLAGS=-pedantic -DREDIS_STATIC='' -std=gnu11 -Wall -W -Wno-missing-field-initializers -Werror=deprecated-declarations -Wstrict-prototypes -O3 -g -ggdb -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -flto=auto -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -I../deps/hdr_histogram -I../deps/fpconv >> .make-settings echo PREV_FINAL_LDFLAGS= -O3 -flto -g -ggdb -rdynamic >> .make-settings (cd ../deps && /usr/bin/make hiredis linenoise lua hdr_histogram fpconv) make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/deps' (cd hiredis && /usr/bin/make clean) > /dev/null || true (cd linenoise && /usr/bin/make clean) > /dev/null || true (cd lua && /usr/bin/make clean) > /dev/null || true (cd jemalloc && [ -f Makefile ] && /usr/bin/make distclean) > /dev/null || true (cd hdr_histogram && /usr/bin/make clean) > /dev/null || true (cd fpconv && /usr/bin/make clean) > /dev/null || true (rm -f .make-*) (echo "-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" > .make-cflags) (echo "" > .make-ldflags) MAKE hiredis MAKE linenoise cd hiredis && /usr/bin/make static MAKE lua cd linenoise && /usr/bin/make MAKE hdr_histogram cd lua/src && /usr/bin/make all CFLAGS="-Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 " MYLDFLAGS="" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar rc" cd hdr_histogram && /usr/bin/make make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/deps/hiredis' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/deps/linenoise' /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -Os -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c linenoise.c make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/deps/hdr_histogram' /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -std=c99 -Wall -Os -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -DHDR_MALLOC_INCLUDE=\"hdr_redis_malloc.h\" -c hdr_histogram.c make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/deps/lua/src' /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lapi.o lapi.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -std=c99 -c -O3 -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -g -ggdb -pedantic alloc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -std=c99 -c -O3 -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -g -ggdb -pedantic net.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -std=c99 -c -O3 -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -g -ggdb -pedantic hiredis.c make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/deps/linenoise' MAKE fpconv cd fpconv && /usr/bin/make make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/deps/fpconv' /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -Os -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -c fpconv_dtoa.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar rcs libhdrhistogram.a hdr_histogram.o make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/deps/hdr_histogram' /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lcode.o lcode.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ldebug.o ldebug.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar rcs libfpconv.a fpconv_dtoa.o make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/deps/fpconv' /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -std=c99 -c -O3 -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -g -ggdb -pedantic sds.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ldo.o ldo.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -std=c99 -c -O3 -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -g -ggdb -pedantic async.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -std=c99 -c -O3 -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -g -ggdb -pedantic read.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ldump.o ldump.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lfunc.o lfunc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -std=c99 -c -O3 -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -g -ggdb -pedantic sockcompat.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lgc.o lgc.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o llex.o llex.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lmem.o lmem.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lobject.o lobject.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar rcs libhiredis.a alloc.o net.o hiredis.o sds.o async.o read.o sockcompat.o make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/deps/hiredis' /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lopcodes.o lopcodes.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lparser.o lparser.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lstate.o lstate.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lstring.o lstring.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ltable.o ltable.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ltm.o ltm.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lundump.o lundump.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lvm.o lvm.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lzio.o lzio.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o strbuf.o strbuf.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o fpconv.o fpconv.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lauxlib.o lauxlib.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lbaselib.o lbaselib.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ldblib.o ldblib.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o liolib.o liolib.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lmathlib.o lmathlib.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o loslib.o loslib.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o ltablib.o ltablib.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lstrlib.o lstrlib.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o loadlib.o loadlib.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o linit.o linit.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lua_cjson.o lua_cjson.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lua_struct.o lua_struct.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lua_cmsgpack.o lua_cmsgpack.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lua_bit.o lua_bit.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o lua.o lua.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o luac.o luac.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -Wall -DLUA_ANSI -DENABLE_CJSON_GLOBAL -DREDIS_STATIC='' -DLUA_USE_MKSTEMP -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1 -O2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o print.o print.c /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar rc liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o strbuf.o fpconv.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o lua_cjson.o lua_struct.o lua_cmsgpack.o lua_bit.o # DLL needs all object files /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib liblua.a /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -o lua lua.o liblua.a -lm /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -o luac luac.o print.o liblua.a -lm make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/deps/lua/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/deps' CC adlist.o CC quicklist.o CC ae.o CC anet.o CC dict.o CC server.o CC sds.o CC zmalloc.o CC lzf_c.o CC lzf_d.o CC pqsort.o CC zipmap.o CC sha1.o CC ziplist.o CC release.o CC networking.o CC util.o CC object.o CC db.o CC replication.o CC rdb.o CC t_string.o CC t_list.o CC t_set.o CC t_zset.o CC t_hash.o CC config.o CC aof.o CC pubsub.o CC multi.o CC debug.o CC sort.o CC intset.o CC syncio.o CC cluster.o CC crc16.o CC endianconv.o CC slowlog.o CC eval.o CC bio.o CC rio.o CC rand.o CC memtest.o CC syscheck.o CC crcspeed.o CC crc64.o CC bitops.o CC sentinel.o CC notify.o CC setproctitle.o CC blocked.o CC hyperloglog.o CC latency.o CC sparkline.o CC redis-check-rdb.o CC redis-check-aof.o CC geo.o CC lazyfree.o CC module.o CC evict.o CC expire.o CC geohash.o CC geohash_helper.o CC childinfo.o CC defrag.o CC siphash.o CC rax.o CC t_stream.o CC listpack.o CC localtime.o CC lolwut.o CC lolwut5.o CC lolwut6.o CC acl.o CC tracking.o CC socket.o CC tls.o CC sha256.o CC timeout.o CC setcpuaffinity.o CC monotonic.o CC mt19937-64.o CC resp_parser.o CC call_reply.o CC script_lua.o CC script.o CC functions.o CC function_lua.o CC commands.o CC strl.o CC connection.o CC unix.o CC logreqres.o CC redis-cli.o CC redisassert.o CC cli_common.o CC cli_commands.o CC redis-benchmark.o LINK redis-server LINK redis-benchmark LINK redis-cli INSTALL redis-sentinel INSTALL redis-check-rdb INSTALL redis-check-aof Hint: It's a good idea to run 'make test' ;) make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/src' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4' >>> redis 7.2.4 Installing to target GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PREFIX=/home/buildroot/autobuild/instance-3/output-1/target/usr MALLOC=libc WARNINGS= USE_SYSTEMD=no BUILD_TLS=no -C /home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4 LDCONFIG=true install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4' cd src && /usr/bin/make install make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/src' CC Makefile.dep Hint: It's a good idea to run 'make test' ;) INSTALL redis-server INSTALL redis-benchmark INSTALL redis-cli make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/src' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4' /usr/bin/install -D -m 0644 /home/buildroot/autobuild/instance-3/output-1/build/redis-7.2.4/redis.conf /home/buildroot/autobuild/instance-3/output-1/target/etc/redis.conf rsyslog-8.2312.0.tar.gz: OK (sha256: 774032006128a896437f5913e132aa27dbfb937cd8847e449522d5a12d63d03e) >>> rsyslog 8.2312.0 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/rsyslog/rsyslog-8.2312.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0 -xf - >>> rsyslog 8.2312.0 Patching >>> rsyslog 8.2312.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> rsyslog 8.2312.0 Patching libtool patching file /home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/ltmain.sh Hunk #1 succeeded at 2786 (offset 99 lines). Hunk #2 succeeded at 4376 (offset 99 lines). Hunk #3 succeeded at 6671 (offset 117 lines). Hunk #4 succeeded at 6681 (offset 117 lines). Hunk #5 succeeded at 6974 (offset 117 lines). Hunk #6 succeeded at 7266 (offset 117 lines). Hunk #7 succeeded at 8241 (offset 129 lines). Hunk #8 succeeded at 10873 (offset 163 lines). >>> rsyslog 8.2312.0 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/ && rm -rf config.cache && GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/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 -O2 -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/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_cc_c99='-std=c99' LIBGCRYPT_CONFIG=/home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/libgcrypt-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 --enable-static --enable-shared --disable-generate-man-pages --enable-imdiag --enable-imfile --enable-impstats --enable-imptcp --enable-mmanon --enable-mmaudit --enable-mmfields --enable-mmjsonparse --enable-mmpstrucdata --enable-mmsequence --enable-mmutf8fix --enable-mail --enable-omprog --enable-omruleset --enable-omstdout --enable-omuxsock --enable-pmaixforwardedfrom --enable-pmciscoios --enable-pmcisconames --enable-pmlastmsg --enable-pmsnare --enable-relp --disable-mmkubernetes --disable-mmnormalize --enable-clickhouse --enable-elasticsearch --enable-fmhttp --enable-imdocker --enable-omhttp --enable-omhttpfs --disable-imhttp --disable-imczmq --disable-omczmq --disable-gnutls --disable-omhiredis --enable-libgcrypt --disable-mmdblookup --enable-impcap --disable-mysql --disable-pgsql --disable-omamqp1 --disable-omrabbitmq --enable-uuid --disable-imjournal --disable-omjournal --disable-libdbi ) 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... /usr/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... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) checking for mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... none checking how to run the C preprocessor... /home/buildroot/autobuild/instance-3/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 for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for bison... bison -y checking for mips-buildroot-linux-gnu-gcc... (cached) /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc... (cached) none checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to accept ISO C99... (cached) -std=c99 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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -std=c99... /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm checking the name lister (/home/buildroot/autobuild/instance-3/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-3/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-3/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-3/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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib checking command to parse /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm output from /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -std=c99 object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for 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-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -std=c99 supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -std=c99 option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -std=c99 PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -std=c99 static flag -static works... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -std=c99 supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -std=c99 supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -std=c99 linker (/home/buildroot/autobuild/instance-3/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... yes checking whether C compiler accepts -Werror=unknown-warning-option... no checking whether C compiler accepts -Wno-suggest-attribute=format... yes checking whether C compiler accepts -fno-strict-aliasing... yes checking whether C compiler accepts -Wnested-externs... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wstrict-prototypes... yes checking whether C compiler accepts -Wdeclaration-after-statement... yes checking whether C compiler accepts -Wimplicit-function-declaration... yes checking whether C compiler accepts -Wold-style-definition... yes checking whether C compiler accepts -Wjump-misses-init... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wundef... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wmissing-declarations... yes checking whether C compiler accepts -Wredundant-decls... yes checking whether C compiler accepts -Wno-unused-parameter... yes checking whether C compiler accepts -Wno-missing-field-initializers... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wcast-align... yes checking whether C compiler accepts -Wformat-nonliteral... yes checking whether C compiler accepts -Wformat-security... yes checking whether C compiler accepts -Wsign-compare... yes checking whether C compiler accepts -Wstrict-aliasing... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Winline... yes checking whether C compiler accepts -Wpacked... yes checking whether C compiler accepts -Wmissing-format-attribute... yes checking whether C compiler accepts -Wmissing-noreturn... yes checking whether C compiler accepts -Winit-self... yes checking whether C compiler accepts -Wredundant-decls... (cached) yes checking whether C compiler accepts -Wmissing-include-dirs... yes checking whether C compiler accepts -Wunused-but-set-variable... yes checking whether C compiler accepts -Warray-bounds... yes checking whether C compiler accepts -Wreturn-type... yes checking whether C compiler accepts -Wswitch-enum... yes checking whether C compiler accepts -Wswitch-default... yes checking whether C compiler accepts -Wduplicated-cond... yes checking whether C compiler accepts -Wduplicated-branches... yes checking whether C compiler accepts -Wlogical-op... yes checking whether C compiler accepts -Wrestrict... yes checking whether C compiler accepts -Wnull-dereference... yes checking whether C compiler accepts -Wdouble-promotion... yes checking whether C compiler accepts -Wunused-parameter... yes checking whether C compiler accepts -Wmissing-field-initializers... yes checking whether C compiler accepts -Wno-error=unused-parameter... yes checking whether C compiler accepts -Wno-error=missing-field-initializers... yes checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no checking whether the linker accepts -Wl,--as-needed... yes checking whether the linker accepts -Wl,--as-needed... yes checking whether the linker accepts -Wl,-z,relro... yes checking whether the linker accepts -Wl,-z,relro... yes checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,noexecstack... yes checking whether the linker accepts -Wl,-z,noexecstack... yes checking whether the linker accepts -Wl,--no-as-needed... yes checking whether the linker accepts -Wl,--fatal-warnings... yes checking whether the linker accepts -Wl,-fatal_warnings... no checking whether the linker accepts -Wl,--no-as-needed... yes checking pkg-config is at least version 0.9.0... yes checking for LIBESTR... yes checking for LIBFASTJSON... yes ./configure: line 16284: lsb_release: command not found HOST: mips-buildroot-linux-gnu checking for python... /home/buildroot/autobuild/instance-3/output-1/host/bin/python checking for python version... 3.1 checking for python platform... linux checking for python script directory... ${prefix}/lib/python3.11/site-packages checking for python extension module directory... ${exec_prefix}/lib/python3.11/site-packages checking for PATH_MAX... yes checking for library containing clock_gettime... none required checking for library containing mq_getattr... none required checking for library containing dlopen... none required checking for sys/types.h... (cached) yes checking for netinet/in.h... yes checking for arpa/nameser.h... yes checking for netdb.h... yes checking for resolv.h... yes checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for arpa/inet.h... yes checking for libgen.h... yes checking for malloc.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for netdb.h... (cached) yes checking for netinet/in.h... (cached) yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/stat.h... (cached) yes checking for unistd.h... (cached) yes checking utmp.h usability... yes checking utmp.h presence... yes checking for utmp.h... yes checking utmpx.h usability... yes checking utmpx.h presence... yes checking for utmpx.h... yes checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking sys/prctl.h usability... yes checking sys/prctl.h presence... yes checking for sys/prctl.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking linux/close_range.h usability... yes checking linux/close_range.h presence... yes checking for linux/close_range.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for mode_t... yes checking for uid_t in sys/types.h... yes checking for uint8_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working volatile... yes checking for struct sockaddr.sa_len... no checking for unistd.h... (cached) yes checking for working chown... no checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking whether /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc -std=c99 needs -traditional... no checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking whether lstat correctly handles trailing slash... no checking whether stat accepts an empty string... yes checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... yes checking for vprintf... yes checking for _doprnt... no checking for flock... yes checking for recvmmsg... yes checking for basename... yes checking for alarm... yes checking for clock_gettime... yes checking for gethostbyname... yes checking for gethostname... yes checking for gettimeofday... yes checking for localtime_r... yes checking for memset... yes checking for mkdir... yes checking for regcomp... yes checking for select... yes checking for setsid... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strndup... yes checking for strnlen... yes checking for strrchr... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for uname... yes checking for ttyname_r... yes checking for getline... yes checking for malloc_trim... yes checking for prctl... yes checking for epoll_create... yes checking for epoll_create1... yes checking for fdatasync... yes checking for syscall... yes checking for lseek64... yes checking for asprintf... yes checking for close_range... yes checking for setns... yes checking for off64_t... yes checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.h... yes checking for inotify_init... yes checking for library containing getifaddrs... none required checking whether SCM_CREDENTIALS is declared... yes checking whether SO_TIMESTAMP is declared... yes checking whether SYS_gettid is declared... yes checking for struct sysinfo.uptime... yes checking whether GLOB_NOMAGIC is declared... yes checking for MAXHOSTNAMELEN... yes checking for __builtin_expect()... yes checking whether the compiler provides atomic builtins... no checking whether the compiler provides atomic builtins for 64 bit data types... no checking semaphore.h usability... yes checking semaphore.h presence... yes checking for semaphore.h... yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.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 for ZLIB... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create in -lpthread... yes checking for pthread_rwlockattr_setkind_np in -lpthread... yes checking for pthread_setname_np in -lpthread... yes checking for library containing pthread_setschedparam... none required checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking for library containing sched_get_priority_max... none required checking for sched_get_priority_max... yes checking for LIBSYSTEMD... no configure: WARNING: libsystemd not present - disabling systemd support configure: --enable-libsystemd in auto mode, enable-libsystemd is set to no configure: enable-debug in auto mode, enable-debug is set to no checking for LIBUUID... yes checking for CURL... yes checking for cos in -lm... yes checking for CURL... yes checking for cos in -lm... (cached) yes checking for CURL... yes checking for cos in -lm... (cached) yes checking for libgcrypt-config... /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin/libgcrypt-config checking for gcry_cipher_open in -lgcrypt... yes checking for CURL... yes checking protocol.h usability... no checking protocol.h presence... no checking for protocol.h... no checking for RELP... yes checking for relpSrvSetOversizeMode... yes checking for relpSrvSetLstnAddr... yes checking for relpEngineSetTLSLibByName... yes checking for relpSrvSetTlsConfigCmd... yes checking for relpSrvSetTlsConfigCmd... (cached) yes checking for LIBLOGGING_STDLOG... yes checking for ip... yes checking for valgrind... no configure: testbench will use valgrind checking for port_create... no checking for Solaris File Events Notification API support... no checking curl/curl.h usability... yes checking curl/curl.h presence... yes checking for curl/curl.h... yes checking for CURL... yes checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes configure: pcap found checking hdfs.h usability... no checking hdfs.h presence... no checking for hdfs.h... no checking hadoop/hdfs.h usability... no checking hadoop/hdfs.h presence... no checking for hadoop/hdfs.h... no checking for curl/curl.h... (cached) yes checking for CURL... yes checking for cos in -lm... (cached) yes configure: Not running from git source checking for rst2man... no checking for rst2man.py... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating runtime/Makefile config.status: creating compat/Makefile config.status: creating grammar/Makefile config.status: creating tools/Makefile config.status: creating plugins/imudp/Makefile config.status: creating plugins/imtcp/Makefile config.status: creating plugins/im3195/Makefile config.status: creating plugins/imgssapi/Makefile config.status: creating plugins/imuxsock/Makefile config.status: creating plugins/imjournal/Makefile config.status: creating plugins/immark/Makefile config.status: creating plugins/imklog/Makefile config.status: creating plugins/omhdfs/Makefile config.status: creating plugins/omkafka/Makefile config.status: creating plugins/omprog/Makefile config.status: creating plugins/mmexternal/Makefile config.status: creating plugins/omstdout/Makefile config.status: creating plugins/omjournal/Makefile config.status: creating plugins/pmciscoios/Makefile config.status: creating plugins/pmnull/Makefile config.status: creating plugins/pmnormalize/Makefile config.status: creating plugins/omruleset/Makefile config.status: creating plugins/omuxsock/Makefile config.status: creating plugins/imfile/Makefile config.status: creating plugins/imsolaris/Makefile config.status: creating plugins/imptcp/Makefile config.status: creating plugins/impstats/Makefile config.status: creating plugins/imrelp/Makefile config.status: creating plugins/imdiag/Makefile config.status: creating plugins/imkafka/Makefile config.status: creating plugins/omtesting/Makefile config.status: creating plugins/omgssapi/Makefile config.status: creating plugins/ommysql/Makefile config.status: creating plugins/ompgsql/Makefile config.status: creating plugins/omrelp/Makefile config.status: creating plugins/omlibdbi/Makefile config.status: creating plugins/ommail/Makefile config.status: creating plugins/fmhttp/Makefile config.status: creating plugins/omsnmp/Makefile config.status: creating plugins/omudpspoof/Makefile config.status: creating plugins/ommongodb/Makefile config.status: creating plugins/mmnormalize/Makefile config.status: creating plugins/mmjsonparse/Makefile config.status: creating plugins/mmaudit/Makefile config.status: creating plugins/mmanon/Makefile config.status: creating plugins/mmrm1stspace/Makefile config.status: creating plugins/mmutf8fix/Makefile config.status: creating plugins/mmfields/Makefile config.status: creating plugins/mmpstrucdata/Makefile config.status: creating plugins/omelasticsearch/Makefile config.status: creating plugins/omclickhouse/Makefile config.status: creating plugins/mmsnmptrapd/Makefile config.status: creating plugins/pmlastmsg/Makefile config.status: creating plugins/mmdblookup/Makefile config.status: creating plugins/omazureeventhubs/Makefile config.status: creating contrib/mmdarwin/Makefile config.status: creating contrib/omhttp/Makefile config.status: creating contrib/fmhash/Makefile config.status: creating contrib/fmunflatten/Makefile config.status: creating contrib/ffaup/Makefile config.status: creating contrib/pmsnare/Makefile config.status: creating contrib/pmpanngfw/Makefile config.status: creating contrib/pmaixforwardedfrom/Makefile config.status: creating contrib/omhiredis/Makefile config.status: creating contrib/omrabbitmq/Makefile config.status: creating contrib/imkmsg/Makefile config.status: creating contrib/mmgrok/Makefile config.status: creating contrib/mmcount/Makefile config.status: creating contrib/omczmq/Makefile config.status: creating contrib/imczmq/Makefile config.status: creating contrib/mmsequence/Makefile config.status: creating contrib/mmrfc5424addhmac/Makefile config.status: creating contrib/pmcisconames/Makefile config.status: creating contrib/omhttpfs/Makefile config.status: creating contrib/omamqp1/Makefile config.status: creating contrib/omtcl/Makefile config.status: creating contrib/imbatchreport/Makefile config.status: creating contrib/omfile-hardened/Makefile config.status: creating contrib/mmkubernetes/Makefile config.status: creating contrib/impcap/Makefile config.status: creating contrib/imtuxedoulog/Makefile config.status: creating contrib/improg/Makefile config.status: creating contrib/imhttp/Makefile config.status: creating contrib/mmtaghostname/Makefile config.status: creating contrib/imdocker/Makefile config.status: creating contrib/pmdb2diag/Makefile config.status: creating contrib/imhiredis/Makefile config.status: creating tests/set-envvars config.status: creating tests/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 **************************************************** rsyslog will be compiled with the following settings: Large file support enabled: yes Networking support enabled: yes Regular expressions support enabled: yes rsyslog runtime will be built: yes rsyslogd will be built: yes have to generate man pages: no Unlimited select() support enabled: no uuid support enabled: yes Log file signing support via KSI LS12: no Log file encryption support: yes Log file compression via zstd support: no anonymization support enabled: yes message counting support enabled: no liblogging-stdlog support enabled: no libsystemd enabled: no kafka static linking enabled: no qpid proton static linking enabled: no atomic operations enabled: yes libcap-ng support enabled: no ---{ input plugins }--- Klog functionality enabled: yes (linux) /dev/kmsg functionality enabled: no plain tcp input module enabled: yes imdiag enabled: yes file input module enabled: yes docker log input module enabled: yes Solaris input module enabled: no periodic statistics module enabled: yes imczmq input module enabled: no imjournal input module enabled: no imbatchreport input module enabled: no imkafka module will be compiled: no impcap input module enabled: yes imtuxedoulog module will be compiled: no improg input module enabled: no imhttp input module enabled: no imhiredis input module enabled: no ---{ output plugins }--- Mail support enabled: yes omfile-hardened module will be compiled: no omprog module will be compiled: yes omstdout module will be compiled: yes omjournal module will be compiled: no omhdfs module will be compiled: no omelasticsearch module will be compiled: yes omclickhouse module will be compiled: yes omhttp module will be compiled: yes omruleset module will be compiled: yes omudpspoof module will be compiled: no omuxsock module will be compiled: yes omczmq module will be compiled: no omrabbitmq module will be compiled: no omhttpfs module will be compiled: yes omamqp1 module will be compiled: no omtcl module will be compiled: no omkafka module will be compiled: no omhiredis module will be compiled: no omazureeventhubs module will be compiled: no ---{ parser modules }--- pmlastmsg module will be compiled: yes pmcisconames module will be compiled: yes pmciscoios module will be compiled: yes pmnull module will be compiled: no pmnormalize module will be compiled: no pmaixforwardedfrom module w.be compiled: yes pmsnare module will be compiled: yes pmdb2diag module will be compiled: no pmpanngfw module will be compiled: no ---{ message modification modules }--- mmnormalize module will be compiled: no mmjsonparse module will be compiled: yes mmgrok module will be compiled: no mmjaduit module will be compiled: yes mmsnmptrapd module will be compiled: no mmutf8fix enabled: yes mmrfc5424addhmac enabled: no mmpstrucdata enabled: yes mmsequence enabled: yes mmdblookup enabled: no mmdarwin enabled: no mmfields enabled: yes mmrm1stspace module enabled: no mmkubernetes enabled: no mmtaghostname enabled: no ---{ database support }--- MySql support enabled: no libdbi support enabled: no PostgreSQL support enabled: no mongodb support enabled: no hiredis support enabled: no ---{ protocol support }--- openssl network stream driver enabled: no GnuTLS network stream driver enabled: no GSSAPI Kerberos 5 support enabled: no RELP support enabled: yes SNMP support enabled: no ---{ function modules }--- fmhttp enabled: yes fmhash enabled: yes fmhash with xxhash enabled: no fmunflatten enabled: no ffaup enabled: no ---{ debugging support }--- distcheck workaround enabled: no Testbench enabled: no valgrind tests enabled: valgrind helgrind tests enabled: yes Default tests enabled: yes Testbench libfaketime tests enabled: no Extended Testbench enabled: no MySQL Tests enabled: no Elasticsearch Tests: no ClickHouse Tests: no PostgreSQL Tests enabled: no Kafka Tests enabled: no Redis Tests enabled: no Omazureeventhubs Tests enabled: no Imdocker Tests enabled: no gnutls tests enabled: no imfile tests enabled: yes systemd journal tests enabled: no SNMP Tests enabled: no Debug mode enabled: no (total) debugless mode enabled: no Diagnostic tools enabled: no End-User tools enabled: no Valgrind support settings enabled: no >>> rsyslog 8.2312.0 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0' Making all in compat make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/compat' CC compat_la-getifaddrs.lo CC compat_la-strndup.lo CC compat_la-asprintf.lo CC compat_la-solaris_elf_fix.lo CCLD compat.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/compat' Making all in runtime make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/runtime' CC librsyslog_la-rsyslog.lo CC librsyslog_la-dnscache.lo CC librsyslog_la-glbl.lo CC librsyslog_la-conf.lo CC librsyslog_la-janitor.lo CC librsyslog_la-rsconf.lo CC librsyslog_la-parser.lo CC librsyslog_la-strgen.lo CC librsyslog_la-msg.lo msg.c: In function 'MsgSetPropsViaJSON_Object': msg.c:4881:1: note: label 'finalize_it' defined here 4881 | finalize_it: | ^~~~~~~~~~~ msg.c:4871:37: note: 'itEnd' declared here 4871 | struct json_object_iterator itEnd = json_object_iter_end(json); | ^~~~~ msg.c:4881:1: note: label 'finalize_it' defined here 4881 | finalize_it: | ^~~~~~~~~~~ msg.c:4870:37: note: 'it' declared here 4870 | struct json_object_iterator it = json_object_iter_begin(json); | ^~ msg.c: In function 'msgAddMetadata': msg.c:5228:1: note: label 'finalize_it' defined here 5228 | finalize_it: | ^~~~~~~~~~~ msg.c:5221:35: note: 'jval' declared here 5221 | struct json_object *const jval = json_object_new_string((char*)metaval); | ^~~~ msg.c: In function 'jsonDeepCopy': msg.c:5263:9: note: switch starts here 5263 | switch(json_object_get_type(src)) { | ^~~~~~ msg.c:5279:45: note: 'itEnd' declared here 5279 | struct json_object_iterator itEnd = json_object_iter_end(src); | ^~~~~ CC librsyslog_la-linkedlist.lo msg.c:5263:9: note: switch starts here 5263 | switch(json_object_get_type(src)) { | ^~~~~~ msg.c:5278:45: note: 'it' declared here 5278 | struct json_object_iterator it = json_object_iter_begin(src); | ^~ msg.c:5263:9: note: switch starts here 5263 | switch(json_object_get_type(src)) { | ^~~~~~ msg.c:5279:45: note: 'itEnd' declared here 5279 | struct json_object_iterator itEnd = json_object_iter_end(src); | ^~~~~ msg.c:5263:9: note: switch starts here 5263 | switch(json_object_get_type(src)) { | ^~~~~~ msg.c:5278:45: note: 'it' declared here 5278 | struct json_object_iterator it = json_object_iter_begin(src); | ^~ msg.c:5263:9: note: switch starts here 5263 | switch(json_object_get_type(src)) { | ^~~~~~ msg.c:5279:45: note: 'itEnd' declared here 5279 | struct json_object_iterator itEnd = json_object_iter_end(src); | ^~~~~ msg.c:5263:9: note: switch starts here 5263 | switch(json_object_get_type(src)) { | ^~~~~~ msg.c:5278:45: note: 'it' declared here 5278 | struct json_object_iterator it = json_object_iter_begin(src); | ^~ CC librsyslog_la-objomsr.lo CC librsyslog_la-stringbuf.lo CC librsyslog_la-datetime.lo CC librsyslog_la-srutils.lo CC librsyslog_la-errmsg.lo CC librsyslog_la-operatingstate.lo CC librsyslog_la-debug.lo operatingstate.c: In function 'osf_checkOnStartup': operatingstate.c:96:1: note: label 'done' defined here 96 | done: | ^~~~ operatingstate.c:78:13: note: 'rd' declared here 78 | int rd = read(fd, iobuf, len_clean_close); | ^~ operatingstate.c:96:1: note: label 'done' defined here 96 | done: | ^~~~ operatingstate.c:72:13: note: 'offs' declared here 72 | int offs = lseek64(fd, -(len_clean_close + 1), SEEK_END); | ^~~~ operatingstate.c:96:1: note: label 'done' defined here 96 | done: | ^~~~ operatingstate.c:78:13: note: 'rd' declared here 78 | int rd = read(fd, iobuf, len_clean_close); | ^~ CC librsyslog_la-obj.lo CC librsyslog_la-modules.lo CC librsyslog_la-statsobj.lo CC librsyslog_la-dynstats.lo CC librsyslog_la-perctile_ringbuf.lo CC librsyslog_la-perctile_stats.lo perctile_stats.c: In function 'initAndAddPerctileMetrics': perctile_stats.c:272:1: note: label 'finalize_it' defined here 272 | finalize_it: | ^~~~~~~~~~~ perctile_stats.c:223:13: note: 'remaining_size' declared here 223 | int remaining_size = stat_name_len - offset - 1; | ^~~~~~~~~~~~~~ perctile_stats.c:272:1: note: label 'finalize_it' defined here 272 | finalize_it: | ^~~~~~~~~~~ perctile_stats.c:217:13: note: 'offset' declared here 217 | int offset = snprintf(stat_name, stat_name_len, "%s%s", (char*)pstat->name, (char*)bkt->delim); | ^~~~~~ perctile_stats.c:272:1: note: label 'finalize_it' defined here 272 | finalize_it: | ^~~~~~~~~~~ perctile_stats.c:223:13: note: 'remaining_size' declared here 223 | int remaining_size = stat_name_len - offset - 1; | ^~~~~~~~~~~~~~ CC librsyslog_la-stream.lo CC librsyslog_la-var.lo stream.c: In function 'checkTruncation': stream.c:689:1: note: label 'finalize_it' defined here 689 | finalize_it: | ^~~~~~~~~~~ stream.c:676:23: note: 'lenRead' declared here 676 | const ssize_t lenRead = read(pThis->fd, pThis->pIOBuf_truncation, pThis->iBufPtrMax); | ^~~~~~~ stream.c:689:1: note: label 'finalize_it' defined here 689 | finalize_it: | ^~~~~~~~~~~ stream.c:668:23: note: 'backseek' declared here 668 | const off64_t backseek = -1 * (off64_t) pThis->iBufPtrMax; | ^~~~~~~~ stream.c:689:1: note: label 'finalize_it' defined here 689 | finalize_it: | ^~~~~~~~~~~ stream.c:676:23: note: 'lenRead' declared here 676 | const ssize_t lenRead = read(pThis->fd, pThis->pIOBuf_truncation, pThis->iBufPtrMax); | ^~~~~~~ stream.c: In function 'strmSeek': stream.c:1877:1: note: label 'finalize_it' defined here 1877 | finalize_it: | ^~~~~~~~~~~ stream.c:1867:23: note: 'i' declared here 1867 | const off64_t i = lseek64(pThis->fd, offs, SEEK_SET); | ^ stream.c:1877:1: note: label 'finalize_it' defined here 1877 | finalize_it: | ^~~~~~~~~~~ stream.c:1867:23: note: 'i' declared here 1867 | const off64_t i = lseek64(pThis->fd, offs, SEEK_SET); | ^ CC librsyslog_la-wtp.lo CC librsyslog_la-wti.lo CC librsyslog_la-queue.lo CC librsyslog_la-ruleset.lo CC librsyslog_la-prop.lo CC librsyslog_la-ratelimit.lo CC librsyslog_la-lookup.lo CC librsyslog_la-cfsysline.lo CC librsyslog_la-hashtable.lo lookup.c: In function 'lookupTableDefProcessCnf': lookup.c:1065:1: note: label 'finalize_it' defined here 1065 | finalize_it: | ^~~~~~~~~~~ lookup.c:1041:28: note: 'lu_filename' declared here 1041 | const uchar *const lu_filename = lu->filename; /* we need a const to keep TSAN happy :-( */ | ^~~~~~~~~~~ lookup.c:1065:1: note: label 'finalize_it' defined here 1065 | finalize_it: | ^~~~~~~~~~~ lookup.c:1040:28: note: 'lu_name' declared here 1040 | const uchar *const lu_name = lu->name; /* we need a const to keep TSAN happy :-( */ | ^~~~~~~ lookup.c:1065:1: note: label 'finalize_it' defined here 1065 | finalize_it: | ^~~~~~~~~~~ lookup.c:1041:28: note: 'lu_filename' declared here 1041 | const uchar *const lu_filename = lu->filename; /* we need a const to keep TSAN happy :-( */ | ^~~~~~~~~~~ lookup.c:1065:1: note: label 'finalize_it' defined here 1065 | finalize_it: | ^~~~~~~~~~~ lookup.c:1040:28: note: 'lu_name' declared here 1040 | const uchar *const lu_name = lu->name; /* we need a const to keep TSAN happy :-( */ | ^~~~~~~ lookup.c:1065:1: note: label 'finalize_it' defined here 1065 | finalize_it: | ^~~~~~~~~~~ lookup.c:1041:28: note: 'lu_filename' declared here 1041 | const uchar *const lu_filename = lu->filename; /* we need a const to keep TSAN happy :-( */ | ^~~~~~~~~~~ lookup.c:1065:1: note: label 'finalize_it' defined here 1065 | finalize_it: | ^~~~~~~~~~~ lookup.c:1040:28: note: 'lu_name' declared here 1040 | const uchar *const lu_name = lu->name; /* we need a const to keep TSAN happy :-( */ | ^~~~~~~ lookup.c:1065:1: note: label 'finalize_it' defined here 1065 | finalize_it: | ^~~~~~~~~~~ lookup.c:1041:28: note: 'lu_filename' declared here 1041 | const uchar *const lu_filename = lu->filename; /* we need a const to keep TSAN happy :-( */ | ^~~~~~~~~~~ lookup.c:1065:1: note: label 'finalize_it' defined here 1065 | finalize_it: | ^~~~~~~~~~~ lookup.c:1040:28: note: 'lu_name' declared here 1040 | const uchar *const lu_name = lu->name; /* we need a const to keep TSAN happy :-( */ | ^~~~~~~ CC librsyslog_la-hashtable_itr.lo CC ../librsyslog_la-outchannel.lo CC ../librsyslog_la-template.lo CC librsyslog_la-timezones.lo ../template.c: In function 'tplToString': ../template.c:271:1: note: label 'finalize_it' defined here 271 | finalize_it: | ^~~~~~~~~~~ ../template.c:195:19: note: 'extra_space' declared here 195 | const int extra_space = (pTpl->optFormatEscape == JSONF) ? 1 : 3; | ^~~~~~~~~~~ ../template.c:271:1: note: label 'finalize_it' defined here 271 | finalize_it: | ^~~~~~~~~~~ ../template.c:195:19: note: 'extra_space' declared here 195 | const int extra_space = (pTpl->optFormatEscape == JSONF) ? 1 : 3; | ^~~~~~~~~~~ ../template.c:271:1: note: label 'finalize_it' defined here 271 | finalize_it: | ^~~~~~~~~~~ ../template.c:195:19: note: 'extra_space' declared here 195 | const int extra_space = (pTpl->optFormatEscape == JSONF) ? 1 : 3; | ^~~~~~~~~~~ ../template.c:271:1: note: label 'finalize_it' defined here 271 | finalize_it: | ^~~~~~~~~~~ ../template.c:195:19: note: 'extra_space' declared here 195 | const int extra_space = (pTpl->optFormatEscape == JSONF) ? 1 : 3; | ^~~~~~~~~~~ CC libgcry_la-libgcry.lo libgcry.c: In function 'eiGetIV': libgcry.c:276:1: note: label 'finalize_it' defined here 276 | finalize_it: | ^~~~~~~~~~~ libgcry.c:249:27: note: 'cmp_IV' declared here 249 | const char *const cmp_IV = "IV"; // work-around for static analyzer | ^~~~~~ libgcry.c: In function 'eiGetEND': libgcry.c:295:1: note: label 'finalize_it' defined here 295 | finalize_it: | ^~~~~~~~~~~ libgcry.c:288:27: note: 'const_END' declared here 288 | const char *const const_END = "END"; // clang static analyzer work-around | ^~~~~~~~~ CC libgcry_la-libgcry_common.lo CC lmregexp_la-regexp.lo CC lmzlibw_la-zlibw.lo CC lmnet_la-net.lo CC lmnetstrms_la-netstrms.lo CC lmnetstrms_la-netstrm.lo CC lmnetstrms_la-nssel.lo CC lmnetstrms_la-nspoll.lo CC lmnsd_ptcp_la-nsd_ptcp.lo CC lmnsd_ptcp_la-nsdsel_ptcp.lo CC lmnsd_ptcp_la-nsdpoll_ptcp.lo nsdsel_ptcp.c: In function 'IsReady': nsdsel_ptcp.c:177:1: note: label 'finalize_it' defined here 177 | finalize_it: | ^~~~~~~~~~~ nsdsel_ptcp.c:160:21: note: 'revent' declared here 160 | const short revent = pThis->fds[idx].revents; | ^~~~~~ CC lmcry_gcry_la-lmcry_gcry.lo CC lmtcpsrv_la-tcps_sess.lo CC lmtcpsrv_la-tcpsrv.lo CC lmtcpclt_la-tcpclt.lo CC ../librsyslog_la-action.lo CC ../librsyslog_la-threads.lo ../action.c: In function 'actionCommit': ../action.c:1637:1: note: label 'finalize_it' defined here 1637 | finalize_it: | ^~~~~~~~~~~ ../action.c:1609:13: note: 'bDone' declared here 1609 | int bDone = 0; | ^~~~~ ../action.c:1637:1: note: label 'finalize_it' defined here 1637 | finalize_it: | ^~~~~~~~~~~ ../action.c:1609:13: note: 'bDone' declared here 1609 | int bDone = 0; | ^~~~~ ../action.c:1637:1: note: label 'finalize_it' defined here 1637 | finalize_it: | ^~~~~~~~~~~ ../action.c:1609:13: note: 'bDone' declared here 1609 | int bDone = 0; | ^~~~~ ../action.c:1637:1: note: label 'finalize_it' defined here 1637 | finalize_it: | ^~~~~~~~~~~ ../action.c:1609:13: note: 'bDone' declared here 1609 | int bDone = 0; | ^~~~~ ../action.c:1637:1: note: label 'finalize_it' defined here 1637 | finalize_it: | ^~~~~~~~~~~ ../action.c:1609:13: note: 'bDone' declared here 1609 | int bDone = 0; | ^~~~~ ../action.c:1637:1: note: label 'finalize_it' defined here 1637 | finalize_it: | ^~~~~~~~~~~ ../action.c:1609:13: note: 'bDone' declared here 1609 | int bDone = 0; | ^~~~~ CC ../librsyslog_la-parse.lo CCLD libgcry.la CCLD lmregexp.la CCLD lmzlibw.la CCLD lmnet.la CCLD lmnetstrms.la CCLD lmnsd_ptcp.la CCLD lmcry_gcry.la CCLD lmtcpsrv.la CCLD lmtcpclt.la CCLD librsyslog.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/runtime' Making all in grammar make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/grammar' /usr/bin/make all-am make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/grammar' CC libgrammar_la-grammar.lo CC libgrammar_la-lexer.lo CC libgrammar_la-rainerscript.lo lexer.l: In function 'cnfAddConfigBuffer': lexer.l:493:8: note: label 'done' defined here 493 | if(r != 0) { | ^ ~~~ lexer.l:480:19: note: 'lll' declared here 480 | /* NOTE: yy_scan_buffer() does an automatic yy_switch_to_buffer to the new buffer */ | ^~~ CCLD libgrammar.la make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/grammar' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/grammar' Making all in . make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0' Making all in plugins/immark make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/immark' CC immark_la-immark.lo CCLD immark.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/immark' Making all in plugins/imuxsock make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imuxsock' CC imuxsock_la-imuxsock.lo CCLD imuxsock.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imuxsock' Making all in plugins/imtcp make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imtcp' CC imtcp_la-imtcp.lo imtcp.c: In function 'activateCnfPrePrivDrop': imtcp.c:934:1: note: label 'finalize_it' defined here 934 | finalize_it: | ^~~~~~~~~~~ imtcp.c:929:24: note: 'etry' declared here 929 | tcpsrv_etry_t *etry = tcpsrv_root; | ^~~~ CCLD imtcp.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imtcp' Making all in plugins/imudp make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imudp' CC imudp_la-imudp.lo CCLD imudp.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imudp' Making all in plugins/omtesting make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omtesting' CC omtesting_la-omtesting.lo CCLD omtesting.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omtesting' Making all in plugins/mmexternal make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmexternal' CC mmexternal_la-mmexternal.lo CCLD mmexternal.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmexternal' Making all in tools make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/tools' CC rsyslogd-syslogd.o CC rsyslogd-rsyslogd.o CC rsyslogd-omshell.o CC rsyslogd-omusrmsg.o rsyslogd.c: In function 'queryLocalHostname': rsyslogd.c:285:1: note: label 'finalize_it' defined here 285 | finalize_it: | ^~~~~~~~~~~ rsyslogd.c:268:16: note: 'dot' declared here 268 | uchar *dot = (uchar*) strstr((char*)LocalFQDNName, "."); | ^~~ rsyslogd.c: In function 'checkStartupOK': rsyslogd.c:372:1: note: label 'finalize_it' defined here 372 | finalize_it: | ^~~~~~~~~~~ rsyslogd.c:362:21: note: 'pid' declared here 362 | const pid_t pid = (pid_t) pf_pid; | ^~~ rsyslogd.c:372:1: note: label 'finalize_it' defined here 372 | finalize_it: | ^~~~~~~~~~~ rsyslogd.c:362:21: note: 'pid' declared here 362 | const pid_t pid = (pid_t) pf_pid; | ^~~ rsyslogd.c:372:1: note: label 'finalize_it' defined here 372 | finalize_it: | ^~~~~~~~~~~ rsyslogd.c:362:21: note: 'pid' declared here 362 | const pid_t pid = (pid_t) pf_pid; | ^~~ CC rsyslogd-omfwd.o rsyslogd.c: In function 'logmsgInternal': rsyslogd.c:1090:1: note: label 'finalize_it' defined here 1090 | finalize_it: | ^~~~~~~~~~~ rsyslogd.c:1064:13: note: 'emit_supress_msg' declared here 1064 | int emit_supress_msg = 0; | ^~~~~~~~~~~~~~~~ rsyslogd.c:1090:1: note: label 'finalize_it' defined here 1090 | finalize_it: | ^~~~~~~~~~~ rsyslogd.c:1063:13: note: 'emit_to_stderr' declared here 1063 | int emit_to_stderr = (ourConf == NULL) ? 1 : ourConf->globals.bErrMsgToStderr; | ^~~~~~~~~~~~~~ rsyslogd.c:1090:1: note: label 'finalize_it' defined here 1090 | finalize_it: | ^~~~~~~~~~~ rsyslogd.c:1064:13: note: 'emit_supress_msg' declared here 1064 | int emit_supress_msg = 0; | ^~~~~~~~~~~~~~~~ rsyslogd.c:1090:1: note: label 'finalize_it' defined here 1090 | finalize_it: | ^~~~~~~~~~~ rsyslogd.c:1063:13: note: 'emit_to_stderr' declared here 1063 | int emit_to_stderr = (ourConf == NULL) ? 1 : ourConf->globals.bErrMsgToStderr; | ^~~~~~~~~~~~~~ CC rsyslogd-omfile.o In file included from /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/string.h:548, from omusrmsg.c:33: In function 'strncat', inlined from 'sendwallmsg' at omusrmsg.c:220:2, inlined from 'wallmsg' at omusrmsg.c:361:3: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/string_fortified.h:138:10: warning: '__builtin___strncat_chk' argument 2 declared attribute 'nonstring' [-Wstringop-overread] 138 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 139 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/utmp.h:29, from omusrmsg.c:39: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/utmp.h: In function 'wallmsg': /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/bits/utmp.h:62:8: note: argument 'ut_line' declared here 62 | char ut_line[UT_LINESIZE] | ^~~~~~~ In file included from omfile.c:63: omfile.c: In function 'newActInst': ../runtime/module-template.h:411:1: note: label 'finalize_it' defined here 411 | finalize_it:\ | ^~~~~~~~~~~ omfile.c:1419:1: note: in expansion of macro 'CODE_STD_FINALIZERnewActInst' 1419 | CODE_STD_FINALIZERnewActInst | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ omfile.c:1368:13: note: 'allWhiteSpace' declared here 1368 | int allWhiteSpace = 1; | ^~~~~~~~~~~~~ ../runtime/module-template.h:411:1: note: label 'finalize_it' defined here 411 | finalize_it:\ | ^~~~~~~~~~~ omfile.c:1419:1: note: in expansion of macro 'CODE_STD_FINALIZERnewActInst' 1419 | CODE_STD_FINALIZERnewActInst | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ omfile.c:1368:13: note: 'allWhiteSpace' declared here 1368 | int allWhiteSpace = 1; | ^~~~~~~~~~~~~ ../runtime/module-template.h:411:1: note: label 'finalize_it' defined here 411 | finalize_it:\ | ^~~~~~~~~~~ omfile.c:1419:1: note: in expansion of macro 'CODE_STD_FINALIZERnewActInst' 1419 | CODE_STD_FINALIZERnewActInst | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ omfile.c:1368:13: note: 'allWhiteSpace' declared here 1368 | int allWhiteSpace = 1; | ^~~~~~~~~~~~~ ../runtime/module-template.h:411:1: note: label 'finalize_it' defined here 411 | finalize_it:\ | ^~~~~~~~~~~ omfile.c:1419:1: note: in expansion of macro 'CODE_STD_FINALIZERnewActInst' 1419 | CODE_STD_FINALIZERnewActInst | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ omfile.c:1368:13: note: 'allWhiteSpace' declared here 1368 | int allWhiteSpace = 1; | ^~~~~~~~~~~~~ ../runtime/module-template.h:411:1: note: label 'finalize_it' defined here 411 | finalize_it:\ | ^~~~~~~~~~~ omfile.c:1419:1: note: in expansion of macro 'CODE_STD_FINALIZERnewActInst' 1419 | CODE_STD_FINALIZERnewActInst | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ omfile.c:1368:13: note: 'allWhiteSpace' declared here 1368 | int allWhiteSpace = 1; | ^~~~~~~~~~~~~ CC rsyslogd-ompipe.o CC rsyslogd-omdiscard.o CC rsyslogd-pmrfc5424.o CC rsyslogd-pmrfc3164.o CC rsyslogd-smtradfile.o CC rsyslogd-smfile.o CC rsyslogd-smfwd.o CC rsyslogd-smtradfwd.o CC rsyslogd-iminternal.o CCLD rsyslogd make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/tools' Making all in plugins/imklog make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imklog' CC imklog_la-imklog.lo CC imklog_la-bsd.lo CCLD imklog.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imklog' Making all in plugins/impstats make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/impstats' CC impstats_la-impstats.lo CCLD impstats.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/impstats' Making all in plugins/omrelp make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omrelp' CC omrelp_la-omrelp.lo CCLD omrelp.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omrelp' Making all in plugins/imrelp make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imrelp' CC imrelp_la-imrelp.lo CCLD imrelp.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imrelp' Making all in plugins/omstdout make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omstdout' CC omstdout_la-omstdout.lo CCLD omstdout.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omstdout' Making all in contrib/pmcisconames make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/pmcisconames' CC pmcisconames_la-pmcisconames.lo CCLD pmcisconames.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/pmcisconames' Making all in plugins/pmciscoios make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/pmciscoios' CC pmciscoios_la-pmciscoios.lo CCLD pmciscoios.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/pmciscoios' Making all in contrib/pmaixforwardedfrom make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/pmaixforwardedfrom' CC pmaixforwardedfrom_la-pmaixforwardedfrom.lo CCLD pmaixforwardedfrom.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/pmaixforwardedfrom' Making all in contrib/pmsnare make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/pmsnare' CC pmsnare_la-pmsnare.lo CCLD pmsnare.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/pmsnare' Making all in plugins/pmlastmsg make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/pmlastmsg' CC pmlastmsg_la-pmlastmsg.lo CCLD pmlastmsg.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/pmlastmsg' Making all in plugins/omruleset make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omruleset' CC omruleset_la-omruleset.lo CCLD omruleset.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omruleset' Making all in plugins/omuxsock make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omuxsock' CC omuxsock_la-omuxsock.lo CCLD omuxsock.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omuxsock' Making all in plugins/omelasticsearch make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omelasticsearch' CC omelasticsearch_la-omelasticsearch.lo omelasticsearch.c: In function 'getIndexTypeAndParent': omelasticsearch.c:609:1: note: label 'done' defined here 609 | done: | ^~~~ omelasticsearch.c:587:13: note: 'iNumTpls' declared here 587 | int iNumTpls = 1; | ^~~~~~~~ omelasticsearch.c: In function 'parseRequestAndResponseForContext': omelasticsearch.c:1015:1: note: label 'finalize_it' defined here 1015 | finalize_it: | ^~~~~~~~~~~ omelasticsearch.c:947:21: note: 'lastReqRead' declared here 947 | const char *lastReqRead= (char*)reqmsg; | ^~~~~~~~~~~ omelasticsearch.c:1015:1: note: label 'finalize_it' defined here 1015 | finalize_it: | ^~~~~~~~~~~ omelasticsearch.c:933:13: note: 'errors' declared here 933 | int errors = 0; | ^~~~~~ omelasticsearch.c: In function 'getDataInterleaved': omelasticsearch.c:1093:9: note: label 'finalize_it' defined here 1093 | finalize_it: | ^~~~~~~~~~~ omelasticsearch.c:1079:23: note: 'interleavedNode' declared here 1079 | fjson_object *interleavedNode=NULL; | ^~~~~~~~~~~~~~~ CCLD omelasticsearch.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omelasticsearch' Making all in plugins/omclickhouse make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omclickhouse' CC omclickhouse_la-omclickhouse.lo CCLD omclickhouse.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omclickhouse' Making all in contrib/omhttp make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/omhttp' CC omhttp_la-omhttp.lo omhttp.c: In function 'getRestPath': omhttp.c:587:1: note: label 'done' defined here 587 | done: | ^~~~ omhttp.c:581:13: note: 'iNumTpls' declared here 581 | int iNumTpls = 1; | ^~~~~~~~ omhttp.c: In function 'serializeBatchKafkaRest': omhttp.c:1233:1: note: label 'finalize_it' defined here 1233 | finalize_it: | ^~~~~~~~~~~ omhttp.c:1230:21: note: 'batchString' declared here 1230 | const char *batchString = fjson_object_to_json_string_ext(recordObj, FJSON_TO_STRING_PLAIN); | ^~~~~~~~~~~ omhttp.c:1233:1: note: label 'finalize_it' defined here 1233 | finalize_it: | ^~~~~~~~~~~ omhttp.c:1230:21: note: 'batchString' declared here 1230 | const char *batchString = fjson_object_to_json_string_ext(recordObj, FJSON_TO_STRING_PLAIN); | ^~~~~~~~~~~ omhttp.c:1233:1: note: label 'finalize_it' defined here 1233 | finalize_it: | ^~~~~~~~~~~ omhttp.c:1230:21: note: 'batchString' declared here 1230 | const char *batchString = fjson_object_to_json_string_ext(recordObj, FJSON_TO_STRING_PLAIN); | ^~~~~~~~~~~ omhttp.c: In function 'serializeBatchLokiRest': omhttp.c:1285:1: note: label 'finalize_it' defined here 1285 | finalize_it: | ^~~~~~~~~~~ omhttp.c:1282:21: note: 'batchString' declared here 1282 | const char *batchString = fjson_object_to_json_string_ext(recordObj, FJSON_TO_STRING_PLAIN); | ^~~~~~~~~~~ omhttp.c:1285:1: note: label 'finalize_it' defined here 1285 | finalize_it: | ^~~~~~~~~~~ omhttp.c:1282:21: note: 'batchString' declared here 1282 | const char *batchString = fjson_object_to_json_string_ext(recordObj, FJSON_TO_STRING_PLAIN); | ^~~~~~~~~~~ omhttp.c: In function 'serializeBatchJsonArray': omhttp.c:1326:1: note: label 'finalize_it' defined here 1326 | finalize_it: | ^~~~~~~~~~~ omhttp.c:1323:21: note: 'batchString' declared here 1323 | const char *batchString = fjson_object_to_json_string_ext(batchArray, FJSON_TO_STRING_PLAIN); | ^~~~~~~~~~~ CCLD omhttp.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/omhttp' Making all in plugins/imfile make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imfile' CC imfile_la-imfile.lo CC imfile_la-siphash.lo imfile.c: In function 'process_symlink': imfile.c:941:1: note: label 'finalize_it' defined here 941 | finalize_it: | ^~~~~~~~~~~ imfile.c:918:19: note: 'is_file' declared here 918 | const int is_file = (S_ISREG(fileInfo.st_mode)); | ^~~~~~~ imfile.c:941:1: note: label 'finalize_it' defined here 941 | finalize_it: | ^~~~~~~~~~~ imfile.c:918:19: note: 'is_file' declared here 918 | const int is_file = (S_ISREG(fileInfo.st_mode)); | ^~~~~~~ imfile.c: In function 'openFileWithStateFile': imfile.c:1573:1: note: label 'finalize_it' defined here 1573 | finalize_it: | ^~~~~~~~~~~ imfile.c:1556:28: note: 'prev_msg_segment' declared here 1556 | const uchar *const prev_msg_segment = (const uchar*)fjson_object_get_string(jval); | ^~~~~~~~~~~~~~~~ imfile.c:1573:1: note: label 'finalize_it' defined here 1573 | finalize_it: | ^~~~~~~~~~~ imfile.c:1547:28: note: 'prev_line_segment' declared here 1547 | const uchar *const prev_line_segment = (const uchar*)fjson_object_get_string(jval); | ^~~~~~~~~~~~~~~~~ imfile.c:1573:1: note: label 'finalize_it' defined here 1573 | finalize_it: | ^~~~~~~~~~~ imfile.c:1526:29: note: 'json' declared here 1526 | struct json_object *json = fjson_object_from_fd(fd); | ^~~~ imfile.c:1573:1: note: label 'finalize_it' defined here 1573 | finalize_it: | ^~~~~~~~~~~ imfile.c:1556:28: note: 'prev_msg_segment' declared here 1556 | const uchar *const prev_msg_segment = (const uchar*)fjson_object_get_string(jval); | ^~~~~~~~~~~~~~~~ imfile.c:1573:1: note: label 'finalize_it' defined here 1573 | finalize_it: | ^~~~~~~~~~~ imfile.c:1547:28: note: 'prev_line_segment' declared here 1547 | const uchar *const prev_line_segment = (const uchar*)fjson_object_get_string(jval); | ^~~~~~~~~~~~~~~~~ imfile.c:1573:1: note: label 'finalize_it' defined here 1573 | finalize_it: | ^~~~~~~~~~~ imfile.c:1526:29: note: 'json' declared here 1526 | struct json_object *json = fjson_object_from_fd(fd); | ^~~~ imfile.c:1573:1: note: label 'finalize_it' defined here 1573 | finalize_it: | ^~~~~~~~~~~ imfile.c:1556:28: note: 'prev_msg_segment' declared here 1556 | const uchar *const prev_msg_segment = (const uchar*)fjson_object_get_string(jval); | ^~~~~~~~~~~~~~~~ imfile.c:1573:1: note: label 'finalize_it' defined here 1573 | finalize_it: | ^~~~~~~~~~~ imfile.c:1547:28: note: 'prev_line_segment' declared here 1547 | const uchar *const prev_line_segment = (const uchar*)fjson_object_get_string(jval); | ^~~~~~~~~~~~~~~~~ imfile.c:1573:1: note: label 'finalize_it' defined here 1573 | finalize_it: | ^~~~~~~~~~~ imfile.c:1526:29: note: 'json' declared here 1526 | struct json_object *json = fjson_object_from_fd(fd); | ^~~~ imfile.c:1573:1: note: label 'finalize_it' defined here 1573 | finalize_it: | ^~~~~~~~~~~ imfile.c:1556:28: note: 'prev_msg_segment' declared here 1556 | const uchar *const prev_msg_segment = (const uchar*)fjson_object_get_string(jval); | ^~~~~~~~~~~~~~~~ imfile.c:1573:1: note: label 'finalize_it' defined here 1573 | finalize_it: | ^~~~~~~~~~~ imfile.c:1547:28: note: 'prev_line_segment' declared here 1547 | const uchar *const prev_line_segment = (const uchar*)fjson_object_get_string(jval); | ^~~~~~~~~~~~~~~~~ imfile.c:1573:1: note: label 'finalize_it' defined here 1573 | finalize_it: | ^~~~~~~~~~~ imfile.c:1526:29: note: 'json' declared here 1526 | struct json_object *json = fjson_object_from_fd(fd); | ^~~~ imfile.c:1573:1: note: label 'finalize_it' defined here 1573 | finalize_it: | ^~~~~~~~~~~ imfile.c:1556:28: note: 'prev_msg_segment' declared here 1556 | const uchar *const prev_msg_segment = (const uchar*)fjson_object_get_string(jval); | ^~~~~~~~~~~~~~~~ imfile.c: In function 'in_processEvent': imfile.c:2466:1: note: label 'done' defined here 2466 | done: return; | ^~~~ imfile.c:2446:31: note: 'etry' declared here 2446 | const wd_map_t *const etry = wdmapLookup(ev->wd); | ^~~~ imfile.c: In function 'atomicWriteStateFile': imfile.c:2756:1: note: label 'finalize_it' defined here 2756 | finalize_it: | ^~~~~~~~~~~ imfile.c:2747:23: note: 'w' declared here 2747 | const ssize_t w = write(fd, content, toWrite); | ^ imfile.c:2756:1: note: label 'finalize_it' defined here 2756 | finalize_it: | ^~~~~~~~~~~ imfile.c:2746:22: note: 'toWrite' declared here 2746 | const size_t toWrite = strlen(content); | ^~~~~~~ imfile.c: In function 'persistStrmState': imfile.c:2849:1: note: label 'finalize_it' defined here 2849 | finalize_it: | ^~~~~~~~~~~ imfile.c:2839:21: note: 'jstr' declared here 2839 | const char *jstr = json_object_to_json_string_ext(json, JSON_C_TO_STRING_SPACED); | ^~~~ imfile.c:2849:1: note: label 'finalize_it' defined here 2849 | finalize_it: | ^~~~~~~~~~~ imfile.c:2833:28: note: 'prevMsgSegment' declared here 2833 | const uchar *const prevMsgSegment = strmGetPrevMsgSegment(act->pStrm); | ^~~~~~~~~~~~~~ imfile.c:2849:1: note: label 'finalize_it' defined here 2849 | finalize_it: | ^~~~~~~~~~~ imfile.c:2827:28: note: 'prevLineSegment' declared here 2827 | const uchar *const prevLineSegment = strmGetPrevLineSegment(act->pStrm); | ^~~~~~~~~~~~~~~ CCLD imfile.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imfile' Making all in contrib/imdocker make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/imdocker' CC imdocker_la-imdocker.lo imdocker.c: In function 'enqMsg': imdocker.c:1087:1: note: label 'finalize_it' defined here 1087 | finalize_it: | ^~~~~~~~~~~ imdocker.c:1082:21: note: 'name' declared here 1082 | const char *name = (const char*)pInst->container_info->name; | ^~~~ imdocker.c:1087:1: note: label 'finalize_it' defined here 1087 | finalize_it: | ^~~~~~~~~~~ imdocker.c:1082:21: note: 'name' declared here 1082 | const char *name = (const char*)pInst->container_info->name; | ^~~~ imdocker.c: In function 'imdocker_container_logs_curlCB': imdocker.c:1378:1: note: label 'finalize_it' defined here 1378 | finalize_it: | ^~~~~~~~~~~ imdocker.c:1350:33: note: 'pDataBuf' declared here 1350 | docker_cont_logs_buf_t* pDataBuf = NULL; | ^~~~~~~~ imdocker.c:1378:1: note: label 'finalize_it' defined here 1378 | finalize_it: | ^~~~~~~~~~~ imdocker.c:1349:22: note: 'pread' declared here 1349 | const uchar* pread = pdata + frame_size; | ^~~~~ imdocker.c:1378:1: note: label 'finalize_it' defined here 1378 | finalize_it: | ^~~~~~~~~~~ imdocker.c:1348:16: note: 'payload_size' declared here 1348 | size_t payload_size = 0; | ^~~~~~~~~~~~ imdocker.c:1378:1: note: label 'finalize_it' defined here 1378 | finalize_it: | ^~~~~~~~~~~ imdocker.c:1350:33: note: 'pDataBuf' declared here 1350 | docker_cont_logs_buf_t* pDataBuf = NULL; | ^~~~~~~~ imdocker.c:1378:1: note: label 'finalize_it' defined here 1378 | finalize_it: | ^~~~~~~~~~~ imdocker.c:1349:22: note: 'pread' declared here 1349 | const uchar* pread = pdata + frame_size; | ^~~~~ imdocker.c:1378:1: note: label 'finalize_it' defined here 1378 | finalize_it: | ^~~~~~~~~~~ imdocker.c:1348:16: note: 'payload_size' declared here 1348 | size_t payload_size = 0; | ^~~~~~~~~~~~ imdocker.c:1378:1: note: label 'finalize_it' defined here 1378 | finalize_it: | ^~~~~~~~~~~ imdocker.c:1350:33: note: 'pDataBuf' declared here 1350 | docker_cont_logs_buf_t* pDataBuf = NULL; | ^~~~~~~~ imdocker.c:1378:1: note: label 'finalize_it' defined here 1378 | finalize_it: | ^~~~~~~~~~~ imdocker.c:1349:22: note: 'pread' declared here 1349 | const uchar* pread = pdata + frame_size; | ^~~~~ imdocker.c:1378:1: note: label 'finalize_it' defined here 1378 | finalize_it: | ^~~~~~~~~~~ imdocker.c:1348:16: note: 'payload_size' declared here 1348 | size_t payload_size = 0; | ^~~~~~~~~~~~ imdocker.c:1378:1: note: label 'finalize_it' defined here 1378 | finalize_it: | ^~~~~~~~~~~ imdocker.c:1350:33: note: 'pDataBuf' declared here 1350 | docker_cont_logs_buf_t* pDataBuf = NULL; | ^~~~~~~~ imdocker.c:1378:1: note: label 'finalize_it' defined here 1378 | finalize_it: | ^~~~~~~~~~~ imdocker.c:1349:22: note: 'pread' declared here 1349 | const uchar* pread = pdata + frame_size; | ^~~~~ imdocker.c:1378:1: note: label 'finalize_it' defined here 1378 | finalize_it: | ^~~~~~~~~~~ imdocker.c:1348:16: note: 'payload_size' declared here 1348 | size_t payload_size = 0; | ^~~~~~~~~~~~ imdocker.c: In function 'process_json': imdocker.c:1539:1: note: label 'finalize_it' defined here 1539 | finalize_it: | ^~~~~~~~~~~ imdocker.c:1448:13: note: 'length' declared here 1448 | int length = fjson_object_array_length(json_obj); | ^~~~~~ imdocker.c:1539:1: note: label 'finalize_it' defined here 1539 | finalize_it: | ^~~~~~~~~~~ imdocker.c:1448:13: note: 'length' declared here 1448 | int length = fjson_object_array_length(json_obj); | ^~~~~~ imdocker.c: In function 'getContainerIds': imdocker.c:1564:1: note: label 'finalize_it' defined here 1564 | finalize_it: | ^~~~~~~~~~~ imdocker.c:1556:18: note: 'response' declared here 1556 | CURLcode response = docker_get(req, url); | ^~~~~~~~ CCLD imdocker.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/imdocker' Making all in plugins/imptcp make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imptcp' CC imptcp_la-imptcp.lo imptcp.c: In function 'addSess': imptcp.c:1565:1: note: label 'finalize_it' defined here 1565 | finalize_it: | ^~~~~~~~~~~ imptcp.c:1548:13: note: 'iTCPSessMax' declared here 1548 | int iTCPSessMax = pSrv->inst->iTCPSessMax; | ^~~~~~~~~~~ imptcp.c:1565:1: note: label 'finalize_it' defined here 1565 | finalize_it: | ^~~~~~~~~~~ imptcp.c:1548:13: note: 'iTCPSessMax' declared here 1548 | int iTCPSessMax = pSrv->inst->iTCPSessMax; | ^~~~~~~~~~~ imptcp.c:1565:1: note: label 'finalize_it' defined here 1565 | finalize_it: | ^~~~~~~~~~~ imptcp.c:1548:13: note: 'iTCPSessMax' declared here 1548 | int iTCPSessMax = pSrv->inst->iTCPSessMax; | ^~~~~~~~~~~ CCLD imptcp.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imptcp' Making all in plugins/imdiag make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imdiag' CC imdiag_la-imdiag.lo imdiag.c: In function 'setAbortTimeout': imdiag.c:724:1: note: label 'finalize_it' defined here 724 | finalize_it: | ^~~~~~~~~~~ imdiag.c:717:19: note: 'iState' declared here 717 | const int iState = pthread_create(&timeoutGuard_thrd, NULL, timeoutGuard, NULL); | ^~~~~~ imdiag.c:724:1: note: label 'finalize_it' defined here 724 | finalize_it: | ^~~~~~~~~~~ imdiag.c:717:19: note: 'iState' declared here 717 | const int iState = pthread_create(&timeoutGuard_thrd, NULL, timeoutGuard, NULL); | ^~~~~~ In file included from imdiag.c:48: imdiag.c: In function 'modInit': ../../runtime/module-template.h:818:1: note: label 'finalize_it' defined here 818 | finalize_it:\ | ^~~~~~~~~~~ imdiag.c:943:1: note: in expansion of macro 'ENDmodInit' 943 | ENDmodInit | ^~~~~~~~~~ imdiag.c:883:21: note: 'ci_max_empty_checks' declared here 883 | const char *ci_max_empty_checks = getenv("CI_SHUTDOWN_QUEUE_EMPTY_CHECKS"); | ^~~~~~~~~~~~~~~~~~~ ../../runtime/module-template.h:818:1: note: label 'finalize_it' defined here 818 | finalize_it:\ | ^~~~~~~~~~~ imdiag.c:943:1: note: in expansion of macro 'ENDmodInit' 943 | ENDmodInit | ^~~~~~~~~~ imdiag.c:883:21: note: 'ci_max_empty_checks' declared here 883 | const char *ci_max_empty_checks = getenv("CI_SHUTDOWN_QUEUE_EMPTY_CHECKS"); | ^~~~~~~~~~~~~~~~~~~ ../../runtime/module-template.h:818:1: note: label 'finalize_it' defined here 818 | finalize_it:\ | ^~~~~~~~~~~ imdiag.c:943:1: note: in expansion of macro 'ENDmodInit' 943 | ENDmodInit | ^~~~~~~~~~ imdiag.c:883:21: note: 'ci_max_empty_checks' declared here 883 | const char *ci_max_empty_checks = getenv("CI_SHUTDOWN_QUEUE_EMPTY_CHECKS"); | ^~~~~~~~~~~~~~~~~~~ ../../runtime/module-template.h:818:1: note: label 'finalize_it' defined here 818 | finalize_it:\ | ^~~~~~~~~~~ imdiag.c:943:1: note: in expansion of macro 'ENDmodInit' 943 | ENDmodInit | ^~~~~~~~~~ imdiag.c:883:21: note: 'ci_max_empty_checks' declared here 883 | const char *ci_max_empty_checks = getenv("CI_SHUTDOWN_QUEUE_EMPTY_CHECKS"); | ^~~~~~~~~~~~~~~~~~~ ../../runtime/module-template.h:818:1: note: label 'finalize_it' defined here 818 | finalize_it:\ | ^~~~~~~~~~~ imdiag.c:943:1: note: in expansion of macro 'ENDmodInit' 943 | ENDmodInit | ^~~~~~~~~~ imdiag.c:883:21: note: 'ci_max_empty_checks' declared here 883 | const char *ci_max_empty_checks = getenv("CI_SHUTDOWN_QUEUE_EMPTY_CHECKS"); | ^~~~~~~~~~~~~~~~~~~ ../../runtime/module-template.h:818:1: note: label 'finalize_it' defined here 818 | finalize_it:\ | ^~~~~~~~~~~ imdiag.c:943:1: note: in expansion of macro 'ENDmodInit' 943 | ENDmodInit | ^~~~~~~~~~ imdiag.c:883:21: note: 'ci_max_empty_checks' declared here 883 | const char *ci_max_empty_checks = getenv("CI_SHUTDOWN_QUEUE_EMPTY_CHECKS"); | ^~~~~~~~~~~~~~~~~~~ ../../runtime/module-template.h:818:1: note: label 'finalize_it' defined here 818 | finalize_it:\ | ^~~~~~~~~~~ imdiag.c:943:1: note: in expansion of macro 'ENDmodInit' 943 | ENDmodInit | ^~~~~~~~~~ imdiag.c:883:21: note: 'ci_max_empty_checks' declared here 883 | const char *ci_max_empty_checks = getenv("CI_SHUTDOWN_QUEUE_EMPTY_CHECKS"); | ^~~~~~~~~~~~~~~~~~~ ../../runtime/module-template.h:818:1: note: label 'finalize_it' defined here 818 | finalize_it:\ | ^~~~~~~~~~~ imdiag.c:943:1: note: in expansion of macro 'ENDmodInit' 943 | ENDmodInit | ^~~~~~~~~~ imdiag.c:883:21: note: 'ci_max_empty_checks' declared here 883 | const char *ci_max_empty_checks = getenv("CI_SHUTDOWN_QUEUE_EMPTY_CHECKS"); | ^~~~~~~~~~~~~~~~~~~ ../../runtime/module-template.h:818:1: note: label 'finalize_it' defined here 818 | finalize_it:\ | ^~~~~~~~~~~ imdiag.c:943:1: note: in expansion of macro 'ENDmodInit' 943 | ENDmodInit | ^~~~~~~~~~ imdiag.c:883:21: note: 'ci_max_empty_checks' declared here 883 | const char *ci_max_empty_checks = getenv("CI_SHUTDOWN_QUEUE_EMPTY_CHECKS"); | ^~~~~~~~~~~~~~~~~~~ CCLD imdiag.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imdiag' Making all in plugins/ommail make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/ommail' CC ommail_la-ommail.lo CCLD ommail.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/ommail' Making all in plugins/fmhttp make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/fmhttp' CC fmhttp_la-fmhttp.lo CCLD fmhttp.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/fmhttp' Making all in contrib/fmhash make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/fmhash' CC fmhash_la-fmhash.lo fmhash.c: In function 'hash_wrapper2': fmhash.c:172:1: note: label 'finalize_it' defined here 172 | finalize_it: | ^~~~~~~~~~~ fmhash.c:168:16: note: 'len' declared here 168 | size_t len = strlen(hashStr); | ^~~ CCLD fmhash.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/fmhash' Making all in plugins/omprog make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omprog' CC omprog_la-omprog.lo omprog.c: In function 'doAction': omprog.c:1017:1: note: label 'finalize_it' defined here 1017 | finalize_it: | ^~~~~~~~~~~ omprog.c:998:22: note: 'len' declared here 998 | const size_t len = strlen((char*)szMsg); | ^~~ omprog.c:1017:1: note: label 'finalize_it' defined here 1017 | finalize_it: | ^~~~~~~~~~~ omprog.c:997:28: note: 'szMsg' declared here 997 | const uchar *const szMsg = ppString[0]; | ^~~~~ omprog.c:1017:1: note: label 'finalize_it' defined here 1017 | finalize_it: | ^~~~~~~~~~~ omprog.c:998:22: note: 'len' declared here 998 | const size_t len = strlen((char*)szMsg); | ^~~ omprog.c:1017:1: note: label 'finalize_it' defined here 1017 | finalize_it: | ^~~~~~~~~~~ omprog.c:997:28: note: 'szMsg' declared here 997 | const uchar *const szMsg = ppString[0]; | ^~~~~ CCLD omprog.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omprog' Making all in plugins/mmjsonparse make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmjsonparse' CC mmjsonparse_la-mmjsonparse.lo CCLD mmjsonparse.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmjsonparse' Making all in plugins/mmaudit make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmaudit' CC mmaudit_la-mmaudit.lo CCLD mmaudit.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmaudit' Making all in plugins/mmanon make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmanon' CC mmanon_la-mmanon.lo In file included from mmanon.c:38: mmanon.c: In function 'newActInst': ../../runtime/module-template.h:411:1: note: label 'finalize_it' defined here 411 | finalize_it:\ | ^~~~~~~~~~~ mmanon.c:362:1: note: in expansion of macro 'CODE_STD_FINALIZERnewActInst' 362 | CODE_STD_FINALIZERnewActInst | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmanon.c:339:13: note: 'bHadBitsErr' declared here 339 | int bHadBitsErr = 0; | ^~~~~~~~~~~ ../../runtime/module-template.h:411:1: note: label 'finalize_it' defined here 411 | finalize_it:\ | ^~~~~~~~~~~ mmanon.c:362:1: note: in expansion of macro 'CODE_STD_FINALIZERnewActInst' 362 | CODE_STD_FINALIZERnewActInst | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmanon.c:339:13: note: 'bHadBitsErr' declared here 339 | int bHadBitsErr = 0; | ^~~~~~~~~~~ ../../runtime/module-template.h:411:1: note: label 'finalize_it' defined here 411 | finalize_it:\ | ^~~~~~~~~~~ mmanon.c:362:1: note: in expansion of macro 'CODE_STD_FINALIZERnewActInst' 362 | CODE_STD_FINALIZERnewActInst | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmanon.c:339:13: note: 'bHadBitsErr' declared here 339 | int bHadBitsErr = 0; | ^~~~~~~~~~~ ../../runtime/module-template.h:411:1: note: label 'finalize_it' defined here 411 | finalize_it:\ | ^~~~~~~~~~~ mmanon.c:362:1: note: in expansion of macro 'CODE_STD_FINALIZERnewActInst' 362 | CODE_STD_FINALIZERnewActInst | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmanon.c:339:13: note: 'bHadBitsErr' declared here 339 | int bHadBitsErr = 0; | ^~~~~~~~~~~ mmanon.c: In function 'findIPv6': mmanon.c:1074:1: note: label 'finalize_it' defined here 1074 | finalize_it: | ^~~~~~~~~~~ mmanon.c:1047:15: note: 'val' declared here 1047 | char* val = (char*)(hashtable_search(hash, num)); | ^~~ CCLD mmanon.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmanon' Making all in plugins/mmutf8fix make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmutf8fix' CC mmutf8fix_la-mmutf8fix.lo CCLD mmutf8fix.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmutf8fix' Making all in contrib/mmsequence make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/mmsequence' CC mmsequence_la-mmsequence.lo CCLD mmsequence.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/mmsequence' Making all in plugins/mmfields make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmfields' CC mmfields_la-mmfields.lo CCLD mmfields.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmfields' Making all in plugins/mmpstrucdata make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmpstrucdata' CC mmpstrucdata_la-mmpstrucdata.lo CCLD mmpstrucdata.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmpstrucdata' Making all in contrib/omhttpfs make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/omhttpfs' CC omhttpfs_la-omhttpfs.lo omhttpfs.c: In function 'httpfs_curl_set_put': omhttpfs.c:258:9: warning: 'CURLOPT_PUT' is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations] 258 | curl_easy_setopt(curl, CURLOPT_PUT, 0L); | ^~~~~~~~~~~~~~~~ In file included from omhttpfs.c:30: /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:1282:3: note: declared here 1282 | CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54, | ^~~~~~~~~~~~~~~~~ omhttpfs.c: In function 'httpfs_curl_set_post': omhttpfs.c:273:9: warning: 'CURLOPT_PUT' is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations] 273 | curl_easy_setopt(curl, CURLOPT_PUT, 0L); | ^~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/curl/curl.h:1282:3: note: declared here 1282 | CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54, | ^~~~~~~~~~~~~~~~~ CCLD omhttpfs.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/omhttpfs' Making all in contrib/impcap make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/impcap' CC impcap_la-impcap.lo CC impcap_la-arp_parser.lo CC impcap_la-eth_parser.lo CC impcap_la-icmp_parser.lo CC impcap_la-ipv4_parser.lo CC impcap_la-ipv6_parser.lo CC impcap_la-ipx_parser.lo CC impcap_la-llc_parser.lo CC impcap_la-udp_parser.lo CC impcap_la-dns_parser.lo CC impcap_la-tcp_parser.lo CC impcap_la-smb_parser.lo CC impcap_la-ftp_parser.lo CC impcap_la-http_parser.lo CCLD impcap.la make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/impcap' Making all in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0' >>> rsyslog 8.2312.0 Installing to target GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target install -C /home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0' Making install in compat make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/compat' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/compat' 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-3/output-1/build/rsyslog-8.2312.0/compat' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/compat' Making install in runtime make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/runtime' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/runtime' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../libtool --mode=install /usr/bin/install -c lmregexp.la lmzlibw.la lmnet.la lmnetstrms.la lmnsd_ptcp.la lmcry_gcry.la lmtcpsrv.la lmtcpclt.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/lmregexp.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmregexp.so libtool: install: /usr/bin/install -c .libs/lmregexp.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmregexp.la libtool: install: /usr/bin/install -c .libs/lmzlibw.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmzlibw.so libtool: install: /usr/bin/install -c .libs/lmzlibw.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmzlibw.la libtool: install: /usr/bin/install -c .libs/lmnet.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmnet.so libtool: install: /usr/bin/install -c .libs/lmnet.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmnet.la libtool: install: /usr/bin/install -c .libs/lmnetstrms.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmnetstrms.so libtool: install: /usr/bin/install -c .libs/lmnetstrms.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmnetstrms.la libtool: install: /usr/bin/install -c .libs/lmnsd_ptcp.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmnsd_ptcp.so libtool: install: /usr/bin/install -c .libs/lmnsd_ptcp.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmnsd_ptcp.la libtool: install: /usr/bin/install -c .libs/lmcry_gcry.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmcry_gcry.so libtool: install: /usr/bin/install -c .libs/lmcry_gcry.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmcry_gcry.la libtool: install: /usr/bin/install -c .libs/lmtcpsrv.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmtcpsrv.so libtool: install: /usr/bin/install -c .libs/lmtcpsrv.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmtcpsrv.la libtool: install: /usr/bin/install -c .libs/lmtcpclt.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmtcpclt.so libtool: install: /usr/bin/install -c .libs/lmtcpclt.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmtcpclt.la libtool: install: /usr/bin/install -c .libs/lmregexp.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmregexp.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmregexp.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmregexp.a libtool: install: /usr/bin/install -c .libs/lmzlibw.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmzlibw.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmzlibw.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmzlibw.a libtool: install: /usr/bin/install -c .libs/lmnet.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmnet.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmnet.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmnet.a libtool: install: /usr/bin/install -c .libs/lmnetstrms.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmnetstrms.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmnetstrms.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmnetstrms.a libtool: install: /usr/bin/install -c .libs/lmnsd_ptcp.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmnsd_ptcp.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmnsd_ptcp.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmnsd_ptcp.a libtool: install: /usr/bin/install -c .libs/lmcry_gcry.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmcry_gcry.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmcry_gcry.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmcry_gcry.a libtool: install: /usr/bin/install -c .libs/lmtcpsrv.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmtcpsrv.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmtcpsrv.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmtcpsrv.a libtool: install: /usr/bin/install -c .libs/lmtcpclt.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmtcpclt.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmtcpclt.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/lmtcpclt.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/runtime' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/runtime' Making install in grammar make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/grammar' /usr/bin/make install-am make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/grammar' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/grammar' 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-3/output-1/build/rsyslog-8.2312.0/grammar' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/grammar' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/grammar' Making install in . make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0' Making install in plugins/immark make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/immark' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/immark' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c immark.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/immark.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/immark.so libtool: install: /usr/bin/install -c .libs/immark.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/immark.la libtool: install: /usr/bin/install -c .libs/immark.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/immark.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/immark.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/immark.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/immark' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/immark' Making install in plugins/imuxsock make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imuxsock' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imuxsock' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c imuxsock.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/imuxsock.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imuxsock.so libtool: install: /usr/bin/install -c .libs/imuxsock.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imuxsock.la libtool: install: /usr/bin/install -c .libs/imuxsock.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imuxsock.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imuxsock.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imuxsock.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imuxsock' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imuxsock' Making install in plugins/imtcp make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imtcp' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imtcp' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c imtcp.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/imtcp.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imtcp.so libtool: install: /usr/bin/install -c .libs/imtcp.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imtcp.la libtool: install: /usr/bin/install -c .libs/imtcp.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imtcp.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imtcp.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imtcp.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imtcp' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imtcp' Making install in plugins/imudp make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imudp' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imudp' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c imudp.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/imudp.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imudp.so libtool: install: /usr/bin/install -c .libs/imudp.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imudp.la libtool: install: /usr/bin/install -c .libs/imudp.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imudp.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imudp.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imudp.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imudp' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imudp' Making install in plugins/omtesting make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omtesting' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omtesting' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c omtesting.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/omtesting.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omtesting.so libtool: install: /usr/bin/install -c .libs/omtesting.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omtesting.la libtool: install: /usr/bin/install -c .libs/omtesting.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omtesting.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omtesting.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omtesting.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omtesting' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omtesting' Making install in plugins/mmexternal make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmexternal' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmexternal' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c mmexternal.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/mmexternal.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmexternal.so libtool: install: /usr/bin/install -c .libs/mmexternal.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmexternal.la libtool: install: /usr/bin/install -c .libs/mmexternal.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmexternal.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmexternal.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmexternal.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmexternal' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmexternal' Making install in tools make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/tools' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/tools' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/sbin' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man5' /bin/sh ../libtool --mode=install /usr/bin/install -c rsyslogd '/home/buildroot/autobuild/instance-3/output-1/target/usr/sbin' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 rsyslog.conf.5 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 rsyslogd.8 '/home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man8' libtool: install: /usr/bin/install -c rsyslogd /home/buildroot/autobuild/instance-3/output-1/target/usr/sbin/rsyslogd make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/tools' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/tools' Making install in plugins/imklog make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imklog' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imklog' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c imklog.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/imklog.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imklog.so libtool: install: /usr/bin/install -c .libs/imklog.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imklog.la libtool: install: /usr/bin/install -c .libs/imklog.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imklog.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imklog.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imklog.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imklog' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imklog' Making install in plugins/impstats make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/impstats' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/impstats' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c impstats.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/impstats.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/impstats.so libtool: install: /usr/bin/install -c .libs/impstats.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/impstats.la libtool: install: /usr/bin/install -c .libs/impstats.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/impstats.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/impstats.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/impstats.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/impstats' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/impstats' Making install in plugins/omrelp make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omrelp' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omrelp' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c omrelp.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/omrelp.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omrelp.so libtool: install: /usr/bin/install -c .libs/omrelp.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omrelp.la libtool: install: /usr/bin/install -c .libs/omrelp.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omrelp.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omrelp.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omrelp.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omrelp' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omrelp' Making install in plugins/imrelp make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imrelp' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imrelp' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c imrelp.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/imrelp.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imrelp.so libtool: install: /usr/bin/install -c .libs/imrelp.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imrelp.la libtool: install: /usr/bin/install -c .libs/imrelp.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imrelp.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imrelp.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imrelp.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imrelp' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imrelp' Making install in plugins/omstdout make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omstdout' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omstdout' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c omstdout.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/omstdout.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omstdout.so libtool: install: /usr/bin/install -c .libs/omstdout.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omstdout.la libtool: install: /usr/bin/install -c .libs/omstdout.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omstdout.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omstdout.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omstdout.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omstdout' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omstdout' Making install in contrib/pmcisconames make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/pmcisconames' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/pmcisconames' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c pmcisconames.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/pmcisconames.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmcisconames.so libtool: install: /usr/bin/install -c .libs/pmcisconames.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmcisconames.la libtool: install: /usr/bin/install -c .libs/pmcisconames.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmcisconames.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmcisconames.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmcisconames.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/pmcisconames' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/pmcisconames' Making install in plugins/pmciscoios make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/pmciscoios' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/pmciscoios' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c pmciscoios.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/pmciscoios.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmciscoios.so libtool: install: /usr/bin/install -c .libs/pmciscoios.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmciscoios.la libtool: install: /usr/bin/install -c .libs/pmciscoios.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmciscoios.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmciscoios.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmciscoios.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/pmciscoios' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/pmciscoios' Making install in contrib/pmaixforwardedfrom make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/pmaixforwardedfrom' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/pmaixforwardedfrom' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c pmaixforwardedfrom.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/pmaixforwardedfrom.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmaixforwardedfrom.so libtool: install: /usr/bin/install -c .libs/pmaixforwardedfrom.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmaixforwardedfrom.la libtool: install: /usr/bin/install -c .libs/pmaixforwardedfrom.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmaixforwardedfrom.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmaixforwardedfrom.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmaixforwardedfrom.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/pmaixforwardedfrom' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/pmaixforwardedfrom' Making install in contrib/pmsnare make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/pmsnare' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/pmsnare' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c pmsnare.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/pmsnare.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmsnare.so libtool: install: /usr/bin/install -c .libs/pmsnare.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmsnare.la libtool: install: /usr/bin/install -c .libs/pmsnare.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmsnare.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmsnare.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmsnare.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/pmsnare' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/pmsnare' Making install in plugins/pmlastmsg make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/pmlastmsg' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/pmlastmsg' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c pmlastmsg.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/pmlastmsg.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmlastmsg.so libtool: install: /usr/bin/install -c .libs/pmlastmsg.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmlastmsg.la libtool: install: /usr/bin/install -c .libs/pmlastmsg.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmlastmsg.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmlastmsg.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/pmlastmsg.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/pmlastmsg' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/pmlastmsg' Making install in plugins/omruleset make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omruleset' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omruleset' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c omruleset.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/omruleset.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omruleset.so libtool: install: /usr/bin/install -c .libs/omruleset.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omruleset.la libtool: install: /usr/bin/install -c .libs/omruleset.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omruleset.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omruleset.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omruleset.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omruleset' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omruleset' Making install in plugins/omuxsock make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omuxsock' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omuxsock' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c omuxsock.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/omuxsock.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omuxsock.so libtool: install: /usr/bin/install -c .libs/omuxsock.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omuxsock.la libtool: install: /usr/bin/install -c .libs/omuxsock.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omuxsock.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omuxsock.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omuxsock.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omuxsock' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omuxsock' Making install in plugins/omelasticsearch make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omelasticsearch' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omelasticsearch' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c omelasticsearch.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/omelasticsearch.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omelasticsearch.so libtool: install: /usr/bin/install -c .libs/omelasticsearch.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omelasticsearch.la libtool: install: /usr/bin/install -c .libs/omelasticsearch.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omelasticsearch.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omelasticsearch.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omelasticsearch.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omelasticsearch' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omelasticsearch' Making install in plugins/omclickhouse make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omclickhouse' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omclickhouse' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c omclickhouse.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/omclickhouse.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omclickhouse.so libtool: install: /usr/bin/install -c .libs/omclickhouse.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omclickhouse.la libtool: install: /usr/bin/install -c .libs/omclickhouse.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omclickhouse.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omclickhouse.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omclickhouse.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omclickhouse' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omclickhouse' Making install in contrib/omhttp make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/omhttp' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/omhttp' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c omhttp.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/omhttp.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omhttp.so libtool: install: /usr/bin/install -c .libs/omhttp.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omhttp.la libtool: install: /usr/bin/install -c .libs/omhttp.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omhttp.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omhttp.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omhttp.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/omhttp' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/omhttp' Making install in plugins/imfile make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imfile' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imfile' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c imfile.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/imfile.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imfile.so libtool: install: /usr/bin/install -c .libs/imfile.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imfile.la libtool: install: /usr/bin/install -c .libs/imfile.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imfile.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imfile.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imfile.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imfile' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imfile' Making install in contrib/imdocker make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/imdocker' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/imdocker' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c imdocker.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/imdocker.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imdocker.so libtool: install: /usr/bin/install -c .libs/imdocker.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imdocker.la libtool: install: /usr/bin/install -c .libs/imdocker.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imdocker.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imdocker.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imdocker.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/imdocker' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/imdocker' Making install in plugins/imptcp make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imptcp' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imptcp' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c imptcp.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/imptcp.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imptcp.so libtool: install: /usr/bin/install -c .libs/imptcp.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imptcp.la libtool: install: /usr/bin/install -c .libs/imptcp.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imptcp.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imptcp.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imptcp.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imptcp' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imptcp' Making install in plugins/imdiag make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imdiag' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imdiag' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c imdiag.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/imdiag.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imdiag.so libtool: install: /usr/bin/install -c .libs/imdiag.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imdiag.la libtool: install: /usr/bin/install -c .libs/imdiag.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imdiag.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imdiag.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/imdiag.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imdiag' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/imdiag' Making install in plugins/ommail make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/ommail' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/ommail' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c ommail.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/ommail.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/ommail.so libtool: install: /usr/bin/install -c .libs/ommail.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/ommail.la libtool: install: /usr/bin/install -c .libs/ommail.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/ommail.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/ommail.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/ommail.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/ommail' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/ommail' Making install in plugins/fmhttp make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/fmhttp' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/fmhttp' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c fmhttp.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/fmhttp.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/fmhttp.so libtool: install: /usr/bin/install -c .libs/fmhttp.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/fmhttp.la libtool: install: /usr/bin/install -c .libs/fmhttp.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/fmhttp.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/fmhttp.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/fmhttp.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/fmhttp' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/fmhttp' Making install in contrib/fmhash make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/fmhash' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/fmhash' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c fmhash.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/fmhash.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/fmhash.so libtool: install: /usr/bin/install -c .libs/fmhash.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/fmhash.la libtool: install: /usr/bin/install -c .libs/fmhash.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/fmhash.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/fmhash.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/fmhash.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/fmhash' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/fmhash' Making install in plugins/omprog make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omprog' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omprog' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c omprog.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/omprog.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omprog.so libtool: install: /usr/bin/install -c .libs/omprog.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omprog.la libtool: install: /usr/bin/install -c .libs/omprog.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omprog.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omprog.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omprog.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omprog' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/omprog' Making install in plugins/mmjsonparse make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmjsonparse' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmjsonparse' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c mmjsonparse.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/mmjsonparse.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmjsonparse.so libtool: install: /usr/bin/install -c .libs/mmjsonparse.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmjsonparse.la libtool: install: /usr/bin/install -c .libs/mmjsonparse.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmjsonparse.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmjsonparse.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmjsonparse.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmjsonparse' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmjsonparse' Making install in plugins/mmaudit make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmaudit' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmaudit' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c mmaudit.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/mmaudit.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmaudit.so libtool: install: /usr/bin/install -c .libs/mmaudit.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmaudit.la libtool: install: /usr/bin/install -c .libs/mmaudit.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmaudit.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmaudit.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmaudit.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmaudit' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmaudit' Making install in plugins/mmanon make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmanon' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmanon' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c mmanon.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/mmanon.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmanon.so libtool: install: /usr/bin/install -c .libs/mmanon.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmanon.la libtool: install: /usr/bin/install -c .libs/mmanon.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmanon.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmanon.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmanon.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmanon' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmanon' Making install in plugins/mmutf8fix make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmutf8fix' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmutf8fix' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c mmutf8fix.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/mmutf8fix.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmutf8fix.so libtool: install: /usr/bin/install -c .libs/mmutf8fix.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmutf8fix.la libtool: install: /usr/bin/install -c .libs/mmutf8fix.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmutf8fix.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmutf8fix.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmutf8fix.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmutf8fix' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmutf8fix' Making install in contrib/mmsequence make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/mmsequence' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/mmsequence' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c mmsequence.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/mmsequence.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmsequence.so libtool: install: /usr/bin/install -c .libs/mmsequence.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmsequence.la libtool: install: /usr/bin/install -c .libs/mmsequence.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmsequence.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmsequence.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmsequence.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/mmsequence' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/mmsequence' Making install in plugins/mmfields make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmfields' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmfields' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c mmfields.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/mmfields.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmfields.so libtool: install: /usr/bin/install -c .libs/mmfields.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmfields.la libtool: install: /usr/bin/install -c .libs/mmfields.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmfields.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmfields.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmfields.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmfields' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmfields' Making install in plugins/mmpstrucdata make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmpstrucdata' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmpstrucdata' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c mmpstrucdata.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/mmpstrucdata.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmpstrucdata.so libtool: install: /usr/bin/install -c .libs/mmpstrucdata.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmpstrucdata.la libtool: install: /usr/bin/install -c .libs/mmpstrucdata.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmpstrucdata.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmpstrucdata.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/mmpstrucdata.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmpstrucdata' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/plugins/mmpstrucdata' Making install in contrib/omhttpfs make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/omhttpfs' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/omhttpfs' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c omhttpfs.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/omhttpfs.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omhttpfs.so libtool: install: /usr/bin/install -c .libs/omhttpfs.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omhttpfs.la libtool: install: /usr/bin/install -c .libs/omhttpfs.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omhttpfs.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omhttpfs.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/omhttpfs.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/omhttpfs' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/omhttpfs' Making install in contrib/impcap make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/impcap' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/impcap' make[3]: Nothing to be done for 'install-data-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' /bin/sh ../../libtool --mode=install /usr/bin/install -c impcap.la '/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog' libtool: install: /usr/bin/install -c .libs/impcap.so /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/impcap.so libtool: install: /usr/bin/install -c .libs/impcap.lai /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/impcap.la libtool: install: /usr/bin/install -c .libs/impcap.a /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/impcap.a libtool: install: chmod 644 /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/impcap.a libtool: install: /home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rsyslog/impcap.a libtool: warning: remember to run 'libtool --finish /usr/lib/rsyslog' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/impcap' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/contrib/impcap' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/tests' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/tests' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0' /usr/bin/install -m 0644 -D /home/buildroot/autobuild/instance-3/output-1/build/rsyslog-8.2312.0/platform/redhat/rsyslog.conf /home/buildroot/autobuild/instance-3/output-1/target/etc/rsyslog.conf mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc/rsyslog.d bzip2-1.0.8.tar.gz: OK (sha512: 083f5e675d73f3233c7930ebe20425a533feedeaaa9d8cc86831312a6581cefbe6ed0d08d2fa89be81082f2a5abdabca8b3c080bf97218a1bd59dc118a30b9f3) >>> host-bzip2 1.0.8 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/bzip2/bzip2-1.0.8.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-bzip2-1.0.8 -xf - >>> host-bzip2 1.0.8 Patching Applying 0001-build-objects-twice.patch using patch: patching file Makefile-libbz2_so Hunk #1 succeeded at 26 with fuzz 2 (offset 1 line). Hunk #2 succeeded at 43 with fuzz 2 (offset -2 lines). Applying 0002-improve-build-system.patch using patch: patching file Makefile patching file Makefile-libbz2_so Hunk #1 succeeded at 23 with fuzz 2. >>> host-bzip2 1.0.8 Configuring >>> host-bzip2 1.0.8 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/host-bzip2-1.0.8 -f Makefile-libbz2_so make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-bzip2-1.0.8' gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -fpic -fPIC -Wall -o blocksort.sho -c blocksort.c gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -fpic -fPIC -Wall -o huffman.sho -c huffman.c gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -fpic -fPIC -Wall -o crctable.sho -c crctable.c gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -fpic -fPIC -Wall -o randtable.sho -c randtable.c gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -fpic -fPIC -Wall -o compress.sho -c compress.c gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -fpic -fPIC -Wall -o decompress.sho -c decompress.c gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -fpic -fPIC -Wall -o bzlib.sho -c bzlib.c gcc -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.8 blocksort.sho huffman.sho crctable.sho randtable.sho compress.sho decompress.sho bzlib.sho gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -fpic -fPIC -Wall -o bzip2-shared bzip2.c libbz2.so.1.0.8 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-bzip2-1.0.8' GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/host-bzip2-1.0.8 libbz2.a bzip2 bzip2recover make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-bzip2-1.0.8' gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -Wall -c huffman.c If compilation produces errors, or a large number of warnings, please read README.COMPILATION.PROBLEMS -- you might be able to adjust the flags in this Makefile to improve matters. Also in README.COMPILATION.PROBLEMS are some hints that may help if your build produces an executable which is unable to correctly handle so-called 'large files' -- files of size 2GB or more. gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -Wall -c blocksort.c gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -Wall -c crctable.c gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -Wall -c randtable.c gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -Wall -c compress.c gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -Wall -c decompress.c gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -Wall -c bzlib.c gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -Wall -c bzip2.c gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -Wall -c bzip2recover.c gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -Wall -o bzip2recover bzip2recover.o rm -f libbz2.a ar cq libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o ranlib libbz2.a gcc -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -Wall -o bzip2 bzip2.o -L. -lbz2 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-bzip2-1.0.8' >>> host-bzip2 1.0.8 Installing to host directory GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 PREFIX=/home/buildroot/autobuild/instance-3/output-1/host -C /home/buildroot/autobuild/instance-3/output-1/build/host-bzip2-1.0.8 install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-bzip2-1.0.8' if ( test ! -d /home/buildroot/autobuild/instance-3/output-1/host/bin ) ; then mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/bin ; fi if ( test ! -d /home/buildroot/autobuild/instance-3/output-1/host/lib ) ; then mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/lib ; fi if ( test ! -d /home/buildroot/autobuild/instance-3/output-1/host/man ) ; then mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/man ; fi if ( test ! -d /home/buildroot/autobuild/instance-3/output-1/host/man/man1 ) ; then mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/man/man1 ; fi if ( test ! -d /home/buildroot/autobuild/instance-3/output-1/host/include ) ; then mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/include ; fi cp -f bzip2 /home/buildroot/autobuild/instance-3/output-1/host/bin/bzip2 cp -f bzip2 /home/buildroot/autobuild/instance-3/output-1/host/bin/bunzip2 cp -f bzip2 /home/buildroot/autobuild/instance-3/output-1/host/bin/bzcat cp -f bzip2recover /home/buildroot/autobuild/instance-3/output-1/host/bin/bzip2recover chmod a+x /home/buildroot/autobuild/instance-3/output-1/host/bin/bzip2 chmod a+x /home/buildroot/autobuild/instance-3/output-1/host/bin/bunzip2 chmod a+x /home/buildroot/autobuild/instance-3/output-1/host/bin/bzcat chmod a+x /home/buildroot/autobuild/instance-3/output-1/host/bin/bzip2recover cp -f bzip2.1 /home/buildroot/autobuild/instance-3/output-1/host/man/man1 chmod a+r /home/buildroot/autobuild/instance-3/output-1/host/man/man1/bzip2.1 cp -f bzlib.h /home/buildroot/autobuild/instance-3/output-1/host/include chmod a+r /home/buildroot/autobuild/instance-3/output-1/host/include/bzlib.h cp -f libbz2.a /home/buildroot/autobuild/instance-3/output-1/host/lib chmod a+r /home/buildroot/autobuild/instance-3/output-1/host/lib/libbz2.a cp -f bzgrep /home/buildroot/autobuild/instance-3/output-1/host/bin/bzgrep ln -s -f bzgrep /home/buildroot/autobuild/instance-3/output-1/host/bin/bzegrep ln -s -f bzgrep /home/buildroot/autobuild/instance-3/output-1/host/bin/bzfgrep chmod a+x /home/buildroot/autobuild/instance-3/output-1/host/bin/bzgrep cp -f bzmore /home/buildroot/autobuild/instance-3/output-1/host/bin/bzmore ln -s -f bzmore /home/buildroot/autobuild/instance-3/output-1/host/bin/bzless chmod a+x /home/buildroot/autobuild/instance-3/output-1/host/bin/bzmore cp -f bzdiff /home/buildroot/autobuild/instance-3/output-1/host/bin/bzdiff ln -s -f bzdiff /home/buildroot/autobuild/instance-3/output-1/host/bin/bzcmp chmod a+x /home/buildroot/autobuild/instance-3/output-1/host/bin/bzdiff cp -f bzgrep.1 bzmore.1 bzdiff.1 /home/buildroot/autobuild/instance-3/output-1/host/man/man1 chmod a+r /home/buildroot/autobuild/instance-3/output-1/host/man/man1/bzgrep.1 chmod a+r /home/buildroot/autobuild/instance-3/output-1/host/man/man1/bzmore.1 chmod a+r /home/buildroot/autobuild/instance-3/output-1/host/man/man1/bzdiff.1 echo ".so man1/bzgrep.1" > /home/buildroot/autobuild/instance-3/output-1/host/man/man1/bzegrep.1 echo ".so man1/bzgrep.1" > /home/buildroot/autobuild/instance-3/output-1/host/man/man1/bzfgrep.1 echo ".so man1/bzmore.1" > /home/buildroot/autobuild/instance-3/output-1/host/man/man1/bzless.1 echo ".so man1/bzdiff.1" > /home/buildroot/autobuild/instance-3/output-1/host/man/man1/bzcmp.1 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-bzip2-1.0.8' GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 -f Makefile-libbz2_so PREFIX=/home/buildroot/autobuild/instance-3/output-1/host -C /home/buildroot/autobuild/instance-3/output-1/build/host-bzip2-1.0.8 install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-bzip2-1.0.8' install -m 0755 -D libbz2.so.1.0.8 /home/buildroot/autobuild/instance-3/output-1/host/lib/libbz2.so.1.0.8 ln -sf libbz2.so.1.0.8 /home/buildroot/autobuild/instance-3/output-1/host/lib/libbz2.so ln -sf libbz2.so.1.0.8 /home/buildroot/autobuild/instance-3/output-1/host/lib/libbz2.so.1.0 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-bzip2-1.0.8' xz-5.4.5.tar.bz2: OK (sha256: 8ccf5fff868c006f29522e386fb4c6a1b66463fbca65a4cfc3c4bd596e895e79) >>> host-xz 5.4.5 Extracting bzcat /home/buildroot/autobuild/instance-3/dl/xz/xz-5.4.5.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5 -xf - >>> host-xz 5.4.5 Patching >>> host-xz 5.4.5 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-xz 5.4.5 Patching libtool patching file /home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/build-aux/ltmain.sh Hunk #1 succeeded at 2947 (offset 260 lines). Hunk #2 succeeded at 4540 (offset 263 lines). Hunk #3 succeeded at 6836 (offset 282 lines). Hunk #4 succeeded at 6846 (offset 282 lines). Hunk #5 succeeded at 7146 (offset 289 lines). Hunk #6 succeeded at 7450 (offset 301 lines). Hunk #7 succeeded at 8427 (offset 315 lines). Hunk #8 succeeded at 11059 (offset 349 lines). >>> host-xz 5.4.5 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/ && rm -rf config.cache; GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" CC="/usr/bin/gcc" CXX="/usr/bin/g++" CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/autobuild/instance-3/output-1/host" --sysconfdir="/home/buildroot/autobuild/instance-3/output-1/host/etc" --localstatedir="/home/buildroot/autobuild/instance-3/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: --disable-gtk-doc, --disable-gtk-doc-html, --disable-docs, --disable-documentation, --with-xmlto, --with-fop XZ Utils 5.4.5 System type: checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu Configure options: checking if debugging code should be compiled... no checking which encoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb arm64 sparc checking which decoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb arm64 sparc checking which match finders to build... hc3 hc4 bt2 bt3 bt4 checking which integrity checks to build... crc32 crc64 sha256 checking if external SHA-256 should be used... no checking if MicroLZMA support should be built... yes checking if .lz (lzip) decompression support should be built... yes checking if assembler optimizations should be used... no checking if small size is preferred over speed... no checking if threading support is wanted... yes, posix checking how much RAM to assume if the real amount is unknown... 128 MiB checking if sandboxing should be used... maybe (autodetect) checking for a shell that conforms to POSIX... /bin/sh Initializing Automake: checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether ln -s works... 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 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 dependency style of /usr/bin/gcc... none checking dependency style of /usr/bin/gcc... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for a sed that does not truncate output... /usr/bin/sed 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 /usr/bin/gcc options needed to detect all undeclared functions... none needed POSIX threading support: checking whether /usr/bin/gcc is Clang... no checking whether pthreads work with "-pthread" and "-lpthread"... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for pthread_condattr_setclock... yes checking whether CLOCK_MONOTONIC is declared... yes Initializing Libtool: 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 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... /usr/bin/dd checking how to truncate binary pipes... /usr/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 windres... no checking if library symbol versioning should be used... yes (linux) Initializing gettext: checking whether NLS is requested... no checking for msgfmt... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgfmt checking for gmsgfmt... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgfmt checking for xgettext... /home/buildroot/autobuild/instance-3/output-1/host/bin/xgettext checking for msgmerge... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgmerge checking for ld... /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 32-bit host C ABI... no 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 System headers and functions: checking for fcntl.h... yes checking for limits.h... yes checking for sys/time.h... yes checking for immintrin.h... yes checking for cpuid.h... yes checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking for uint8_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 for uintptr_t... yes checking size of size_t... 8 checking for struct stat.st_atim.tv_nsec... yes checking for struct stat.st_atimespec.tv_nsec... no checking for struct stat.st_atimensec... no checking for struct stat.st_uatime... no checking for struct stat.st_atim.st__tim.tv_nsec... 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 byte ordering is bigendian... no checking if __attribute__((__constructor__)) can be used... yes checking for getopt.h... yes checking for getopt_long... yes checking whether optreset is declared... no checking for futimens... yes checking for posix_fadvise... yes checking whether program_invocation_name is declared... yes checking if __builtin_bswap16/32/64 are supported... yes checking if unaligned memory access should be used... yes checking if unsafe type punning should be used... no checking if __builtin_assume_aligned is supported... yes checking for sys/param.h... yes checking how to detect the amount of physical memory... sysconf checking for sys/param.h... (cached) yes checking how to detect the number of available CPU cores... sched_getaffinity checking whether mbrtowc and mbstate_t are properly declared... yes checking for wcwidth... yes checking whether _mm_movemask_epi8 is declared... yes checking if _mm_clmulepi64_si128 is usable... yes checking for sys/capsicum.h... no checking whether cap_rights_limit is declared... no checking for pledge... no GCC extensions: checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking if /usr/bin/gcc accepts -Wall... yes checking if /usr/bin/gcc accepts -Wextra... yes checking if /usr/bin/gcc accepts -Wvla... yes checking if /usr/bin/gcc accepts -Wc99-c11-compat... yes checking if /usr/bin/gcc accepts -Wformat=2... yes checking if /usr/bin/gcc accepts -Winit-self... yes checking if /usr/bin/gcc accepts -Wmissing-include-dirs... yes checking if /usr/bin/gcc accepts -Wshift-overflow=2... yes checking if /usr/bin/gcc accepts -Wstrict-overflow=3... yes checking if /usr/bin/gcc accepts -Walloc-zero... yes checking if /usr/bin/gcc accepts -Wduplicated-cond... yes checking if /usr/bin/gcc accepts -Wfloat-equal... yes checking if /usr/bin/gcc accepts -Wundef... yes checking if /usr/bin/gcc accepts -Wshadow... yes checking if /usr/bin/gcc accepts -Wpointer-arith... yes checking if /usr/bin/gcc accepts -Wbad-function-cast... yes checking if /usr/bin/gcc accepts -Wwrite-strings... yes checking if /usr/bin/gcc accepts -Wdate-time... yes checking if /usr/bin/gcc accepts -Wsign-conversion... yes checking if /usr/bin/gcc accepts -Wfloat-conversion... yes checking if /usr/bin/gcc accepts -Wlogical-op... yes checking if /usr/bin/gcc accepts -Waggregate-return... yes checking if /usr/bin/gcc accepts -Wstrict-prototypes... yes checking if /usr/bin/gcc accepts -Wold-style-definition... yes checking if /usr/bin/gcc accepts -Wmissing-prototypes... yes checking if /usr/bin/gcc accepts -Wmissing-declarations... yes checking if /usr/bin/gcc accepts -Wredundant-decls... yes checking if /usr/bin/gcc accepts -Wc99-compat... no checking if /usr/bin/gcc accepts -Wc11-extensions... no checking if /usr/bin/gcc accepts -Wc2x-compat... no checking if /usr/bin/gcc accepts -Wc2x-extensions... no checking if /usr/bin/gcc accepts -Wpre-c2x-compat... no checking if /usr/bin/gcc accepts -Warray-bounds-pointer-arithmetic... no checking if /usr/bin/gcc accepts -Wassign-enum... no checking if /usr/bin/gcc accepts -Wconditional-uninitialized... no checking if /usr/bin/gcc accepts -Wdocumentation... no checking if /usr/bin/gcc accepts -Wduplicate-enum... no checking if /usr/bin/gcc accepts -Wempty-translation-unit... no checking if /usr/bin/gcc accepts -Wflexible-array-extensions... no checking if /usr/bin/gcc accepts -Wmissing-variable-declarations... no checking if /usr/bin/gcc accepts -Wnewline-eof... no checking if /usr/bin/gcc accepts -Wshift-sign-overflow... no checking if /usr/bin/gcc accepts -Wstring-conversion... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating lib/Makefile config.status: creating src/Makefile config.status: creating src/liblzma/Makefile config.status: creating src/liblzma/api/Makefile config.status: creating src/xz/Makefile config.status: creating src/xzdec/Makefile config.status: creating src/lzmainfo/Makefile config.status: creating src/scripts/Makefile config.status: creating tests/Makefile config.status: creating debug/Makefile config.status: creating src/scripts/xzdiff config.status: creating src/scripts/xzgrep config.status: creating src/scripts/xzmore config.status: creating src/scripts/xzless config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-docs, --disable-documentation, --with-xmlto, --with-fop >>> host-xz 5.4.5 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5' Making all in src make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src' Making all in liblzma make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/liblzma' Making all in api make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/liblzma/api' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/liblzma/api' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/liblzma' /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-tuklib_physmem.lo `test -f '../common/tuklib_physmem.c' || echo './'`../common/tuklib_physmem.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-tuklib_cpucores.lo `test -f '../common/tuklib_cpucores.c' || echo './'`../common/tuklib_cpucores.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-common.lo `test -f 'common/common.c' || echo './'`common/common.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-block_util.lo `test -f 'common/block_util.c' || echo './'`common/block_util.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c ../common/tuklib_physmem.c -fPIC -DPIC -o .libs/liblzma_la-tuklib_physmem.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/block_util.c -fPIC -DPIC -o .libs/liblzma_la-block_util.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c ../common/tuklib_cpucores.c -fPIC -DPIC -o .libs/liblzma_la-tuklib_cpucores.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/common.c -fPIC -DPIC -o .libs/liblzma_la-common.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-easy_preset.lo `test -f 'common/easy_preset.c' || echo './'`common/easy_preset.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-filter_common.lo `test -f 'common/filter_common.c' || echo './'`common/filter_common.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-hardware_physmem.lo `test -f 'common/hardware_physmem.c' || echo './'`common/hardware_physmem.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/easy_preset.c -fPIC -DPIC -o .libs/liblzma_la-easy_preset.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/filter_common.c -fPIC -DPIC -o .libs/liblzma_la-filter_common.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/hardware_physmem.c -fPIC -DPIC -o .libs/liblzma_la-hardware_physmem.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-index.lo `test -f 'common/index.c' || echo './'`common/index.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-stream_flags_common.lo `test -f 'common/stream_flags_common.c' || echo './'`common/stream_flags_common.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-string_conversion.lo `test -f 'common/string_conversion.c' || echo './'`common/string_conversion.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/index.c -fPIC -DPIC -o .libs/liblzma_la-index.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-vli_size.lo `test -f 'common/vli_size.c' || echo './'`common/vli_size.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/stream_flags_common.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_common.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/string_conversion.c -fPIC -DPIC -o .libs/liblzma_la-string_conversion.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/vli_size.c -fPIC -DPIC -o .libs/liblzma_la-vli_size.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-hardware_cputhreads.lo `test -f 'common/hardware_cputhreads.c' || echo './'`common/hardware_cputhreads.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-outqueue.lo `test -f 'common/outqueue.c' || echo './'`common/outqueue.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/hardware_cputhreads.c -fPIC -DPIC -o .libs/liblzma_la-hardware_cputhreads.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/outqueue.c -fPIC -DPIC -o .libs/liblzma_la-outqueue.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-alone_encoder.lo `test -f 'common/alone_encoder.c' || echo './'`common/alone_encoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/alone_encoder.c -fPIC -DPIC -o .libs/liblzma_la-alone_encoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-block_buffer_encoder.lo `test -f 'common/block_buffer_encoder.c' || echo './'`common/block_buffer_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-block_encoder.lo `test -f 'common/block_encoder.c' || echo './'`common/block_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-block_header_encoder.lo `test -f 'common/block_header_encoder.c' || echo './'`common/block_header_encoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/block_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_buffer_encoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-easy_buffer_encoder.lo `test -f 'common/easy_buffer_encoder.c' || echo './'`common/easy_buffer_encoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/block_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/block_header_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_header_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/easy_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-easy_buffer_encoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-easy_encoder.lo `test -f 'common/easy_encoder.c' || echo './'`common/easy_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-easy_encoder_memusage.lo `test -f 'common/easy_encoder_memusage.c' || echo './'`common/easy_encoder_memusage.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-filter_buffer_encoder.lo `test -f 'common/filter_buffer_encoder.c' || echo './'`common/filter_buffer_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-filter_encoder.lo `test -f 'common/filter_encoder.c' || echo './'`common/filter_encoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/easy_encoder.c -fPIC -DPIC -o .libs/liblzma_la-easy_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/easy_encoder_memusage.c -fPIC -DPIC -o .libs/liblzma_la-easy_encoder_memusage.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/filter_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_buffer_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/filter_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_encoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-filter_flags_encoder.lo `test -f 'common/filter_flags_encoder.c' || echo './'`common/filter_flags_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-index_encoder.lo `test -f 'common/index_encoder.c' || echo './'`common/index_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-stream_buffer_encoder.lo `test -f 'common/stream_buffer_encoder.c' || echo './'`common/stream_buffer_encoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/filter_flags_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_flags_encoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-stream_encoder.lo `test -f 'common/stream_encoder.c' || echo './'`common/stream_encoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/index_encoder.c -fPIC -DPIC -o .libs/liblzma_la-index_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/stream_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_buffer_encoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-stream_flags_encoder.lo `test -f 'common/stream_flags_encoder.c' || echo './'`common/stream_flags_encoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/stream_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_encoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-vli_encoder.lo `test -f 'common/vli_encoder.c' || echo './'`common/vli_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-stream_encoder_mt.lo `test -f 'common/stream_encoder_mt.c' || echo './'`common/stream_encoder_mt.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/stream_flags_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/vli_encoder.c -fPIC -DPIC -o .libs/liblzma_la-vli_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/stream_encoder_mt.c -fPIC -DPIC -o .libs/liblzma_la-stream_encoder_mt.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-microlzma_encoder.lo `test -f 'common/microlzma_encoder.c' || echo './'`common/microlzma_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-alone_decoder.lo `test -f 'common/alone_decoder.c' || echo './'`common/alone_decoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-auto_decoder.lo `test -f 'common/auto_decoder.c' || echo './'`common/auto_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/microlzma_encoder.c -fPIC -DPIC -o .libs/liblzma_la-microlzma_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/alone_decoder.c -fPIC -DPIC -o .libs/liblzma_la-alone_decoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/auto_decoder.c -fPIC -DPIC -o .libs/liblzma_la-auto_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-block_buffer_decoder.lo `test -f 'common/block_buffer_decoder.c' || echo './'`common/block_buffer_decoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-block_decoder.lo `test -f 'common/block_decoder.c' || echo './'`common/block_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/block_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_buffer_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-block_header_decoder.lo `test -f 'common/block_header_decoder.c' || echo './'`common/block_header_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/block_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-easy_decoder_memusage.lo `test -f 'common/easy_decoder_memusage.c' || echo './'`common/easy_decoder_memusage.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/block_header_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_header_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-file_info.lo `test -f 'common/file_info.c' || echo './'`common/file_info.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/easy_decoder_memusage.c -fPIC -DPIC -o .libs/liblzma_la-easy_decoder_memusage.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-filter_buffer_decoder.lo `test -f 'common/filter_buffer_decoder.c' || echo './'`common/filter_buffer_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/file_info.c -fPIC -DPIC -o .libs/liblzma_la-file_info.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-filter_decoder.lo `test -f 'common/filter_decoder.c' || echo './'`common/filter_decoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-filter_flags_decoder.lo `test -f 'common/filter_flags_decoder.c' || echo './'`common/filter_flags_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/filter_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_buffer_decoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/filter_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_decoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/filter_flags_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_flags_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-index_decoder.lo `test -f 'common/index_decoder.c' || echo './'`common/index_decoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-index_hash.lo `test -f 'common/index_hash.c' || echo './'`common/index_hash.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-stream_buffer_decoder.lo `test -f 'common/stream_buffer_decoder.c' || echo './'`common/stream_buffer_decoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-stream_decoder.lo `test -f 'common/stream_decoder.c' || echo './'`common/stream_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/index_decoder.c -fPIC -DPIC -o .libs/liblzma_la-index_decoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/index_hash.c -fPIC -DPIC -o .libs/liblzma_la-index_hash.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/stream_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_buffer_decoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/stream_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-stream_flags_decoder.lo `test -f 'common/stream_flags_decoder.c' || echo './'`common/stream_flags_decoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-vli_decoder.lo `test -f 'common/vli_decoder.c' || echo './'`common/vli_decoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-stream_decoder_mt.lo `test -f 'common/stream_decoder_mt.c' || echo './'`common/stream_decoder_mt.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/stream_flags_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-microlzma_decoder.lo `test -f 'common/microlzma_decoder.c' || echo './'`common/microlzma_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/vli_decoder.c -fPIC -DPIC -o .libs/liblzma_la-vli_decoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/stream_decoder_mt.c -fPIC -DPIC -o .libs/liblzma_la-stream_decoder_mt.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/microlzma_decoder.c -fPIC -DPIC -o .libs/liblzma_la-microlzma_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-lzip_decoder.lo `test -f 'common/lzip_decoder.c' || echo './'`common/lzip_decoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-check.lo `test -f 'check/check.c' || echo './'`check/check.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c common/lzip_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lzip_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-crc32_table.lo `test -f 'check/crc32_table.c' || echo './'`check/crc32_table.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c check/check.c -fPIC -DPIC -o .libs/liblzma_la-check.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c check/crc32_table.c -fPIC -DPIC -o .libs/liblzma_la-crc32_table.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-crc32_fast.lo `test -f 'check/crc32_fast.c' || echo './'`check/crc32_fast.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-crc64_table.lo `test -f 'check/crc64_table.c' || echo './'`check/crc64_table.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-crc64_fast.lo `test -f 'check/crc64_fast.c' || echo './'`check/crc64_fast.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c check/crc32_fast.c -fPIC -DPIC -o .libs/liblzma_la-crc32_fast.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c check/crc64_table.c -fPIC -DPIC -o .libs/liblzma_la-crc64_table.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c check/crc64_fast.c -fPIC -DPIC -o .libs/liblzma_la-crc64_fast.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-sha256.lo `test -f 'check/sha256.c' || echo './'`check/sha256.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-lz_encoder.lo `test -f 'lz/lz_encoder.c' || echo './'`lz/lz_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-lz_encoder_mf.lo `test -f 'lz/lz_encoder_mf.c' || echo './'`lz/lz_encoder_mf.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c check/sha256.c -fPIC -DPIC -o .libs/liblzma_la-sha256.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c lz/lz_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lz_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c lz/lz_encoder_mf.c -fPIC -DPIC -o .libs/liblzma_la-lz_encoder_mf.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-lz_decoder.lo `test -f 'lz/lz_decoder.c' || echo './'`lz/lz_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c lz/lz_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lz_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-lzma_encoder_presets.lo `test -f 'lzma/lzma_encoder_presets.c' || echo './'`lzma/lzma_encoder_presets.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c lzma/lzma_encoder_presets.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_presets.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-lzma_encoder.lo `test -f 'lzma/lzma_encoder.c' || echo './'`lzma/lzma_encoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-lzma_encoder_optimum_fast.lo `test -f 'lzma/lzma_encoder_optimum_fast.c' || echo './'`lzma/lzma_encoder_optimum_fast.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c lzma/lzma_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c lzma/lzma_encoder_optimum_fast.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_optimum_fast.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-lzma_encoder_optimum_normal.lo `test -f 'lzma/lzma_encoder_optimum_normal.c' || echo './'`lzma/lzma_encoder_optimum_normal.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c lzma/lzma_encoder_optimum_normal.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_optimum_normal.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-fastpos_table.lo `test -f 'lzma/fastpos_table.c' || echo './'`lzma/fastpos_table.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c lzma/fastpos_table.c -fPIC -DPIC -o .libs/liblzma_la-fastpos_table.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-lzma_decoder.lo `test -f 'lzma/lzma_decoder.c' || echo './'`lzma/lzma_decoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-lzma2_encoder.lo `test -f 'lzma/lzma2_encoder.c' || echo './'`lzma/lzma2_encoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c lzma/lzma_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma_decoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c lzma/lzma2_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma2_encoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-lzma2_decoder.lo `test -f 'lzma/lzma2_decoder.c' || echo './'`lzma/lzma2_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c lzma/lzma2_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma2_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-price_table.lo `test -f 'rangecoder/price_table.c' || echo './'`rangecoder/price_table.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-delta_common.lo `test -f 'delta/delta_common.c' || echo './'`delta/delta_common.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c rangecoder/price_table.c -fPIC -DPIC -o .libs/liblzma_la-price_table.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-delta_encoder.lo `test -f 'delta/delta_encoder.c' || echo './'`delta/delta_encoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c delta/delta_common.c -fPIC -DPIC -o .libs/liblzma_la-delta_common.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c delta/delta_encoder.c -fPIC -DPIC -o .libs/liblzma_la-delta_encoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-delta_decoder.lo `test -f 'delta/delta_decoder.c' || echo './'`delta/delta_decoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c delta/delta_decoder.c -fPIC -DPIC -o .libs/liblzma_la-delta_decoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-simple_coder.lo `test -f 'simple/simple_coder.c' || echo './'`simple/simple_coder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-simple_encoder.lo `test -f 'simple/simple_encoder.c' || echo './'`simple/simple_encoder.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c simple/simple_coder.c -fPIC -DPIC -o .libs/liblzma_la-simple_coder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c simple/simple_encoder.c -fPIC -DPIC -o .libs/liblzma_la-simple_encoder.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-simple_decoder.lo `test -f 'simple/simple_decoder.c' || echo './'`simple/simple_decoder.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-x86.lo `test -f 'simple/x86.c' || echo './'`simple/x86.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c simple/simple_decoder.c -fPIC -DPIC -o .libs/liblzma_la-simple_decoder.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c simple/x86.c -fPIC -DPIC -o .libs/liblzma_la-x86.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-powerpc.lo `test -f 'simple/powerpc.c' || echo './'`simple/powerpc.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-ia64.lo `test -f 'simple/ia64.c' || echo './'`simple/ia64.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-arm.lo `test -f 'simple/arm.c' || echo './'`simple/arm.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c simple/powerpc.c -fPIC -DPIC -o .libs/liblzma_la-powerpc.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c simple/ia64.c -fPIC -DPIC -o .libs/liblzma_la-ia64.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-armthumb.lo `test -f 'simple/armthumb.c' || echo './'`simple/armthumb.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c simple/arm.c -fPIC -DPIC -o .libs/liblzma_la-arm.o /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-arm64.lo `test -f 'simple/arm64.c' || echo './'`simple/arm64.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o liblzma_la-sparc.lo `test -f 'simple/sparc.c' || echo './'`simple/sparc.c libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c simple/armthumb.c -fPIC -DPIC -o .libs/liblzma_la-armthumb.o rm -f liblzma.pc sed \ -e 's,@prefix[@],/home/buildroot/autobuild/instance-3/output-1/host,g' \ -e 's,@exec_prefix[@],/home/buildroot/autobuild/instance-3/output-1/host,g' \ -e 's,@libdir[@],/home/buildroot/autobuild/instance-3/output-1/host/lib,g' \ -e 's,@includedir[@],/home/buildroot/autobuild/instance-3/output-1/host/include,g' \ -e 's,@PACKAGE_URL[@],https://tukaani.org/xz/,g' \ -e 's,@PACKAGE_VERSION[@],5.4.5,g' \ -e 's,@PTHREAD_CFLAGS[@],-pthread,g' \ -e 's,@LIBS[@],-lpthread,g' \ < ./liblzma.pc.in > liblzma.pc || { rm -f liblzma.pc; exit 1; } libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c simple/arm64.c -fPIC -DPIC -o .libs/liblzma_la-arm64.o libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c simple/sparc.c -fPIC -DPIC -o .libs/liblzma_la-sparc.o /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -no-undefined -version-info 9:5:4 -Wl,--version-script=../../src/liblzma/liblzma_linux.map -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -o liblzma.la -rpath /home/buildroot/autobuild/instance-3/output-1/host/lib liblzma_la-tuklib_physmem.lo liblzma_la-tuklib_cpucores.lo liblzma_la-common.lo liblzma_la-block_util.lo liblzma_la-easy_preset.lo liblzma_la-filter_common.lo liblzma_la-hardware_physmem.lo liblzma_la-index.lo liblzma_la-stream_flags_common.lo liblzma_la-string_conversion.lo liblzma_la-vli_size.lo liblzma_la-hardware_cputhreads.lo liblzma_la-outqueue.lo liblzma_la-alone_encoder.lo liblzma_la-block_buffer_encoder.lo liblzma_la-block_encoder.lo liblzma_la-block_header_encoder.lo liblzma_la-easy_buffer_encoder.lo liblzma_la-easy_encoder.lo liblzma_la-easy_encoder_memusage.lo liblzma_la-filter_buffer_encoder.lo liblzma_la-filter_encoder.lo liblzma_la-filter_flags_encoder.lo liblzma_la-index_encoder.lo liblzma_la-stream_buffer_encoder.lo liblzma_la-stream_encoder.lo liblzma_la-stream_flags_encoder.lo liblzma_la-vli_encoder.lo liblzma_la-stream_encoder_mt.lo liblzma_la-microlzma_encoder.lo liblzma_la-alone_decoder.lo liblzma_la-auto_decoder.lo liblzma_la-block_buffer_decoder.lo liblzma_la-block_decoder.lo liblzma_la-block_header_decoder.lo liblzma_la-easy_decoder_memusage.lo liblzma_la-file_info.lo liblzma_la-filter_buffer_decoder.lo liblzma_la-filter_decoder.lo liblzma_la-filter_flags_decoder.lo liblzma_la-index_decoder.lo liblzma_la-index_hash.lo liblzma_la-stream_buffer_decoder.lo liblzma_la-stream_decoder.lo liblzma_la-stream_flags_decoder.lo liblzma_la-vli_decoder.lo liblzma_la-stream_decoder_mt.lo liblzma_la-microlzma_decoder.lo liblzma_la-lzip_decoder.lo liblzma_la-check.lo liblzma_la-crc32_table.lo liblzma_la-crc32_fast.lo liblzma_la-crc64_table.lo liblzma_la-crc64_fast.lo liblzma_la-sha256.lo liblzma_la-lz_encoder.lo liblzma_la-lz_encoder_mf.lo liblzma_la-lz_decoder.lo liblzma_la-lzma_encoder_presets.lo liblzma_la-lzma_encoder.lo liblzma_la-lzma_encoder_optimum_fast.lo liblzma_la-lzma_encoder_optimum_normal.lo liblzma_la-fastpos_table.lo liblzma_la-lzma_decoder.lo liblzma_la-lzma2_encoder.lo liblzma_la-lzma2_decoder.lo liblzma_la-price_table.lo liblzma_la-delta_common.lo liblzma_la-delta_encoder.lo liblzma_la-delta_decoder.lo liblzma_la-simple_coder.lo liblzma_la-simple_encoder.lo liblzma_la-simple_decoder.lo liblzma_la-x86.lo liblzma_la-powerpc.lo liblzma_la-ia64.lo liblzma_la-arm.lo liblzma_la-armthumb.lo liblzma_la-arm64.lo liblzma_la-sparc.lo -lpthread libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/liblzma_la-tuklib_physmem.o .libs/liblzma_la-tuklib_cpucores.o .libs/liblzma_la-common.o .libs/liblzma_la-block_util.o .libs/liblzma_la-easy_preset.o .libs/liblzma_la-filter_common.o .libs/liblzma_la-hardware_physmem.o .libs/liblzma_la-index.o .libs/liblzma_la-stream_flags_common.o .libs/liblzma_la-string_conversion.o .libs/liblzma_la-vli_size.o .libs/liblzma_la-hardware_cputhreads.o .libs/liblzma_la-outqueue.o .libs/liblzma_la-alone_encoder.o .libs/liblzma_la-block_buffer_encoder.o .libs/liblzma_la-block_encoder.o .libs/liblzma_la-block_header_encoder.o .libs/liblzma_la-easy_buffer_encoder.o .libs/liblzma_la-easy_encoder.o .libs/liblzma_la-easy_encoder_memusage.o .libs/liblzma_la-filter_buffer_encoder.o .libs/liblzma_la-filter_encoder.o .libs/liblzma_la-filter_flags_encoder.o .libs/liblzma_la-index_encoder.o .libs/liblzma_la-stream_buffer_encoder.o .libs/liblzma_la-stream_encoder.o .libs/liblzma_la-stream_flags_encoder.o .libs/liblzma_la-vli_encoder.o .libs/liblzma_la-stream_encoder_mt.o .libs/liblzma_la-microlzma_encoder.o .libs/liblzma_la-alone_decoder.o .libs/liblzma_la-auto_decoder.o .libs/liblzma_la-block_buffer_decoder.o .libs/liblzma_la-block_decoder.o .libs/liblzma_la-block_header_decoder.o .libs/liblzma_la-easy_decoder_memusage.o .libs/liblzma_la-file_info.o .libs/liblzma_la-filter_buffer_decoder.o .libs/liblzma_la-filter_decoder.o .libs/liblzma_la-filter_flags_decoder.o .libs/liblzma_la-index_decoder.o .libs/liblzma_la-index_hash.o .libs/liblzma_la-stream_buffer_decoder.o .libs/liblzma_la-stream_decoder.o .libs/liblzma_la-stream_flags_decoder.o .libs/liblzma_la-vli_decoder.o .libs/liblzma_la-stream_decoder_mt.o .libs/liblzma_la-microlzma_decoder.o .libs/liblzma_la-lzip_decoder.o .libs/liblzma_la-check.o .libs/liblzma_la-crc32_table.o .libs/liblzma_la-crc32_fast.o .libs/liblzma_la-crc64_table.o .libs/liblzma_la-crc64_fast.o .libs/liblzma_la-sha256.o .libs/liblzma_la-lz_encoder.o .libs/liblzma_la-lz_encoder_mf.o .libs/liblzma_la-lz_decoder.o .libs/liblzma_la-lzma_encoder_presets.o .libs/liblzma_la-lzma_encoder.o .libs/liblzma_la-lzma_encoder_optimum_fast.o .libs/liblzma_la-lzma_encoder_optimum_normal.o .libs/liblzma_la-fastpos_table.o .libs/liblzma_la-lzma_decoder.o .libs/liblzma_la-lzma2_encoder.o .libs/liblzma_la-lzma2_decoder.o .libs/liblzma_la-price_table.o .libs/liblzma_la-delta_common.o .libs/liblzma_la-delta_encoder.o .libs/liblzma_la-delta_decoder.o .libs/liblzma_la-simple_coder.o .libs/liblzma_la-simple_encoder.o .libs/liblzma_la-simple_decoder.o .libs/liblzma_la-x86.o .libs/liblzma_la-powerpc.o .libs/liblzma_la-ia64.o .libs/liblzma_la-arm.o .libs/liblzma_la-armthumb.o .libs/liblzma_la-arm64.o .libs/liblzma_la-sparc.o -L/home/buildroot/autobuild/instance-3/output-1/host/lib -lpthread -O2 -Wl,--version-script=../../src/liblzma/liblzma_linux.map -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/lib -pthread -Wl,-soname -Wl,liblzma.so.5 -o .libs/liblzma.so.5.4.5 libtool: link: (cd ".libs" && rm -f "liblzma.so.5" && ln -s "liblzma.so.5.4.5" "liblzma.so.5") libtool: link: (cd ".libs" && rm -f "liblzma.so" && ln -s "liblzma.so.5.4.5" "liblzma.so") libtool: link: ( cd ".libs" && rm -f "liblzma.la" && ln -s "../liblzma.la" "liblzma.la" ) make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/liblzma' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/liblzma' Making all in xzdec make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/xzdec' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xzdec-xzdec.o `test -f 'xzdec.c' || echo './'`xzdec.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xzdec-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xzdec-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o lzmadec-xzdec.o `test -f 'xzdec.c' || echo './'`xzdec.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o lzmadec-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o lzmadec-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -o xzdec xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o ../../src/liblzma/liblzma.la -lpthread /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -o lzmadec lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o ../../src/liblzma/liblzma.la -lpthread libtool: link: /usr/bin/gcc -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/lib -o xzdec xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o -L/home/buildroot/autobuild/instance-3/output-1/host/lib ../../src/liblzma/.libs/liblzma.so -lpthread -pthread -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/liblzma/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/lib libtool: link: /usr/bin/gcc -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/lib -o lzmadec lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o -L/home/buildroot/autobuild/instance-3/output-1/host/lib ../../src/liblzma/.libs/liblzma.so -lpthread -pthread -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/liblzma/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/lib make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/xzdec' Making all in xz make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/xz' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xz-args.o `test -f 'args.c' || echo './'`args.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xz-coder.o `test -f 'coder.c' || echo './'`coder.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xz-file_io.o `test -f 'file_io.c' || echo './'`file_io.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xz-hardware.o `test -f 'hardware.c' || echo './'`hardware.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xz-main.o `test -f 'main.c' || echo './'`main.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xz-message.o `test -f 'message.c' || echo './'`message.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xz-mytime.o `test -f 'mytime.c' || echo './'`mytime.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xz-options.o `test -f 'options.c' || echo './'`options.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xz-signals.o `test -f 'signals.c' || echo './'`signals.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xz-suffix.o `test -f 'suffix.c' || echo './'`suffix.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xz-util.o `test -f 'util.c' || echo './'`util.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xz-tuklib_open_stdxxx.o `test -f '../common/tuklib_open_stdxxx.c' || echo './'`../common/tuklib_open_stdxxx.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xz-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xz-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xz-tuklib_mbstr_width.o `test -f '../common/tuklib_mbstr_width.c' || echo './'`../common/tuklib_mbstr_width.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xz-tuklib_mbstr_fw.o `test -f '../common/tuklib_mbstr_fw.c' || echo './'`../common/tuklib_mbstr_fw.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o xz-list.o `test -f 'list.c' || echo './'`list.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -o xz xz-args.o xz-coder.o xz-file_io.o xz-hardware.o xz-main.o xz-message.o xz-mytime.o xz-options.o xz-signals.o xz-suffix.o xz-util.o xz-tuklib_open_stdxxx.o xz-tuklib_progname.o xz-tuklib_exit.o xz-tuklib_mbstr_width.o xz-tuklib_mbstr_fw.o xz-list.o ../../src/liblzma/liblzma.la -lpthread libtool: link: /usr/bin/gcc -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/lib -o xz xz-args.o xz-coder.o xz-file_io.o xz-hardware.o xz-main.o xz-message.o xz-mytime.o xz-options.o xz-signals.o xz-suffix.o xz-util.o xz-tuklib_open_stdxxx.o xz-tuklib_progname.o xz-tuklib_exit.o xz-tuklib_mbstr_width.o xz-tuklib_mbstr_fw.o xz-list.o -L/home/buildroot/autobuild/instance-3/output-1/host/lib ../../src/liblzma/.libs/liblzma.so -lpthread -pthread -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/liblzma/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/lib make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/xz' Making all in lzmainfo make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/lzmainfo' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o lzmainfo-lzmainfo.o `test -f 'lzmainfo.c' || echo './'`lzmainfo.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o lzmainfo-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/buildroot/autobuild/instance-3/output-1/host/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -I/home/buildroot/autobuild/instance-3/output-1/host/include -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o lzmainfo-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -o lzmainfo lzmainfo-lzmainfo.o lzmainfo-tuklib_progname.o lzmainfo-tuklib_exit.o ../../src/liblzma/liblzma.la -lpthread libtool: link: /usr/bin/gcc -fvisibility=hidden -Wall -Wextra -Wvla -Wc99-c11-compat -Wformat=2 -Winit-self -Wmissing-include-dirs -Wshift-overflow=2 -Wstrict-overflow=3 -Walloc-zero -Wduplicated-cond -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/lib -o lzmainfo lzmainfo-lzmainfo.o lzmainfo-tuklib_progname.o lzmainfo-tuklib_exit.o -L/home/buildroot/autobuild/instance-3/output-1/host/lib ../../src/liblzma/.libs/liblzma.so -lpthread -pthread -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/liblzma/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/lib make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/lzmainfo' Making all in scripts make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/scripts' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/scripts' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src' Making all in po make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/po' Making all in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5' >>> host-xz 5.4.5 Installing to host directory GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src' Making install in liblzma make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/liblzma' Making install in api make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/liblzma/api' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/liblzma/api' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/include' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/include/lzma' /usr/bin/install -c -m 644 lzma/base.h lzma/bcj.h lzma/block.h lzma/check.h lzma/container.h lzma/delta.h lzma/filter.h lzma/hardware.h lzma/index.h lzma/index_hash.h lzma/lzma12.h lzma/stream_flags.h lzma/version.h lzma/vli.h '/home/buildroot/autobuild/instance-3/output-1/host/include/lzma' /usr/bin/install -c -m 644 lzma.h '/home/buildroot/autobuild/instance-3/output-1/host/include/.' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/liblzma/api' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/liblzma/api' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/liblzma' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/liblzma' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/lib' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig' /bin/sh ../../libtool --mode=install /usr/bin/install -c liblzma.la '/home/buildroot/autobuild/instance-3/output-1/host/lib' /usr/bin/install -c -m 644 liblzma.pc '/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/liblzma.so.5.4.5 /home/buildroot/autobuild/instance-3/output-1/host/lib/liblzma.so.5.4.5 libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/lib && { ln -s -f liblzma.so.5.4.5 liblzma.so.5 || { rm -f liblzma.so.5 && ln -s liblzma.so.5.4.5 liblzma.so.5; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-3/output-1/host/lib && { ln -s -f liblzma.so.5.4.5 liblzma.so || { rm -f liblzma.so && ln -s liblzma.so.5.4.5 liblzma.so; }; }) libtool: install: /usr/bin/install -c .libs/liblzma.lai /home/buildroot/autobuild/instance-3/output-1/host/lib/liblzma.la libtool: finish: PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /home/buildroot/autobuild/instance-3/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/buildroot/autobuild/instance-3/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-3/output-1/build/host-xz-5.4.5/src/liblzma' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/liblzma' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/liblzma' Making install in xzdec make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/xzdec' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/xzdec' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/bin' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1' /bin/sh ../../libtool --mode=install /usr/bin/install -c xzdec lzmadec '/home/buildroot/autobuild/instance-3/output-1/host/bin' /usr/bin/install -c -m 644 xzdec.1 '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1' /usr/bin/make install-data-hook make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/xzdec' languages= ; \ if test "no" = yes && test -d "../../po4a/man"; then \ languages=`ls "../../po4a/man"`; \ fi; \ target=`echo xzdec | sed 's,x,x,'` && \ link=`echo lzmadec | sed 's,x,x,'` && \ for lang in . $languages; do \ man="../../po4a/man/$lang/xzdec.1" ; \ if test -f "$man"; then \ /usr/bin/make dist_man_MANS="$man" man_MANS= \ mandir="/home/buildroot/autobuild/instance-3/output-1/host/share/man/$lang" install-man; \ fi; \ man1dir="/home/buildroot/autobuild/instance-3/output-1/host/share/man/$lang/man1" && \ if test -f "$man1dir/$target.1"; then \ if test -n "lzmadec"; then ( \ cd "$man1dir" && \ rm -f "$link.1" && \ ln -s "$target.1" "$link.1" \ ); fi; \ fi; \ done make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/xzdec' libtool: install: /usr/bin/install -c xzdec /home/buildroot/autobuild/instance-3/output-1/host/bin/xzdec libtool: install: /usr/bin/install -c lzmadec /home/buildroot/autobuild/instance-3/output-1/host/bin/lzmadec make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/xzdec' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/xzdec' Making install in xz make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/xz' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/xz' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/bin' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1' /bin/sh ../../libtool --mode=install /usr/bin/install -c xz '/home/buildroot/autobuild/instance-3/output-1/host/bin' /usr/bin/install -c -m 644 xz.1 '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1' /usr/bin/make install-data-hook make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/xz' languages= ; \ if test "no" = yes && test -d "../../po4a/man"; then \ languages=`ls "../../po4a/man"`; \ fi; \ target=`echo xz | sed 's,x,x,'` && \ for lang in . $languages; do \ man="../../po4a/man/$lang/xz.1" ; \ if test -f "$man"; then \ /usr/bin/make dist_man_MANS="$man" man_MANS= \ mandir="/home/buildroot/autobuild/instance-3/output-1/host/share/man/$lang" install-man; \ fi; \ man1dir="/home/buildroot/autobuild/instance-3/output-1/host/share/man/$lang/man1" && \ if test -f "$man1dir/$target.1"; then ( \ cd "$man1dir" && \ for name in unxz xzcat lzma unlzma lzcat; do \ link=`echo $name | sed 's,x,x,'` && \ rm -f "$link.1" && \ ln -s "$target.1" "$link.1"; \ done \ ); fi; \ done make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/xz' libtool: install: /usr/bin/install -c xz /home/buildroot/autobuild/instance-3/output-1/host/bin/xz /usr/bin/make install-exec-hook make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/xz' cd "/home/buildroot/autobuild/instance-3/output-1/host/bin" && \ target=`echo xz | sed 's,x,x,'` && \ for name in unxz xzcat lzma unlzma lzcat; do \ link=`echo $name | sed 's,x,x,'` && \ rm -f "$link" && \ ln -s "$target" "$link"; \ done make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/xz' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/xz' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/xz' Making install in lzmainfo make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/lzmainfo' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/lzmainfo' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/bin' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1' /bin/sh ../../libtool --mode=install /usr/bin/install -c lzmainfo '/home/buildroot/autobuild/instance-3/output-1/host/bin' /usr/bin/install -c -m 644 lzmainfo.1 '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1' libtool: install: /usr/bin/install -c lzmainfo /home/buildroot/autobuild/instance-3/output-1/host/bin/lzmainfo make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/lzmainfo' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/lzmainfo' Making install in scripts make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/scripts' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/scripts' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/bin' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1' /usr/bin/install -c xzdiff xzgrep xzmore xzless '/home/buildroot/autobuild/instance-3/output-1/host/bin' /usr/bin/install -c -m 644 xzdiff.1 xzgrep.1 xzmore.1 xzless.1 '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1' /usr/bin/make install-exec-hook make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/scripts' cd "/home/buildroot/autobuild/instance-3/output-1/host/bin" && \ for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \ target=`echo $pair | sed 's/-.*$//' | sed 's,x,x,'` && \ link=`echo $pair | sed 's/^.*-//' | sed 's,x,x,'` && \ rm -f "$link" && \ ln -s "$target" "$link"; \ done /usr/bin/make install-data-hook make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/scripts' languages= ; \ if test "no" = yes && test -d "../../po4a/man"; then \ languages=`ls "../../po4a/man"`; \ fi; \ for lang in $languages; do \ mans= ; \ for man in xzdiff.1 xzgrep.1 xzmore.1 xzless.1; do \ man="../../po4a/man/$lang/$man" ; \ if test -f "$man"; then \ mans="$mans $man"; \ fi; \ done; \ /usr/bin/make dist_man_MANS="$mans" man_MANS= \ mandir="/home/buildroot/autobuild/instance-3/output-1/host/share/man/$lang" install-man; \ done; \ for lang in . $languages; do \ for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \ target=`echo $pair | sed 's/-.*$//' \ | sed 's,x,x,'` && \ link=`echo $pair | sed 's/^.*-//' \ | sed 's,x,x,'` && \ man1dir="/home/buildroot/autobuild/instance-3/output-1/host/share/man/$lang/man1" && \ if test -f "$man1dir/$target.1"; then ( \ cd "$man1dir" && \ rm -f "$link.1" && \ ln -s "$target.1" "$link.1" \ ); fi; \ done; \ done make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/scripts' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/scripts' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/scripts' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src/scripts' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src' 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-3/output-1/build/host-xz-5.4.5/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/src' Making install in po make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/po' if test "xz" = "gettext-tools"; then \ /usr/bin/mkdir -p /home/buildroot/autobuild/instance-3/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 \ /usr/bin/install -c -m 644 ./$file \ /home/buildroot/autobuild/instance-3/output-1/host/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/buildroot/autobuild/instance-3/output-1/host/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/po' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/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-3/output-1/build/host-xz-5.4.5/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5/tests' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-xz-5.4.5' elfutils-0.189.tar.bz2: OK (sha512: 93a877e34db93e5498581d0ab2d702b08c0d87e4cafd9cec9d6636dfa85a168095c305c11583a5b0fb79374dd93bc8d0e9ce6016e6c172764bcea12861605b71) >>> host-elfutils 0.189 Extracting bzcat /home/buildroot/autobuild/instance-3/dl/elfutils/elfutils-0.189.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/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-3/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-3/output-1/build/host-elfutils-0.189/ && rm -rf config.cache; GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/autobuild/instance-3/output-1/host" --sysconfdir="/home/buildroot/autobuild/instance-3/output-1/host/etc" --localstatedir="/home/buildroot/autobuild/instance-3/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-demangler --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... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether 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 yes checking whether gcc supports -Wl,-z,relro... yes checking for __thread support... yes checking whether gcc provides stdatomic.h... yes checking for /usr/bin/gcc option to enable large file support... none needed checking whether fts.h is bad when included (with LFS)... no checking whether to add -D_FORTIFY_SOURCE=2 or =3 to CFLAGS... yes -D_FORTIFY_SOURCE=3 checking for library containing gzdirect... -lz checking 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 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-3/output-1/host/bin/msgfmt checking for gmsgfmt... /home/buildroot/autobuild/instance-3/output-1/host/bin/msgfmt checking for xgettext... /home/buildroot/autobuild/instance-3/output-1/host/bin/xgettext checking for msgmerge... /home/buildroot/autobuild/instance-3/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 egrep -e... /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-3/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-3/output-1/host/include CXXFLAGS=-D_FORTIFY_SOURCE=3 -O2 -I/home/buildroot/autobuild/instance-3/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 : no 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 GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/host-elfutils-0.189/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/host-elfutils-0.189' >>> host-elfutils 0.189 Installing to host directory GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/buildroot/autobuild/instance-3/output-1/build/host-elfutils-0.189/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-elfutils-0.189' Making install in config make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 libelf.pc libdw.pc '/home/buildroot/autobuild/instance-3/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 /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/lib' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/include' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/include/elfutils' /usr/bin/install -c -m 644 libelf.a '/home/buildroot/autobuild/instance-3/output-1/host/lib' /usr/bin/install -c -m 644 libelf.h gelf.h nlist.h '/home/buildroot/autobuild/instance-3/output-1/host/include' /usr/bin/install -c -m 644 elf-knowledge.h '/home/buildroot/autobuild/instance-3/output-1/host/include/elfutils' ( cd '/home/buildroot/autobuild/instance-3/output-1/host/lib' && /usr/bin/ranlib libelf.a ) /bin/sh /home/buildroot/autobuild/instance-3/output-1/build/host-elfutils-0.189/config/install-sh -d /home/buildroot/autobuild/instance-3/output-1/host/lib /usr/bin/install -c libelf.so /home/buildroot/autobuild/instance-3/output-1/host/lib/libelf-0.189.so ln -fs libelf-0.189.so /home/buildroot/autobuild/instance-3/output-1/host/lib/libelf.so.1 ln -fs libelf.so.1 /home/buildroot/autobuild/instance-3/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'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/include/elfutils' /usr/bin/install -c -m 644 libdwelf.h '/home/buildroot/autobuild/instance-3/output-1/host/include/elfutils' Making install in libdwfl make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/include/elfutils' /usr/bin/install -c -m 644 libdwfl.h '/home/buildroot/autobuild/instance-3/output-1/host/include/elfutils' Making install in libdw /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/lib' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/include' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/include/elfutils' /usr/bin/install -c -m 644 libdw.a '/home/buildroot/autobuild/instance-3/output-1/host/lib' /usr/bin/install -c -m 644 dwarf.h '/home/buildroot/autobuild/instance-3/output-1/host/include' /usr/bin/install -c -m 644 libdw.h known-dwarf.h '/home/buildroot/autobuild/instance-3/output-1/host/include/elfutils' ( cd '/home/buildroot/autobuild/instance-3/output-1/host/lib' && /usr/bin/ranlib libdw.a ) /bin/sh /home/buildroot/autobuild/instance-3/output-1/build/host-elfutils-0.189/config/install-sh -d /home/buildroot/autobuild/instance-3/output-1/host/lib /usr/bin/install -c libdw.so /home/buildroot/autobuild/instance-3/output-1/host/lib/libdw-0.189.so ln -fs libdw-0.189.so /home/buildroot/autobuild/instance-3/output-1/host/lib/libdw.so.1 ln -fs libdw.so.1 /home/buildroot/autobuild/instance-3/output-1/host/lib/libdw.so Making install in libasm /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/lib' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/include/elfutils' /usr/bin/install -c -m 644 libasm.a '/home/buildroot/autobuild/instance-3/output-1/host/lib' /usr/bin/install -c -m 644 libasm.h '/home/buildroot/autobuild/instance-3/output-1/host/include/elfutils' ( cd '/home/buildroot/autobuild/instance-3/output-1/host/lib' && /usr/bin/ranlib libasm.a ) /bin/sh /home/buildroot/autobuild/instance-3/output-1/build/host-elfutils-0.189/config/install-sh -d /home/buildroot/autobuild/instance-3/output-1/host/lib /usr/bin/install -c libasm.so /home/buildroot/autobuild/instance-3/output-1/host/lib/libasm-0.189.so ln -fs libasm-0.189.so /home/buildroot/autobuild/instance-3/output-1/host/lib/libasm.so.1 ln -fs libasm.so.1 /home/buildroot/autobuild/instance-3/output-1/host/lib/libasm.so Making install in debuginfod /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/bin' Making install in po if test "elfutils" = "gettext-tools"; then \ /usr/bin/mkdir -p /home/buildroot/autobuild/instance-3/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 \ /usr/bin/install -c -m 644 ./$file \ /home/buildroot/autobuild/instance-3/output-1/host/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/buildroot/autobuild/instance-3/output-1/host/share/gettext/po/$file; \ done; \ else \ : ; \ fi Making install in doc make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man3' /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1' /usr/bin/install -c -m 644 elf_update.3 elf_getdata.3 elf_clone.3 elf_begin.3 '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man3' /usr/bin/install -c -m 644 'readelf.1' '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/eu-readelf.1' /usr/bin/install -c -m 644 'elfclassify.1' '/home/buildroot/autobuild/instance-3/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'. /usr/bin/mkdir -p '/home/buildroot/autobuild/instance-3/output-1/host/include/elfutils' /usr/bin/install -c -m 644 version.h '/home/buildroot/autobuild/instance-3/output-1/host/include/elfutils' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-elfutils-0.189' lzma-4.32.7.tar.xz: OK (sha256: 02aa57f995d15b7acb7c2496d88a39fb0124ea00bf027cc61dd24eddb5942dff) >>> host-lzma 4.32.7 Extracting xzcat /home/buildroot/autobuild/instance-3/dl/lzma/lzma-4.32.7.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7 -xf - >>> host-lzma 4.32.7 Patching Applying 0001-Remove-static-from-LDFLAGS.patch using patch: patching file src/lzmadec/Makefile.am patching file src/lzmadec/Makefile.in patching file src/lzmainfo/Makefile.am patching file src/lzmainfo/Makefile.in >>> host-lzma 4.32.7 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-lzma 4.32.7 Patching libtool patching file /home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/ltmain.sh Hunk #1 succeeded at 273 (offset 47 lines). Hunk #2 succeeded at 399 (offset 151 lines). Hunk #3 succeeded at 1441 (offset 197 lines). Hunk #4 succeeded at 2411 with fuzz 2 (offset 258 lines). Hunk #5 succeeded at 2555 with fuzz 1 (offset 270 lines). Hunk #6 succeeded at 5611 (offset 429 lines). Hunk #7 succeeded at 5936 (offset 432 lines). >>> host-lzma 4.32.7 Configuring (cd /home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/ && rm -rf config.cache; GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/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-3/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/autobuild/instance-3/output-1/host" --sysconfdir="/home/buildroot/autobuild/instance-3/output-1/host/etc" --localstatedir="/home/buildroot/autobuild/instance-3/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: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls configure: loading site script /dev/null checking if debugging code should be compiled... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of /usr/bin/g++... none checking for gcc... /usr/bin/gcc 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 dependency style of /usr/bin/gcc... none checking how to run the C preprocessor... /usr/bin/cpp checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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 ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm checking how to recognize dependent libraries... pass_all 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... /usr/bin/g++ -E checking whether we are using the GNU Fortran 77 compiler... no checking whether no accepts -g... no checking the maximum length of command line arguments... 1572864 checking command to parse /usr/bin/nm output from /usr/bin/gcc object... ok checking for objdir... .libs checking for ar... /usr/bin/ar checking for ranlib... /usr/bin/ranlib checking for strip... strip checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC checking if /usr/bin/gcc PIC flag -fPIC works... yes checking if /usr/bin/gcc static flag -static works... no checking if /usr/bin/gcc supports -c -o file.o... 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 configure: creating libtool appending configuration tag "CXX" to libtool 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 checking if /usr/bin/g++ PIC flag -fPIC works... yes checking if /usr/bin/g++ static flag -static works... no checking if /usr/bin/g++ supports -c -o file.o... yes checking whether the /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking whether time.h and sys/time.h may both be included... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for mode_t... yes checking for off_t... yes checking for size_t... yes checking for int_fast8_t... yes checking for uint_fast8_t... yes checking for int_fast16_t... yes checking for uint_fast16_t... yes checking for int_fast32_t... yes checking for uint_fast32_t... yes checking for int_fast64_t... yes checking for uint_fast64_t... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for memmove... yes checking for strdup... yes checking for memset... yes checking for strerror... yes checking for strrchr... yes checking for strtol... yes checking for utime... yes checking for utimes... yes checking for futimes... yes checking for futimesat... yes checking for snprintf... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for getopt_long_only... yes checking whether optreset is declared... no checking for working GNU getopt function... yes checking whether getenv is declared... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/liblzmadec/Makefile config.status: creating src/lzmadec/Makefile config.status: creating src/lzmainfo/Makefile config.status: creating src/lzma/Makefile config.status: creating src/scripts/Makefile config.status: creating src/sdk/7zip/Common/Makefile config.status: creating src/sdk/7zip/Compress/LZ/Makefile config.status: creating src/sdk/7zip/Compress/LZMA/Makefile config.status: creating src/sdk/7zip/Compress/LZMA_C/Makefile config.status: creating src/sdk/7zip/Compress/Makefile config.status: creating src/sdk/7zip/Compress/RangeCoder/Makefile config.status: creating src/sdk/7zip/Makefile config.status: creating src/sdk/Common/Makefile config.status: creating src/sdk/Makefile config.status: creating tests/Makefile 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, --disable-nls >>> host-lzma 4.32.7 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7' Making all in src make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src' Making all in liblzmadec make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/liblzmadec' /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/home/buildroot/autobuild/instance-3/output-1/host/include -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o main.lo main.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/home/buildroot/autobuild/instance-3/output-1/host/include -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o buffer.lo buffer.c /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/home/buildroot/autobuild/instance-3/output-1/host/include -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o io.lo io.c mkdir .libs mkdir .libs mkdir .libs mkdir: cannot create directory '.libs': File exists mkdir: cannot create directory '.libs': File exists /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/home/buildroot/autobuild/instance-3/output-1/host/include -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c main.c -fPIC -DPIC -o .libs/main.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/home/buildroot/autobuild/instance-3/output-1/host/include -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c io.c -fPIC -DPIC -o .libs/io.o /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/home/buildroot/autobuild/instance-3/output-1/host/include -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c buffer.c -fPIC -DPIC -o .libs/buffer.o /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -version-info 0:0:0 -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -o liblzmadec.la -rpath /home/buildroot/autobuild/instance-3/output-1/host/lib main.lo buffer.lo io.lo /usr/bin/gcc -shared .libs/main.o .libs/buffer.o .libs/io.o -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-soname -Wl,liblzmadec.so.0 -o .libs/liblzmadec.so.0.0.0 (cd .libs && rm -f liblzmadec.so.0 && ln -s liblzmadec.so.0.0.0 liblzmadec.so.0) (cd .libs && rm -f liblzmadec.so && ln -s liblzmadec.so.0.0.0 liblzmadec.so) creating liblzmadec.la (cd .libs && rm -f liblzmadec.la && ln -s ../liblzmadec.la liblzmadec.la) make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/liblzmadec' Making all in lzmadec make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzmadec' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzmadec -I/home/buildroot/autobuild/instance-3/output-1/host/include -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c lzmadec.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -o lzmadec lzmadec.o ../../src/liblzmadec/liblzmadec.la mkdir .libs /usr/bin/gcc -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/lib -o lzmadec lzmadec.o -L/home/buildroot/autobuild/instance-3/output-1/host/lib ../../src/liblzmadec/.libs/liblzmadec.so -Wl,--rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/liblzmadec/.libs -Wl,--rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/lib make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzmadec' Making all in lzmainfo make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzmainfo' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzmadec -I/home/buildroot/autobuild/instance-3/output-1/host/include -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c lzmainfo.c /bin/sh ../../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -o lzmainfo lzmainfo.o ../../src/liblzmadec/liblzmadec.la mkdir .libs /usr/bin/gcc -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/lib -o lzmainfo lzmainfo.o -L/home/buildroot/autobuild/instance-3/output-1/host/lib ../../src/liblzmadec/.libs/liblzmadec.so -Wl,--rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/liblzmadec/.libs -Wl,--rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/lib make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzmainfo' Making all in sdk make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk' Making all in Common make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/Common' /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../.. -I/home/buildroot/autobuild/instance-3/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I.. -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o Alloc.o Alloc.cpp /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../.. -I/home/buildroot/autobuild/instance-3/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I.. -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o C_FileIO.o C_FileIO.cpp /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../.. -I/home/buildroot/autobuild/instance-3/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I.. -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o CRC.o CRC.cpp rm -f libCommon.a /usr/bin/ar cru libCommon.a Alloc.o C_FileIO.o CRC.o /usr/bin/ranlib libCommon.a make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/Common' Making all in 7zip make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip' Making all in Common make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Common' /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../../.. -I/home/buildroot/autobuild/instance-3/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o InBuffer.o InBuffer.cpp /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../../.. -I/home/buildroot/autobuild/instance-3/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o OutBuffer.o OutBuffer.cpp /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../../.. -I/home/buildroot/autobuild/instance-3/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o FileStreams.o FileStreams.cpp /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../../.. -I/home/buildroot/autobuild/instance-3/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o StreamUtils.o StreamUtils.cpp rm -f libCommon.a /usr/bin/ar cru libCommon.a InBuffer.o OutBuffer.o FileStreams.o StreamUtils.o /usr/bin/ranlib libCommon.a make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Common' Making all in Compress make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' Making all in RangeCoder make[7]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/RangeCoder' /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../../../.. -I/home/buildroot/autobuild/instance-3/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o RangeCoderBit.o RangeCoderBit.cpp rm -f libRangeCoder.a /usr/bin/ar cru libRangeCoder.a RangeCoderBit.o /usr/bin/ranlib libRangeCoder.a make[7]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/RangeCoder' Making all in LZ make[7]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZ' /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../../../.. -I/home/buildroot/autobuild/instance-3/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o LZInWindow.o LZInWindow.cpp /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../../../.. -I/home/buildroot/autobuild/instance-3/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o LZOutWindow.o LZOutWindow.cpp rm -f libLZ.a /usr/bin/ar cru libLZ.a LZInWindow.o LZOutWindow.o /usr/bin/ranlib libLZ.a make[7]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZ' Making all in LZMA make[7]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA' /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../../../.. -I/home/buildroot/autobuild/instance-3/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o LZMADecoder.o LZMADecoder.cpp /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../../../.. -I/home/buildroot/autobuild/instance-3/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o LZMAEncoder.o LZMAEncoder.cpp rm -f libLZMA.a /usr/bin/ar cru libLZMA.a LZMADecoder.o LZMAEncoder.o /usr/bin/ranlib libLZMA.a make[7]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA' Making all in LZMA_C make[7]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA_C' /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../../../.. -I/home/buildroot/autobuild/instance-3/output-1/host/include -D_LZMA_IN_CB -D_LZMA_OUT_READ -D_LZMA_SYSTEM_SIZE_T -D_LZMA_PROB32 -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c LzmaDecode.c rm -f libLZMA_C.a /usr/bin/ar cru libLZMA_C.a LzmaDecode.o /usr/bin/ranlib libLZMA_C.a make[7]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA_C' make[7]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk' Making all in lzma make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzma' /usr/bin/make all-am make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzma' /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../.. -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I../../src/sdk -I../../src/sdk/7zip -I/home/buildroot/autobuild/instance-3/output-1/host/include -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o lzmp.o lzmp.cpp /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../.. -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I../../src/sdk -I../../src/sdk/7zip -I/home/buildroot/autobuild/instance-3/output-1/host/include -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o C_FileIO.o `test -f '../../src/sdk/Common/C_FileIO.cpp' || echo './'`../../src/sdk/Common/C_FileIO.cpp /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../.. -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I../../src/sdk -I../../src/sdk/7zip -I/home/buildroot/autobuild/instance-3/output-1/host/include -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o CRC.o `test -f '../../src/sdk/Common/CRC.cpp' || echo './'`../../src/sdk/Common/CRC.cpp /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../.. -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I../../src/sdk -I../../src/sdk/7zip -I/home/buildroot/autobuild/instance-3/output-1/host/include -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o Alloc.o `test -f '../../src/sdk/Common/Alloc.cpp' || echo './'`../../src/sdk/Common/Alloc.cpp /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../.. -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I../../src/sdk -I../../src/sdk/7zip -I/home/buildroot/autobuild/instance-3/output-1/host/include -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o FileStreams.o `test -f '../../src/sdk/7zip/Common/FileStreams.cpp' || echo './'`../../src/sdk/7zip/Common/FileStreams.cpp /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../.. -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I../../src/sdk -I../../src/sdk/7zip -I/home/buildroot/autobuild/instance-3/output-1/host/include -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o InBuffer.o `test -f '../../src/sdk/7zip/Common/InBuffer.cpp' || echo './'`../../src/sdk/7zip/Common/InBuffer.cpp /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../.. -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I../../src/sdk -I../../src/sdk/7zip -I/home/buildroot/autobuild/instance-3/output-1/host/include -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -c -o OutBuffer.o `test -f '../../src/sdk/7zip/Common/OutBuffer.cpp' || echo './'`../../src/sdk/7zip/Common/OutBuffer.cpp /bin/sh ../../libtool --tag=CXX --mode=link /usr/bin/g++ -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib -o lzma lzmp.o C_FileIO.o CRC.o Alloc.o FileStreams.o InBuffer.o OutBuffer.o ../../src/sdk/7zip/Compress/LZMA/libLZMA.a ../../src/sdk/7zip/Compress/LZ/libLZ.a ../../src/sdk/7zip/Common/libCommon.a ../../src/sdk/7zip/Compress/RangeCoder/libRangeCoder.a mkdir .libs /usr/bin/g++ -g -g -O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-3/output-1/host/lib -o lzma lzmp.o C_FileIO.o CRC.o Alloc.o FileStreams.o InBuffer.o OutBuffer.o -L/home/buildroot/autobuild/instance-3/output-1/host/lib ../../src/sdk/7zip/Compress/LZMA/libLZMA.a ../../src/sdk/7zip/Compress/LZ/libLZ.a ../../src/sdk/7zip/Common/libCommon.a ../../src/sdk/7zip/Compress/RangeCoder/libRangeCoder.a make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzma' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzma' Making all in scripts make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/scripts' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/scripts' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src' Making all in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7' >>> host-lzma 4.32.7 Installing to host directory GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/ make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src' Making install in liblzmadec make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/liblzmadec' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/liblzmadec' test -z "/home/buildroot/autobuild/instance-3/output-1/host/lib" || /usr/bin/mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/lib" test -z "/home/buildroot/autobuild/instance-3/output-1/host/include" || /usr/bin/mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/include" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'liblzmadec.la' '/home/buildroot/autobuild/instance-3/output-1/host/lib/liblzmadec.la' /usr/bin/install -c -m 644 'lzmadec.h' '/home/buildroot/autobuild/instance-3/output-1/host/include/lzmadec.h' /usr/bin/install -c .libs/liblzmadec.so.0.0.0 /home/buildroot/autobuild/instance-3/output-1/host/lib/liblzmadec.so.0.0.0 (cd /home/buildroot/autobuild/instance-3/output-1/host/lib && { ln -s -f liblzmadec.so.0.0.0 liblzmadec.so.0 || { rm -f liblzmadec.so.0 && ln -s liblzmadec.so.0.0.0 liblzmadec.so.0; }; }) (cd /home/buildroot/autobuild/instance-3/output-1/host/lib && { ln -s -f liblzmadec.so.0.0.0 liblzmadec.so || { rm -f liblzmadec.so && ln -s liblzmadec.so.0.0.0 liblzmadec.so; }; }) /usr/bin/install -c .libs/liblzmadec.lai /home/buildroot/autobuild/instance-3/output-1/host/lib/liblzmadec.la PATH="$PATH:/sbin" ldconfig -n /home/buildroot/autobuild/instance-3/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/buildroot/autobuild/instance-3/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[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/liblzmadec' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/liblzmadec' Making install in lzmadec make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzmadec' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzmadec' test -z "/home/buildroot/autobuild/instance-3/output-1/host/bin" || /usr/bin/mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/bin" test -z "/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1" || /usr/bin/mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'lzmadec' '/home/buildroot/autobuild/instance-3/output-1/host/bin/lzmadec' /usr/bin/install -c -m 644 './lzmadec.1' '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/lzmadec.1' /usr/bin/install -c lzmadec /home/buildroot/autobuild/instance-3/output-1/host/bin/lzmadec make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzmadec' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzmadec' Making install in lzmainfo make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzmainfo' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzmainfo' test -z "/home/buildroot/autobuild/instance-3/output-1/host/bin" || /usr/bin/mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/bin" test -z "/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1" || /usr/bin/mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'lzmainfo' '/home/buildroot/autobuild/instance-3/output-1/host/bin/lzmainfo' /usr/bin/install -c -m 644 './lzmainfo.1' '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/lzmainfo.1' /usr/bin/install -c lzmainfo /home/buildroot/autobuild/instance-3/output-1/host/bin/lzmainfo make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzmainfo' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzmainfo' Making install in sdk make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk' Making install in Common make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/Common' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/Common' 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-3/output-1/build/host-lzma-4.32.7/src/sdk/Common' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/Common' Making install in 7zip make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip' Making install in Common make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Common' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Common' 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-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Common' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Common' Making install in Compress make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' Making install in RangeCoder make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/RangeCoder' make[7]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/RangeCoder' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/RangeCoder' make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/RangeCoder' Making install in LZ make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZ' make[7]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZ' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZ' make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZ' Making install in LZMA make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA' make[7]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA' make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA' Making install in LZMA_C make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA_C' make[7]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA_C' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA_C' make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA_C' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' make[7]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip' make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip' 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-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk/7zip' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk' 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-3/output-1/build/host-lzma-4.32.7/src/sdk' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/sdk' Making install in lzma make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzma' /usr/bin/make install-am make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzma' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzma' test -z "/home/buildroot/autobuild/instance-3/output-1/host/bin" || /usr/bin/mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/bin" test -z "/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1" || /usr/bin/mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'lzma' '/home/buildroot/autobuild/instance-3/output-1/host/bin/lzma' /usr/bin/install -c -m 644 './lzma.1' '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/lzma.1' /usr/bin/make install-data-hook make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzma' cd /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1 && \ rm -f unlzma.1 lzcat.1 && \ ln -s lzma.1 unlzma.1 && \ ln -s lzma.1 lzcat.1 make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzma' /usr/bin/install -c lzma /home/buildroot/autobuild/instance-3/output-1/host/bin/lzma /usr/bin/make install-exec-hook make[6]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzma' cd /home/buildroot/autobuild/instance-3/output-1/host/bin && \ rm -f unlzma lzcat && \ ln -s lzma unlzma && \ ln -s lzma lzcat make[6]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzma' make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzma' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzma' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/lzma' Making install in scripts make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/scripts' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/scripts' test -z "/home/buildroot/autobuild/instance-3/output-1/host/bin" || /usr/bin/mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/bin" test -z "/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1" || /usr/bin/mkdir -p "/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1" /usr/bin/install -c 'lzdiff' '/home/buildroot/autobuild/instance-3/output-1/host/bin/lzdiff' /usr/bin/install -c 'lzgrep' '/home/buildroot/autobuild/instance-3/output-1/host/bin/lzgrep' /usr/bin/install -c -m 644 './lzdiff.1' '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/lzdiff.1' /usr/bin/install -c 'lzmore' '/home/buildroot/autobuild/instance-3/output-1/host/bin/lzmore' /usr/bin/make install-exec-hook /usr/bin/install -c -m 644 './lzgrep.1' '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/lzgrep.1' make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/scripts' cd /home/buildroot/autobuild/instance-3/output-1/host/bin && \ rm -f lzcmp lzegrep lzfgrep lzless && \ ln -s lzdiff lzcmp && \ ln -s lzgrep lzegrep && \ ln -s lzgrep lzfgrep && \ ln -s lzmore lzless make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/scripts' /usr/bin/install -c -m 644 './lzmore.1' '/home/buildroot/autobuild/instance-3/output-1/host/share/man/man1/lzmore.1' /usr/bin/make install-data-hook make[5]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/scripts' cd /home/buildroot/autobuild/instance-3/output-1/host/share/man/man1 && \ rm -f lzcmp.1 lzegrep.1 lzfgrep.1 lzless.1 && \ ln -s lzdiff.1 lzcmp.1 && \ ln -s lzgrep.1 lzegrep.1 && \ ln -s lzgrep.1 lzfgrep.1 && \ ln -s lzmore.1 lzless.1 make[5]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/scripts' make[4]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/scripts' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src/scripts' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src' make[4]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src' 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-3/output-1/build/host-lzma-4.32.7/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/src' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/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-3/output-1/build/host-lzma-4.32.7/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7/tests' make[2]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7' make[3]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7' 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-3/output-1/build/host-lzma-4.32.7' make[2]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-lzma-4.32.7' u-boot-2021.07.tar.bz2: OK (sha256: 312b7eeae44581d1362c3a3f02c28d806647756c82ba8c72241c7cdbe68ba77e) >>> host-uboot-tools 2021.07 Extracting bzcat /home/buildroot/autobuild/instance-3/dl/uboot-tools/u-boot-2021.07.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/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-3/output-1/build/host-uboot-tools-2021.07/include/config touch /home/buildroot/autobuild/instance-3/output-1/build/host-uboot-tools-2021.07/include/config/auto.conf mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/host-uboot-tools-2021.07/include/generated touch /home/buildroot/autobuild/instance-3/output-1/build/host-uboot-tools-2021.07/include/generated/autoconf.h echo >> /home/buildroot/autobuild/instance-3/output-1/build/host-uboot-tools-2021.07/include/generated/autoconf.h mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/host-uboot-tools-2021.07/include/asm touch /home/buildroot/autobuild/instance-3/output-1/build/host-uboot-tools-2021.07/include/asm/linkage.h >>> host-uboot-tools 2021.07 Building /usr/bin/make -j1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-uboot-tools-2021.07 HOSTCC="/usr/bin/gcc" HOSTCFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" HOSTLDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" CONFIG_EFI_HAVE_CAPSULE_SUPPORT=y tools-only make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-uboot-tools-2021.07' HOSTCC scripts/basic/fixdep UPD include/config/uboot.release UPD include/generated/version_autogenerated.h UPD include/generated/timestamp_autogenerated.h COPY tools/version.h HOSTCC tools/mkenvimage.o HOSTCC tools/os_support.o WRAP tools/lib/crc32.c HOSTCC tools/lib/crc32.o HOSTLD tools/mkenvimage HOSTCC tools/aisimage.o HOSTCC tools/atmelimage.o WRAP tools/common/fdt_region.c HOSTCC tools/common/fdt_region.o WRAP tools/common/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 HOSTCC tools/lib/fdtdec_common.o WRAP tools/lib/fdtdec.c HOSTCC tools/lib/fdtdec.o WRAP tools/common/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 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 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 HOSTCC tools/lib/crc16.o WRAP tools/lib/hash-checksum.c HOSTCC tools/lib/hash-checksum.o WRAP tools/lib/sha1.c HOSTCC tools/lib/sha1.o WRAP tools/lib/sha256.c HOSTCC tools/lib/sha256.o WRAP tools/lib/sha512.c HOSTCC tools/lib/sha512.o WRAP tools/common/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 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/host-uboot-tools-2021.07' /usr/bin/make -j1 -C /home/buildroot/autobuild/instance-3/output-1/build/host-uboot-tools-2021.07 HOSTCC="/usr/bin/gcc" HOSTCFLAGS="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" HOSTLDFLAGS="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" CONFIG_EFI_HAVE_CAPSULE_SUPPORT=y envtools no-dot-config-targets=envtools make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/host-uboot-tools-2021.07' UPD include/generated/timestamp_autogenerated.h 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 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/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-3/output-1/build/host-uboot-tools-2021.07/tools/mkimage /home/buildroot/autobuild/instance-3/output-1/host/bin/mkimage /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-3/output-1/build/host-uboot-tools-2021.07/tools/mkeficapsule /home/buildroot/autobuild/instance-3/output-1/host/bin/mkeficapsule /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-3/output-1/build/host-uboot-tools-2021.07/tools/mkenvimage /home/buildroot/autobuild/instance-3/output-1/host/bin/mkenvimage /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-3/output-1/build/host-uboot-tools-2021.07/tools/dumpimage /home/buildroot/autobuild/instance-3/output-1/host/bin/dumpimage /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-3/output-1/build/host-uboot-tools-2021.07/tools/env/fw_printenv /home/buildroot/autobuild/instance-3/output-1/host/bin/fw_printenv ln -sf /home/buildroot/autobuild/instance-3/output-1/host/bin/fw_printenv /home/buildroot/autobuild/instance-3/output-1/host/bin/fw_setenv make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32' HOSTCC scripts/basic/fixdep 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' 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 # # configuration written to .config # make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32' Using /home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32/.config as base # # merged configuration written to /home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32/.config (needs make) # make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32' # # No change to .config # make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32' >>> linux 6.6.32 Updating kernel config with fixups make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32' .config:4227:warning: override: CPU_BIG_ENDIAN changes choice state .config:4231:warning: override: DEFAULT_SECURITY_SELINUX changes choice state # # configuration written to .config # make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32' >>> linux 6.6.32 Configuring >>> linux 6.6.32 Building GIT_DIR=. PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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-3/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output-1/host/share/pkgconfig" BR_BINARIES_DIR=/home/buildroot/autobuild/instance-3/output-1/images KCFLAGS=-Wno-attribute-alias /usr/bin/make -j4 HOSTCC="/usr/bin/gcc -O2 -isystem /home/buildroot/autobuild/instance-3/output-1/host/include -L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" ARCH=mips INSTALL_MOD_PATH=/home/buildroot/autobuild/instance-3/output-1/target CROSS_COMPILE="/home/buildroot/autobuild/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/home/buildroot/autobuild/instance-3/output-1/host/sbin/depmod -C /home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32 all make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32' SYNC include/config/auto.conf.cmd HOSTCC scripts/basic/fixdep 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 SYSHDR arch/mips/include/generated/uapi/asm/unistd_n32.h SYSHDR arch/mips/include/generated/uapi/asm/unistd_n64.h 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 HOSTCC arch/mips/tools/elf-entry SYSHDR arch/mips/include/generated/uapi/asm/unistd_o32.h HOSTCC scripts/dtc/dtc.o SYSTBL arch/mips/include/generated/asm/syscall_table_n32.h SYSTBL arch/mips/include/generated/asm/syscall_table_n64.h SYSTBL arch/mips/include/generated/asm/syscall_table_o32.h HOSTCC arch/mips/boot/tools/relocs_32.o SYSNR arch/mips/include/generated/asm/unistd_nr_n32.h SYSNR arch/mips/include/generated/asm/unistd_nr_n64.h HOSTCC scripts/dtc/flattree.o SYSNR arch/mips/include/generated/asm/unistd_nr_o32.h HOSTCC arch/mips/boot/tools/relocs_64.o HOSTCC arch/mips/boot/tools/relocs_main.o HOSTCC scripts/dtc/fstree.o HOSTCC scripts/dtc/data.o HOSTCC scripts/dtc/livetree.o HOSTLD arch/mips/boot/tools/relocs HOSTCC scripts/dtc/treesource.o HOSTCC scripts/dtc/srcpos.o UPD include/config/kernel.release 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 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 WRAP arch/mips/include/generated/asm/local64.h 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 HOSTCC scripts/dtc/checks.o UPD include/generated/uapi/linux/version.h HOSTCC scripts/dtc/util.o UPD include/generated/utsrelease.h UPD include/generated/compile.h 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 HOSTCC scripts/kallsyms HOSTCC scripts/sorttable DTC arch/mips/boot/dts/img/boston.dtb HOSTCC scripts/selinux/genheaders/genheaders DTC arch/mips/boot/dts/img/pistachio_marduk.dtb 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 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 DTC arch/mips/boot/dts/mti/sead3.dtb DTC arch/mips/boot/dts/ni/169445.dtb DTC arch/mips/boot/dts/xilfpga/nexys4ddr.dtb HOSTCC scripts/asn1_compiler CC scripts/mod/empty.o HOSTCC scripts/mod/mk_elfconfig CC scripts/mod/devicetable-offsets.s UPD scripts/mod/devicetable-offsets.h MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/modpost.o HOSTCC scripts/mod/file2alias.o HOSTCC scripts/mod/sumversion.o HOSTCC scripts/mod/symsearch.o HOSTLD scripts/mod/modpost 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 LDS scripts/module.lds HOSTCC usr/gen_init_cpio CC init/main.o CC arch/mips/generic/init.o CC arch/mips/generic/irq.o GEN usr/initramfs_data.cpio COPY usr/initramfs_inc_data AS usr/initramfs_data.o AR usr/built-in.a LDS arch/mips/kernel/vmlinux.lds AS arch/mips/kernel/head.o CC arch/mips/kernel/branch.o UPD init/utsversion-tmp.h AR arch/mips/boot/dts/img/built-in.a 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 CC arch/mips/generic/proc.o AS arch/mips/boot/dts/mscc/jaguar2_pcb111.dtb.o AS arch/mips/boot/dts/mscc/jaguar2_pcb118.dtb.o AS arch/mips/boot/dts/mscc/luton_pcb091.dtb.o AS arch/mips/boot/dts/mscc/ocelot_pcb120.dtb.o AS arch/mips/boot/dts/mscc/ocelot_pcb123.dtb.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 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 AR arch/mips/boot/dts/ni/built-in.a AR arch/mips/boot/dts/xilfpga/built-in.a AR arch/mips/boot/dts/built-in.a CC arch/mips/mm/cache.o CC arch/mips/generic/yamon-dt.o CC arch/mips/kernel/cmpxchg.o CC arch/mips/generic/board-sead3.o CC init/do_mounts.o CC arch/mips/kernel/elf.o CC arch/mips/mm/context.o CC arch/mips/generic/board-ranchu.o AS arch/mips/kernel/entry.o AS arch/mips/kernel/genex.o CC arch/mips/kernel/idle.o CC arch/mips/mm/extable.o AR arch/mips/generic/built-in.a CC arch/mips/mm/fault.o CC init/do_mounts_rd.o AR arch/mips/net/built-in.a CC arch/mips/mm/init.o CC arch/mips/kernel/irq.o CC kernel/sched/core.o CC arch/mips/kernel/process.o CC init/do_mounts_initrd.o CC arch/mips/mm/mmap.o CC init/initramfs.o CC arch/mips/kernel/prom.o CC arch/mips/mm/page.o CC arch/mips/kernel/ptrace.o CC init/calibrate.o AS arch/mips/mm/page-funcs.o CC arch/mips/mm/pgtable.o CC init/init_task.o CC arch/mips/kernel/reset.o CC arch/mips/mm/tlbex.o CC init/version.o CC arch/mips/kernel/setup.o AR init/built-in.a CC kernel/sched/fair.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/kernel/signal.o CC kernel/locking/mutex.o CC arch/mips/mm/maccess.o CC arch/mips/kernel/syscall.o CC arch/mips/mm/ioremap.o CC kernel/locking/semaphore.o CC arch/mips/mm/pgtable-32.o CC arch/mips/kernel/time.o CC kernel/locking/rwsem.o CC arch/mips/mm/highmem.o CC arch/mips/kernel/topology.o CC kernel/locking/percpu-rwsem.o CC arch/mips/mm/dma-noncoherent.o CC arch/mips/kernel/traps.o CC kernel/locking/spinlock.o CC arch/mips/mm/c-r4k.o CC kernel/sched/build_policy.o CC kernel/locking/qspinlock.o CC arch/mips/kernel/unaligned.o CC kernel/locking/rtmutex_api.o CC arch/mips/kernel/watch.o AS arch/mips/mm/cex-gen.o CC arch/mips/mm/tlb-r4k.o CC kernel/locking/qrwlock.o CC arch/mips/kernel/vdso.o AR kernel/locking/built-in.a CC certs/system_keyring.o CC arch/mips/kernel/cacheinfo.o CC arch/mips/mm/sc-mips.o HOSTCC certs/extract-cert CC arch/mips/kernel/cpu-probe.o CERT certs/x509_certificate_list CERT certs/signing_key.x509 AS certs/system_certificates.o AR certs/built-in.a LDS arch/mips/vdso/vdso.lds AS arch/mips/vdso/elf.o CC arch/mips/vdso/vgettimeofday.o AR arch/mips/mm/built-in.a CC mm/filemap.o CC kernel/sched/build_utility.o AS arch/mips/vdso/sigreturn.o HOSTCC arch/mips/vdso/genvdso LD arch/mips/vdso/vdso.so.dbg.raw OBJCOPY arch/mips/vdso/vdso.so.raw GENVDSO arch/mips/vdso/vdso-image.c CC arch/mips/vdso/vdso-image.o CC arch/mips/kernel/cevt-r4k.o AR arch/mips/vdso/built-in.a CC mm/mempool.o CC arch/mips/kernel/csrc-r4k.o CC arch/mips/kernel/sync-r4k.o CC mm/oom_kill.o CC arch/mips/kernel/segment.o CC arch/mips/kernel/module.o CC kernel/power/qos.o AR kernel/sched/built-in.a CC kernel/printk/printk.o CC mm/fadvise.o AS arch/mips/kernel/r4k_switch.o CC arch/mips/kernel/fpu-probe.o CC kernel/power/main.o AS arch/mips/kernel/r4k_fpu.o CC arch/mips/kernel/smp.o CC mm/maccess.o CC kernel/power/console.o CC mm/page-writeback.o CC arch/mips/kernel/smp-up.o CC kernel/printk/printk_safe.o CC kernel/power/process.o CC arch/mips/kernel/mips-mt.o CC kernel/printk/printk_ringbuffer.o CC arch/mips/kernel/mips-mt-fpaff.o CC kernel/power/suspend.o CC kernel/printk/sysctl.o AR kernel/printk/built-in.a CC kernel/irq/irqdesc.o CC arch/mips/kernel/smp-mt.o CC mm/folio-compat.o CC kernel/power/poweroff.o AR kernel/power/built-in.a CC kernel/rcu/update.o CC kernel/irq/handle.o CC arch/mips/kernel/smp-cps.o CC mm/readahead.o CC kernel/irq/manage.o AS arch/mips/kernel/cps-vec.o CC arch/mips/kernel/spram.o CC mm/swap.o CC kernel/rcu/sync.o CC kernel/rcu/srcutree.o AS arch/mips/kernel/scall32-o32.o CC arch/mips/kernel/proc.o CC kernel/irq/spurious.o CC mm/truncate.o CC arch/mips/kernel/sysrq.o CC kernel/irq/resend.o CC arch/mips/kernel/jump_label.o CC kernel/rcu/tree.o CC kernel/irq/chip.o CC arch/mips/kernel/mips-cm.o CC mm/vmscan.o CC arch/mips/kernel/mips-cpc.o CC kernel/irq/dummychip.o CC arch/mips/kernel/pm-cps.o CC kernel/irq/devres.o AR arch/mips/kernel/built-in.a CC kernel/irq/generic-chip.o AR arch/mips/built-in.a CC kernel/rcu/rcu_segcblist.o CC mm/shmem.o CC mm/util.o AR kernel/rcu/built-in.a CC kernel/irq/autoprobe.o CC mm/mmzone.o AR kernel/livepatch/built-in.a CC kernel/irq/irqdomain.o CC fs/notify/dnotify/dnotify.o CC kernel/irq/proc.o AR fs/notify/dnotify/built-in.a CC fs/notify/inotify/inotify_fsnotify.o CC fs/crypto/crypto.o CC kernel/irq/cpuhotplug.o CC fs/notify/inotify/inotify_user.o CC mm/vmstat.o CC kernel/irq/pm.o CC fs/crypto/fname.o AR fs/notify/inotify/built-in.a CC fs/notify/fanotify/fanotify.o CC kernel/irq/msi.o CC fs/crypto/hkdf.o CC mm/backing-dev.o CC fs/notify/fanotify/fanotify_user.o CC fs/crypto/hooks.o CC kernel/irq/ipi.o CC fs/crypto/keyring.o CC mm/mm_init.o CC kernel/irq/affinity.o AR fs/notify/fanotify/built-in.a CC fs/notify/fsnotify.o AR kernel/irq/built-in.a CC kernel/dma/mapping.o CC fs/crypto/keysetup.o CC fs/notify/notification.o CC mm/percpu.o CC kernel/dma/direct.o CC fs/crypto/keysetup_v1.o CC fs/notify/group.o CC kernel/dma/coherent.o CC fs/notify/mark.o CC fs/crypto/policy.o CC kernel/dma/remap.o CC mm/slab_common.o CC fs/crypto/bio.o CC fs/notify/fdinfo.o AR kernel/dma/built-in.a AR kernel/entry/built-in.a CC kernel/module/main.o CC mm/compaction.o AR fs/notify/built-in.a CC fs/nfs_common/nfsacl.o AR fs/crypto/built-in.a CC fs/nfs_common/grace.o CC kernel/time/time.o CC fs/nfs_common/nfs_ssc.o CC kernel/module/strict_rwx.o AR fs/nfs_common/built-in.a CC kernel/time/timer.o CC fs/iomap/trace.o CC mm/show_mem.o CC kernel/module/kmod.o CC fs/iomap/iter.o CC kernel/module/kallsyms.o CC mm/shmem_quota.o CC kernel/time/hrtimer.o CC fs/iomap/buffered-io.o CC kernel/module/procfs.o CC mm/interval_tree.o CC kernel/module/sysfs.o CC kernel/time/timekeeping.o CC mm/list_lru.o AR kernel/module/built-in.a CC kernel/futex/core.o CC fs/iomap/direct-io.o CC mm/workingset.o CC kernel/futex/syscalls.o CC kernel/time/ntp.o CC fs/iomap/fiemap.o CC mm/debug.o CC kernel/futex/pi.o CC kernel/time/clocksource.o CC fs/iomap/seek.o CC mm/gup.o CC kernel/futex/requeue.o CC fs/iomap/swapfile.o CC kernel/futex/waitwake.o CC kernel/time/jiffies.o AR fs/iomap/built-in.a AR fs/quota/built-in.a AR kernel/futex/built-in.a CC kernel/time/timer_list.o CC mm/mmap_lock.o CC fs/proc/task_mmu.o CC kernel/time/timeconv.o CC fs/proc/inode.o CC kernel/time/timecounter.o CC kernel/time/alarmtimer.o CC mm/highmem.o CC mm/memory.o CC fs/proc/root.o CC kernel/time/posix-timers.o CC kernel/time/posix-cpu-timers.o CC fs/proc/base.o CC fs/proc/generic.o CC kernel/time/posix-clock.o CC kernel/time/itimer.o CC mm/mincore.o CC fs/proc/array.o CC fs/proc/fd.o CC kernel/time/clockevents.o CC mm/mlock.o CC kernel/time/tick-common.o CC mm/mmap.o CC fs/proc/proc_tty.o CC kernel/time/sched_clock.o CC fs/proc/cmdline.o CC fs/kernfs/mount.o CC fs/proc/consoles.o CC kernel/time/tick-oneshot.o CC fs/kernfs/inode.o CC fs/proc/cpuinfo.o CC kernel/time/tick-sched.o CC mm/mmu_gather.o CC fs/kernfs/dir.o CC fs/proc/devices.o CC kernel/time/vsyscall.o CC mm/mprotect.o CC fs/proc/interrupts.o CC kernel/time/timekeeping_debug.o CC fs/kernfs/file.o CC fs/proc/loadavg.o AR kernel/time/built-in.a CC kernel/cgroup/cgroup.o CC mm/mremap.o CC fs/proc/meminfo.o CC fs/kernfs/symlink.o CC fs/proc/stat.o AR fs/kernfs/built-in.a CC fs/proc/uptime.o CC mm/msync.o CC mm/page_vma_mapped.o CC fs/proc/util.o CC kernel/trace/trace_clock.o CC fs/proc/version.o AR kernel/trace/built-in.a CC mm/pagewalk.o CC fs/sysfs/file.o CC fs/proc/softirqs.o CC mm/pgtable-generic.o CC fs/sysfs/dir.o CC fs/proc/namespaces.o CC fs/sysfs/symlink.o CC kernel/cgroup/rstat.o CC mm/rmap.o CC fs/proc/self.o CC fs/sysfs/mount.o CC fs/proc/thread_self.o CC kernel/cgroup/namespace.o CC fs/sysfs/group.o CC fs/proc/proc_sysctl.o CC mm/vmalloc.o CC kernel/cgroup/cgroup-v1.o AR fs/sysfs/built-in.a CC ipc/util.o CC kernel/cgroup/freezer.o CC ipc/msgutil.o CC fs/proc/proc_net.o CC ipc/msg.o CC kernel/cgroup/legacy_freezer.o CC fs/proc/kmsg.o CC mm/process_vm_access.o CC fs/proc/page.o CC kernel/cgroup/pids.o CC ipc/sem.o CC kernel/cgroup/cpuset.o CC mm/page_alloc.o AR fs/proc/built-in.a CC fs/devpts/inode.o AR fs/devpts/built-in.a CC fs/ext4/balloc.o CC ipc/shm.o AR kernel/cgroup/built-in.a CC fs/ext4/bitmap.o CC kernel/bpf/core.o CC ipc/syscall.o CC mm/init-mm.o CC fs/ext4/block_validity.o CC ipc/ipc_sysctl.o CC mm/memblock.o CC fs/ext4/dir.o CC ipc/namespace.o CC kernel/bpf/syscall.o AR ipc/built-in.a CC fs/ext4/ext4_jbd2.o CC mm/madvise.o CC mm/page_io.o CC fs/ext4/extents.o CC fs/jbd2/transaction.o CC mm/swap_state.o CC mm/swapfile.o CC fs/jbd2/commit.o CC kernel/bpf/verifier.o CC fs/jbd2/recovery.o CC fs/ext4/extents_status.o CC fs/jbd2/checkpoint.o CC mm/swap_slots.o CC fs/ext4/file.o CC fs/jbd2/revoke.o CC mm/dmapool.o CC mm/slub.o CC fs/jbd2/journal.o CC fs/ext4/fsmap.o CC fs/ext4/fsync.o AR fs/jbd2/built-in.a CC fs/ramfs/inode.o CC fs/ext4/hash.o CC mm/migrate.o CC fs/ramfs/file-mmu.o CC fs/ext4/ialloc.o AR fs/ramfs/built-in.a CC kernel/fork.o CC mm/page_counter.o CC mm/memcontrol.o CC fs/ext4/indirect.o CC kernel/bpf/inode.o CC fs/ext4/inline.o CC kernel/bpf/helpers.o CC fs/ext4/inode.o CC kernel/exec_domain.o CC kernel/bpf/tnum.o CC security/keys/gc.o CC mm/vmpressure.o CC kernel/bpf/log.o CC security/keys/key.o CC mm/swap_cgroup.o CC kernel/bpf/bpf_iter.o CC mm/balloon_compaction.o CC security/keys/keyring.o CC fs/ext4/ioctl.o CC mm/userfaultfd.o CC kernel/bpf/map_iter.o CC security/keys/keyctl.o CC mm/memfd.o CC kernel/bpf/task_iter.o CC fs/ext4/mballoc.o CC security/keys/permission.o CC mm/page_reporting.o CC security/keys/process_keys.o CC kernel/bpf/prog_iter.o AR mm/built-in.a CC kernel/bpf/link_iter.o CC security/keys/request_key.o CC security/keys/request_key_auth.o CC kernel/bpf/hashtab.o CC fs/ext4/migrate.o CC security/keys/user_defined.o CC security/keys/proc.o GEN security/selinux/flask.h security/selinux/av_permissions.h CC security/selinux/avc.o CC fs/ext4/mmp.o CC security/keys/sysctl.o CC fs/ext4/move_extent.o CC security/keys/keyctl_pkey.o CC kernel/bpf/arraymap.o CC security/selinux/hooks.o AR security/keys/built-in.a CC security/integrity/iint.o CC fs/ext4/namei.o CC security/integrity/integrity_audit.o CC kernel/bpf/percpu_freelist.o AR security/integrity/built-in.a CC security/selinux/selinuxfs.o CC kernel/bpf/bpf_lru_list.o CC kernel/bpf/lpm_trie.o CC fs/ext4/page-io.o CC security/selinux/netlink.o CC kernel/bpf/map_in_map.o CC kernel/bpf/bloom_filter.o CC security/selinux/nlmsgtab.o CC fs/ext4/readpage.o CC fs/ext4/resize.o CC kernel/bpf/local_storage.o CC security/selinux/netif.o CC crypto/asymmetric_keys/asymmetric_type.o CC kernel/bpf/queue_stack_maps.o CC crypto/asymmetric_keys/restrict.o CC security/selinux/netnode.o CC fs/ext4/super.o CC crypto/asymmetric_keys/signature.o CC kernel/bpf/ringbuf.o CC crypto/asymmetric_keys/public_key.o CC security/selinux/netport.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 kernel/bpf/bpf_local_storage.o CC crypto/asymmetric_keys/x509_public_key.o CC security/selinux/status.o ASN.1 crypto/asymmetric_keys/pkcs7.asn1.[ch] CC crypto/asymmetric_keys/pkcs7_trust.o CC crypto/asymmetric_keys/pkcs7_verify.o CC kernel/bpf/bpf_task_storage.o CC security/selinux/ss/ebitmap.o CC crypto/asymmetric_keys/x509.asn1.o CC crypto/asymmetric_keys/x509_akid.asn1.o CC crypto/asymmetric_keys/x509_cert_parser.o CC fs/ext4/symlink.o CC kernel/bpf/disasm.o CC crypto/asymmetric_keys/pkcs7.asn1.o CC crypto/asymmetric_keys/pkcs7_parser.o CC fs/ext4/sysfs.o CC security/selinux/ss/hashtab.o AR crypto/asymmetric_keys/built-in.a CC crypto/api.o CC kernel/bpf/mprog.o CC security/selinux/ss/symtab.o CC fs/ext4/xattr.o CC security/selinux/ss/sidtab.o CC crypto/cipher.o CC kernel/bpf/btf.o CC crypto/compress.o CC security/selinux/ss/avtab.o CC crypto/algapi.o CC fs/ext4/xattr_hurd.o CC security/selinux/ss/policydb.o CC crypto/scatterwalk.o CC fs/ext4/xattr_trusted.o CC crypto/proc.o CC fs/ext4/xattr_user.o CC crypto/aead.o CC fs/ext4/fast_commit.o CC crypto/skcipher.o CC security/selinux/ss/services.o CC kernel/bpf/memalloc.o CC crypto/ahash.o CC fs/ext4/orphan.o CC kernel/bpf/devmap.o CC crypto/shash.o CC fs/ext4/acl.o CC security/selinux/ss/conditional.o CC fs/ext4/xattr_security.o CC crypto/akcipher.o CC kernel/bpf/cpumap.o CC fs/ext4/crypto.o CC crypto/sig.o CC security/selinux/ss/mls.o CC crypto/kpp.o AR fs/ext4/built-in.a CC kernel/bpf/offload.o CC fs/fat/cache.o CC security/selinux/ss/context.o ASN.1 crypto/rsapubkey.asn1.[ch] ASN.1 crypto/rsaprivkey.asn1.[ch] CC crypto/rsa.o CC fs/fat/dir.o CC crypto/rsa_helper.o CC crypto/rsa-pkcs1pad.o CC kernel/bpf/net_namespace.o AR security/selinux/built-in.a CC security/commoncap.o CC fs/fat/fatent.o CC crypto/acompress.o CC kernel/bpf/tcx.o CC security/min_addr.o CC crypto/scompress.o CC security/security.o CC fs/fat/file.o CC kernel/bpf/cgroup_iter.o CC crypto/algboss.o CC fs/fat/inode.o CC kernel/bpf/bpf_cgrp_storage.o CC crypto/testmgr.o CC crypto/hmac.o CC kernel/bpf/reuseport_array.o CC fs/fat/misc.o CC security/lsm_audit.o CC crypto/md5.o CC fs/fat/nfs.o CC kernel/bpf/relo_core.o CC crypto/sha1_generic.o CC security/device_cgroup.o CC fs/fat/namei_vfat.o CC crypto/sha256_generic.o CC crypto/sha512_generic.o AR kernel/bpf/built-in.a CC kernel/panic.o AR security/built-in.a CC block/partitions/core.o CC fs/fat/namei_msdos.o CC crypto/ecb.o CC kernel/cpu.o CC block/partitions/msdos.o AR fs/fat/built-in.a CC crypto/cbc.o CC fs/nfs/filelayout/filelayout.o CC crypto/cts.o CC block/partitions/efi.o CC kernel/exit.o CC crypto/xts.o CC fs/nfs/filelayout/filelayoutdev.o AR block/partitions/built-in.a CC block/bdev.o CC crypto/aes_generic.o AR fs/nfs/filelayout/built-in.a CC fs/nfs/blocklayout/blocklayout.o CC kernel/softirq.o CC block/fops.o CC crypto/crc32c_generic.o CC kernel/resource.o CC crypto/rng.o CC block/bio.o CC fs/nfs/blocklayout/dev.o CC crypto/hash_info.o CC crypto/rsapubkey.asn1.o CC crypto/rsaprivkey.asn1.o AR crypto/built-in.a CC block/elevator.o CC kernel/sysctl.o CC fs/nfs/blocklayout/extent_tree.o CC block/blk-core.o CC kernel/capability.o CC block/blk-sysfs.o CC kernel/ptrace.o CC fs/nfs/blocklayout/rpc_pipefs.o CC kernel/user.o CC fs/nfs/flexfilelayout/flexfilelayout.o CC block/blk-flush.o CC kernel/signal.o AR fs/nfs/blocklayout/built-in.a CC kernel/sys.o CC block/blk-settings.o CC block/blk-ioc.o CC fs/nfs/flexfilelayout/flexfilelayoutdev.o CC kernel/umh.o CC fs/exportfs/expfs.o CC block/blk-map.o CC kernel/workqueue.o AR fs/exportfs/built-in.a AR fs/nfs/flexfilelayout/built-in.a CC fs/lockd/clntlock.o CC fs/nfs/client.o CC block/blk-merge.o CC fs/lockd/clntproc.o CC fs/nfs/dir.o CC block/blk-timeout.o CC fs/lockd/clntxdr.o CC block/blk-lib.o CC kernel/pid.o CC block/blk-mq.o CC fs/lockd/host.o CC kernel/task_work.o CC fs/nfs/file.o CC kernel/extable.o CC fs/lockd/svc.o CC fs/nfs/getroot.o CC kernel/params.o CC fs/lockd/svclock.o CC fs/nfs/inode.o CC kernel/kthread.o CC block/blk-mq-tag.o CC fs/lockd/svcshare.o CC block/blk-stat.o CC kernel/sys_ni.o CC kernel/nsproxy.o CC fs/lockd/svcproc.o CC block/blk-mq-sysfs.o CC fs/nfs/super.o CC kernel/notifier.o CC block/blk-mq-cpumap.o CC kernel/ksysfs.o CC fs/lockd/svcsubs.o CC kernel/cred.o CC fs/nfs/io.o CC block/blk-mq-sched.o CC fs/lockd/mon.o CC kernel/reboot.o CC block/ioctl.o CC fs/nfs/direct.o CC fs/lockd/trace.o CC kernel/async.o CC block/genhd.o CC kernel/range.o CC fs/nfs/pagelist.o CC kernel/smpboot.o CC fs/lockd/xdr.o CC block/ioprio.o CC kernel/ucount.o CC fs/lockd/clnt4xdr.o CC kernel/regset.o CC block/badblocks.o CC fs/nfs/read.o CC kernel/ksyms_common.o CC block/blk-rq-qos.o CC fs/lockd/xdr4.o CC kernel/groups.o CC fs/nfs/symlink.o CC kernel/freezer.o CC block/disk-events.o CC fs/lockd/svc4proc.o CC kernel/smp.o CC block/blk-ia-ranges.o CC fs/nfs/unlink.o CC fs/lockd/procfs.o CC kernel/kallsyms.o CC block/early-lookup.o AR fs/lockd/built-in.a CC kernel/utsname.o CC fs/nfs/write.o CC block/bounce.o CC kernel/user_namespace.o CC block/bsg.o CC fs/nls/nls_base.o CC kernel/pid_namespace.o CC block/blk-cgroup.o AR fs/nls/built-in.a UPD kernel/config_data CC fs/nfs/namespace.o CC block/blk-cgroup-rwstat.o CC kernel/stop_machine.o CC kernel/audit.o CC io_uring/io_uring.o CC fs/nfs/mount_clnt.o CC block/mq-deadline.o CC fs/nfs/nfstrace.o CC block/kyber-iosched.o CC kernel/auditfilter.o CC fs/nfs/export.o CC block/bfq-iosched.o CC io_uring/xattr.o CC kernel/seccomp.o CC fs/nfs/sysfs.o CC io_uring/nop.o CC fs/nfs/fs_context.o CC io_uring/fs.o CC kernel/utsname_sysctl.o CC kernel/irq_work.o CC block/bfq-wf2q.o CC io_uring/splice.o CC kernel/jump_label.o CC fs/nfs/nfsroot.o CC io_uring/sync.o CC kernel/context_tracking.o CC block/bfq-cgroup.o CC fs/nfs/sysctl.o CC io_uring/advise.o CC kernel/iomem.o CC block/blk-mq-pci.o CC io_uring/filetable.o CC fs/nfs/nfs2super.o CC kernel/rseq.o CC block/blk-mq-virtio.o GZIP kernel/config_data.gz CC kernel/configs.o CC io_uring/openclose.o CC fs/nfs/proc.o CC block/blk-mq-debugfs.o AR kernel/built-in.a AR fs/unicode/built-in.a CC io_uring/uring_cmd.o CC fs/fuse/dev.o CC block/blk-pm.o CC fs/nfs/nfs2xdr.o CC io_uring/epoll.o CC block/holder.o CC io_uring/statx.o CC fs/nfs/nfs3super.o AR block/built-in.a CC lib/math/div64.o CC fs/fuse/dir.o CC io_uring/net.o CC lib/math/gcd.o CC lib/math/lcm.o CC lib/math/int_log.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/nfs/nfs3client.o AR lib/math/built-in.a CC lib/crypto/mpi/generic_mpih-lshift.o CC fs/fuse/file.o CC io_uring/msg_ring.o CC lib/crypto/mpi/generic_mpih-mul1.o CC fs/nfs/nfs3proc.o CC lib/crypto/mpi/generic_mpih-mul2.o CC io_uring/timeout.o CC lib/crypto/mpi/generic_mpih-mul3.o CC fs/nfs/nfs3xdr.o CC lib/crypto/mpi/generic_mpih-rshift.o CC fs/fuse/inode.o CC io_uring/sqpoll.o CC lib/crypto/mpi/generic_mpih-sub1.o CC lib/crypto/mpi/generic_mpih-add1.o CC fs/nfs/nfs3acl.o CC io_uring/fdinfo.o CC fs/fuse/control.o CC lib/crypto/mpi/ec.o CC io_uring/tctx.o CC fs/nfs/nfs4proc.o CC fs/fuse/xattr.o CC lib/crypto/mpi/mpicoder.o CC io_uring/poll.o CC fs/fuse/acl.o CC lib/crypto/mpi/mpi-add.o CC fs/fuse/readdir.o CC io_uring/cancel.o CC lib/crypto/mpi/mpi-bit.o CC fs/fuse/ioctl.o CC io_uring/kbuf.o CC lib/crypto/mpi/mpi-cmp.o CC lib/crypto/mpi/mpi-sub-ui.o CC fs/fuse/cuse.o CC io_uring/rsrc.o CC lib/crypto/mpi/mpi-div.o AR fs/fuse/built-in.a CC lib/crypto/mpi/mpi-inv.o CC lib/crypto/memneq.o CC lib/crypto/mpi/mpi-mod.o CC fs/nfs/nfs4xdr.o CC lib/zlib_inflate/inffast.o CC io_uring/rw.o CC lib/zlib_inflate/inflate.o CC lib/crypto/mpi/mpi-mul.o CC lib/zlib_inflate/infutil.o CC lib/crypto/mpi/mpih-cmp.o CC lib/zlib_inflate/inftrees.o CC lib/zlib_inflate/inflate_syms.o CC lib/crypto/mpi/mpih-div.o CC io_uring/opdef.o AR lib/zlib_inflate/built-in.a CC lib/lzo/lzo1x_decompress_safe.o AR lib/lzo/built-in.a CC lib/crypto/utils.o CC lib/crypto/mpi/mpih-mul.o CC io_uring/notif.o CC io_uring/io-wq.o CC lib/crypto/mpi/mpi-pow.o CC lib/crypto/mpi/mpiutil.o CC fs/nfs/nfs4state.o CC lib/lz4/lz4_decompress.o AR io_uring/built-in.a CC lib/crypto/chacha.o AR lib/crypto/mpi/built-in.a CC arch/mips/fw/lib/cmdline.o CC lib/crypto/aes.o AR arch/mips/fw/lib/built-in.a AR arch/mips/fw/lib/lib.a CC lib/zstd/zstd_decompress_module.o CC lib/zstd/decompress/huf_decompress.o CC lib/crypto/blake2s.o AR lib/lz4/built-in.a CC lib/xz/xz_dec_syms.o CC lib/crypto/blake2s-generic.o CC lib/xz/xz_dec_stream.o CC fs/nfs/nfs4renewd.o CC lib/crypto/sha1.o CC lib/zstd/decompress/zstd_ddict.o CC lib/xz/xz_dec_lzma2.o CC lib/zstd/decompress/zstd_decompress.o CC lib/crypto/sha256.o AR lib/xz/built-in.a CC lib/zstd/decompress/zstd_decompress_block.o CC fs/nfs/nfs4super.o CC fs/nfs/nfs4file.o AR lib/crypto/built-in.a CC lib/zstd/zstd_common_module.o CC lib/argv_split.o CC lib/buildid.o CC fs/overlayfs/super.o CC fs/nfs/delegation.o CC fs/overlayfs/namei.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/clz_tab.o AR fs/hostfs/built-in.a CC lib/cmdline.o CC fs/debugfs/inode.o CC lib/zstd/common/zstd_common.o AR lib/zstd/built-in.a CC lib/cpumask.o CC fs/overlayfs/util.o CC fs/nfs/nfs4idmap.o CC lib/ctype.o CC lib/dec_and_lock.o CC fs/debugfs/file.o CC lib/decompress.o CC lib/decompress_bunzip2.o CC fs/overlayfs/inode.o CC fs/nfs/callback.o CC lib/decompress_inflate.o AR fs/debugfs/built-in.a CC lib/decompress_unlz4.o CC arch/mips/lib/bitops.o CC lib/decompress_unlzma.o AS arch/mips/lib/csum_partial.o CC arch/mips/lib/delay.o CC fs/overlayfs/file.o CC fs/nfs/callback_xdr.o AS arch/mips/lib/memcpy.o AS arch/mips/lib/memset.o CC arch/mips/lib/mips-atomic.o AS arch/mips/lib/strncpy_user.o AS arch/mips/lib/strnlen_user.o CC arch/mips/lib/uncached.o CC lib/decompress_unlzo.o CC fs/overlayfs/dir.o CC arch/mips/lib/iomap_copy.o CC lib/decompress_unxz.o CC arch/mips/lib/iomap-pci.o CC fs/nfs/callback_proc.o CC lib/decompress_unzstd.o CC arch/mips/lib/dump_tlb.o CC fs/overlayfs/readdir.o CC lib/dump_stack.o CC arch/mips/lib/bswapsi.o CC arch/mips/lib/bswapdi.o CC arch/mips/lib/multi3.o AR arch/mips/lib/lib.a AR arch/mips/lib/built-in.a CC arch/mips/math-emu/dp_flong.o CC fs/nfs/nfs4namespace.o CC lib/earlycpio.o CC arch/mips/math-emu/dp_sqrt.o CC lib/extable.o CC fs/overlayfs/copy_up.o CC arch/mips/math-emu/dp_tlong.o CC lib/fdt.o CC lib/fdt_addresses.o CC arch/mips/math-emu/ieee754d.o CC lib/fdt_empty_tree.o CC lib/fdt_ro.o CC fs/nfs/nfs4getroot.o CC arch/mips/math-emu/sp_flong.o CC lib/fdt_rw.o CC fs/overlayfs/export.o CC lib/fdt_strerror.o CC arch/mips/math-emu/sp_sqrt.o CC lib/fdt_sw.o CC lib/fdt_wip.o CC lib/flex_proportions.o CC arch/mips/math-emu/sp_tlong.o CC fs/nfs/nfs4client.o CC fs/overlayfs/params.o CC lib/idr.o CC arch/mips/math-emu/cp1emu.o CC lib/irq_regs.o AR fs/overlayfs/built-in.a CC lib/is_single_threaded.o CC fs/open.o CC lib/klist.o CC fs/nfs/nfs4session.o CC lib/kobject.o CC arch/mips/math-emu/ieee754dp.o CC lib/kobject_uevent.o CC lib/logic_pio.o CC fs/nfs/dns_resolve.o CC arch/mips/math-emu/ieee754sp.o CC arch/mips/math-emu/ieee754.o CC fs/read_write.o CC arch/mips/math-emu/dp_div.o CC lib/maple_tree.o CC fs/nfs/nfs4trace.o CC arch/mips/math-emu/dp_mul.o CC arch/mips/math-emu/dp_sub.o CC arch/mips/math-emu/dp_add.o CC fs/nfs/nfs4sysctl.o CC lib/memcat_p.o CC arch/mips/math-emu/dp_fsp.o CC fs/nfs/pnfs.o CC arch/mips/math-emu/dp_cmp.o CC arch/mips/math-emu/dp_simple.o CC fs/nfs/pnfs_dev.o CC arch/mips/math-emu/dp_tint.o CC arch/mips/math-emu/dp_fint.o CC arch/mips/math-emu/dp_rint.o CC lib/nmi_backtrace.o CC arch/mips/math-emu/dp_maddf.o CC arch/mips/math-emu/dp_2008class.o AR drivers/cache/built-in.a CC lib/plist.o CC drivers/irqchip/irqchip.o CC fs/nfs/pnfs_nfs.o CC lib/radix-tree.o CC arch/mips/math-emu/dp_fmin.o CC drivers/irqchip/irq-mips-cpu.o CC arch/mips/math-emu/dp_fmax.o CC lib/ratelimit.o CC arch/mips/math-emu/sp_div.o CC drivers/irqchip/irq-mips-gic.o CC lib/rbtree.o CC arch/mips/math-emu/sp_mul.o CC fs/nfs/nfs42proc.o CC arch/mips/math-emu/sp_sub.o CC lib/seq_buf.o CC arch/mips/math-emu/sp_add.o CC drivers/irqchip/irq-mscc-ocelot.o CC lib/siphash.o CC arch/mips/math-emu/sp_fdp.o CC drivers/irqchip/irq-goldfish-pic.o CC arch/mips/math-emu/sp_cmp.o CC lib/string.o CC fs/nfs/nfs42xattr.o CC arch/mips/math-emu/sp_simple.o AR drivers/irqchip/built-in.a AR drivers/bus/mhi/built-in.a CC drivers/bus/simple-pm-bus.o CC arch/mips/math-emu/sp_tint.o CC lib/timerqueue.o CC lib/vsprintf.o CC arch/mips/math-emu/sp_fint.o AR drivers/bus/built-in.a AR drivers/phy/allwinner/built-in.a AR drivers/phy/amlogic/built-in.a AR drivers/phy/broadcom/built-in.a AR drivers/phy/cadence/built-in.a AR drivers/phy/freescale/built-in.a AR drivers/phy/hisilicon/built-in.a AR drivers/phy/ingenic/built-in.a AR drivers/phy/intel/built-in.a AR drivers/phy/lantiq/built-in.a AR drivers/phy/marvell/built-in.a AR drivers/phy/mediatek/built-in.a CC arch/mips/math-emu/sp_rint.o AR drivers/phy/microchip/built-in.a AR drivers/phy/motorola/built-in.a AR drivers/phy/mscc/built-in.a AR drivers/phy/qualcomm/built-in.a AR drivers/phy/ralink/built-in.a AR drivers/phy/renesas/built-in.a AR drivers/phy/rockchip/built-in.a AR drivers/phy/samsung/built-in.a AR drivers/phy/socionext/built-in.a AR drivers/phy/st/built-in.a AR drivers/phy/starfive/built-in.a AR fs/nfs/built-in.a AR drivers/phy/sunplus/built-in.a AR drivers/phy/tegra/built-in.a CC fs/file_table.o AR drivers/phy/ti/built-in.a AR drivers/phy/xilinx/built-in.a CC drivers/phy/phy-core.o CC arch/mips/math-emu/sp_maddf.o CC arch/mips/math-emu/sp_2008class.o CC fs/super.o CC arch/mips/math-emu/sp_fmin.o CC drivers/phy/phy-pistachio-usb.o CC arch/mips/math-emu/sp_fmax.o CC arch/mips/math-emu/dsemul.o AR drivers/phy/built-in.a AR drivers/pinctrl/actions/built-in.a AR drivers/pinctrl/bcm/built-in.a AR drivers/pinctrl/cirrus/built-in.a AR drivers/pinctrl/freescale/built-in.a AR drivers/pinctrl/mediatek/built-in.a AR drivers/pinctrl/mvebu/built-in.a AR drivers/pinctrl/nomadik/built-in.a AR drivers/pinctrl/nuvoton/built-in.a AR drivers/pinctrl/nxp/built-in.a AR drivers/pinctrl/qcom/built-in.a AR drivers/pinctrl/sprd/built-in.a AR drivers/pinctrl/sunplus/built-in.a CC lib/win_minmax.o AR drivers/pinctrl/ti/built-in.a CC drivers/pinctrl/core.o CC fs/char_dev.o CC arch/mips/math-emu/me-debugfs.o CC lib/xarray.o CC fs/stat.o CC drivers/pinctrl/pinctrl-utils.o AR arch/mips/math-emu/lib.a AR arch/mips/math-emu/built-in.a AR sound/built-in.a CC fs/exec.o CC lib/lockref.o CC drivers/pinctrl/pinmux.o CC lib/bcd.o CC lib/sort.o CC lib/parser.o CC fs/pipe.o CC lib/debug_locks.o CC drivers/pinctrl/pinconf.o CC lib/random32.o CC net/core/sock.o CC lib/bust_spinlocks.o CC drivers/pinctrl/pinconf-generic.o CC fs/namei.o CC lib/kasprintf.o CC drivers/pinctrl/devicetree.o CC lib/bitmap.o CC drivers/pinctrl/pinctrl-ocelot.o CC lib/scatterlist.o CC drivers/pinctrl/pinctrl-pistachio.o AR drivers/pinctrl/built-in.a CC fs/fcntl.o CC drivers/gpio/gpiolib.o CC net/core/request_sock.o CC lib/list_sort.o CC lib/uuid.o CC lib/iov_iter.o CC fs/ioctl.o CC net/core/skbuff.o CC fs/readdir.o CC drivers/gpio/gpiolib-devres.o CC lib/clz_ctz.o CC lib/bsearch.o CC drivers/gpio/gpiolib-legacy.o CC fs/select.o CC lib/find_bit.o CC drivers/gpio/gpiolib-of.o CC lib/llist.o CC lib/memweight.o CC lib/kfifo.o CC drivers/gpio/gpiolib-cdev.o CC fs/dcache.o CC lib/percpu-refcount.o CC net/core/datagram.o CC lib/rhashtable.o CC drivers/gpio/gpiolib-sysfs.o CC fs/inode.o CC lib/base64.o CC lib/once.o CC net/core/stream.o CC drivers/gpio/gpiolib-swnode.o CC lib/refcount.o CC drivers/gpio/gpio-mmio.o CC lib/rcuref.o CC net/core/scm.o CC lib/usercopy.o CC drivers/gpio/gpio-pch.o CC fs/attr.o CC lib/errseq.o CC lib/bucket_locks.o CC lib/generic-radix-tree.o CC drivers/gpio/gpio-xilinx.o CC fs/bad_inode.o CC net/core/gen_stats.o CC lib/string_helpers.o CC fs/file.o AR drivers/gpio/built-in.a AR drivers/pwm/built-in.a CC drivers/pci/msi/pcidev_msi.o CC net/core/gen_estimator.o CC lib/hexdump.o CC drivers/pci/msi/api.o CC lib/kstrtox.o CC fs/filesystems.o CC net/core/net_namespace.o CC lib/debug_info.o CC drivers/pci/msi/msi.o CC fs/namespace.o CC drivers/pci/msi/irqdomain.o CC lib/iomap.o CC net/core/secure_seq.o CC drivers/pci/msi/legacy.o CC lib/pci_iomap.o AR drivers/pci/msi/built-in.a CC drivers/pci/pcie/aspm.o CC lib/iomap_copy.o CC net/core/flow_dissector.o CC lib/devres.o CC fs/seq_file.o CC lib/hweight.o CC lib/assoc_array.o AR drivers/pci/pcie/built-in.a AR drivers/pci/controller/dwc/built-in.a AR drivers/pci/controller/mobiveil/built-in.a CC drivers/pci/controller/pci-host-common.o CC drivers/pci/controller/pci-host-generic.o CC lib/bitrev.o CC fs/xattr.o CC net/core/sysctl_net_core.o CC lib/packing.o CC drivers/pci/controller/pcie-xilinx.o CC lib/crc16.o CC fs/libfs.o AR drivers/pci/controller/built-in.a AR drivers/pci/switch/built-in.a CC drivers/pci/access.o CC net/core/dev.o CC lib/crc-itu-t.o HOSTCC lib/gen_crc32table CC lib/crc7.o CC drivers/pci/bus.o CC fs/fs-writeback.o CC lib/xxhash.o CC drivers/pci/probe.o CC lib/genalloc.o CC lib/bch.o CC fs/pnode.o CC drivers/pci/host-bridge.o CC fs/splice.o CC drivers/pci/remove.o CC lib/percpu_counter.o CC drivers/pci/pci.o CC lib/audit.o CC fs/sync.o CC lib/syscall.o CC lib/errname.o CC lib/nlattr.o CC fs/utimes.o CC net/core/dev_addr_lists.o CC fs/d_path.o CC lib/atomic64.o CC lib/cpu_rmap.o CC drivers/pci/pci-driver.o CC net/core/dst.o CC fs/stack.o CC lib/dynamic_queue_limits.o CC fs/fs_struct.o CC lib/glob.o CC drivers/pci/search.o CC fs/statfs.o CC lib/net_utils.o CC net/core/netevent.o CC drivers/pci/pci-sysfs.o CC lib/sg_pool.o CC fs/fs_pin.o CC net/core/neighbour.o CC lib/asn1_decoder.o CC fs/nsfs.o CC drivers/pci/rom.o GEN lib/oid_registry_data.c CC lib/sbitmap.o CC fs/fs_types.o CC fs/fs_context.o CC drivers/pci/setup-res.o CC lib/group_cpus.o CC drivers/pci/irq.o CC fs/fs_parser.o CC lib/ashldi3.o CC lib/ashrdi3.o CC lib/lshrdi3.o CC net/core/rtnetlink.o CC drivers/pci/vpd.o CC fs/fsopen.o CC lib/cmpdi2.o CC lib/ucmpdi2.o AR lib/lib.a GEN lib/crc32table.h CC lib/oid_registry.o CC drivers/pci/setup-bus.o CC fs/init.o CC lib/crc32.o CC fs/kernel_read_file.o AR lib/built-in.a AR virt/lib/built-in.a AR virt/built-in.a CC drivers/video/console/dummycon.o CC fs/mnt_idmapping.o CC drivers/pci/vc.o CC drivers/video/console/vgacon.o CC fs/remap_range.o CC drivers/pci/mmap.o CC net/core/utils.o CC drivers/pci/setup-irq.o AR drivers/video/console/built-in.a AR drivers/video/backlight/built-in.a CC drivers/video/fbdev/core/fb_notify.o CC fs/buffer.o CC drivers/pci/proc.o CC net/core/link_watch.o CC drivers/video/fbdev/core/fb_info.o CC drivers/pci/slot.o CC drivers/video/fbdev/core/fbmem.o CC net/core/filter.o CC drivers/pci/of.o CC fs/mpage.o CC drivers/video/fbdev/core/fbcmap.o CC drivers/pci/quirks.o CC fs/proc_namespace.o CC drivers/video/fbdev/core/modedb.o CC fs/direct-io.o CC drivers/video/fbdev/core/fbcvt.o CC drivers/pci/ecam.o CC fs/eventpoll.o CC drivers/video/fbdev/core/fb_cmdline.o CC drivers/pci/vgaarb.o CC drivers/video/fbdev/core/fb_io_fops.o AR drivers/pci/built-in.a AR drivers/video/fbdev/omap/built-in.a CC fs/anon_inodes.o CC drivers/video/fbdev/core/fb_backlight.o CC net/core/sock_diag.o CC fs/signalfd.o CC drivers/video/fbdev/core/fbmon.o CC fs/timerfd.o CC net/core/dev_ioctl.o CC net/core/tso.o CC drivers/video/fbdev/core/fb_chrdev.o CC fs/eventfd.o CC drivers/video/fbdev/core/fb_procfs.o CC net/core/sock_reuseport.o CC fs/userfaultfd.o AR drivers/video/fbdev/omap2/omapfb/dss/built-in.a AR drivers/video/fbdev/omap2/omapfb/displays/built-in.a AR drivers/video/fbdev/omap2/omapfb/built-in.a AR drivers/video/fbdev/omap2/built-in.a CC drivers/video/aperture.o CC drivers/video/fbdev/core/fbsysfs.o CC fs/aio.o CC net/core/fib_notifier.o CC drivers/video/fbdev/core/cfbfillrect.o CC drivers/video/fbdev/core/cfbcopyarea.o CC net/core/xdp.o CC fs/locks.o CC drivers/video/fbdev/core/cfbimgblt.o CC fs/binfmt_script.o CC net/core/flow_offload.o CC drivers/video/cmdline.o AR drivers/video/fbdev/core/built-in.a CC drivers/video/fbdev/goldfishfb.o CC fs/binfmt_elf.o CC fs/mbcache.o AR drivers/video/fbdev/built-in.a AR drivers/video/built-in.a CC net/core/gro.o AR drivers/idle/built-in.a AR drivers/char/ipmi/built-in.a AR drivers/amba/built-in.a AR drivers/clk/actions/built-in.a AR drivers/clk/analogbits/built-in.a AR drivers/clk/bcm/built-in.a CC drivers/clk/imgtec/clk-boston.o CC fs/posix_acl.o AR drivers/clk/imgtec/built-in.a AR drivers/clk/imx/built-in.a AR drivers/clk/ingenic/built-in.a AR drivers/clk/mediatek/built-in.a AR drivers/clk/microchip/built-in.a AR drivers/clk/mstar/built-in.a AR drivers/clk/mvebu/built-in.a CC drivers/clk/pistachio/clk.o CC fs/coredump.o CC drivers/clk/pistachio/clk-pll.o CC net/core/netdev-genl.o AR drivers/clk/ralink/built-in.a CC fs/drop_caches.o CC drivers/clk/pistachio/clk-pistachio.o CC net/core/netdev-genl-gen.o AR drivers/clk/pistachio/built-in.a AR drivers/clk/renesas/built-in.a CC fs/sysctls.o AR drivers/clk/socfpga/built-in.a AR drivers/clk/sprd/built-in.a AR drivers/clk/starfive/built-in.a AR drivers/clk/sunxi-ng/built-in.a AR drivers/clk/ti/built-in.a AR drivers/clk/versatile/built-in.a AR drivers/clk/xilinx/built-in.a CC drivers/clk/clk-devres.o CC net/core/gso.o CC fs/fhandle.o CC net/core/net-sysfs.o CC drivers/clk/clk-bulk.o AR fs/built-in.a CC arch/mips/pci/pci.o AR arch/mips/crypto/built-in.a CC net/core/page_pool.o CC drivers/clk/clkdev.o CC arch/mips/pci/pci-generic.o CC drivers/clk/clk.o CC net/core/net-procfs.o AR arch/mips/pci/built-in.a CC net/core/selftests.o AR arch/mips/power/built-in.a CC net/llc/llc_core.o CC net/ethernet/eth.o CC net/llc/llc_input.o CC net/core/ptp_classifier.o CC net/llc/llc_output.o CC drivers/clk/clk-divider.o AR net/ethernet/built-in.a CC net/802/p8022.o CC net/core/dst_cache.o AR net/llc/built-in.a CC net/core/gro_cells.o CC drivers/clk/clk-fixed-factor.o CC net/802/psnap.o CC net/802/stp.o CC net/core/failover.o CC drivers/clk/clk-fixed-rate.o CC net/sched/sch_generic.o CC drivers/clk/clk-gate.o AR net/802/built-in.a CC drivers/clk/clk-multiplier.o CC net/core/skmsg.o CC net/core/sock_map.o CC drivers/clk/clk-mux.o CC drivers/clk/clk-composite.o CC net/sched/sch_mq.o CC drivers/clk/clk-fractional-divider.o AR drivers/dma/idxd/built-in.a AR drivers/dma/mediatek/built-in.a AR drivers/dma/qcom/built-in.a AR drivers/dma/ti/built-in.a AR drivers/dma/xilinx/built-in.a CC drivers/dma/dmaengine.o CC net/core/bpf_sk_storage.o CC net/sched/sch_frag.o CC drivers/clk/clk-gpio.o CC drivers/clk/clk-conf.o CC drivers/dma/virt-dma.o AR net/sched/built-in.a CC net/core/of_net.o AR drivers/clk/built-in.a CC drivers/dma/of-dma.o CC drivers/dma/img-mdc-dma.o AR drivers/soc/apple/built-in.a AR drivers/soc/aspeed/built-in.a AR drivers/soc/bcm/built-in.a AR drivers/soc/fsl/built-in.a AR drivers/soc/fujitsu/built-in.a AR drivers/soc/hisilicon/built-in.a AR drivers/soc/imx/built-in.a AR drivers/soc/ixp4xx/built-in.a AR drivers/soc/loongson/built-in.a AR drivers/soc/mediatek/built-in.a AR drivers/soc/microchip/built-in.a AR drivers/soc/nuvoton/built-in.a AR drivers/soc/pxa/built-in.a AR drivers/soc/amlogic/built-in.a AR drivers/soc/qcom/built-in.a AR drivers/soc/renesas/built-in.a AR drivers/soc/rockchip/built-in.a AR drivers/soc/sifive/built-in.a AR drivers/soc/sunxi/built-in.a AR drivers/soc/ti/built-in.a AR drivers/soc/xilinx/built-in.a AR drivers/soc/built-in.a CC drivers/virtio/virtio.o CC drivers/virtio/virtio_ring.o AR net/core/built-in.a CC net/netlink/af_netlink.o AR drivers/dma/built-in.a AR drivers/reset/hisilicon/built-in.a AR drivers/reset/starfive/built-in.a CC drivers/reset/core.o CC drivers/tty/vt/vt_ioctl.o CC drivers/reset/reset-pistachio.o CC drivers/tty/vt/vc_screen.o CC drivers/virtio/virtio_anchor.o AR drivers/reset/built-in.a CC drivers/char/hw_random/core.o CC drivers/virtio/virtio_pci_modern_dev.o CC net/netlink/genetlink.o CC drivers/tty/vt/selection.o AR drivers/char/hw_random/built-in.a AR drivers/char/agp/built-in.a CC drivers/char/mem.o CC drivers/virtio/virtio_pci_legacy_dev.o CC drivers/tty/vt/keyboard.o CC drivers/char/random.o CC drivers/virtio/virtio_mmio.o CC net/netlink/policy.o CC drivers/virtio/virtio_pci_modern.o CC drivers/tty/vt/consolemap.o AR net/netlink/built-in.a CC net/bpf/test_run.o CC drivers/char/misc.o CC drivers/virtio/virtio_pci_common.o HOSTCC drivers/tty/vt/conmakehash CC drivers/char/virtio_console.o CC drivers/tty/vt/vt.o CC drivers/virtio/virtio_pci_legacy.o AR net/bpf/built-in.a CC net/ethtool/ioctl.o CC drivers/virtio/virtio_balloon.o AR drivers/char/built-in.a COPY drivers/tty/vt/defkeymap.c AR drivers/iommu/amd/built-in.a AR drivers/iommu/intel/built-in.a AR drivers/iommu/arm/arm-smmu/built-in.a AR drivers/iommu/arm/arm-smmu-v3/built-in.a AR drivers/iommu/arm/built-in.a AR drivers/iommu/iommufd/built-in.a AR drivers/iommu/built-in.a CC net/netfilter/core.o AR drivers/virtio/built-in.a CC net/netfilter/nf_log.o CONMK drivers/tty/vt/consolemap_deftbl.c CC drivers/tty/vt/defkeymap.o CC drivers/tty/vt/consolemap_deftbl.o AR drivers/tty/vt/built-in.a CC drivers/tty/hvc/hvc_console.o AR net/ipv4/netfilter/built-in.a CC net/ipv4/route.o CC net/netfilter/nf_queue.o CC net/ethtool/common.o AR drivers/tty/hvc/built-in.a CC drivers/tty/serial/8250/8250_core.o CC net/ethtool/netlink.o CC drivers/tty/serial/8250/8250_port.o CC net/netfilter/nf_sockopt.o CC net/ipv4/inetpeer.o CC net/ethtool/bitset.o CC net/netfilter/utils.o CC drivers/tty/serial/8250/8250_dma.o CC net/ipv4/protocol.o CC net/ethtool/strset.o CC net/netfilter/nf_bpf_link.o CC drivers/tty/serial/8250/8250_dwlib.o CC net/ipv4/ip_input.o CC drivers/tty/serial/8250/8250_pcilib.o AR net/netfilter/built-in.a CC drivers/tty/serial/8250/8250_pci.o CC net/ethtool/linkinfo.o AR drivers/tty/ipwireless/built-in.a CC drivers/tty/serial/serial_core.o CC net/ethtool/linkmodes.o CC net/ipv4/ip_fragment.o CC drivers/tty/serial/8250/8250_exar.o CC net/ethtool/rss.o CC drivers/tty/serial/8250/8250_early.o CC net/ipv4/ip_forward.o CC drivers/tty/serial/8250/8250_dw.o CC net/ethtool/linkstate.o CC drivers/tty/tty_io.o CC drivers/tty/serial/8250/8250_pericom.o CC net/ipv4/ip_options.o CC net/ethtool/debug.o CC drivers/tty/serial/8250/8250_of.o CC net/ipv4/ip_output.o CC net/ethtool/wol.o CC drivers/tty/n_tty.o AR drivers/tty/serial/8250/built-in.a CC drivers/tty/serial/serial_base_bus.o CC drivers/tty/serial/serial_ctrl.o CC net/ethtool/features.o CC drivers/tty/serial/serial_port.o CC net/ethtool/privflags.o CC drivers/tty/tty_ioctl.o CC drivers/tty/serial/earlycon.o CC net/ipv4/ip_sockglue.o CC net/ethtool/rings.o CC drivers/tty/serial/serial_mctrl_gpio.o CC drivers/tty/tty_ldisc.o AR drivers/tty/serial/built-in.a CC net/ethtool/channels.o CC net/ethtool/coalesce.o CC drivers/tty/tty_buffer.o CC net/ipv4/inet_hashtables.o CC drivers/tty/tty_port.o CC drivers/tty/tty_mutex.o CC net/ethtool/pause.o CC net/ethtool/eee.o CC drivers/tty/tty_ldsem.o CC drivers/tty/tty_baudrate.o CC net/ipv4/inet_timewait_sock.o CC net/ethtool/tsinfo.o CC drivers/tty/tty_jobctrl.o CC net/ipv4/inet_connection_sock.o CC drivers/tty/n_null.o CC net/ethtool/cabletest.o CC net/ethtool/tunnels.o CC drivers/tty/pty.o CC drivers/tty/tty_audit.o CC net/ipv4/tcp.o CC net/ethtool/fec.o CC net/ethtool/eeprom.o CC drivers/tty/sysrq.o CC drivers/tty/goldfish.o CC net/ethtool/stats.o CC net/ethtool/phc_vclocks.o AR drivers/tty/built-in.a AR drivers/gpu/host1x/built-in.a AR drivers/gpu/drm/tests/built-in.a AR drivers/gpu/drm/arm/built-in.a AR drivers/gpu/drm/display/built-in.a AR drivers/gpu/drm/renesas/rcar-du/built-in.a AR drivers/gpu/drm/renesas/built-in.a AR drivers/gpu/drm/omapdrm/built-in.a AR drivers/gpu/drm/tilcdc/built-in.a AR drivers/gpu/drm/imx/built-in.a AR drivers/gpu/drm/i2c/built-in.a AR drivers/gpu/drm/panel/built-in.a AR drivers/gpu/drm/bridge/analogix/built-in.a AR drivers/gpu/drm/bridge/cadence/built-in.a AR drivers/gpu/drm/bridge/imx/built-in.a AR drivers/gpu/drm/bridge/synopsys/built-in.a AR drivers/gpu/drm/bridge/built-in.a AR drivers/gpu/drm/hisilicon/built-in.a AR drivers/gpu/drm/mxsfb/built-in.a AR drivers/gpu/drm/tiny/built-in.a AR drivers/gpu/drm/xlnx/built-in.a AR drivers/gpu/drm/gud/built-in.a AR drivers/gpu/drm/solomon/built-in.a AR drivers/gpu/drm/built-in.a AR drivers/gpu/vga/built-in.a AR drivers/gpu/built-in.a CC drivers/base/power/sysfs.o CC net/ipv4/tcp_input.o CC net/ethtool/mm.o CC drivers/base/power/generic_ops.o CC drivers/base/firmware_loader/builtin/main.o CC net/ethtool/module.o CC drivers/base/power/common.o AR drivers/base/firmware_loader/builtin/built-in.a CC drivers/base/firmware_loader/main.o CC drivers/base/power/qos.o CC net/ethtool/pse-pd.o AR drivers/base/firmware_loader/built-in.a CC net/ipv4/tcp_output.o CC drivers/base/power/runtime.o CC net/ethtool/plca.o CC drivers/base/power/wakeirq.o AR net/ethtool/built-in.a CC drivers/base/regmap/regmap.o CC drivers/base/regmap/regcache.o CC drivers/base/power/main.o CC drivers/base/regmap/regcache-rbtree.o CC net/ipv4/tcp_timer.o AR drivers/base/test/built-in.a CC drivers/base/power/wakeup.o CC net/ipv4/tcp_ipv4.o CC drivers/base/regmap/regcache-flat.o CC drivers/base/regmap/regcache-maple.o CC drivers/base/power/wakeup_stats.o CC drivers/base/regmap/regmap-debugfs.o CC drivers/block/brd.o CC drivers/base/power/clock_ops.o CC drivers/base/regmap/regmap-mmio.o CC drivers/block/loop.o AR drivers/base/power/built-in.a CC drivers/block/virtio_blk.o CC net/ipv4/tcp_minisocks.o AR drivers/base/regmap/built-in.a CC drivers/base/component.o CC drivers/base/core.o CC drivers/base/bus.o AR drivers/block/built-in.a AR drivers/misc/eeprom/built-in.a AR drivers/misc/cb710/built-in.a AR drivers/misc/ti-st/built-in.a AR drivers/misc/lis3lv02d/built-in.a AR drivers/misc/cardreader/built-in.a CC drivers/misc/pch_phub.o CC net/ipv4/tcp_cong.o CC drivers/misc/sram.o CC drivers/base/dd.o AR drivers/misc/built-in.a CC drivers/base/syscore.o CC net/ipv4/tcp_metrics.o CC drivers/mfd/syscon.o AR drivers/nfc/built-in.a AR drivers/dax/hmem/built-in.a AR drivers/dax/built-in.a CC net/unix/af_unix.o CC drivers/base/driver.o AR drivers/mfd/built-in.a CC drivers/base/class.o CC drivers/base/platform.o CC net/ipv4/tcp_fastopen.o CC drivers/base/cpu.o CC net/ipv4/tcp_rate.o CC drivers/base/firmware.o CC net/ipv4/tcp_recovery.o CC drivers/base/init.o CC net/unix/garbage.o CC net/ipv4/tcp_ulp.o CC drivers/base/map.o CC drivers/base/devres.o CC net/unix/sysctl_net_unix.o AR drivers/cxl/core/built-in.a AR drivers/cxl/built-in.a CC net/ipv4/tcp_offload.o AR drivers/macintosh/built-in.a CC drivers/base/attribute_container.o AR net/ipv6/netfilter/built-in.a CC net/ipv6/af_inet6.o CC net/unix/unix_bpf.o CC drivers/base/transport_class.o CC net/ipv4/tcp_plb.o CC drivers/base/topology.o CC net/unix/scm.o CC drivers/base/container.o CC net/ipv6/anycast.o CC net/ipv4/datagram.o CC drivers/base/property.o AR net/unix/built-in.a CC net/ipv4/raw.o CC net/ipv6/ip6_output.o CC drivers/scsi/scsi.o CC drivers/base/cacheinfo.o CC drivers/scsi/hosts.o CC net/ipv4/udp.o CC drivers/base/swnode.o CC drivers/scsi/scsi_ioctl.o CC drivers/base/devtmpfs.o CC net/ipv6/ip6_input.o CC drivers/scsi/scsicam.o CC drivers/base/module.o CC drivers/base/pinctrl.o CC drivers/scsi/scsi_error.o CC drivers/base/platform-msi.o CC net/ipv4/udplite.o CC net/ipv6/addrconf.o AR drivers/base/built-in.a AR drivers/nvme/host/built-in.a AR drivers/nvme/target/built-in.a AR drivers/nvme/built-in.a CC net/ipv6/addrlabel.o CC drivers/scsi/scsi_lib.o CC net/ipv4/udp_offload.o CC net/ipv4/arp.o CC drivers/ata/libata-core.o CC drivers/scsi/scsi_lib_dma.o CC drivers/scsi/scsi_scan.o CC net/ipv4/icmp.o CC net/ipv6/route.o GEN drivers/scsi/scsi_devinfo_tbl.c CC drivers/scsi/scsi_devinfo.o CC net/ipv4/devinet.o CC drivers/scsi/scsi_sysctl.o CC drivers/ata/libata-scsi.o CC drivers/scsi/scsi_proc.o CC drivers/scsi/scsi_debugfs.o CC net/ipv4/af_inet.o CC drivers/ata/libata-eh.o CC drivers/scsi/scsi_trace.o CC net/ipv6/ip6_fib.o CC drivers/scsi/scsi_logging.o CC net/ipv4/igmp.o CC drivers/scsi/scsi_pm.o CC drivers/ata/libata-transport.o CC net/ipv6/ipv6_sockglue.o CC drivers/scsi/scsi_bsg.o CC drivers/ata/libata-trace.o CC drivers/scsi/scsi_common.o CC net/ipv4/fib_frontend.o CC drivers/scsi/sd.o CC drivers/ata/libata-sata.o CC net/ipv6/ndisc.o CC net/ipv4/fib_semantics.o CC drivers/ata/libata-sff.o CC drivers/scsi/scsi_sysfs.o CC net/ipv6/udp.o CC drivers/ata/libata-pmp.o CC net/ipv4/fib_trie.o AR drivers/scsi/built-in.a CC drivers/mtd/parsers/cmdlinepart.o CC drivers/ata/ahci.o CC drivers/mtd/parsers/ofpart_core.o CC net/ipv6/udplite.o AR drivers/mtd/parsers/built-in.a CC drivers/mtd/chips/chipreg.o CC drivers/ata/libahci.o CC net/ipv4/fib_notifier.o CC drivers/mtd/chips/cfi_probe.o CC net/ipv6/raw.o CC drivers/mtd/chips/cfi_util.o CC net/ipv4/inet_fragment.o CC drivers/mtd/chips/cfi_cmdset_0001.o AR drivers/ata/built-in.a AR drivers/mtd/lpddr/built-in.a CC net/ipv4/ping.o CC net/ipv6/icmp.o CC net/ipv6/mcast.o CC drivers/mtd/chips/gen_probe.o CC net/ipv4/ip_tunnel_core.o AR drivers/mtd/chips/built-in.a CC drivers/mtd/maps/physmap-core.o CC drivers/spi/spi.o AR drivers/mtd/maps/built-in.a AR drivers/mtd/devices/built-in.a AR drivers/mtd/nand/onenand/built-in.a AR drivers/mtd/nand/raw/ingenic/built-in.a CC drivers/mtd/nand/raw/nand_base.o CC net/ipv4/gre_offload.o CC net/ipv6/reassembly.o CC net/ipv4/metrics.o CC drivers/spi/spi-mem.o CC net/ipv6/tcp_ipv6.o CC drivers/spi/spidev.o CC net/ipv4/netlink.o CC drivers/mtd/nand/raw/nand_legacy.o CC drivers/spi/spi-bitbang.o CC net/ipv4/nexthop.o CC drivers/mtd/nand/raw/nand_bbt.o CC drivers/spi/spi-dw-core.o CC net/ipv6/ping.o CC drivers/mtd/nand/raw/nand_timings.o CC drivers/spi/spi-dw-mmio.o CC net/ipv6/exthdrs.o CC drivers/mtd/nand/raw/nand_ids.o CC drivers/spi/spi-topcliff-pch.o CC net/ipv4/udp_tunnel_stub.o CC drivers/mtd/nand/raw/nand_onfi.o CC drivers/mtd/nand/raw/nand_jedec.o CC net/ipv6/datagram.o AR drivers/spi/built-in.a CC drivers/mtd/nand/raw/nand_amd.o CC net/ipv4/ip_tunnel.o CC net/ipv4/sysctl_net_ipv4.o CC drivers/mtd/nand/raw/nand_esmt.o CC drivers/mtd/nand/raw/nand_hynix.o CC net/ipv6/ip6_flowlabel.o CC net/ipv6/inet6_connection_sock.o CC drivers/mtd/nand/raw/nand_macronix.o CC net/ipv4/proc.o CC drivers/mtd/nand/raw/nand_micron.o CC drivers/net/phy/mscc/mscc_main.o CC net/ipv6/udp_offload.o CC net/ipv4/tunnel4.o CC drivers/mtd/nand/raw/nand_sandisk.o CC drivers/mtd/nand/raw/nand_samsung.o CC net/ipv6/seg6.o CC drivers/net/phy/mscc/mscc_serdes.o CC net/ipv4/ipconfig.o CC drivers/mtd/nand/raw/nand_toshiba.o CC net/ipv6/fib6_notifier.o CC drivers/mtd/nand/raw/gpio.o AR drivers/net/phy/mscc/built-in.a CC drivers/net/phy/mdio-boardinfo.o CC drivers/mtd/nand/raw/plat_nand.o CC drivers/net/phy/stubs.o CC net/ipv6/rpl.o AR drivers/mtd/nand/raw/built-in.a AR drivers/mtd/nand/spi/built-in.a CC drivers/mtd/nand/core.o CC net/ipv4/netfilter.o CC drivers/net/phy/mdio_devres.o CC net/ipv6/ioam6.o CC drivers/mtd/nand/bbt.o CC net/ipv4/inet_diag.o CC drivers/mtd/nand/ecc.o CC drivers/net/phy/phylink.o CC drivers/mtd/nand/ecc-sw-hamming.o CC drivers/mtd/nand/ecc-sw-bch.o CC net/ipv4/tcp_diag.o CC net/ipv6/sysctl_net_ipv6.o CC drivers/net/phy/phy.o AR drivers/mtd/nand/built-in.a AR drivers/mtd/tests/built-in.a AR drivers/mtd/spi-nor/controllers/built-in.a CC drivers/mtd/spi-nor/core.o CC net/ipv6/netfilter.o CC net/ipv4/tcp_cubic.o CC drivers/net/phy/phy-c45.o CC net/ipv6/proc.o CC drivers/net/phy/phy-core.o CC drivers/mtd/spi-nor/sfdp.o CC net/ipv4/tcp_bpf.o CC drivers/net/phy/phy_device.o CC drivers/mtd/spi-nor/swp.o CC net/ipv6/sit.o CC drivers/mtd/spi-nor/otp.o CC net/ipv4/udp_bpf.o CC drivers/mtd/spi-nor/sysfs.o CC drivers/net/phy/linkmode.o CC drivers/mtd/spi-nor/atmel.o AR net/ipv4/built-in.a CC net/packet/af_packet.o CC net/ipv6/addrconf_core.o CC drivers/net/phy/mdio_bus.o CC drivers/mtd/spi-nor/catalyst.o CC net/ipv6/exthdrs_core.o CC drivers/mtd/spi-nor/eon.o CC drivers/net/phy/mdio_device.o CC drivers/mtd/spi-nor/esmt.o CC drivers/net/phy/swphy.o CC net/ipv6/ip6_checksum.o CC drivers/mtd/spi-nor/everspin.o AR net/packet/built-in.a AR net/bridge/netfilter/built-in.a CC net/bridge/br.o CC drivers/net/phy/fixed_phy.o CC net/ipv6/ip6_icmp.o CC drivers/mtd/spi-nor/fujitsu.o CC drivers/net/phy/smsc.o CC net/bridge/br_device.o CC drivers/mtd/spi-nor/gigadevice.o CC net/ipv6/output_core.o AR drivers/net/phy/built-in.a AR drivers/net/pse-pd/built-in.a CC drivers/net/mdio/fwnode_mdio.o CC drivers/mtd/spi-nor/intel.o CC drivers/net/mdio/of_mdio.o CC net/bridge/br_fdb.o CC net/ipv6/protocol.o CC drivers/mtd/spi-nor/issi.o CC drivers/mtd/spi-nor/macronix.o CC drivers/net/mdio/mdio-mscc-miim.o CC net/ipv6/ip6_offload.o CC drivers/mtd/spi-nor/micron-st.o CC net/bridge/br_forward.o AR drivers/net/mdio/built-in.a CC drivers/net/pcs/pcs-xpcs.o CC drivers/mtd/spi-nor/spansion.o CC net/ipv6/tcpv6_offload.o CC drivers/net/pcs/pcs-xpcs-nxp.o CC drivers/mtd/spi-nor/sst.o CC net/bridge/br_if.o CC drivers/net/pcs/pcs-xpcs-wx.o CC drivers/mtd/spi-nor/winbond.o CC net/ipv6/exthdrs_offload.o CC drivers/mtd/spi-nor/xilinx.o AR drivers/net/pcs/built-in.a AR drivers/net/dsa/b53/built-in.a AR drivers/net/dsa/hirschmann/built-in.a AR drivers/net/dsa/microchip/built-in.a AR drivers/net/dsa/mv88e6xxx/built-in.a AR drivers/net/dsa/ocelot/built-in.a AR drivers/net/dsa/qca/built-in.a AR drivers/net/dsa/realtek/built-in.a AR drivers/net/dsa/sja1105/built-in.a AR drivers/net/dsa/xrs700x/built-in.a CC net/ipv6/inet6_hashtables.o AR drivers/net/dsa/built-in.a AR drivers/net/ethernet/3com/built-in.a AR drivers/net/ethernet/8390/built-in.a AR drivers/net/ethernet/adaptec/built-in.a AR drivers/net/ethernet/adi/built-in.a AR drivers/net/ethernet/agere/built-in.a CC net/bridge/br_input.o AR drivers/net/ethernet/alacritech/built-in.a AR drivers/net/ethernet/alteon/built-in.a AR drivers/net/ethernet/amazon/built-in.a AR drivers/net/ethernet/amd/built-in.a AR drivers/net/ethernet/aquantia/built-in.a AR drivers/net/ethernet/arc/built-in.a AR drivers/net/ethernet/asix/built-in.a AR drivers/net/ethernet/atheros/built-in.a AR drivers/net/ethernet/cadence/built-in.a AR drivers/net/ethernet/broadcom/built-in.a AR drivers/net/ethernet/brocade/built-in.a AR drivers/net/ethernet/cavium/common/built-in.a AR drivers/net/ethernet/cavium/thunder/built-in.a AR drivers/net/ethernet/cavium/liquidio/built-in.a AR drivers/net/ethernet/cavium/octeon/built-in.a AR drivers/net/ethernet/cavium/built-in.a AR drivers/net/ethernet/chelsio/built-in.a AR drivers/net/ethernet/cisco/built-in.a CC drivers/mtd/spi-nor/xmc.o AR drivers/net/ethernet/cortina/built-in.a AR drivers/net/ethernet/dec/built-in.a AR drivers/net/ethernet/dlink/built-in.a AR drivers/net/ethernet/emulex/built-in.a AR drivers/net/ethernet/engleder/built-in.a AR drivers/net/ethernet/ezchip/built-in.a AR drivers/net/ethernet/fungible/built-in.a AR drivers/net/ethernet/google/built-in.a AR drivers/net/ethernet/huawei/built-in.a AR drivers/net/ethernet/intel/built-in.a AR drivers/net/ethernet/i825xx/built-in.a AR drivers/net/ethernet/microsoft/built-in.a AR drivers/net/ethernet/litex/built-in.a AR drivers/net/ethernet/marvell/octeon_ep/built-in.a AR drivers/net/ethernet/marvell/octeontx2/built-in.a AR drivers/net/ethernet/marvell/prestera/built-in.a AR drivers/net/ethernet/marvell/built-in.a AR drivers/net/ethernet/mellanox/built-in.a AR drivers/net/ethernet/micrel/built-in.a AR drivers/net/ethernet/microchip/built-in.a CC drivers/net/ethernet/mscc/ocelot.o CC drivers/mtd/spi-nor/debugfs.o CC net/bridge/br_ioctl.o CC net/ipv6/mcast_snoop.o AR drivers/mtd/spi-nor/built-in.a CC drivers/mtd/ubi/vtbl.o AR net/ipv6/built-in.a CC net/devlink/core.o CC net/bridge/br_stp.o CC drivers/mtd/ubi/vmt.o CC drivers/net/ethernet/mscc/ocelot_devlink.o CC drivers/mtd/ubi/upd.o CC net/devlink/netlink.o CC net/bridge/br_stp_bpdu.o CC drivers/net/ethernet/mscc/ocelot_flower.o CC drivers/mtd/ubi/build.o CC net/devlink/netlink_gen.o CC net/bridge/br_stp_if.o CC drivers/mtd/ubi/cdev.o CC net/devlink/dev.o CC drivers/net/ethernet/mscc/ocelot_io.o CC net/bridge/br_stp_timer.o CC drivers/mtd/ubi/kapi.o CC drivers/net/ethernet/mscc/ocelot_mm.o CC net/devlink/port.o CC drivers/mtd/ubi/eba.o CC net/bridge/br_netlink.o CC drivers/net/ethernet/mscc/ocelot_police.o CC drivers/mtd/ubi/io.o CC net/devlink/sb.o CC net/bridge/br_netlink_tunnel.o CC drivers/net/ethernet/mscc/ocelot_ptp.o CC drivers/mtd/ubi/wl.o CC net/bridge/br_arp_nd_proxy.o CC net/devlink/dpipe.o CC drivers/net/ethernet/mscc/ocelot_stats.o CC drivers/mtd/ubi/attach.o CC net/bridge/br_sysfs_if.o CC net/devlink/resource.o CC drivers/mtd/ubi/misc.o CC drivers/net/ethernet/mscc/ocelot_vcap.o CC drivers/mtd/ubi/debug.o CC net/bridge/br_sysfs_br.o CC net/devlink/param.o CC drivers/mtd/ubi/block.o CC drivers/net/ethernet/mscc/vsc7514_regs.o CC net/bridge/br_multicast.o CC drivers/mtd/ubi/gluebi.o CC net/devlink/region.o CC drivers/net/ethernet/mscc/ocelot_fdma.o AR drivers/mtd/ubi/built-in.a CC drivers/mtd/mtdcore.o CC drivers/net/ethernet/mscc/ocelot_net.o CC net/devlink/health.o CC drivers/mtd/mtdsuper.o CC drivers/mtd/mtdconcat.o CC net/bridge/br_mdb.o CC net/devlink/trap.o CC drivers/net/ethernet/mscc/ocelot_vsc7514.o CC drivers/mtd/mtdpart.o AR drivers/net/ethernet/mscc/built-in.a AR drivers/net/ethernet/myricom/built-in.a AR drivers/net/ethernet/natsemi/built-in.a AR drivers/net/ethernet/neterion/built-in.a AR drivers/net/ethernet/netronome/built-in.a AR drivers/net/ethernet/ni/built-in.a AR drivers/net/ethernet/nvidia/built-in.a CC drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_phy.o CC net/bridge/br_multicast_eht.o CC drivers/mtd/mtdchar.o CC net/devlink/rate.o CC drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_ethtool.o CC net/bridge/br_switchdev.o CC drivers/mtd/mtd_blkdevs.o CC net/devlink/linecard.o CC drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_param.o CC drivers/mtd/mtdblock.o AR net/bridge/built-in.a AR drivers/net/ethernet/packetengines/built-in.a CC drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.o AR net/devlink/built-in.a CC net/dsa/stubs.o AR drivers/mtd/built-in.a CC net/sunrpc/auth_gss/auth_gss.o CC net/sunrpc/auth_gss/gss_generic_token.o CC net/dsa/devlink.o AR drivers/net/ethernet/qlogic/built-in.a CC net/wireless/core.o AR drivers/net/ethernet/oki-semi/pch_gbe/built-in.a AR drivers/net/ethernet/oki-semi/built-in.a AR drivers/net/ethernet/qualcomm/emac/built-in.a AR drivers/net/ethernet/qualcomm/built-in.a AR drivers/net/ethernet/realtek/built-in.a AR drivers/net/ethernet/renesas/built-in.a AR drivers/net/ethernet/rdc/built-in.a AR drivers/net/ethernet/rocker/built-in.a AR drivers/net/ethernet/samsung/built-in.a AR drivers/net/ethernet/seeq/built-in.a AR drivers/net/ethernet/silan/built-in.a AR drivers/net/ethernet/sis/built-in.a AR drivers/net/ethernet/sfc/built-in.a CC drivers/net/ethernet/smsc/smsc911x.o CC net/dsa/dsa.o CC net/sunrpc/auth_gss/gss_mech_switch.o CC net/wireless/sysfs.o CC net/sunrpc/auth_gss/svcauth_gss.o AR drivers/net/ethernet/smsc/built-in.a AR drivers/net/ethernet/socionext/built-in.a CC drivers/net/ethernet/stmicro/stmmac/stmmac_main.o CC net/dsa/master.o CC net/wireless/radiotap.o CC net/wireless/util.o CC net/dsa/netlink.o CC net/sunrpc/auth_gss/gss_rpc_upcall.o CC net/dsa/port.o CC net/sunrpc/auth_gss/gss_rpc_xdr.o CC net/wireless/reg.o CC net/sunrpc/auth_gss/trace.o CC net/dsa/slave.o CC drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.o CC net/sunrpc/auth_gss/gss_krb5_mech.o CC net/sunrpc/auth_gss/gss_krb5_seal.o CC net/wireless/scan.o CC drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.o CC net/sunrpc/auth_gss/gss_krb5_unseal.o CC net/dsa/switch.o CC net/sunrpc/auth_gss/gss_krb5_wrap.o CC drivers/net/ethernet/stmicro/stmmac/ring_mode.o CC net/sunrpc/auth_gss/gss_krb5_crypto.o CC net/dsa/tag.o CC net/wireless/nl80211.o CC drivers/net/ethernet/stmicro/stmmac/chain_mode.o CC net/sunrpc/auth_gss/gss_krb5_keys.o CC net/dsa/tag_8021q.o CC drivers/net/ethernet/stmicro/stmmac/dwmac_lib.o AR net/sunrpc/auth_gss/built-in.a CC net/sunrpc/clnt.o CC net/dsa/trace.o CC drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.o AR net/dsa/built-in.a CC net/sunrpc/xprt.o AR drivers/firewire/built-in.a CC drivers/net/ethernet/stmicro/stmmac/dwmac1000_dma.o CC net/9p/mod.o CC net/9p/client.o CC drivers/net/ethernet/stmicro/stmmac/dwmac100_core.o CC net/sunrpc/socklib.o CC drivers/net/ethernet/stmicro/stmmac/dwmac100_dma.o CC net/9p/error.o CC net/9p/protocol.o CC net/sunrpc/xprtsock.o CC drivers/net/ethernet/stmicro/stmmac/enh_desc.o CC net/9p/trans_common.o CC drivers/net/ethernet/stmicro/stmmac/norm_desc.o CC net/9p/trans_fd.o CC drivers/net/ethernet/stmicro/stmmac/mmc_core.o CC net/sunrpc/sched.o CC net/9p/trans_virtio.o CC drivers/net/ethernet/stmicro/stmmac/stmmac_hwtstamp.o CC net/wireless/mlme.o CC net/sunrpc/auth.o AR net/9p/built-in.a CC drivers/net/ethernet/stmicro/stmmac/stmmac_ptp.o AR drivers/net/wireless/admtek/built-in.a AR drivers/net/wireless/ath/built-in.a AR drivers/net/wireless/atmel/built-in.a AR drivers/net/wireless/broadcom/built-in.a AR drivers/net/wireless/cisco/built-in.a AR drivers/net/wireless/intel/built-in.a AR drivers/net/wireless/intersil/built-in.a AR drivers/net/wireless/marvell/built-in.a AR drivers/net/wireless/mediatek/built-in.a AR drivers/net/wireless/microchip/built-in.a AR drivers/net/wireless/purelifi/built-in.a AR drivers/net/wireless/quantenna/built-in.a AR drivers/net/wireless/ralink/built-in.a AR drivers/net/wireless/realtek/built-in.a AR drivers/net/wireless/rsi/built-in.a AR drivers/net/wireless/silabs/built-in.a AR drivers/net/wireless/st/built-in.a AR drivers/net/wireless/ti/built-in.a AR drivers/net/wireless/zydas/built-in.a AR drivers/net/wireless/legacy/built-in.a AR drivers/net/wireless/virtual/built-in.a AR drivers/net/wireless/built-in.a CC net/dns_resolver/dns_key.o CC net/wireless/ibss.o CC drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.o CC net/dns_resolver/dns_query.o CC net/sunrpc/auth_null.o AR net/dns_resolver/built-in.a CC net/wireless/sme.o CC net/switchdev/switchdev.o CC drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.o CC net/sunrpc/auth_tls.o AR net/switchdev/built-in.a AR drivers/cdrom/built-in.a CC net/handshake/alert.o CC drivers/net/ethernet/stmicro/stmmac/dwmac4_lib.o CC net/sunrpc/auth_unix.o CC net/wireless/chan.o CC net/sunrpc/svc.o CC net/handshake/genl.o CC drivers/net/ethernet/stmicro/stmmac/dwmac4_core.o CC net/wireless/ethtool.o CC net/handshake/netlink.o CC net/wireless/mesh.o CC drivers/net/ethernet/stmicro/stmmac/dwmac5.o CC net/sunrpc/svcsock.o CC net/handshake/request.o CC net/wireless/ap.o CC drivers/net/ethernet/stmicro/stmmac/hwif.o CC net/handshake/tlshd.o CC net/sunrpc/svcauth.o CC net/wireless/trace.o CC drivers/net/ethernet/stmicro/stmmac/stmmac_tc.o CC net/handshake/trace.o CC net/wireless/ocb.o CC net/sunrpc/svcauth_unix.o AR net/handshake/built-in.a AR drivers/net/ethernet/sun/built-in.a CC net/devres.o CC net/wireless/pmsr.o CC drivers/net/ethernet/stmicro/stmmac/dwxgmac2_core.o AR drivers/net/ethernet/tehuti/built-in.a CC net/wireless/of.o CC net/sunrpc/addr.o CC net/sunrpc/rpcb_clnt.o GEN net/wireless/shipped-certs.c CC net/wireless/shipped-certs.o CC net/socket.o CC drivers/net/ethernet/stmicro/stmmac/dwxgmac2_dma.o AR net/wireless/built-in.a CC net/sysctl_net.o CC net/sunrpc/timer.o CC drivers/net/ethernet/stmicro/stmmac/dwxgmac2_descs.o CC net/sunrpc/xdr.o CC drivers/auxdisplay/img-ascii-lcd.o CC drivers/auxdisplay/line-display.o CC drivers/net/ethernet/stmicro/stmmac/stmmac_xdp.o CC drivers/usb/common/common.o AR drivers/auxdisplay/built-in.a CC drivers/net/ethernet/stmicro/stmmac/stmmac_platform.o AR drivers/usb/common/built-in.a CC drivers/usb/core/usb.o CC drivers/usb/phy/of.o CC net/sunrpc/sunrpc_syms.o AR drivers/usb/phy/built-in.a CC drivers/net/ethernet/stmicro/stmmac/dwmac-generic.o CC drivers/input/serio/serio.o CC drivers/usb/core/hub.o CC net/sunrpc/cache.o CC drivers/input/serio/serport.o AR drivers/net/ethernet/stmicro/stmmac/built-in.a AR drivers/net/ethernet/stmicro/built-in.a AR drivers/net/ethernet/ti/built-in.a AR drivers/net/ethernet/toshiba/built-in.a AR drivers/net/ethernet/vertexcom/built-in.a AR drivers/net/ethernet/via/built-in.a AR drivers/net/ethernet/wangxun/built-in.a AR drivers/net/ethernet/wiznet/built-in.a CC drivers/net/ethernet/xilinx/xilinx_emaclite.o CC drivers/input/serio/libps2.o AR drivers/net/ethernet/xilinx/built-in.a AR drivers/net/ethernet/synopsys/built-in.a AR drivers/net/ethernet/pensando/built-in.a AR drivers/net/ethernet/built-in.a AR drivers/input/serio/built-in.a CC drivers/usb/core/hcd.o AR drivers/net/usb/built-in.a CC drivers/net/mii.o CC net/sunrpc/rpc_pipe.o CC net/sunrpc/sysfs.o CC drivers/net/loopback.o CC drivers/usb/core/urb.o CC drivers/net/virtio_net.o CC net/sunrpc/svc_xprt.o CC drivers/input/keyboard/atkbd.o CC drivers/usb/core/message.o CC drivers/input/keyboard/goldfish_events.o CC net/sunrpc/xprtmultipath.o AR drivers/input/keyboard/built-in.a CC drivers/input/mouse/psmouse-base.o CC drivers/usb/core/driver.o CC net/sunrpc/backchannel_rqst.o CC drivers/input/mouse/synaptics.o CC drivers/net/net_failover.o CC drivers/usb/core/config.o CC net/sunrpc/stats.o AR drivers/net/built-in.a CC drivers/usb/core/file.o CC drivers/input/mouse/focaltech.o CC drivers/input/mouse/alps.o CC drivers/usb/core/buffer.o CC drivers/usb/core/sysfs.o CC net/sunrpc/sysctl.o CC drivers/usb/core/endpoint.o AR net/sunrpc/built-in.a AR net/built-in.a CC drivers/usb/core/devio.o CC drivers/input/mouse/byd.o CC drivers/rtc/lib.o CC drivers/rtc/class.o CC drivers/input/mouse/logips2pp.o CC drivers/input/mouse/trackpoint.o CC drivers/rtc/interface.o CC drivers/usb/core/notify.o CC drivers/input/mouse/cypress_ps2.o CC drivers/usb/core/generic.o AR drivers/i2c/algos/built-in.a CC drivers/i2c/busses/i2c-designware-common.o CC drivers/rtc/nvmem.o CC drivers/input/mouse/psmouse-smbus.o CC drivers/rtc/dev.o CC drivers/usb/core/quirks.o CC drivers/i2c/busses/i2c-designware-master.o AR drivers/input/mouse/built-in.a CC drivers/input/input.o CC drivers/rtc/proc.o CC drivers/usb/core/devices.o CC drivers/rtc/sysfs.o CC drivers/i2c/busses/i2c-designware-platdrv.o CC drivers/usb/core/phy.o CC drivers/rtc/rtc-goldfish.o CC drivers/input/input-compat.o CC drivers/i2c/busses/i2c-eg20t.o CC drivers/usb/core/port.o CC drivers/rtc/rtc-m41t80.o CC drivers/input/input-mt.o CC drivers/usb/core/of.o CC drivers/i2c/busses/i2c-img-scb.o CC drivers/input/input-poller.o AR drivers/rtc/built-in.a CC drivers/i2c/busses/i2c-xiic.o CC drivers/usb/core/hcd-pci.o CC drivers/input/ff-core.o CC drivers/input/touchscreen.o CC drivers/input/ff-memless.o AR drivers/i2c/busses/built-in.a AR drivers/usb/core/built-in.a AR drivers/i2c/muxes/built-in.a CC drivers/i2c/i2c-boardinfo.o CC drivers/usb/dwc2/core.o CC drivers/i2c/i2c-core-base.o CC drivers/input/vivaldi-fmap.o CC drivers/i2c/i2c-core-smbus.o CC drivers/usb/dwc2/core_intr.o CC drivers/input/input-leds.o CC drivers/input/evdev.o CC drivers/i2c/i2c-core-of.o CC drivers/usb/host/pci-quirks.o CC drivers/usb/dwc2/platform.o CC drivers/i2c/i2c-dev.o CC drivers/usb/host/ehci-hcd.o AR drivers/input/built-in.a CC drivers/usb/host/ehci-pci.o CC drivers/usb/dwc2/drd.o CC drivers/i2c/i2c-mux.o CC drivers/usb/dwc2/params.o AR drivers/usb/storage/built-in.a CC drivers/usb/host/ohci-hcd.o AR drivers/i2c/built-in.a AR drivers/i3c/built-in.a CC drivers/usb/host/ohci-pci.o CC drivers/usb/dwc2/hcd.o CC drivers/usb/host/xhci.o CC drivers/usb/host/xhci-mem.o CC drivers/usb/host/xhci-ext-caps.o AR drivers/usb/misc/built-in.a CC drivers/usb/host/xhci-ring.o CC drivers/usb/dwc2/hcd_intr.o CC drivers/usb/host/xhci-hub.o CC drivers/usb/host/xhci-dbg.o AR drivers/media/i2c/built-in.a AR drivers/media/tuners/built-in.a AR drivers/media/rc/keymaps/built-in.a AR drivers/media/rc/built-in.a AR drivers/media/common/b2c2/built-in.a AR drivers/media/common/saa7146/built-in.a AR drivers/media/common/siano/built-in.a AR drivers/media/common/v4l2-tpg/built-in.a AR drivers/media/common/videobuf2/built-in.a AR drivers/media/common/built-in.a CC drivers/usb/dwc2/hcd_queue.o AR drivers/media/platform/allegro-dvt/built-in.a AR drivers/media/platform/amlogic/meson-ge2d/built-in.a AR drivers/media/platform/amlogic/built-in.a AR drivers/media/platform/amphion/built-in.a AR drivers/media/platform/aspeed/built-in.a AR drivers/media/platform/atmel/built-in.a AR drivers/media/platform/cadence/built-in.a AR drivers/media/platform/chips-media/built-in.a AR drivers/media/platform/intel/built-in.a AR drivers/media/platform/marvell/built-in.a AR drivers/media/platform/mediatek/jpeg/built-in.a AR drivers/media/platform/mediatek/mdp/built-in.a AR drivers/media/platform/mediatek/vcodec/common/built-in.a AR drivers/media/platform/mediatek/vcodec/encoder/built-in.a AR drivers/media/platform/mediatek/vcodec/decoder/built-in.a AR drivers/media/platform/mediatek/vcodec/built-in.a AR drivers/media/platform/mediatek/vpu/built-in.a AR drivers/media/platform/mediatek/mdp3/built-in.a AR drivers/media/platform/mediatek/built-in.a AR drivers/media/platform/microchip/built-in.a AR drivers/media/platform/nvidia/tegra-vde/built-in.a AR drivers/media/platform/nvidia/built-in.a AR drivers/media/platform/nxp/dw100/built-in.a AR drivers/media/platform/nxp/imx-jpeg/built-in.a AR drivers/media/platform/nxp/imx8-isi/built-in.a AR drivers/media/platform/nxp/built-in.a AR drivers/media/platform/qcom/camss/built-in.a AR drivers/media/platform/qcom/venus/built-in.a AR drivers/media/platform/qcom/built-in.a AR drivers/media/platform/renesas/rcar-vin/built-in.a AR drivers/media/platform/renesas/rzg2l-cru/built-in.a AR drivers/media/platform/renesas/vsp1/built-in.a AR drivers/media/platform/renesas/built-in.a AR drivers/media/platform/rockchip/rga/built-in.a AR drivers/media/platform/rockchip/rkisp1/built-in.a AR drivers/media/platform/rockchip/built-in.a AR drivers/media/platform/samsung/exynos-gsc/built-in.a AR drivers/media/platform/samsung/exynos4-is/built-in.a AR drivers/media/platform/st/sti/bdisp/built-in.a AR drivers/media/platform/samsung/s3c-camif/built-in.a AR drivers/media/platform/st/sti/c8sectpfe/built-in.a AR drivers/media/platform/samsung/s5p-g2d/built-in.a AR drivers/media/platform/st/sti/delta/built-in.a AR drivers/media/platform/samsung/s5p-jpeg/built-in.a AR drivers/media/platform/st/sti/hva/built-in.a AR drivers/media/platform/samsung/s5p-mfc/built-in.a AR drivers/media/platform/st/stm32/built-in.a AR drivers/media/platform/samsung/built-in.a AR drivers/media/platform/st/built-in.a CC drivers/usb/host/xhci-trace.o AR drivers/media/platform/sunxi/sun4i-csi/built-in.a AR drivers/media/platform/sunxi/sun6i-csi/built-in.a AR drivers/media/platform/sunxi/sun6i-mipi-csi2/built-in.a CC drivers/usb/host/xhci-debugfs.o AR drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/built-in.a AR drivers/media/platform/sunxi/sun8i-di/built-in.a AR drivers/media/platform/sunxi/sun8i-rotate/built-in.a AR drivers/media/platform/sunxi/built-in.a AR drivers/media/platform/ti/am437x/built-in.a AR drivers/media/platform/ti/cal/built-in.a AR drivers/media/platform/ti/vpe/built-in.a AR drivers/media/platform/ti/davinci/built-in.a AR drivers/media/platform/ti/omap/built-in.a AR drivers/media/platform/ti/omap3isp/built-in.a AR drivers/media/platform/ti/built-in.a AR drivers/media/platform/verisilicon/built-in.a AR drivers/media/platform/via/built-in.a AR drivers/media/platform/xilinx/built-in.a AR drivers/media/platform/built-in.a AR drivers/media/pci/ttpci/built-in.a AR drivers/media/pci/b2c2/built-in.a AR drivers/media/pci/pluto2/built-in.a AR drivers/media/pci/dm1105/built-in.a AR drivers/media/pci/pt1/built-in.a AR drivers/media/pci/pt3/built-in.a AR drivers/media/pci/mantis/built-in.a AR drivers/media/pci/ngene/built-in.a AR drivers/media/pci/ddbridge/built-in.a CC drivers/usb/dwc2/hcd_ddma.o AR drivers/media/pci/saa7146/built-in.a AR drivers/media/pci/smipcie/built-in.a AR drivers/media/pci/netup_unidvb/built-in.a AR drivers/media/pci/intel/ipu3/built-in.a AR drivers/media/pci/intel/ivsc/built-in.a AR drivers/media/pci/intel/built-in.a AR drivers/media/pci/built-in.a AR drivers/media/usb/b2c2/built-in.a AR drivers/media/usb/dvb-usb/built-in.a AR drivers/media/usb/dvb-usb-v2/built-in.a AR drivers/media/usb/s2255/built-in.a CC drivers/usb/host/xhci-pci.o AR drivers/media/usb/siano/built-in.a AR drivers/media/usb/ttusb-budget/built-in.a AR drivers/media/usb/ttusb-dec/built-in.a AR drivers/media/usb/built-in.a AR drivers/media/mmc/siano/built-in.a AR drivers/media/mmc/built-in.a AR drivers/media/firewire/built-in.a AR drivers/media/spi/built-in.a AR drivers/media/test-drivers/built-in.a AR drivers/media/built-in.a AR drivers/pps/clients/built-in.a AR drivers/pps/generators/built-in.a CC drivers/pps/pps.o CC drivers/usb/dwc2/debugfs.o CC drivers/pps/kapi.o CC drivers/usb/roles/class.o AR drivers/usb/host/built-in.a CC drivers/ptp/ptp_clock.o AR drivers/usb/dwc2/built-in.a CC drivers/power/reset/ocelot-reset.o CC drivers/pps/sysfs.o AR drivers/usb/roles/built-in.a AR drivers/usb/built-in.a CC drivers/md/dm.o CC drivers/power/reset/syscon-reboot.o AR drivers/pps/built-in.a CC drivers/power/reset/syscon-poweroff.o CC drivers/ptp/ptp_chardev.o CC drivers/power/reset/reboot-mode.o CC drivers/ptp/ptp_sysfs.o CC drivers/ptp/ptp_vclock.o CC drivers/power/reset/syscon-reboot-mode.o CC drivers/md/dm-table.o AR drivers/power/reset/built-in.a CC drivers/power/supply/power_supply_core.o CC drivers/power/supply/power_supply_sysfs.o CC drivers/ptp/ptp_pch.o CC drivers/mmc/core/core.o AR drivers/ptp/built-in.a CC drivers/mmc/core/bus.o CC drivers/power/supply/goldfish_battery.o CC drivers/md/dm-target.o AR drivers/power/supply/built-in.a AR drivers/power/built-in.a AR drivers/ufs/built-in.a CC drivers/md/dm-linear.o CC drivers/mmc/core/host.o CC drivers/mmc/host/sdhci.o CC drivers/mmc/core/mmc.o CC drivers/md/dm-stripe.o CC drivers/mmc/host/sdhci-pci-core.o CC drivers/md/dm-ioctl.o CC drivers/mmc/core/mmc_ops.o CC drivers/mmc/host/sdhci-pci-o2micro.o CC drivers/mmc/core/sd.o CC drivers/mmc/host/sdhci-pci-arasan.o CC drivers/md/dm-io.o CC drivers/mmc/host/sdhci-pci-dwc-mshc.o CC drivers/mmc/core/sd_ops.o AR drivers/leds/blink/built-in.a CC drivers/mmc/host/sdhci-pci-gli.o AR drivers/leds/simple/built-in.a CC drivers/leds/led-core.o CC drivers/md/dm-kcopyd.o CC drivers/mmc/core/sdio.o CC drivers/leds/led-class.o CC drivers/md/dm-sysfs.o CC drivers/mmc/host/mmc_spi.o CC drivers/leds/leds-syscon.o CC drivers/mmc/core/sdio_ops.o CC drivers/md/dm-stats.o AR drivers/leds/built-in.a CC drivers/mmc/core/sdio_bus.o AR drivers/firmware/arm_ffa/built-in.a AR drivers/firmware/arm_scmi/built-in.a AR drivers/firmware/broadcom/built-in.a AR drivers/firmware/cirrus/built-in.a AR drivers/firmware/meson/built-in.a AR drivers/firmware/efi/built-in.a AR drivers/firmware/imx/built-in.a AR drivers/firmware/psci/built-in.a AR drivers/firmware/smccc/built-in.a AR drivers/firmware/tegra/built-in.a CC drivers/mmc/host/of_mmc_spi.o AR drivers/firmware/xilinx/built-in.a AR drivers/firmware/built-in.a CC drivers/md/dm-rq.o CC drivers/mmc/core/sdio_cis.o CC drivers/mmc/host/dw_mmc.o AR drivers/crypto/stm32/built-in.a AR drivers/crypto/xilinx/built-in.a AR drivers/crypto/hisilicon/built-in.a AR drivers/crypto/intel/keembay/built-in.a AR drivers/crypto/intel/ixp4xx/built-in.a AR drivers/crypto/intel/built-in.a CC drivers/md/dm-io-rewind.o AR drivers/crypto/starfive/built-in.a CC drivers/crypto/img-hash.o CC drivers/mmc/core/sdio_io.o CC drivers/md/dm-builtin.o AR drivers/crypto/built-in.a CC drivers/clocksource/timer-of.o CC drivers/mmc/core/sdio_irq.o CC drivers/clocksource/timer-probe.o AR drivers/md/built-in.a CC drivers/hid/usbhid/hid-core.o CC drivers/mmc/host/dw_mmc-pltfm.o CC drivers/mmc/core/slot-gpio.o CC drivers/clocksource/timer-pistachio.o CC drivers/mmc/host/cqhci-core.o CC drivers/mmc/core/regulator.o CC drivers/clocksource/mips-gic-timer.o AR drivers/hid/usbhid/built-in.a CC drivers/hid/hid-core.o CC drivers/mmc/core/pwrseq.o AR drivers/clocksource/built-in.a CC drivers/hid/hid-input.o AR drivers/mmc/host/built-in.a CC drivers/mmc/core/debugfs.o CC drivers/mmc/core/pwrseq_simple.o CC drivers/hid/hid-quirks.o CC drivers/mmc/core/pwrseq_emmc.o CC drivers/of/base.o CC drivers/mmc/core/block.o CC drivers/hid/hid-debug.o CC drivers/mmc/core/queue.o CC drivers/of/cpu.o CC drivers/hid/hid-generic.o CC drivers/hid/hid-a4tech.o CC drivers/of/device.o CC drivers/of/module.o CC drivers/hid/hid-apple.o AR drivers/mmc/core/built-in.a AR drivers/mmc/built-in.a AR drivers/staging/media/built-in.a AR drivers/staging/built-in.a AR drivers/platform/mips/built-in.a CC drivers/platform/goldfish/goldfish_pipe.o CC drivers/of/platform.o CC drivers/of/property.o CC drivers/hid/hid-belkin.o AR drivers/platform/goldfish/built-in.a AR drivers/platform/built-in.a AR drivers/hwtracing/intel_th/built-in.a AR drivers/android/built-in.a AR drivers/nvmem/layouts/built-in.a CC drivers/nvmem/core.o CC drivers/of/kobj.o CC drivers/of/fdt.o CC drivers/of/fdt_address.o CC drivers/hid/hid-cherry.o CC drivers/hid/hid-chicony.o AR drivers/nvmem/built-in.a CC drivers/of/address.o CC drivers/of/irq.o CC drivers/hid/hid-cypress.o CC drivers/hid/hid-ezkey.o CC drivers/of/of_reserved_mem.o CC drivers/hid/hid-kensington.o CC drivers/hid/hid-lg.o CC drivers/hid/hid-lg-g15.o AR drivers/of/built-in.a CC drivers/hid/hid-microsoft.o CC drivers/hid/hid-monterey.o AR drivers/hid/built-in.a AR drivers/built-in.a AR built-in.a AR vmlinux.a LD vmlinux.o OBJCOPY modules.builtin.modinfo GEN modules.builtin MODPOST Module.symvers CC .vmlinux.export.o UPD include/generated/utsversion.h CC init/version-timestamp.o 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 AS arch/mips/boot/compressed/head.o CC arch/mips/boot/compressed/decompress.o CC arch/mips/boot/compressed/string.o CAT arch/mips/boot/vmlinux.its.S OBJCOPY arch/mips/boot/vmlinux.bin CC arch/mips/boot/compressed/bswapsi.o CC arch/mips/boot/compressed/dummy.o OBJCOPY arch/mips/boot/compressed/vmlinux.bin HOSTCC arch/mips/boot/compressed/calc_vmlinuz_load_addr LZMA arch/mips/boot/compressed/vmlinux.bin.z ITS arch/mips/boot/vmlinux.gz.its GZIP arch/mips/boot/vmlinux.bin.gz ITB arch/mips/boot/vmlinux.gz.itb /home/buildroot/autobuild/instance-3/output-1/host/bin/mkimage: unsupported type Flat Device Tree make[3]: *** [arch/mips/boot/Makefile:173: arch/mips/boot/vmlinux.gz.itb] Error 1 make[2]: *** [arch/mips/Makefile:411: vmlinux.gz.itb] Error 2 make[2]: *** Waiting for unfinished jobs.... OBJCOPY arch/mips/boot/compressed/piggy.o LD vmlinuz STRIP vmlinuz make[1]: *** [Makefile:234: __sub-make] Error 2 make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32' make: *** [package/pkg-generic.mk:283: /home/buildroot/autobuild/instance-3/output-1/build/linux-6.6.32/.stamp_built] Error 2 make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'