lsx_Calloc(p->channels, effp->in_signal.channels); ^~~~~~~~~~ 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:125:5: note: in expansion of macro 'lsx_Calloc' lsx_Calloc(c->dftBuf, 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: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-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 In file included from util.h:32, 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-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 In file included from util.h:32, 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-soundtool.lo CC libsox_la-sphere.lo CC libsox_la-tx16w.lo CC libsox_la-voc.lo CC libsox_la-vox-fmt.lo tx16w.c: In function 'stopwrite': tx16w.c:305:5: warning: 'strncpy' output truncated before terminating nul copying 6 bytes from a string of the same length [-Wstringop-truncation] strncpy(WH.filetype,"LM8953",(size_t)6); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-fmt.lo CC libsox_la-adpcm.lo CC libsox_la-ima_rw.lo CC libsox_la-wav.lo CC libsox_la-wve.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 dwAvgBytesPerSec, wav->blockAlign, wBitsPerSample, qwDataLength); ~~~~~~~~~~~~ CC libsox_la-xa.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-nulfile.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-f4-fmt.lo In file included from util.h:32, 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-f8-fmt.lo CC libsox_la-gsrt.lo CC libsox_la-gsm.lo CC libsox_la-lpc10.lo CC libsox_la-oss.lo CC sox_sample_test.o In file included from sox_sample_test.h:21, from sox_sample_test.c:18: sox_sample_test.h: In function 'main': sox_sample_test.h:39:37: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_UNSIGNED_TO_SAMPLE(bits,1)); \ ^~ sox_sample_test.h:39:37: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_UNSIGNED_TO_SAMPLE(bits,1)); \ ^~ sox_sample_test.h:39:37: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_UNSIGNED_TO_SAMPLE(bits,1)); \ ^~ sox_sample_test.h:96:37: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-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 of integer expressions of different signedness: 'unsigned int' and 'int' [-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 of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] assert(sample * SOX_INT_MAX(bits) == SOX_SIGNED_TO_SAMPLE(bits,SOX_INT_MIN(bits)+1)); \ ^~ In file included from sox_i.h:17, from oss.c:27: oss.c: In function 'ossread': oss.c:314:50: 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:51: 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, 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); ^~~~~~~~~ CC example0.o 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 example0.c:27: example0.c: In function 'main': example0.c:46:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~ example0.c:51:10: 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 CC example2.o In file included from example1.c:27: example1.c: In function 'main': example1.c:118:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~ example1.c:123:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_write(argv[2], &in->signal, NULL, NULL, NULL, NULL)); ^~~ CC example3.o In file included from example2.c:28: example2.c: In function 'main': example2.c:53:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(*argv, NULL, NULL, NULL)); ^~ example2.c:78:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(buf = malloc(sizeof(sox_sample_t) * block_size)); ^~~ CC example4.o CC example5.o In file included from example3.c:27: example3.c: In function 'main': example3.c:68:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~ example3.c:70:10: 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 In file included from example5.c:27: example5.c: In function 'main': example5.c:60:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~ example5.c:64:10: 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:10: 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:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(out = sox_open_write(argv[2], &in->signal, NULL, NULL, NULL, NULL)); ^~~ CCLD libsox.la In file included from example6.c:27: example6.c: In function 'main': example6.c:89:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(in = sox_open_read(argv[1], NULL, NULL, NULL)); ^~ example6.c:90:10: 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 /data/buildroot/buildroot-test/instance-0/output/host/opt/ext-toolchain/bin/../lib/gcc/nds32le-linux/8.0.1/../../../../nds32le-linux/bin/ld: .libs/libsox_la-effects_i_dsp.o: in function `rint_clip': effects_i_dsp.c:(.text+0x40e): warning: feclearexcept is not implemented and will always fail /data/buildroot/buildroot-test/instance-0/output/host/opt/ext-toolchain/bin/../lib/gcc/nds32le-linux/8.0.1/../../../../nds32le-linux/bin/ld: effects_i_dsp.c:(.text+0x3fa): warning: fetestexcept is not implemented and will always fail 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]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2/src' make[3]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2/src' make[2]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2/src' make[2]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2' make[1]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2' >>> sox 14.4.2 Installing to target PATH="/data/buildroot/buildroot-test/instance-0/output/host/bin:/data/buildroot/buildroot-test/instance-0/output/host/sbin:/data/buildroot/buildroot-test/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j4 DESTDIR=/data/buildroot/buildroot-test/instance-0/output/target install -C /data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2/ make[1]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2' Making install in lpc10 make[2]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2/lpc10' make[3]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2/lpc10' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2/lpc10' make[2]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2/lpc10' Making install in libgsm make[2]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2/libgsm' make[3]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2/libgsm' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2/libgsm' make[2]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2/libgsm' Making install in src make[2]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2/src' make[3]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2/src' /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-0/output/target/usr/lib' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c libsox.la '/data/buildroot/buildroot-test/instance-0/output/target/usr/lib' /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-0/output/target/usr/include' /usr/bin/install -c -m 644 sox.h '/data/buildroot/buildroot-test/instance-0/output/target/usr/include' libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-0/output/target/usr/bin' /bin/sh ../libtool --silent --silent --mode=install /usr/bin/install -c sox '/data/buildroot/buildroot-test/instance-0/output/target/usr/bin' /usr/bin/make install-exec-hook make[4]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2/src' if test "yes" = "yes"; then \ cd /data/buildroot/buildroot-test/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 /data/buildroot/buildroot-test/instance-0/output/target/usr/bin; rm -f soxi; ln -s sox soxi; \ fi make[4]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2/src' make[3]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2/src' make[2]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2/src' make[2]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2' make[3]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-0/output/target/usr/share/man/man1' /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-0/output/target/usr/share/man/man7' /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-0/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sox.pc '/data/buildroot/buildroot-test/instance-0/output/target/usr/lib/pkgconfig' /usr/bin/mkdir -p '/data/buildroot/buildroot-test/instance-0/output/target/usr/share/man/man3' /usr/bin/install -c -m 644 sox.1 soxi.1 '/data/buildroot/buildroot-test/instance-0/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 soxformat.7 '/data/buildroot/buildroot-test/instance-0/output/target/usr/share/man/man7' /usr/bin/install -c -m 644 libsox.3 '/data/buildroot/buildroot-test/instance-0/output/target/usr/share/man/man3' /usr/bin/make install-data-hook make[4]: Entering directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2' cd /data/buildroot/buildroot-test/instance-0/output/target/usr/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1 cd /data/buildroot/buildroot-test/instance-0/output/target/usr/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1 cd /data/buildroot/buildroot-test/instance-0/output/target/usr/share/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1 soxeffect.7 make[4]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2' make[3]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2' make[2]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2' make[1]: Leaving directory '/data/buildroot/buildroot-test/instance-0/output/build/sox-14.4.2' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /data/buildroot/buildroot-test/instance-0/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'diffutils', u'openocd'] ./support/scripts/check-uniq-files -t staging /data/buildroot/buildroot-test/instance-0/output/build/packages-file-list-staging.txt ./support/scripts/check-uniq-files -t host /data/buildroot/buildroot-test/instance-0/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake'] mkdir -p /data/buildroot/buildroot-test/instance-0/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/data/buildroot/buildroot-test/instance-0/output/host/bin/nds32le-linux-%g" -e "s%@TARGET_ARCH@%nds32le%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@HOST_DIR@%/data/buildroot/buildroot-test/instance-0/output/host%g" package/meson//cross-compilation.conf.in > /data/buildroot/buildroot-test/instance-0/output/host/etc/meson/cross-compilation.conf mkdir -p /data/buildroot/buildroot-test/instance-0/output/target/etc echo "buildroot" > /data/buildroot/buildroot-test/instance-0/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /data/buildroot/buildroot-test/instance-0/output/target/etc/hosts mkdir -p /data/buildroot/buildroot-test/instance-0/output/target/etc echo "Welcome to Buildroot" > /data/buildroot/buildroot-test/instance-0/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /data/buildroot/buildroot-test/instance-0/output/target/etc/shadow rm -f /data/buildroot/buildroot-test/instance-0/output/target/bin/sh rm -f /data/buildroot/buildroot-test/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /data/buildroot/buildroot-test/instance-0/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /data/buildroot/buildroot-test/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /data/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /data/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /data/buildroot/buildroot-test/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/include /data/buildroot/buildroot-test/instance-0/output/target/usr/share/aclocal \ /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/pkgconfig /data/buildroot/buildroot-test/instance-0/output/target/usr/share/pkgconfig \ /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/cmake /data/buildroot/buildroot-test/instance-0/output/target/usr/share/cmake find /data/buildroot/buildroot-test/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /data/buildroot/buildroot-test/instance-0/output/target/lib/ /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/ /data/buildroot/buildroot-test/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/share/gdb rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/share/bash-completion rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/share/zsh rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/man /data/buildroot/buildroot-test/instance-0/output/target/usr/share/man rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/info /data/buildroot/buildroot-test/instance-0/output/target/usr/share/info rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/doc /data/buildroot/buildroot-test/instance-0/output/target/usr/share/doc rm -rf /data/buildroot/buildroot-test/instance-0/output/target/usr/share/gtk-doc rmdir /data/buildroot/buildroot-test/instance-0/output/target/usr/share 2>/dev/null || true find /data/buildroot/buildroot-test/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /data/buildroot/buildroot-test/instance-0/output/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /data/buildroot/buildroot-test/instance-0/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /data/buildroot/buildroot-test/instance-0/output/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /data/buildroot/buildroot-test/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /data/buildroot/buildroot-test/instance-0/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /data/buildroot/buildroot-test/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.05-git-01017-g68448c5325"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.05-git\"" \ ) > /data/buildroot/buildroot-test/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /data/buildroot/buildroot-test/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /data/buildroot/buildroot-test/instance-0/buildroot/support/scripts/fix-rpath target touch /data/buildroot/buildroot-test/instance-0/output/target/usr make: Leaving directory '/data/buildroot/buildroot-test/instance-0/buildroot' make: Entering directory '/data/buildroot/buildroot-test/instance-0/buildroot' >>> Buildroot 2019.05-git-01017-g68448c5325 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-andes-nds32 Collecting legal info >>> toolchain Collecting legal info >>> aumix 2.9.1 Collecting legal info ERROR: No hash found for COPYING >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny c6dcdcdef801127549d3906d153c061880d25a73 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> c-periphery v1.1.3 Collecting legal info LICENSE: OK (sha256: 6b5669a90260126f0600aae98cb10fb5e219269dc9cbd0137f63927b96d5c31d) >>> dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> diffutils 3.6 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openocd 0.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phytool 2 Collecting legal info ERROR: No hash found for LICENSE >>> sox 14.4.2 Collecting legal info ERROR: No hash found for LICENSE.GPL ERROR: No hash found for LICENSE.LGPL WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-andes-nds32: cannot save license (TOOLCHAIN_EXTERNAL_ANDES_NDS32_LICENSE_FILES not defined) Legal info produced in /data/buildroot/buildroot-test/instance-0/output/legal-info make: Leaving directory '/data/buildroot/buildroot-test/instance-0/buildroot'