In file included from dither.c:289:0: dither.h: In function 'flow_fir_16': dither.h:47:19: warning: left shift of negative value [-Wshift-negative-value] if (i < (-1 << (p->prec-1))) ^~ In file included from dither.c:293:0: dither.h: In function 'flow_fir_20': dither.h:47:19: warning: left shift of negative value [-Wshift-negative-value] if (i < (-1 << (p->prec-1))) ^~ dither.c: In function 'flow_no_shape': dither.c:319:20: warning: left shift of negative value [-Wshift-negative-value] if (i <= (-1 << (p->prec-1))) ^~ CC libsox_la-downsample.lo CC libsox_la-earwax.lo CC libsox_la-echo.lo CC libsox_la-echos.lo CC libsox_la-effects.lo CC libsox_la-effects_i.lo CC libsox_la-effects_i_dsp.lo CC libsox_la-fade.lo CC libsox_la-fft4g.lo CC libsox_la-fir.lo CC libsox_la-firfit.lo CC libsox_la-flanger.lo CC libsox_la-gain.lo CC libsox_la-hilbert.lo CC libsox_la-input.lo CC libsox_la-ladspa.lo CC libsox_la-loudness.lo CC libsox_la-mcompand.lo CC libsox_la-noiseprof.lo CC libsox_la-noisered.lo CC libsox_la-output.lo CC libsox_la-overdrive.lo CC libsox_la-pad.lo CC libsox_la-phaser.lo CC libsox_la-rate.lo CC libsox_la-remix.lo CC libsox_la-repeat.lo CC libsox_la-reverb.lo CC libsox_la-reverse.lo CC libsox_la-silence.lo silence.c: In function 'aboveThreshold': silence.c:280:43: warning: left shift of negative value [-Wshift-negative-value] sox_sample_t masked_value = value & (-1 << (32 - effp->in_signal.precision)); ^~ CC libsox_la-sinc.lo CC libsox_la-skeleff.lo CC libsox_la-speed.lo CC libsox_la-splice.lo CC libsox_la-stat.lo CC libsox_la-stats.lo CC libsox_la-stretch.lo CC libsox_la-swap.lo CC libsox_la-synth.lo CC libsox_la-tempo.lo CC libsox_la-tremolo.lo CC libsox_la-trim.lo CC libsox_la-upsample.lo CC libsox_la-vad.lo CC libsox_la-vol.lo CC libsox_la-spectrogram.lo CC libsox_la-raw-fmt.lo spectrogram.c: In function 'rdft_p': spectrogram.c:202:51: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define _ re += in[i] * *q++, im += in[i++] * *q++, ^ spectrogram.c:208:46: note: in expansion of macro '_' for (i = 0; i < (n & ~7);) _ _ _ _ _ _ _ _ 0; ^ spectrogram.c:202:51: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define _ re += in[i] * *q++, im += in[i++] * *q++, ^ spectrogram.c:209:19: note: in expansion of macro '_' while (i < n) _ 0; ^ CC libsox_la-s1-fmt.lo CC libsox_la-s2-fmt.lo CC libsox_la-s3-fmt.lo CC libsox_la-s4-fmt.lo CC libsox_la-u1-fmt.lo CC libsox_la-u2-fmt.lo CC libsox_la-u3-fmt.lo CC libsox_la-u4-fmt.lo CC libsox_la-al-fmt.lo CC libsox_la-la-fmt.lo CC libsox_la-ul-fmt.lo CC libsox_la-lu-fmt.lo CC libsox_la-8svx.lo CC libsox_la-aiff-fmt.lo CC libsox_la-aifc-fmt.lo CC libsox_la-au.lo CC libsox_la-avr.lo CC libsox_la-cdr.lo CC libsox_la-cvsd-fmt.lo CC libsox_la-dvms-fmt.lo CC libsox_la-dat.lo CC libsox_la-hcom.lo CC libsox_la-htk.lo CC libsox_la-maud.lo CC libsox_la-prc.lo CC libsox_la-sf.lo CC libsox_la-smp.lo CC libsox_la-sounder.lo CC libsox_la-soundtool.lo CC libsox_la-sphere.lo CC libsox_la-tx16w.lo CC libsox_la-voc.lo CC libsox_la-vox-fmt.lo CC libsox_la-ima-fmt.lo CC libsox_la-adpcm.lo CC libsox_la-ima_rw.lo CC libsox_la-wav.lo CC libsox_la-wve.lo CC libsox_la-xa.lo CC libsox_la-nulfile.lo CC libsox_la-f4-fmt.lo CC libsox_la-f8-fmt.lo CC libsox_la-gsrt.lo CC libsox_la-alsa.lo CC libsox_la-ao.lo CC libsox_la-flac.lo CC libsox_la-gsm.lo CC libsox_la-lpc10.lo CC libsox_la-mp3.lo CC libsox_la-oss.lo CC libsox_la-vorbis.lo In file included from sox_i.h:17:0, from oss.c:27: oss.c: In function 'ossread': oss.c:321:28: warning: passing argument 1 of '__bswap_32' as unsigned due to prototype [-Wtraditional-conversion] lsx_swapdw(((sox_int32_t*)pOutput)[i - 1]), ^ oss.c:321:17: note: in expansion of macro 'lsx_swapdw' lsx_swapdw(((sox_int32_t*)pOutput)[i - 1]), ^~~~~~~~~~ oss.c: In function 'osswrite': oss.c:396:25: warning: passing argument 1 of '__bswap_32' as unsigned due to prototype [-Wtraditional-conversion] lsx_swapdw(SOX_SAMPLE_TO_SIGNED_32BIT(pInput[i], cClips)); ^~~~~~~~~~ In file included from mp3.c:283:0: mp3-util.h: In function 'add_tag': mp3-util.h:123:57: warning: passing argument 3 of 'lsx_readbuf' with different width due to prototype [-Wtraditional-conversion] if (ID3_TAG_QUERYSIZE != lsx_readbuf(info->ft, query, ID3_TAG_QUERYSIZE) || ^~~~~~~~~~~~~~~~~ mp3-util.h:124:37: warning: passing argument 2 of 'id3_tag_query' with different width due to prototype [-Wtraditional-conversion] !(size = id3_tag_query(query, ID3_TAG_QUERYSIZE))) { ^~~~~~~~~~~~~~~~~ mp3-util.h:129:59: warning: passing argument 3 of 'lsx_readbuf' with different width due to prototype [-Wtraditional-conversion] ID3_TAG_QUERYSIZE != lsx_readbuf(info->ft, query, ID3_TAG_QUERYSIZE) || ^~~~~~~~~~~~~~~~~ mp3-util.h:130:38: warning: passing argument 2 of 'id3_tag_query' with different width due to prototype [-Wtraditional-conversion] (size = id3_tag_query(query, ID3_TAG_QUERYSIZE)) <= 0) { ^~~~~~~~~~~~~~~~~ mp3-util.h:150:25: warning: passing argument 3 of 'memcpy' with different width due to prototype [-Wtraditional-conversion] memcpy(buffer, query, ID3_TAG_QUERYSIZE); ^~~~~~~~~~~~~~~~~ mp3-util.h: In function 'read_comments': mp3-util.h:199:26: warning: passing argument 2 of 'lsx_seeki' with different width due to prototype [-Wtraditional-conversion] if (0 == lsx_seeki(ft, -128, SEEK_END)) { ^ mp3-util.h:204:26: warning: passing argument 2 of 'lsx_seeki' with different width due to prototype [-Wtraditional-conversion] if (0 == lsx_seeki(ft, 0, SEEK_SET)) { ^ mp3-util.h:207:26: warning: passing argument 2 of 'lsx_seeki' with different width due to prototype [-Wtraditional-conversion] if (0 == lsx_seeki(ft, has_id3v1 ? -138 : -10, SEEK_END)) { ^~~~~~~~~ CC sox_sample_test.o At top level: mp3.c:189:26: warning: 'twolame_library_names' defined but not used [-Wunused-const-variable=] static const char* const twolame_library_names[] = ^~~~~~~~~~~~~~~~~~~~~ mp3.c:123:26: warning: 'lame_library_names' defined but not used [-Wunused-const-variable=] static const char* const lame_library_names[] = ^~~~~~~~~~~~~~~~~~ In file included from sox_sample_test.h:21:0, from sox_sample_test.c:18: sox_sample_test.h: In function 'main': sox_sample_test.h:39:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_UNSIGNED_TO_SAMPLE(bits,1)); \ ^ sox_sample_test.h:39:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_UNSIGNED_TO_SAMPLE(bits,1)); \ ^ sox_sample_test.h:39:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_UNSIGNED_TO_SAMPLE(bits,1)); \ ^ sox_sample_test.h:96:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_SIGNED_TO_SAMPLE(bits,SOX_INT_MIN(bits)+1)); \ ^ sox_sample_test.h:96:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_SIGNED_TO_SAMPLE(bits,SOX_INT_MIN(bits)+1)); \ ^ sox_sample_test.h:96:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_SIGNED_TO_SAMPLE(bits,SOX_INT_MIN(bits)+1)); \ ^ CC example0.o example0.c: In function 'main': example0.c:46:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~~~~~ example0.c:51:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_write(argv[2], &in->signal, NULL, NULL, NULL, NULL)); ^~~~~~ CC example1.o ignore-warning.h: In function 'startwrite': vorbis.c:320:39: warning: passing argument 2 of 'vorbis_encode_init_vbr' with different width due to prototype [-Wtraditional-conversion] if (vorbis_encode_init_vbr(&ve->vi, ft->signal.channels, ft->signal.rate + .5, quality / 10)) ^ vorbis.c:320:60: warning: passing argument 3 of 'vorbis_encode_init_vbr' as integer rather than floating due to prototype [-Wtraditional-conversion] if (vorbis_encode_init_vbr(&ve->vi, ft->signal.channels, ft->signal.rate + .5, quality / 10)) ^ vorbis.c:320:82: warning: passing argument 4 of 'vorbis_encode_init_vbr' as 'float' rather than 'double' due to prototype if (vorbis_encode_init_vbr(&ve->vi, ft->signal.channels, ft->signal.rate + .5, quality / 10)) ^ CC example2.o example1.c: In function 'main': example1.c:118:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~~~~~ example1.c:123:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_write(argv[2], &in->signal, NULL, NULL, NULL, NULL)); ^~~~~~ example2.c: In function 'main': example2.c:53:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(*argv, NULL, NULL, NULL)); ^~~~~~ example2.c:78:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(buf = malloc(sizeof(sox_sample_t) * block_size)); ^~~~~~ CC example3.o CC example4.o CC example5.o example3.c: In function 'main': example3.c:68:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~~~~~ example3.c:70:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out= sox_open_write("default", &in->signal, NULL, "alsa", NULL, NULL)); ^~~~~~ CC example6.o CCLD libsox.la example5.c: In function 'main': example5.c:60:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~~~~~ example5.c:64:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_memstream_write(&buffer, &buffer_size, &in->signal, NULL, "sox", NULL)); ^~~~~~ example5.c:71:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_mem_read(buffer, buffer_size, NULL, NULL, NULL)); ^~~~~~ example5.c:72:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_write(argv[2], &in->signal, NULL, NULL, NULL, NULL)); ^~~~~~ example6.c: In function 'main': example6.c:89:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~~~~~ example6.c:90:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_write(argv[2], &out_signal, &out_encoding, NULL, NULL, NULL)); ^~~~~~ CCLD sox_sample_test CCLD example0 CCLD sox CCLD example1 CCLD example2 CCLD example3 CCLD example4 CCLD example5 CCLD example6 if test "yes" = "yes"; then \ test -f sox && ( rm -f play && ln -s sox play ) || ln -s sox play; \ fi if test "yes" = "yes"; then \ test -f sox && ( rm -f rec && ln -s sox rec ) || ln -s sox rec; \ fi if test "yes" = "yes"; then \ test -f sox && ( rm -f soxi && ln -s sox soxi ) || ln -s sox soxi; \ fi /usr/bin/make all-am make[4]: Nothing to be done for `all-am'. make[3]: Nothing to be done for `all-am'. >>> sox 14.4.2 Installing to target PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-1/output/target install -C /home/buildroot/autobuild/run/instance-1/output/build/sox-14.4.2/ Making install in lpc10 make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in libgsm make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in src /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/include' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c libsox.la '/home/buildroot/autobuild/run/instance-1/output/target/usr/lib' /usr/bin/install -c -m 644 sox.h '/home/buildroot/autobuild/run/instance-1/output/target/usr/include' libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/bin' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c sox '/home/buildroot/autobuild/run/instance-1/output/target/usr/bin' /usr/bin/make install-exec-hook if test "yes" = "yes"; then \ cd /home/buildroot/autobuild/run/instance-1/output/target/usr/bin; rm -f play rec; ln -s sox play; ln -s sox rec; \ fi if test "yes" = "yes"; then \ cd /home/buildroot/autobuild/run/instance-1/output/target/usr/bin; rm -f soxi; ln -s sox soxi; \ fi make[4]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/lib/pkgconfig' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man1' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man3' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man7' /usr/bin/install -c -m 644 sox.pc '/home/buildroot/autobuild/run/instance-1/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libsox.3 '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man3' /usr/bin/install -c -m 644 soxformat.7 '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man7' /usr/bin/install -c -m 644 sox.1 soxi.1 '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man1' /usr/bin/make install-data-hook cd /home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1 cd /home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1 cd /home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1 soxeffect.7 spi-tools-0.8.1.tar.gz: OK (sha256: 72a6c4a9d13011addc61bc3906543cd06f76f567270ae4b6ca4d0115fd6a9538) >>> spi-tools 0.8.1 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-1/dl/spi-tools/spi-tools-0.8.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-1/output/build/spi-tools-0.8.1 -xf - >>> spi-tools 0.8.1 Patching >>> spi-tools 0.8.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/run/instance-1/output/build/spi-tools-0.8.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> spi-tools 0.8.1 Configuring >>> spi-tools 0.8.1 Autoreconfiguring configure.ac:13: installing './compile' configure.ac:7: installing './install-sh' configure.ac:7: installing './missing' src/Makefile.am: installing './depcomp' >>> spi-tools 0.8.1 Patching libtool (cd /home/buildroot/autobuild/run/instance-1/output/build/spi-tools-0.8.1/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-ar" AS="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-as" LD="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-ld" NM="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-nm" CC="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc" GCC="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc" CPP="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-cpp" CXX="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-g++" FC="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gfortran" F77="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-ranlib" READELF="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-readelf" STRIP="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-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/run/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-1/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-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 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/run/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-1/output/host/mips64el-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=no CONFIG_SITE=/dev/null ./configure --target=mips64el-buildroot-linux-gnu --host=mips64el-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mips64el-buildroot-linux-gnu-strip... /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk 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 sets $(MAKE)... (cached) yes checking for mips64el-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-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/run/instance-1/output/host/bin/mips64el-linux-gcc accepts -g... yes checking for /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc... none checking for /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc option to accept ISO C99... none needed checking for an ANSI C-conforming const... yes checking how to run the C preprocessor... /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for doxygen... no configure: WARNING: Doxygen not found - continuing without Doxygen support 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 stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) 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 for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for inline... inline checking for size_t... (cached) yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for strftime... yes checking for working strtod... no checking for pow... no checking for pow in -lm... yes checking for error_at_line... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for memmove... yes checking for memset... yes checking whether to build with debug information... no configure: Debug Mode off. checking for help2man... echo No help2man 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 man/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, --disable-static, --enable-shared >>> spi-tools 0.8.1 Building PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-1/output/build/spi-tools-0.8.1/ Making all in src /usr/bin/make all-am /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -c -o spi-config.o spi-config.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -c -o spi-pipe.o spi-pipe.c /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -O0 -o spi-pipe spi-pipe.o /home/buildroot/autobuild/run/instance-1/output/host/bin/mips64el-linux-gcc -O0 -o spi-config spi-config.o Making all in man make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. >>> spi-tools 0.8.1 Installing to target PATH="/home/buildroot/autobuild/run/instance-1/output/host/bin:/home/buildroot/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-1/output/target install -C /home/buildroot/autobuild/run/instance-1/output/build/spi-tools-0.8.1/ Making install in src make[4]: Nothing to be done for `install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/bin' /usr/bin/install -c spi-config spi-pipe '/home/buildroot/autobuild/run/instance-1/output/target/usr/bin' Making install in man make[4]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 spi-config.1 spi-pipe.1 '/home/buildroot/autobuild/run/instance-1/output/target/usr/share/man/man1' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. >>> squashfs e38956b92f738518c29734399629e7cdb33072d3 Downloading Reinitialized existing Git repository in /home/buildroot/autobuild/run/instance-1/dl/squashfs/git/.git/ Fetching all references warning: refname 'e38956b92f738518c29734399629e7cdb33072d3' is ambiguous. Git normally never creates a ref that ends with 40 hex characters because it will be ignored when you just specify 40-hex. These refs may be created by mistake. For example, git checkout -b $br $(git rev-parse ...) where "$br" is somehow empty and a 40-hex ref is created. Please examine these refs and maybe delete them. Turn this message off by running "git config advice.objectNameWarning false" warning: refname 'e38956b92f738518c29734399629e7cdb33072d3' is ambiguous. Git normally never creates a ref that ends with 40 hex characters because it will be ignored when you just specify 40-hex. These refs may be created by mistake. For example, git checkout -b $br $(git rev-parse ...) where "$br" is somehow empty and a 40-hex ref is created. Please examine these refs and maybe delete them. Turn this message off by running "git config advice.objectNameWarning false" Could not fetch special ref 'e38956b92f738518c29734399629e7cdb33072d3'; assuming it is not special. warning: refname 'e38956b92f738518c29734399629e7cdb33072d3' is ambiguous. Git normally never creates a ref that ends with 40 hex characters because it will be ignored when you just specify 40-hex. These refs may be created by mistake. For example, git checkout -b $br $(git rev-parse ...) where "$br" is somehow empty and a 40-hex ref is created. Please examine these refs and maybe delete them. Turn this message off by running "git config advice.objectNameWarning false" ERROR: squashfs-e38956b92f738518c29734399629e7cdb33072d3.tar.gz has wrong sha256 hash: ERROR: expected: bd0aa3011320b8ebee68aa406060de277bef16daf81bad5b9f70cbea6db1a779 ERROR: got : c7a61e3bcabb716b268f5a341055ac5ecda8b9f2b42025f82926f201ff5c8881 ERROR: Incomplete download, or man-in-the-middle (MITM) attack --2018-04-20 05:05:22-- http://sources.buildroot.net/squashfs/squashfs-e38956b92f738518c29734399629e7cdb33072d3.tar.gz Resolving sources.buildroot.net (sources.buildroot.net)... 2400:cb00:2048:1::681b:a730, 2400:cb00:2048:1::681b:a630, 104.27.167.48, ... Connecting to sources.buildroot.net (sources.buildroot.net)|2400:cb00:2048:1::681b:a730|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2018-04-20 05:05:22 ERROR 404: Not Found. --2018-04-20 05:05:22-- http://sources.buildroot.net/squashfs-e38956b92f738518c29734399629e7cdb33072d3.tar.gz Resolving sources.buildroot.net (sources.buildroot.net)... 2400:cb00:2048:1::681b:a730, 2400:cb00:2048:1::681b:a630, 104.27.167.48, ... Connecting to sources.buildroot.net (sources.buildroot.net)|2400:cb00:2048:1::681b:a730|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2018-04-20 05:05:22 ERROR 404: Not Found. make[1]: *** [/home/buildroot/autobuild/run/instance-1/output/build/squashfs-e38956b92f738518c29734399629e7cdb33072d3/.stamp_downloaded] Error 1 make: *** [_all] Error 2 make: Leaving directory `/home/buildroot/autobuild/run/instance-1/buildroot'