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-2/output-1/build/tiff-4.1.0/port' make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0/port' Making install in libtiff make[2]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0/libtiff' make[3]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0/libtiff' /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' /bin/bash ../libtool --mode=install /usr/bin/install -c libtiff.la '/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /usr/bin/install -c -m 644 tiff.h tiffio.h tiffvers.h '/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 tiffconf.h '/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include' libtool: install: /usr/bin/install -c .libs/libtiff.so.5.5.0 /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libtiff.so.5.5.0 libtool: install: (cd /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libtiff.so.5.5.0 libtiff.so.5 || { rm -f libtiff.so.5 && ln -s libtiff.so.5.5.0 libtiff.so.5; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libtiff.so.5.5.0 libtiff.so || { rm -f libtiff.so && ln -s libtiff.so.5.5.0 libtiff.so; }; }) libtool: install: /usr/bin/install -c .libs/libtiff.lai /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libtiff.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0/libtiff' make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0/libtiff' make[2]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/tiff-4.1.0' /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 COPYRIGHT ChangeLog README.md RELEASE-DATE TODO VERSION '/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/doc/tiff-4.1.0' /usr/bin/install -c -m 644 libtiff-4.pc '/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' make[3]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0' make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0' >>> tiff 4.1.0 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-2/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-2/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/buildroot/autobuild/instance-2/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-2/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 >>> tiff 4.1.0 Installing to target PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/buildroot/.local/bin:/home/buildroot/.local/bin" /usr/bin/make -j4 SUBDIRS="port libtiff" DESTDIR=/home/buildroot/autobuild/instance-2/output-1/target install -C /home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0' Making install in port make[2]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0/port' make[3]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0/port' 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-2/output-1/build/tiff-4.1.0/port' make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0/port' Making install in libtiff make[2]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0/libtiff' make[3]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0/libtiff' /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output-1/target/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output-1/target/usr/include' /bin/bash ../libtool --mode=install /usr/bin/install -c libtiff.la '/home/buildroot/autobuild/instance-2/output-1/target/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output-1/target/usr/include' /usr/bin/install -c -m 644 tiff.h tiffio.h tiffvers.h '/home/buildroot/autobuild/instance-2/output-1/target/usr/include' /usr/bin/install -c -m 644 tiffconf.h '/home/buildroot/autobuild/instance-2/output-1/target/usr/include' libtool: install: /usr/bin/install -c .libs/libtiff.so.5.5.0 /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/libtiff.so.5.5.0 libtool: install: (cd /home/buildroot/autobuild/instance-2/output-1/target/usr/lib && { ln -s -f libtiff.so.5.5.0 libtiff.so.5 || { rm -f libtiff.so.5 && ln -s libtiff.so.5.5.0 libtiff.so.5; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-2/output-1/target/usr/lib && { ln -s -f libtiff.so.5.5.0 libtiff.so || { rm -f libtiff.so && ln -s libtiff.so.5.5.0 libtiff.so; }; }) libtool: install: /usr/bin/install -c .libs/libtiff.lai /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/libtiff.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0/libtiff' make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0/libtiff' make[2]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0' make[3]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc/tiff-4.1.0' /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 COPYRIGHT ChangeLog README.md RELEASE-DATE TODO VERSION '/home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc/tiff-4.1.0' /usr/bin/install -c -m 644 libtiff-4.pc '/home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0' make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/tiff-4.1.0' SDL2_image-2.0.5.tar.gz: OK (sha256: bdd5f6e026682f7d7e1be0b6051b209da2f402a2dd8bd1c4bd9c25ad263108d0) >>> sdl2_image 2.0.5 Extracting gzip -d -c /home/buildroot/autobuild/instance-2/dl/sdl2_image/SDL2_image-2.0.5.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5 -xf - >>> sdl2_image 2.0.5 Patching >>> sdl2_image 2.0.5 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5 -name $file); do cp support/gnuconfig/$file $i; done; done >>> sdl2_image 2.0.5 Patching libtool patching file /home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5/ltmain.sh Hunk #1 succeeded at 1048 (offset -166 lines). Hunk #2 succeeded at 2018 (offset -221 lines). Hunk #3 succeeded at 4118 (offset -314 lines). Hunk #4 succeeded at 4128 (offset -314 lines). Hunk #5 succeeded at 4405 (offset -319 lines). Hunk #6 succeeded at 4670 (offset -324 lines). Hunk #7 succeeded at 5412 (offset -326 lines). Hunk #8 succeeded at 5570 (offset -326 lines). Hunk #9 succeeded at 8058 (offset -320 lines). patching file /home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5/external/libpng-1.6.37/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). patching file /home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5/external/jpeg-9b/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). patching file /home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5/external/tiff-4.0.9/config/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8146 (offset 34 lines). Hunk #8 succeeded at 10778 (offset 68 lines). >>> sdl2_image 2.0.5 Configuring (cd /home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/buildroot/.local/bin:/home/buildroot/.local/bin" AR="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-ar" AS="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-as" LD="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-ld" NM="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-nm" CC="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc" GCC="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc" CPP="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-cpp" CXX="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-g++" FC="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gfortran" F77="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-ranlib" READELF="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-readelf" STRIP="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-strip" OBJCOPY="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-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-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-2/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-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 -Os -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=mips-buildroot-linux-gnu --host=mips-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --disable-sdltest --enable-bmp --enable-gif --enable-lbm --enable-pcx --enable-pnm --enable-tga --enable-xcf --enable-xpm --enable-xv --enable-jpg --enable-png --enable-tif --disable-webp ) 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 mips-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-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-2/output-1/host/bin/mips-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc understands -c and -o together... yes checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc... /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-ld checking if the linker (/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-nm checking the name lister (/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-ld option to reload object files... -r checking for mips-buildroot-linux-gnu-objdump... /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for mips-buildroot-linux-gnu-ar... /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-ar checking for mips-buildroot-linux-gnu-strip... /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-strip checking for mips-buildroot-linux-gnu-ranlib... /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-ranlib checking command to parse /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-nm output from /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc object... ok checking how to run the C preprocessor... /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-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-2/output-1/host/bin/mips-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc static flag -static works... yes checking if /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc supports -c -o file.o... yes checking if /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc linker (/home/buildroot/autobuild/instance-2/output-1/host/bin/mips-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... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mips-buildroot-linux-gnu-strip... (cached) /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc... none checking for mips-buildroot-linux-gnu-gcc... (cached) /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc accepts -g... (cached) yes checking for /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking whether /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc understands -c and -o together... (cached) yes checking for mips-buildroot-linux-gnu-gcc... no checking for mips-buildroot-linux-gnu-objcc... no checking for mips-buildroot-linux-gnu-objc... no checking for mips-buildroot-linux-gnu-cc... no checking for mips-buildroot-linux-gnu-CC... no checking for gcc... gcc configure: WARNING: using cross tools not prefixed with host triplet checking whether we are using the GNU Objective C compiler... no checking whether gcc accepts -g... no checking dependency style of gcc... none checking for inline... inline checking whether make sets $(MAKE)... (cached) yes checking for windres... no checking for mips-buildroot-linux-gnu-windres... no checking for linux-gnu-windres... no checking pkg-config is at least version 0.9.0... yes checking for SDL... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking for jpeg_CreateDecompress in -ljpeg... yes checking for LIBPNG... yes checking tiffio.h usability... yes checking tiffio.h presence... yes checking for tiffio.h... yes checking for TIFFClientOpen in -ltiff... yes -- dynamic libtiff -> libtiff.so.5 -- dynamic libjpeg -> libjpeg.so.9 -- dynamic libpng -> libpng16.so.16 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating SDL2_image.spec config.status: creating SDL2_image.pc config.status: executing libtool commands 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 >>> sdl2_image 2.0.5 Building PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/buildroot/.local/bin:/home/buildroot/.local/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5/ make[1]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5' /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c -o showimage.o showimage.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c -o IMG.lo IMG.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c -o IMG_bmp.lo IMG_bmp.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c -o IMG_gif.lo IMG_gif.c libtool: compile: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c IMG.c -fPIC -DPIC -o .libs/IMG.o libtool: compile: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c IMG_gif.c -fPIC -DPIC -o .libs/IMG_gif.o libtool: compile: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c IMG_bmp.c -fPIC -DPIC -o .libs/IMG_bmp.o /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c -o IMG_jpg.lo IMG_jpg.c libtool: compile: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c IMG_jpg.c -fPIC -DPIC -o .libs/IMG_jpg.o /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c -o IMG_lbm.lo IMG_lbm.c libtool: compile: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c IMG_lbm.c -fPIC -DPIC -o .libs/IMG_lbm.o /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c -o IMG_pcx.lo IMG_pcx.c libtool: compile: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c IMG_pcx.c -fPIC -DPIC -o .libs/IMG_pcx.o /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c -o IMG_png.lo IMG_png.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c -o IMG_pnm.lo IMG_pnm.c libtool: compile: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c IMG_png.c -fPIC -DPIC -o .libs/IMG_png.o libtool: compile: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c IMG_pnm.c -fPIC -DPIC -o .libs/IMG_pnm.o /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c -o IMG_svg.lo IMG_svg.c libtool: compile: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c IMG_svg.c -fPIC -DPIC -o .libs/IMG_svg.o /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c -o IMG_tga.lo IMG_tga.c libtool: compile: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c IMG_tga.c -fPIC -DPIC -o .libs/IMG_tga.o /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c -o IMG_tif.lo IMG_tif.c libtool: compile: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c IMG_tif.c -fPIC -DPIC -o .libs/IMG_tif.o /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c -o IMG_xcf.lo IMG_xcf.c libtool: compile: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c IMG_xcf.c -fPIC -DPIC -o .libs/IMG_xcf.o /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c -o IMG_xpm.lo IMG_xpm.c libtool: compile: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c IMG_xpm.c -fPIC -DPIC -o .libs/IMG_xpm.o /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c -o IMG_xv.lo IMG_xv.c /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c -o IMG_webp.lo IMG_webp.c libtool: compile: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c IMG_xv.c -fPIC -DPIC -o .libs/IMG_xv.o libtool: compile: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c IMG_webp.c -fPIC -DPIC -o .libs/IMG_webp.o /bin/bash ./libtool --tag=CC --mode=compile /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c -o IMG_WIC.lo IMG_WIC.c libtool: compile: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_JPG=1 -DLOAD_PNG=1 -DLOAD_TIF=1 -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1 -DLOAD_TIF_DYNAMIC=\"libtiff.so.5\" -DLOAD_JPG_DYNAMIC=\"libjpeg.so.9\" -DLOAD_PNG_DYNAMIC=\"libpng16.so.16\" -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -c IMG_WIC.c -fPIC -DPIC -o .libs/IMG_WIC.o /bin/bash ./libtool --mode=link gcc -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -no-undefined -release 2.0 -version-info 2:3:2 -o libSDL2_image.la -rpath /usr/lib IMG.lo IMG_bmp.lo IMG_gif.lo IMG_jpg.lo IMG_lbm.lo IMG_pcx.lo IMG_png.lo IMG_pnm.lo IMG_svg.lo IMG_tga.lo IMG_tif.lo IMG_xcf.lo IMG_xpm.lo IMG_xv.lo IMG_webp.lo IMG_WIC.lo -L/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib -lSDL2 libtool: link: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -shared .libs/IMG.o .libs/IMG_bmp.o .libs/IMG_gif.o .libs/IMG_jpg.o .libs/IMG_lbm.o .libs/IMG_pcx.o .libs/IMG_png.o .libs/IMG_pnm.o .libs/IMG_svg.o .libs/IMG_tga.o .libs/IMG_tif.o .libs/IMG_xcf.o .libs/IMG_xpm.o .libs/IMG_xv.o .libs/IMG_webp.o .libs/IMG_WIC.o -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib -L/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib /home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib/libSDL2.so -lm -ldl -lpthread -lrt -Wl,-soname -Wl,libSDL2_image-2.0.so.0 -o .libs/libSDL2_image-2.0.so.0.2.3 libtool: link: (cd ".libs" && rm -f "libSDL2_image-2.0.so.0" && ln -s "libSDL2_image-2.0.so.0.2.3" "libSDL2_image-2.0.so.0") libtool: link: (cd ".libs" && rm -f "libSDL2_image.so" && ln -s "libSDL2_image-2.0.so.0.2.3" "libSDL2_image.so") libtool: link: ( cd ".libs" && rm -f "libSDL2_image.la" && ln -s "../libSDL2_image.la" "libSDL2_image.la" ) /bin/bash ./libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -o showimage showimage.o libSDL2_image.la -L/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib -lSDL2 libtool: link: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/libpng16 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/include/SDL2 -I/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -D_REENTRANT -o showimage showimage.o ./.libs/libSDL2_image.so -L/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib /home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib/libSDL2.so -lm -ldl -lpthread -lrt -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5/.libs -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-2/output-1/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5' >>> sdl2_image 2.0.5 Installing to staging directory PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/buildroot/.local/bin:/home/buildroot/.local/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5/ make[1]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5' make[2]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5' /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /bin/bash ./libtool --mode=install /usr/bin/install -c libSDL2_image.la '/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/SDL2' /usr/bin/install -c -m 644 SDL2_image.pc '/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 SDL_image.h '/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include/SDL2' libtool: install: /usr/bin/install -c .libs/libSDL2_image-2.0.so.0.2.3 /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libSDL2_image-2.0.so.0.2.3 libtool: install: (cd /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libSDL2_image-2.0.so.0.2.3 libSDL2_image-2.0.so.0 || { rm -f libSDL2_image-2.0.so.0 && ln -s libSDL2_image-2.0.so.0.2.3 libSDL2_image-2.0.so.0; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libSDL2_image-2.0.so.0.2.3 libSDL2_image.so || { rm -f libSDL2_image.so && ln -s libSDL2_image-2.0.so.0.2.3 libSDL2_image.so; }; }) libtool: install: /usr/bin/install -c .libs/libSDL2_image.lai /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libSDL2_image.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5' make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5' >>> sdl2_image 2.0.5 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-2/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-2/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/buildroot/autobuild/instance-2/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-2/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 >>> sdl2_image 2.0.5 Installing to target PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/buildroot/.local/bin:/home/buildroot/.local/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-2/output-1/target install -C /home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5/ make[1]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5' make[2]: Entering directory '/home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5' /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output-1/target/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output-1/target/usr/include/SDL2' /bin/mkdir -p '/home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig' /bin/bash ./libtool --mode=install /usr/bin/install -c libSDL2_image.la '/home/buildroot/autobuild/instance-2/output-1/target/usr/lib' /usr/bin/install -c -m 644 SDL_image.h '/home/buildroot/autobuild/instance-2/output-1/target/usr/include/SDL2' /usr/bin/install -c -m 644 SDL2_image.pc '/home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/libSDL2_image-2.0.so.0.2.3 /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/libSDL2_image-2.0.so.0.2.3 libtool: install: (cd /home/buildroot/autobuild/instance-2/output-1/target/usr/lib && { ln -s -f libSDL2_image-2.0.so.0.2.3 libSDL2_image-2.0.so.0 || { rm -f libSDL2_image-2.0.so.0 && ln -s libSDL2_image-2.0.so.0.2.3 libSDL2_image-2.0.so.0; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-2/output-1/target/usr/lib && { ln -s -f libSDL2_image-2.0.so.0.2.3 libSDL2_image.so || { rm -f libSDL2_image.so && ln -s libSDL2_image-2.0.so.0.2.3 libSDL2_image.so; }; }) libtool: install: /usr/bin/install -c .libs/libSDL2_image.lai /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/libSDL2_image.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[2]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5' make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/sdl2_image-2.0.5' cegui-0-8-7.tar.gz: OK (sha256: 7be289d2d8562e7d20bd155d087d6ccb0ba62f7e99cc25d20684b8edf2ba15cd) >>> cegui 0-8-7 Extracting gzip -d -c /home/buildroot/autobuild/instance-2/dl/cegui/cegui-0-8-7.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-2/output-1/build/cegui-0-8-7 -xf - >>> cegui 0-8-7 Patching Applying 0001-src-Exceptions.cpp-check-if-execinfo-header-is-avail.patch using patch: patching file cegui/src/Exceptions.cpp Hunk #1 succeeded at 42 with fuzz 1 (offset -4 lines). Applying 0002-cegui-src-IconvStringTranscoder.cpp-use-cast-notatio.patch using patch: patching file cegui/src/IconvStringTranscoder.cpp >>> cegui 0-8-7 Configuring (mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/cegui-0-8-7/ && cd /home/buildroot/autobuild/instance-2/output-1/build/cegui-0-8-7/ && rm -f CMakeCache.txt && PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/buildroot/.local/bin:/home/buildroot/.local/bin" /home/buildroot/autobuild/instance-2/output-1/host/bin/cmake /home/buildroot/autobuild/instance-2/output-1/build/cegui-0-8-7/ -DCMAKE_TOOLCHAIN_FILE="/home/buildroot/autobuild/instance-2/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -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 -DCEGUI_BUILD_XMLPARSER_XERCES=OFF -DCEGUI_HAS_MINIZIP_RESOURCE_PROVIDER=OFF -DCEGUI_USE_EPOXY=ON -DCEGUI_BUILD_RENDERER_OGRE=OFF -DCEGUI_BUILD_XMLPARSER_EXPAT=ON -DCEGUI_BUILD_RENDERER_IRRLICHT=OFF -DCEGUI_BUILD_IMAGECODEC_SDL2=ON -DCEGUI_HAS_PCRE_REGEX=ON -DCEGUI_HAS_FREETYPE=ON -DCEGUI_BUILD_XMLPARSER_LIBXML2=ON -DCEGUI_BUILD_XMLPARSER_RAPIDXML=OFF -DCEGUI_BUILD_XMLPARSER_TINYXML=OFF -DCEGUI_BUILD_XMLPARSER_TINYXML2=OFF -DCEGUI_BUILD_IMAGECODEC_FREEIMAGE=OFF ) CMake Deprecation Warning at CMakeLists.txt:6 (cmake_policy): The OLD behavior for policy CMP0017 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. CMake Deprecation Warning at CMakeLists.txt:10 (cmake_policy): The OLD behavior for policy CMP0045 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. -- The C compiler identification is GNU 5.3.0 -- The CXX compiler identification is GNU 5.3.0 -- Check for working C compiler: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -- Check for working C compiler: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-g++ -- Check for working CXX compiler: /home/buildroot/autobuild/instance-2/output-1/host/bin/mips-linux-gnu-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PCRE: /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libpcre.so -- Found FREETYPE: /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libfreetype.so -- Could NOT find MINIZIP (missing: MINIZIP_LIB MINIZIP_H_PATH) -- Found PkgConfig: /home/buildroot/autobuild/instance-2/output-1/host/bin/pkg-config (found version "1.6.1") -- Checking for module 'fribidi' -- Package 'fribidi', required by 'virtual:world', not found -- Could NOT find FRIBIDI (missing: FRIBIDI_FOUND_ALL_LIBS FRIBIDI_INCLUDE_DIR) -- Looking for iconv -- Looking for iconv - found CMake Warning (dev) at cmake/FindIconv.cmake:82 (set): implicitly converting 'TYPE' to 'STRING' type. Call Stack (most recent call first): CMakeLists.txt:87 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found OpenGL: /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libGL.so -- Found GLEW: /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libGLEW.so -- Found GLM: /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include -- Could NOT find GLFW (missing: GLFW_LIB GLFW_H_PATH) -- Could NOT find GLFW3 (missing: GLFW3_LIB GLFW3_H_PATH) -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found SDL2: /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libSDL2.so;/home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libSDL2main.a;-lpthread -- Found SDL2IMAGE: /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libSDL2_image.so -- Could NOT find DIRECTXSDK (missing: DIRECTXSDK_LIB_PATH DIRECTXSDK_H_PATH DIRECTXSDK_MAX_D3D) -- Could NOT find D3DX11EFFECTS (missing: D3DX11EFFECTS_LIB D3DX11EFFECTS_H_PATH) -- Could NOT find IRRLICHT (missing: IRRLICHT_LIB IRRLICHT_H_PATH) -- Could NOT find OGRE (missing: OGRE_LIB OGRE_H_PATH OGRE_H_BUILD_SETTINGS_PATH) -- Could NOT find OIS (missing: OIS_LIB OIS_H_PATH) -- Could NOT find DIRECTFB (missing: DIRECTFB_LIB DIRECTFB_H_PATH) -- Could NOT find OPENGLES (missing: OPENGLES_LIB OPENGLES_H_PATH) -- Found EPOXY: /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libepoxy.so -- Found EXPAT: /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libexpat.so -- Could NOT find XERCESC (missing: XERCESC_LIB XERCESC_H_PATH) -- Found LibXml2: /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libxml2.so (found version "2.9.10") -- Could NOT find TINYXML (missing: TINYXML_LIB TINYXML_H_PATH) -- Could NOT find RAPIDXML (missing: RAPIDXML_H_PATH) -- Could NOT find IL (missing: IL_LIB IL_H_PATH) -- Could NOT find ILU (missing: ILU_LIB) -- Could NOT find FREEIMAGE (missing: FREEIMAGE_LIB FREEIMAGE_H_PATH) -- Could NOT find SILLY (missing: SILLY_LIB SILLY_H_PATH) -- Could NOT find CORONA (missing: CORONA_LIB CORONA_H_PATH) -- Could NOT find PVRTOOLS (missing: PVRTOOLS_LIB PVRTOOLS_H_PATH) -- Could NOT find LUA51 (missing: LUA_LIB LUA_H_PATH) -- Could NOT find TOLUAPP (missing: TOLUAPP_LIB TOLUAPP_H_PATH) -- Found PythonInterp: /home/buildroot/autobuild/instance-2/output-1/host/bin/python (found version "2.7.18") -- Found PythonLibs: /home/buildroot/autobuild/instance-2/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libpython2.7.so (found suitable exact version "2.7.18") CMake Warning at /home/buildroot/autobuild/instance-2/output-1/host/share/cmake-3.15/Modules/FindBoost.cmake:1144 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /home/buildroot/autobuild/instance-2/output-1/host/share/cmake-3.15/Modules/FindBoost.cmake:1266 (_Boost_COMPONENT_DEPENDENCIES) /home/buildroot/autobuild/instance-2/output-1/host/share/cmake-3.15/Modules/FindBoost.cmake:1904 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:129 (find_package) CMake Warning at /home/buildroot/autobuild/instance-2/output-1/host/share/cmake-3.15/Modules/FindBoost.cmake:1144 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /home/buildroot/autobuild/instance-2/output-1/host/share/cmake-3.15/Modules/FindBoost.cmake:1266 (_Boost_COMPONENT_DEPENDENCIES) /home/buildroot/autobuild/instance-2/output-1/host/share/cmake-3.15/Modules/FindBoost.cmake:1904 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:129 (find_package) CMake Warning at /home/buildroot/autobuild/instance-2/output-1/host/share/cmake-3.15/Modules/FindBoost.cmake:1144 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /home/buildroot/autobuild/instance-2/output-1/host/share/cmake-3.15/Modules/FindBoost.cmake:1266 (_Boost_COMPONENT_DEPENDENCIES) /home/buildroot/autobuild/instance-2/output-1/host/share/cmake-3.15/Modules/FindBoost.cmake:1904 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:129 (find_package) CMake Warning at /home/buildroot/autobuild/instance-2/output-1/host/share/cmake-3.15/Modules/FindBoost.cmake:1144 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /home/buildroot/autobuild/instance-2/output-1/host/share/cmake-3.15/Modules/FindBoost.cmake:1266 (_Boost_COMPONENT_DEPENDENCIES) /home/buildroot/autobuild/instance-2/output-1/host/share/cmake-3.15/Modules/FindBoost.cmake:1904 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:129 (find_package) CMake Warning at /home/buildroot/autobuild/instance-2/output-1/host/share/cmake-3.15/Modules/FindBoost.cmake:1144 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /home/buildroot/autobuild/instance-2/output-1/host/share/cmake-3.15/Modules/FindBoost.cmake:1266 (_Boost_COMPONENT_DEPENDENCIES) /home/buildroot/autobuild/instance-2/output-1/host/share/cmake-3.15/Modules/FindBoost.cmake:1904 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:129 (find_package) -- Could NOT find Boost (missing: python unit_test_framework timer) (found suitable version "1.72.0", minimum required is "1.36.0") -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Some or all of the gtk libraries were not found. (missing: GTK2_GTK_LIBRARY GTK2_GTK_INCLUDE_DIR GTK2_GDK_INCLUDE_DIR GTK2_GDKCONFIG_INCLUDE_DIR GTK2_GDK_LIBRARY) CMake Warning (dev) at CMakeLists.txt:173 (set): implicitly converting 'INT' to 'STRING' type. This warning is for project developers. Use -Wno-dev to suppress it. CMake Error at CMakeLists.txt:233 (message): You may not enable both "CEGUI_USE_GLEW" and "CEGUI_USE_EPOXY". Please choose only one of these options. -- Configuring incomplete, errors occurred! See also "/home/buildroot/autobuild/instance-2/output-1/build/cegui-0-8-7/CMakeFiles/CMakeOutput.log". See also "/home/buildroot/autobuild/instance-2/output-1/build/cegui-0-8-7/CMakeFiles/CMakeError.log". package/pkg-generic.mk:254: recipe for target '/home/buildroot/autobuild/instance-2/output-1/build/cegui-0-8-7/.stamp_configured' failed make: *** [/home/buildroot/autobuild/instance-2/output-1/build/cegui-0-8-7/.stamp_configured] Error 1 make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'