^ private.h:120:38: note: in definition of macro 'GSM_SUB' ((ltmp = (longword)(a) - (longword)(b)) >= MAX_WORD \ ^ short_term.c:67:2: note: in expansion of macro 'STEP' STEP( -1144, -4, 29708 ); ^~~~ CCLD libgsm.la Making all in src CC sox.o CC libsox_la-adpcms.lo CC libsox_la-aiff.lo CC libsox_la-cvsd.lo CC libsox_la-g711.lo CC libsox_la-g721.lo sox.c: In function 'adjust_volume': sox.c:1299:19: warning: passing argument 2 of 'ioctl' as signed due to prototype [-Wtraditional-conversion] if (ioctl(fd, MIXER_READ(SOUND_MIXER_PCM), &vol1) != -1) { ^~~~~~~~~~ sox.c:1305:37: warning: passing argument 2 of 'ioctl' as signed due to prototype [-Wtraditional-conversion] if (vol1 != vol2 && ioctl(fd, MIXER_WRITE(SOUND_MIXER_PCM), &vol2) < 0) ^~~~~~~~~~~ CC libsox_la-g723_24.lo CC libsox_la-g723_40.lo CC libsox_la-g72x.lo CC libsox_la-vox.lo CC libsox_la-raw.lo CC libsox_la-formats.lo CC libsox_la-formats_i.lo CC libsox_la-skelform.lo CC libsox_la-xmalloc.lo In file included from sox_i.h:126:0, from formats_i.c:21: formats_i.c: In function 'lsx_read_w_buf': formats_i.c:351:15: warning: passing argument 1 of '__bswap_16' with different width due to prototype [-Wtraditional-conversion] twiddle(buf[n], type); \ ^ formats_i.c:336:10: note: in expansion of macro 'lsx_swapw' uw = lsx_swap ## type(uw); ^~~~~~~~ formats_i.c:351:7: note: in expansion of macro 'TWIDDLE_WORD' twiddle(buf[n], type); \ ^~~~~~~ formats_i.c:376:1: note: in expansion of macro 'READ_FUNC' READ_FUNC(w, 2, uint16_t, TWIDDLE_WORD) ^~~~~~~~~ formats_i.c: In function 'lsx_write_w_buf': formats_i.c:420:15: warning: passing argument 1 of '__bswap_16' with different width due to prototype [-Wtraditional-conversion] twiddle(buf[n], type); \ ^ formats_i.c:336:10: note: in expansion of macro 'lsx_swapw' uw = lsx_swap ## type(uw); ^~~~~~~~ formats_i.c:420:7: note: in expansion of macro 'TWIDDLE_WORD' twiddle(buf[n], type); \ ^~~~~~~ formats_i.c:447:1: note: in expansion of macro 'WRITE_FUNC' WRITE_FUNC(w, 2, uint16_t, TWIDDLE_WORD) ^~~~~~~~~~ CC libsox_la-getopt.lo CC libsox_la-util.lo CC libsox_la-libsox.lo CC libsox_la-libsox_i.lo CC libsox_la-sox-fmt.lo CC libsox_la-bend.lo CC libsox_la-biquad.lo CC libsox_la-biquads.lo CC libsox_la-chorus.lo CC libsox_la-compand.lo CC libsox_la-compandt.lo CC libsox_la-contrast.lo CC libsox_la-dcshift.lo CC libsox_la-delay.lo CC libsox_la-dft_filter.lo CC libsox_la-dither.lo CC libsox_la-divide.lo CC libsox_la-downsample.lo CC libsox_la-earwax.lo In file included from dither.c:272:0: dither.h: In function 'flow_iir_4': 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:277:0: dither.h: In function 'flow_fir_5': 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:281:0: dither.h: In function 'flow_fir_9': 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:285:0: dither.h: In function 'flow_fir_15': 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: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-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 effects_i_dsp.c:583:0: warning: ignoring #pragma STDC FENV_ACCESS [-Wunknown-pragmas] #pragma STDC FENV_ACCESS ON effects_i_dsp.c: In function 'lsx_save_samples': effects_i_dsp.c:582:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define _ dest[i] = lrint32(src[i]), ++i, ^ effects_i_dsp.c:604:19: note: in expansion of macro '_' _ _ _ _ _ _ _ _ 0; ^ effects_i_dsp.c: At top level: effects_i_dsp.c:621:0: warning: ignoring #pragma STDC FENV_ACCESS [-Wunknown-pragmas] #pragma STDC FENV_ACCESS OFF 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 ladspa.c: In function 'sox_ladspa_getopts': ladspa.c:163:7: warning: this 'else' clause does not guard... [-Wmisleading-indentation] } else ^~~~ ladspa.c:164:15: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else' argc--; argv++; ^~~~ 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 CC libsox_la-sinc.lo CC libsox_la-skeleff.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-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-s4-fmt.lo CC libsox_la-s3-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 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); ^ 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); ^ 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)); ^ 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); ^ 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); ^ 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); ^ 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", ^ 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); ^ 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 In file included from sox_i.h:126:0, from ao.c:19: ao.c: In function 'sox_sw_write_buf': ao.c:84:31: warning: passing argument 1 of '__bswap_16' with different width due to prototype [-Wtraditional-conversion] datum = lsx_swapw(datum); ^ ao.c:84:21: note: in expansion of macro 'lsx_swapw' datum = lsx_swapw(datum); ^~~~~~~~~ CC libsox_la-lpc10.lo In file included from sox_i.h:17:0, from alsa.c:18: alsa.c: In function 'read_': alsa.c:211:57: warning: passing argument 1 of '__bswap_16' with different width due to prototype [-Wtraditional-conversion] *buf++ = SOX_SIGNED_16BIT_TO_SAMPLE(lsx_swapw(*buf1++),); ^ alsa.c:211:47: note: in expansion of macro 'lsx_swapw' *buf++ = SOX_SIGNED_16BIT_TO_SAMPLE(lsx_swapw(*buf1++),); ^~~~~~~~~ alsa.c:219:59: warning: passing argument 1 of '__bswap_16' with different width due to prototype [-Wtraditional-conversion] *buf++ = SOX_UNSIGNED_16BIT_TO_SAMPLE(lsx_swapw(*buf1++),); ^ alsa.c:219:49: note: in expansion of macro 'lsx_swapw' *buf++ = SOX_UNSIGNED_16BIT_TO_SAMPLE(lsx_swapw(*buf1++),); ^~~~~~~~~ alsa.c: In function 'write_': alsa.c:285:21: warning: passing argument 1 of '__bswap_16' with different width due to prototype [-Wtraditional-conversion] *buf1++ = lsx_swapw(SOX_SAMPLE_TO_SIGNED_16BIT(*buf++, ft->clips)); ^~~~~~~~~ alsa.c:293:21: warning: passing argument 1 of '__bswap_16' with different width due to prototype [-Wtraditional-conversion] *buf1++ = lsx_swapw(SOX_SAMPLE_TO_UNSIGNED_16BIT(*buf++, ft->clips)); ^~~~~~~~~ CC libsox_la-mp3.lo CC libsox_la-oss.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 CC libsox_la-sndfile.lo oss.c: In function 'ossinit': oss.c:166:31: warning: passing argument 2 of 'ioctl' as signed due to prototype [-Wtraditional-conversion] rc = ioctl(pPriv->device, SNDCTL_DSP_GETFMTS, &tmp); ^~~~~~~~~~~~~~~~~~ oss.c:207:35: warning: passing argument 2 of 'ioctl' as signed due to prototype [-Wtraditional-conversion] rc = ioctl(pPriv->device, SNDCTL_DSP_SETFMT, &tmp); ^~~~~~~~~~~~~~~~~ oss.c:222:30: warning: passing argument 2 of 'ioctl' as signed due to prototype [-Wtraditional-conversion] if (ioctl(pPriv->device, SNDCTL_DSP_STEREO, &tmp) < 0) ^~~~~~~~~~~~~~~~~ oss.c:232:30: warning: passing argument 2 of 'ioctl' as signed due to prototype [-Wtraditional-conversion] if (ioctl(pPriv->device, SNDCTL_DSP_SPEED, &tmp) < 0 || ^~~~~~~~~~~~~~~~ In file included from sox_i.h:17:0, from oss.c:27: oss.c: In function 'ossread': oss.c:314:27: warning: passing argument 1 of '__bswap_16' with different width due to prototype [-Wtraditional-conversion] lsx_swapw(((sox_int16_t*)pOutput)[i - 1]), ^ oss.c:314:17: note: in expansion of macro 'lsx_swapw' lsx_swapw(((sox_int16_t*)pOutput)[i - 1]), ^~~~~~~~~ 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]), ^~~~~~~~~~ In file included from sox_i.h:126:0, from oss.c:27: oss.c: In function 'osswrite': oss.c:390:67: warning: passing argument 1 of '__bswap_16' with different width due to prototype [-Wtraditional-conversion] ((sox_int16_t*)pPriv->pOutput)[i] = lsx_swapw(s16); ^ oss.c:390:57: note: in expansion of macro 'lsx_swapw' ((sox_int16_t*)pPriv->pOutput)[i] = lsx_swapw(s16); ^~~~~~~~~ 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)); ^~~~~~~~~~ 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)); \ ^ CC example1.o 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 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-1/output/host/bin/../arm-buildroot-linux-musleabihf/sysroot/usr/lib/libogg.la' seems to be moved libtool: link: warning: `/home/peko/autobuild/instance-1/output/host/bin/../arm-buildroot-linux-musleabihf/sysroot/usr/lib/libogg.la' seems to be moved libtool: link: warning: `/home/peko/autobuild/instance-1/output/host/bin/../arm-buildroot-linux-musleabihf/sysroot/usr/lib/libogg.la' seems to be moved libtool: link: warning: `/home/peko/autobuild/instance-1/output/host/bin/../arm-buildroot-linux-musleabihf/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[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/peko/autobuild/instance-1/output/host/bin:/home/peko/autobuild/instance-1/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-1/output/target install -C /home/peko/autobuild/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 /usr/bin/mkdir -p '/home/peko/autobuild/instance-1/output/target/usr/lib' /usr/bin/mkdir -p '/home/peko/autobuild/instance-1/output/target/usr/include' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c libsox.la '/home/peko/autobuild/instance-1/output/target/usr/lib' /usr/bin/install -c -m 644 sox.h '/home/peko/autobuild/instance-1/output/target/usr/include' libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/mkdir -p '/home/peko/autobuild/instance-1/output/target/usr/bin' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c sox '/home/peko/autobuild/instance-1/output/target/usr/bin' /usr/bin/make install-exec-hook if test "yes" = "yes"; then \ cd /home/peko/autobuild/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/peko/autobuild/instance-1/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-1/output/target/usr/share/man/man1' /usr/bin/mkdir -p '/home/peko/autobuild/instance-1/output/target/usr/lib/pkgconfig' /usr/bin/mkdir -p '/home/peko/autobuild/instance-1/output/target/usr/share/man/man3' /usr/bin/mkdir -p '/home/peko/autobuild/instance-1/output/target/usr/share/man/man7' /usr/bin/install -c -m 644 sox.pc '/home/peko/autobuild/instance-1/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sox.1 soxi.1 '/home/peko/autobuild/instance-1/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 libsox.3 '/home/peko/autobuild/instance-1/output/target/usr/share/man/man3' /usr/bin/install -c -m 644 soxformat.7 '/home/peko/autobuild/instance-1/output/target/usr/share/man/man7' /usr/bin/make install-data-hook cd /home/peko/autobuild/instance-1/output/target/usr/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1 cd /home/peko/autobuild/instance-1/output/target/usr/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1 cd /home/peko/autobuild/instance-1/output/target/usr/share/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1 soxeffect.7 sp-oops-extract_0.0.7-1.tar.gz: OK (sha256: 85601a569af1f4584db75fad21d3a70e377ce12d1bccad7dbe1112abd3b43d93) >>> sp-oops-extract 0.0.7-1 Extracting gzip -d -c /home/peko/autobuild/instance-1/dl/sp-oops-extract/sp-oops-extract_0.0.7-1.tar.gz | /home/peko/autobuild/instance-1/output/host/bin/tar --strip-components=1 -C /home/peko/autobuild/instance-1/output/build/sp-oops-extract-0.0.7-1 -xf - >>> sp-oops-extract 0.0.7-1 Patching Applying 0001-Make-the-Makefile-more-cross-compiler-friendly.patch using patch: patching file src/Makefile Applying 0002-stdint-cleanup.patch using patch: patching file src/oopslog.c >>> sp-oops-extract 0.0.7-1 Configuring >>> sp-oops-extract 0.0.7-1 Building PATH="/home/peko/autobuild/instance-1/output/host/bin:/home/peko/autobuild/instance-1/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-1/output/build/sp-oops-extract-0.0.7-1 PATH="/home/peko/autobuild/instance-1/output/host/bin:/home/peko/autobuild/instance-1/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-1/output/host/bin/arm-buildroot-linux-musleabihf-ar" AS="/home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-musleabihf-as" LD="/home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-musleabihf-ld" NM="/home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-musleabihf-nm" CC="/home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-musleabihf-gcc" GCC="/home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-musleabihf-gcc" CPP="/home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-musleabihf-cpp" CXX="/home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-musleabihf-g++" FC="/home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-musleabihf-gfortran" F77="/home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-musleabihf-gfortran" RANLIB="/home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-musleabihf-ranlib" READELF="/home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-musleabihf-readelf" STRIP="/home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-musleabihf-strip" OBJCOPY="/home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-musleabihf-objcopy" OBJDUMP="/home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-musleabihf-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-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/peko/autobuild/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/peko/autobuild/instance-1/output/host/lib -Wl,-rpath,/home/peko/autobuild/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-musleabihf-as" DEFAULT_LINKER="/home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-musleabihf-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/peko/autobuild/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/peko/autobuild/instance-1/output/host/arm-buildroot-linux-musleabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl for i in src; do /usr/bin/make -C $i; done /home/peko/autobuild/instance-1/output/host/bin/arm-buildroot-linux-musleabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -o sp-oops-extract oopslog.c >>> sp-oops-extract 0.0.7-1 Installing to target PATH="/home/peko/autobuild/instance-1/output/host/bin:/home/peko/autobuild/instance-1/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-1/output/build/sp-oops-extract-0.0.7-1 install DESTDIR=/home/peko/autobuild/instance-1/output/target install src/sp-oops-extract /home/peko/autobuild/instance-1/output/target/usr/bin >>> 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-16 05:14:38-- http://sources.buildroot.net/squashfs/squashfs-e38956b92f738518c29734399629e7cdb33072d3.tar.gz Resolving sources.buildroot.net (sources.buildroot.net)... 104.27.166.48, 104.27.167.48, 2400:cb00:2048:1::681b:a730, ... Connecting to sources.buildroot.net (sources.buildroot.net)|104.27.166.48|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2018-04-16 05:14:38 ERROR 404: Not Found. --2018-04-16 05:14:38-- http://sources.buildroot.net/squashfs-e38956b92f738518c29734399629e7cdb33072d3.tar.gz Resolving sources.buildroot.net (sources.buildroot.net)... 104.27.167.48, 104.27.166.48, 2400:cb00:2048:1::681b:a630, ... Connecting to sources.buildroot.net (sources.buildroot.net)|104.27.167.48|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2018-04-16 05:14:38 ERROR 404: Not Found. make[1]: *** [/home/peko/autobuild/instance-1/output/build/squashfs-e38956b92f738518c29734399629e7cdb33072d3/.stamp_downloaded] Error 1 make: *** [_all] Error 2 make: Leaving directory `/home/peko/autobuild/instance-1/buildroot'