#define lsx_Calloc(v,n) v = lsx_calloc(n,sizeof(*(v))) ^~~~~~~~~~ vad.c:126:5: note: in expansion of macro 'lsx_Calloc' lsx_Calloc(c->spectrum, p->dftLen_ws); ^~~~~~~~~~ xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ xmalloc.h:28:30: note: in expansion of macro 'lsx_calloc' #define lsx_Calloc(v,n) v = lsx_calloc(n,sizeof(*(v))) ^~~~~~~~~~ vad.c:127:5: note: in expansion of macro 'lsx_Calloc' lsx_Calloc(c->noiseSpectrum, p->dftLen_ws); ^~~~~~~~~~ xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ xmalloc.h:28:30: note: in expansion of macro 'lsx_calloc' #define lsx_Calloc(v,n) v = lsx_calloc(n,sizeof(*(v))) ^~~~~~~~~~ vad.c:128:5: note: in expansion of macro 'lsx_Calloc' lsx_Calloc(c->measures, p->measuresLen); ^~~~~~~~~~ xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ xmalloc.h:28:30: note: in expansion of macro 'lsx_calloc' #define lsx_Calloc(v,n) v = lsx_calloc(n,sizeof(*(v))) ^~~~~~~~~~ vad.c:131:3: note: in expansion of macro 'lsx_Calloc' lsx_Calloc(p->spectrumWindow, p->measureLen_ws); ^~~~~~~~~~ xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ xmalloc.h:28:30: note: in expansion of macro 'lsx_calloc' #define lsx_Calloc(v,n) v = lsx_calloc(n,sizeof(*(v))) ^~~~~~~~~~ vad.c:141:3: note: in expansion of macro 'lsx_Calloc' lsx_Calloc(p->cepstrumWindow, p->spectrumEnd - p->spectrumStart); ^~~~~~~~~~ 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; ^ In file included from util.h:32:0, from sox_i.h:27, from spectrogram.c:22: spectrogram.c: In function 'drain': xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ spectrogram.c:367:27: note: in expansion of macro 'lsx_calloc' sox_sample_t * ibuf = lsx_calloc(p->dft_size, sizeof(*ibuf)); ^~~~~~~~~~ xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ spectrogram.c:368:27: note: in expansion of macro 'lsx_calloc' sox_sample_t * obuf = lsx_calloc(p->dft_size, sizeof(*obuf)); ^~~~~~~~~~ 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 In file included from util.h:32:0, from sox_i.h:27, from au.c:19: au.c: In function 'startread': xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ au.c:181:18: note: in expansion of macro 'lsx_calloc' char * buf = lsx_calloc(1, info_size + 1); /* +1 ensures null-terminated */ ^~~~~~~~~~ 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 In file included from util.h:32:0, from sox_i.h:27, from sf.c:20: sf.c: In function 'startread': xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ sf.c:101:20: note: in expansion of macro 'lsx_calloc' char * buf = lsx_calloc(1, (size_t)size + 1); /* +1 ensures null-terminated */ ^~~~~~~~~~ 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 voc.c: In function 'getblock': voc.c:651:9: warning: this statement may fall through [-Wimplicit-fallthrough=] lsx_readb(ft, &uc); ^~~~~~~~~~~~~~~~~~ voc.c:653:7: note: here case VOC_TEXT: ^~~~ CC libsox_la-ima_rw.lo CC libsox_la-wav.lo CC libsox_la-wve.lo CC libsox_la-xa.lo In file included from util.h:32:0, from sox_i.h:27, from xa.c:23: xa.c: In function 'startread': xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ xa.c:175:15: note: in expansion of macro 'lsx_calloc' xa->buf = lsx_calloc(1, (size_t)xa->blockSize); ^~~~~~~~~~ xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ xa.c:178:17: note: in expansion of macro 'lsx_calloc' xa->state = lsx_calloc(sizeof(xa_state_t), ft->signal.channels); ^~~~~~~~~~ CC libsox_la-nulfile.lo wav.c: In function 'sndfile_workaround': wav.c:387:80: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] lsx_fail_errno(ft, SOX_EHDR, "WAV chunk appears to have invalid size %ld.", *len); ~~^ ~~~~ %lld wav.c:394:79: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] lsx_fail_errno(ft,SOX_EHDR, "WAV chunk appears to have invalid size %ld.", *len); ~~^ ~~~~ %lld wav.c:407:67: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'off_t {aka long long int}' [-Wformat=] lsx_debug("File had libsndfile bug, working around tell=%ld", lsx_tell(ft)); ~~^ ~~~~~~~~~~~~ %lld wav.c: In function 'findChunk': wav.c:475:69: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] "WAV chunk appears to have invalid size %ld.", *len); ~~^ ~~~~ %lld wav.c: In function 'startread': wav.c:926:35: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] lsx_debug_more("datalen %ld, numSamples %lu",qwDataLength, (unsigned long)wav->numSamples); ~~^ %lld wav.c:937:35: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] lsx_debug_more("datalen %ld, numSamples %lu",qwDataLength, (unsigned long)wav->numSamples); ~~^ %lld wav.c:963:69: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] lsx_debug(" %d byte/sec, %d block align, %d bits/samp, %lu data bytes", ~~^ %llu CC libsox_la-f4-fmt.lo wav.c:1088:103: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] lsx_debug("Attempting to seek beyond unsupported chunk `%c%c%c%c' of length %ld bytes", magic[0], magic[1], magic[2], magic[3], len); ~~^ %lld CC libsox_la-f8-fmt.lo wav.c: In function 'startwrite': wav.c:1264:13: warning: this statement may fall through [-Wimplicit-fallthrough=] lsx_ima_init_table(); ^~~~~~~~~~~~~~~~~~~~ wav.c:1266:9: note: here case WAVE_FORMAT_ADPCM: ^~~~ CC libsox_la-gsrt.lo CC libsox_la-alsa.lo CC libsox_la-flac.lo CC libsox_la-gsm.lo CC libsox_la-lpc10.lo In file included from util.h:32:0, from sox_i.h:27, from flac.c:18: flac.c: In function 'start_write': xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ flac.c:498:21: note: in expansion of macro 'lsx_calloc' char * text = lsx_calloc(strlen(prepend) + strlen(ft->oob.comments[i]) + 1, sizeof(*text)); ^~~~~~~~~~ In file included from util.h:32:0, from sox_i.h:27, from alsa.c:18: alsa.c: In function 'stop_write': xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ alsa.c:356:24: note: in expansion of macro 'lsx_calloc' sox_sample_t * buf = lsx_calloc(npad, sizeof(*buf)); /* silent samples */ ^~~~~~~~~~ CC libsox_la-mp3.lo CC libsox_la-oss.lo CC libsox_la-pulseaudio.lo mp3.c: In function 'stopwrite': mp3.c:1234:12: warning: unused variable 'num_samples' [-Wunused-variable] uint64_t num_samples = ft->olength == SOX_IGNORE_LENGTH ? 0 : ft->olength / max(ft->signal.channels, 1); ^~~~~~~~~~~ At top level: mp3.c:123:26: warning: 'lame_library_names' defined but not used [-Wunused-const-variable=] static const char* const lame_library_names[] = ^~~~~~~~~~~~~~~~~~ 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)); ^~~~~~~~~~ CC libsox_la-sndfile.lo In file included from util.h:32:0, from sox_i.h:27, from vorbis.c:19: vorbis.c: In function 'startread': xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ vorbis.c:150:13: note: in expansion of macro 'lsx_calloc' vb->buf = lsx_calloc(vb->buf_len, sizeof(char)); ^~~~~~~~~~ vorbis.c: In function 'write_vorbis_header': xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ vorbis.c:261:26: note: in expansion of macro 'lsx_calloc' vc.comment_lengths = lsx_calloc((size_t)vc.comments, sizeof(*vc.comment_lengths)); ^~~~~~~~~~ xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ vorbis.c:262:24: note: in expansion of macro 'lsx_calloc' vc.user_comments = lsx_calloc((size_t)vc.comments, sizeof(*vc.user_comments)); ^~~~~~~~~~ xmalloc.h:27:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] #define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ vorbis.c:265:21: note: in expansion of macro 'lsx_calloc' char * text = lsx_calloc(strlen(prepend) + strlen(ft->oob.comments[i]) + 1, sizeof(*text)); ^~~~~~~~~~ ignore-warning.h: In function 'startwrite': vorbis.c:320:39: warning: passing argument 2 of 'vorbis_encode_init_vbr' as signed 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 libsox_la-caf.lo CC libsox_la-mat4.lo CC libsox_la-mat5.lo CC libsox_la-paf.lo CC libsox_la-fap.lo CC libsox_la-w64.lo CC libsox_la-xi.lo CC libsox_la-pvf.lo CC libsox_la-sd2.lo CC sox_sample_test.o CC example0.o 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 example1.o CC example2.o CC example3.o CC example4.o CC example5.o CC example6.o CCLD libsox.la CCLD sox_sample_test libtool: link: warning: `/home/peko/autobuild/instance-0/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib/libsndfile.la' seems to be moved libtool: link: warning: `/home/peko/autobuild/instance-0/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib/libdbus-1.la' seems to be moved libtool: link: warning: `/home/peko/autobuild/instance-0/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib/libsndfile.la' seems to be moved libtool: link: warning: `/home/peko/autobuild/instance-0/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib/libdbus-1.la' seems to be moved libtool: link: warning: `/home/peko/autobuild/instance-0/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib/libsndfile.la' seems to be moved libtool: link: warning: `/home/peko/autobuild/instance-0/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib/libdbus-1.la' seems to be moved libtool: link: warning: `/home/peko/autobuild/instance-0/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib/libsndfile.la' seems to be moved libtool: link: warning: `/home/peko/autobuild/instance-0/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib/libdbus-1.la' seems to be moved libtool: link: warning: `/home/peko/autobuild/instance-0/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib/libogg.la' seems to be moved libtool: link: warning: `/home/peko/autobuild/instance-0/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib/libogg.la' seems to be moved libtool: link: warning: `/home/peko/autobuild/instance-0/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib/libogg.la' seems to be moved libtool: link: warning: `/home/peko/autobuild/instance-0/output/host/bin/../arc-buildroot-linux-uclibc/sysroot/usr/lib/libogg.la' seems to be moved CCLD sox CCLD example0 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[3]: Nothing to be done for `all-am'. >>> sox 14.4.2 Installing to target PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j6 DESTDIR=/home/peko/autobuild/instance-0/output/target install -C /home/peko/autobuild/instance-0/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 /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/lib' /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/include' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c libsox.la '/home/peko/autobuild/instance-0/output/target/usr/lib' /usr/bin/install -c -m 644 sox.h '/home/peko/autobuild/instance-0/output/target/usr/include' libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/bin' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c sox '/home/peko/autobuild/instance-0/output/target/usr/bin' /usr/bin/make install-exec-hook if test "yes" = "yes"; then \ cd /home/peko/autobuild/instance-0/output/target/usr/bin; rm -f play rec; ln -s sox play; ln -s sox rec; \ fi if test "yes" = "yes"; then \ cd /home/peko/autobuild/instance-0/output/target/usr/bin; rm -f soxi; ln -s sox soxi; \ fi make[4]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/lib/pkgconfig' /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/share/man/man3' /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/share/man/man1' /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/share/man/man7' /usr/bin/install -c -m 644 sox.pc '/home/peko/autobuild/instance-0/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 soxformat.7 '/home/peko/autobuild/instance-0/output/target/usr/share/man/man7' /usr/bin/install -c -m 644 libsox.3 '/home/peko/autobuild/instance-0/output/target/usr/share/man/man3' /usr/bin/install -c -m 644 sox.1 soxi.1 '/home/peko/autobuild/instance-0/output/target/usr/share/man/man1' /usr/bin/make install-data-hook cd /home/peko/autobuild/instance-0/output/target/usr/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1 cd /home/peko/autobuild/instance-0/output/target/usr/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1 cd /home/peko/autobuild/instance-0/output/target/usr/share/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1 soxeffect.7 spice-protocol-0.12.10.tar.bz2: OK (sha256: 788f0d7195bec5b14371732b562eb55ca82712aab12273b0e87529fb30532efb) >>> spice-protocol 0.12.10 Extracting bzcat /home/peko/autobuild/instance-0/dl/spice-protocol/spice-protocol-0.12.10.tar.bz2 | /home/peko/autobuild/instance-0/output/host/bin/tar --strip-components=1 -C /home/peko/autobuild/instance-0/output/build/spice-protocol-0.12.10 -xf - >>> spice-protocol 0.12.10 Patching >>> spice-protocol 0.12.10 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/peko/autobuild/instance-0/output/build/spice-protocol-0.12.10 -name $file); do cp support/gnuconfig/$file $i; done; done >>> spice-protocol 0.12.10 Patching libtool >>> spice-protocol 0.12.10 Configuring (cd /home/peko/autobuild/instance-0/output/build/spice-protocol-0.12.10/ && rm -rf config.cache && PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" AR="/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-uclibc-ar" AS="/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-uclibc-as" LD="/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-uclibc-ld" NM="/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-uclibc-nm" CC="/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-uclibc-gcc" GCC="/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-uclibc-gcc" CPP="/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-uclibc-cpp" CXX="/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-uclibc-g++" FC="/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-uclibc-gfortran" F77="/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-uclibc-gfortran" RANLIB="/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-uclibc-ranlib" READELF="/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-uclibc-readelf" STRIP="/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-uclibc-strip" OBJCOPY="/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-uclibc-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/peko/autobuild/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/peko/autobuild/instance-0/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-uclibc-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 -matomic -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os " LDFLAGS="" FCFLAGS="-matomic -Os " FFLAGS="-matomic -Os " PKG_CONFIG="/home/peko/autobuild/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-uclibc/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=arc-buildroot-linux-uclibc --host=arc-buildroot-linux-uclibc --build=powerpc64le-unknown-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arc-buildroot-linux-uclibc-strip... /home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-uclibc-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... (cached) yes checking python module: six... no checking python module: pyparsing... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating spice-protocol.pc config.status: creating spice/Makefile config.status: creating python_modules/Makefile config.status: creating config.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> spice-protocol 0.12.10 Building PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j6 -C /home/peko/autobuild/instance-0/output/build/spice-protocol-0.12.10/ /usr/bin/make all-recursive Making all in python_modules make[4]: Nothing to be done for `all'. Making all in spice /usr/bin/make all-am make[5]: Nothing to be done for `all-am'. >>> spice-protocol 0.12.10 Installing to staging directory PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j6 DESTDIR=/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-uclibc/sysroot install -C /home/peko/autobuild/instance-0/output/build/spice-protocol-0.12.10/ Making install in python_modules make[4]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/spice-protocol/python_modules' /usr/bin/install -c -m 644 __init__.py codegen.py demarshal.py marshal.py ptypes.py spice_parser.py '/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/spice-protocol/python_modules' Making install in spice /usr/bin/make install-am make[5]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/spice-1/spice' /usr/bin/install -c -m 644 barrier.h controller_prot.h end-packed.h enums.h error_codes.h foreign_menu_prot.h ipc_ring.h macros.h protocol.h qxl_dev.h qxl_windows.h start-packed.h stats.h types.h vd_agent.h vdi_dev.h '/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/spice-1/spice' make[4]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/spice-protocol' /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/spice-protocol' /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/pkgconfig' /usr/bin/install -c -m 644 spice.proto spice1.proto '/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/spice-protocol' /usr/bin/install -c spice_codegen.py '/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-uclibc/sysroot/usr/lib/spice-protocol' /usr/bin/install -c -m 644 spice-protocol.pc '/home/peko/autobuild/instance-0/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/pkgconfig' >>> spice-protocol 0.12.10 Fixing libtool files >>> spice-protocol 0.12.10 Installing to target PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /usr/bin/make -j6 DESTDIR=/home/peko/autobuild/instance-0/output/target install -C /home/peko/autobuild/instance-0/output/build/spice-protocol-0.12.10/ Making install in python_modules make[4]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/lib/spice-protocol/python_modules' /usr/bin/install -c -m 644 __init__.py codegen.py demarshal.py marshal.py ptypes.py spice_parser.py '/home/peko/autobuild/instance-0/output/target/usr/lib/spice-protocol/python_modules' Making install in spice /usr/bin/make install-am make[5]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/include/spice-1/spice' /usr/bin/install -c -m 644 barrier.h controller_prot.h end-packed.h enums.h error_codes.h foreign_menu_prot.h ipc_ring.h macros.h protocol.h qxl_dev.h qxl_windows.h start-packed.h stats.h types.h vd_agent.h vdi_dev.h '/home/peko/autobuild/instance-0/output/target/usr/include/spice-1/spice' make[4]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/lib/spice-protocol' /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/share/pkgconfig' /usr/bin/mkdir -p '/home/peko/autobuild/instance-0/output/target/usr/lib/spice-protocol' /usr/bin/install -c -m 644 spice.proto spice1.proto '/home/peko/autobuild/instance-0/output/target/usr/lib/spice-protocol' /usr/bin/install -c spice_codegen.py '/home/peko/autobuild/instance-0/output/target/usr/lib/spice-protocol' /usr/bin/install -c -m 644 spice-protocol.pc '/home/peko/autobuild/instance-0/output/target/usr/share/pkgconfig' spidev_test.c?id=v4.10: OK (sha256: 3cf76b15d9a8644f3f5cbc0387cc02a7d4a392ade39788cbc6367cce98552e2f) >>> spidev_test v4.10 Extracting cp /home/peko/autobuild/instance-0/dl/spidev_test/spidev_test.c?id=v4.10 /home/peko/autobuild/instance-0/output/build/spidev_test-v4.10/spidev_test.c >>> spidev_test v4.10 Patching /usr/bin/sed -i -e 's~^#include ~#include \n#include ~' /home/peko/autobuild/instance-0/output/build/spidev_test-v4.10/spidev_test.c >>> spidev_test v4.10 Configuring >>> spidev_test v4.10 Building PATH="/home/peko/autobuild/instance-0/output/host/bin:/home/peko/autobuild/instance-0/output/host/sbin:/home/peko/host/usr/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/peko/.local/bin:/home/peko/bin" /home/peko/autobuild/instance-0/output/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os -o /home/peko/autobuild/instance-0/output/build/spidev_test-v4.10/spidev_test /home/peko/autobuild/instance-0/output/build/spidev_test-v4.10/spidev_test.c >>> spidev_test v4.10 Installing to target /usr/bin/install -D -m 755 /home/peko/autobuild/instance-0/output/build/spidev_test-v4.10/spidev_test /home/peko/autobuild/instance-0/output/target/usr/sbin/spidev_test >>> squashfs e38956b92f738518c29734399629e7cdb33072d3 Downloading Fetching all references Could not fetch special ref 'e38956b92f738518c29734399629e7cdb33072d3'; assuming it is not special. fatal: reference is not a tree: e38956b92f738518c29734399629e7cdb33072d3 --2018-04-19 07:48:41-- http://sources.buildroot.net/squashfs/squashfs-e38956b92f738518c29734399629e7cdb33072d3.tar.gz Resolving sources.buildroot.net (sources.buildroot.net)... 104.27.167.48, 104.27.166.48, 2400:cb00:2048:1::681b:a730, ... Connecting to sources.buildroot.net (sources.buildroot.net)|104.27.167.48|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2018-04-19 07:48:41 ERROR 404: Not Found. --2018-04-19 07:48:41-- http://sources.buildroot.net/squashfs-e38956b92f738518c29734399629e7cdb33072d3.tar.gz Resolving sources.buildroot.net (sources.buildroot.net)... 104.27.166.48, 104.27.167.48, 2400:cb00:2048:1::681b:a630, ... Connecting to sources.buildroot.net (sources.buildroot.net)|104.27.166.48|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2018-04-19 07:48:41 ERROR 404: Not Found. make[1]: *** [/home/peko/autobuild/instance-0/output/build/squashfs-e38956b92f738518c29734399629e7cdb33072d3/.stamp_downloaded] Error 1 make: *** [_all] Error 2 make: Leaving directory `/home/peko/autobuild/instance-0/buildroot'