#define lsx_calloc(n,s) (((n)*(s))? memset(lsx_malloc((n)*(s)),0,(n)*(s)) : NULL) ~~~~^~~~~ tempo.c:153:18: note: in expansion of macro 'lsx_calloc' float * buff = lsx_calloc(128 * t->channels, sizeof(*buff)); ^~~~~~~~~~ In file included from util.h:32, from sox_i.h:27, from trim.c:23: trim.c: In function 'parse': 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))) ^~~~~~~~~~ trim.c:44:3: note: in expansion of macro 'lsx_Calloc' lsx_Calloc(p->pos, p->num_pos); ^~~~~~~~~~ CC libsox_la-upsample.lo CC libsox_la-vad.lo CC libsox_la-vol.lo In file included from util.h:32, from sox_i.h:27, from vad.c:18: vad.c: In function 'start': 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:120:3: note: in expansion of macro 'lsx_Calloc' lsx_Calloc(p->samples, p->samplesLen_ns); ^~~~~~~~~~ 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:122:3: note: in expansion of macro 'lsx_Calloc' 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-raw-fmt.lo 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 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-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 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-sounder.lo CC libsox_la-soundtool.lo CC libsox_la-sphere.lo CC libsox_la-tx16w.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); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libsox_la-voc.lo CC libsox_la-vox-fmt.lo CC libsox_la-ima-fmt.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-adpcm.lo CC libsox_la-ima_rw.lo CC libsox_la-wav.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-wve.lo CC libsox_la-xa.lo CC libsox_la-nulfile.lo 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-alsa.lo CC libsox_la-amr-nb.lo In file included from sox_i.h:17, 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)); ^~~~~~~~~ In file included from util.h:32, 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-amr-wb.lo amr-nb.c:127:26: warning: 'amr_gp3_library_names' defined but not used [-Wunused-const-variable=] static const char* const amr_gp3_library_names[] = ^~~~~~~~~~~~~~~~~~~~~ amr-wb.c:116:26: warning: 'amr_gp3_library_names' defined but not used [-Wunused-const-variable=] static const char* const amr_gp3_library_names[] = ^~~~~~~~~~~~~~~~~~~~~ CC libsox_la-gsm.lo CC libsox_la-lpc10.lo CC libsox_la-mp3.lo CC libsox_la-oss.lo In file included from mp3.c:283: 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:43: 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)) { ~~~~~~~~~~~~~~~~~^~~~~ 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[] = ^~~~~~~~~~~~~~~~~~ oss.c: In function 'ossinit': oss.c:158:30: warning: passing argument 2 of 'ioctl' with different width due to prototype [-Wtraditional-conversion] if (ioctl(pPriv->device, (size_t) SNDCTL_DSP_RESET, 0) < 0) ^ oss.c:166:31: warning: passing argument 2 of 'ioctl' with different width due to prototype [-Wtraditional-conversion] rc = ioctl(pPriv->device, SNDCTL_DSP_GETFMTS, &tmp); ^~~~~~~~~~~~~~~~~~ oss.c:166:31: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '2147766283' to '-2147201013' [-Woverflow] oss.c:207:35: warning: passing argument 2 of 'ioctl' with different width due to prototype [-Wtraditional-conversion] rc = ioctl(pPriv->device, SNDCTL_DSP_SETFMT, &tmp); ^~~~~~~~~~~~~~~~~ oss.c:207:35: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '3221508101' to '-1073459195' [-Woverflow] oss.c:222:30: warning: passing argument 2 of 'ioctl' with different width due to prototype [-Wtraditional-conversion] if (ioctl(pPriv->device, SNDCTL_DSP_STEREO, &tmp) < 0) ^~~~~~~~~~~~~~~~~ oss.c:222:30: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '3221508099' to '-1073459197' [-Woverflow] oss.c:232:30: warning: passing argument 2 of 'ioctl' with different width due to prototype [-Wtraditional-conversion] if (ioctl(pPriv->device, SNDCTL_DSP_SPEED, &tmp) < 0 || ^~~~~~~~~~~~~~~~ oss.c:232:30: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '3221508098' to '-1073459198' [-Woverflow] oss.c:247:30: warning: passing argument 2 of 'ioctl' with different width due to prototype [-Wtraditional-conversion] if (ioctl(pPriv->device, (size_t) SNDCTL_DSP_SYNC, NULL) < 0) { ^ 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); ^~~~~~~~~ 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 sox_sample_test.o CC example0.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)); \ ^~ CC example1.o CC example2.o CC example3.o CC example4.o CC example5.o CC example6.o CCLD sox_sample_test CCLD libsox.la 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 '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2/src' make[3]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2/src' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2/src' make[2]: Entering directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2' make[1]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2' >>> sox 14.4.2 Installing to target PATH="/srv/storage/autobuild/run/instance-1/output-1/host/bin:/srv/storage/autobuild/run/instance-1/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/srv/storage/autobuild/run/instance-1/output-1/target install -C /srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2/ make[1]: Entering directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2' Making install in lpc10 make[2]: Entering directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2/lpc10' make[3]: Entering directory '/srv/storage/autobuild/run/instance-1/output-1/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 '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2/lpc10' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2/lpc10' Making install in libgsm make[2]: Entering directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2/libgsm' make[3]: Entering directory '/srv/storage/autobuild/run/instance-1/output-1/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 '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2/libgsm' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2/libgsm' Making install in src make[2]: Entering directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2/src' make[3]: Entering directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2/src' /usr/bin/mkdir -p '/srv/storage/autobuild/run/instance-1/output-1/target/usr/lib' /usr/bin/mkdir -p '/srv/storage/autobuild/run/instance-1/output-1/target/usr/include' /bin/bash ../libtool --silent --silent --mode=install /usr/bin/install -c libsox.la '/srv/storage/autobuild/run/instance-1/output-1/target/usr/lib' /usr/bin/install -c -m 644 sox.h '/srv/storage/autobuild/run/instance-1/output-1/target/usr/include' libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/mkdir -p '/srv/storage/autobuild/run/instance-1/output-1/target/usr/bin' /bin/bash ../libtool --silent --silent --mode=install /usr/bin/install -c sox '/srv/storage/autobuild/run/instance-1/output-1/target/usr/bin' /usr/bin/make install-exec-hook make[4]: Entering directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2/src' if test "yes" = "yes"; then \ cd /srv/storage/autobuild/run/instance-1/output-1/target/usr/bin; rm -f play rec; ln -s sox play; ln -s sox rec; \ fi if test "yes" = "yes"; then \ cd /srv/storage/autobuild/run/instance-1/output-1/target/usr/bin; rm -f soxi; ln -s sox soxi; \ fi make[4]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2/src' make[3]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2/src' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2/src' make[2]: Entering directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2' make[3]: Entering directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/srv/storage/autobuild/run/instance-1/output-1/target/usr/share/man/man1' /usr/bin/mkdir -p '/srv/storage/autobuild/run/instance-1/output-1/target/usr/share/man/man3' /usr/bin/mkdir -p '/srv/storage/autobuild/run/instance-1/output-1/target/usr/lib/pkgconfig' /usr/bin/mkdir -p '/srv/storage/autobuild/run/instance-1/output-1/target/usr/share/man/man7' /usr/bin/install -c -m 644 sox.pc '/srv/storage/autobuild/run/instance-1/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 sox.1 soxi.1 '/srv/storage/autobuild/run/instance-1/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 soxformat.7 '/srv/storage/autobuild/run/instance-1/output-1/target/usr/share/man/man7' /usr/bin/install -c -m 644 libsox.3 '/srv/storage/autobuild/run/instance-1/output-1/target/usr/share/man/man3' /usr/bin/make install-data-hook make[4]: Entering directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2' cd /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/man/man1 && rm -f play.1 && ln -s sox.1 play.1 cd /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/man/man1 && rm -f rec.1 && ln -s sox.1 rec.1 cd /srv/storage/autobuild/run/instance-1/output-1/target/usr/share/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1 soxeffect.7 make[4]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2' make[3]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2' make[2]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2' make[1]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/sox-14.4.2' tini-0.19.0.tar.gz: OK (sha256: 0fd35a7030052acd9f58948d1d900fe1e432ee37103c5561554408bdac6bbf0d) >>> tini 0.19.0 Extracting gzip -d -c /srv/storage/autobuild/run/instance-1/dl/tini/tini-0.19.0.tar.gz | /srv/storage/autobuild/run/instance-1/output-1/host/bin/tar --strip-components=1 -C /srv/storage/autobuild/run/instance-1/output-1/build/tini-0.19.0 -xf - >>> tini 0.19.0 Patching >>> tini 0.19.0 Configuring printf "#pragma once\n" > /srv/storage/autobuild/run/instance-1/output-1/build/tini-0.19.0/src/tiniConfig.h >>> tini 0.19.0 Building mkdir -p /srv/storage/autobuild/run/instance-1/output-1/build/tini-0.19.0/bin /srv/storage/autobuild/run/instance-1/output-1/host/bin/x86_64-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -static -DTINI_VERSION=\"0.19.0\" -DTINI_GIT=\"\" -o /srv/storage/autobuild/run/instance-1/output-1/build/tini-0.19.0/bin/tini /srv/storage/autobuild/run/instance-1/output-1/build/tini-0.19.0/src/tini.c >>> tini 0.19.0 Installing to target /usr/bin/install -D -m 0755 /srv/storage/autobuild/run/instance-1/output-1/build/tini-0.19.0/bin/tini /srv/storage/autobuild/run/instance-1/output-1/target/usr/bin/tini ln -sf tini /srv/storage/autobuild/run/instance-1/output-1/target/usr/bin/docker-init trace-cmd-trace-cmd-v2.9.1.tar.gz: OK (sha256: f7d591ac13ac3de004aa69fa3c2d333f620bb29ad0fec064ec215f488588b333) >>> trace-cmd trace-cmd-v2.9.1 Extracting gzip -d -c /srv/storage/autobuild/run/instance-1/dl/trace-cmd/trace-cmd-trace-cmd-v2.9.1.tar.gz | /srv/storage/autobuild/run/instance-1/output-1/host/bin/tar --strip-components=1 -C /srv/storage/autobuild/run/instance-1/output-1/build/trace-cmd-trace-cmd-v2.9.1 -xf - >>> trace-cmd trace-cmd-v2.9.1 Patching >>> trace-cmd trace-cmd-v2.9.1 Configuring >>> trace-cmd trace-cmd-v2.9.1 Building PATH="/srv/storage/autobuild/run/instance-1/output-1/host/bin:/srv/storage/autobuild/run/instance-1/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/srv/storage/autobuild/run/instance-1/output-1/host/bin/x86_64-linux-ar" AS="/srv/storage/autobuild/run/instance-1/output-1/host/bin/x86_64-linux-as" LD="/srv/storage/autobuild/run/instance-1/output-1/host/bin/x86_64-linux-ld" NM="/srv/storage/autobuild/run/instance-1/output-1/host/bin/x86_64-linux-nm" CC="/srv/storage/autobuild/run/instance-1/output-1/host/bin/x86_64-linux-gcc" GCC="/srv/storage/autobuild/run/instance-1/output-1/host/bin/x86_64-linux-gcc" CPP="/srv/storage/autobuild/run/instance-1/output-1/host/bin/x86_64-linux-cpp" CXX="/srv/storage/autobuild/run/instance-1/output-1/host/bin/x86_64-linux-g++" FC="/srv/storage/autobuild/run/instance-1/output-1/host/bin/x86_64-linux-gfortran" F77="/srv/storage/autobuild/run/instance-1/output-1/host/bin/x86_64-linux-gfortran" RANLIB="/srv/storage/autobuild/run/instance-1/output-1/host/bin/x86_64-linux-ranlib" READELF="/srv/storage/autobuild/run/instance-1/output-1/host/bin/x86_64-linux-readelf" STRIP="/srv/storage/autobuild/run/instance-1/output-1/host/bin/x86_64-linux-strip" OBJCOPY="/srv/storage/autobuild/run/instance-1/output-1/host/bin/x86_64-linux-objcopy" OBJDUMP="/srv/storage/autobuild/run/instance-1/output-1/host/bin/x86_64-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/srv/storage/autobuild/run/instance-1/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/srv/storage/autobuild/run/instance-1/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/srv/storage/autobuild/run/instance-1/output-1/host/include" LDFLAGS_FOR_BUILD="-L/srv/storage/autobuild/run/instance-1/output-1/host/lib -Wl,-rpath,/srv/storage/autobuild/run/instance-1/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/srv/storage/autobuild/run/instance-1/output-1/host/bin/x86_64-linux-as" DEFAULT_LINKER="/srv/storage/autobuild/run/instance-1/output-1/host/bin/x86_64-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="/srv/storage/autobuild/run/instance-1/output-1/host/bin/pkg-config" STAGING_DIR="/srv/storage/autobuild/run/instance-1/output-1/host/x86_64-buildroot-linux-musl/sysroot" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os" CPPFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" /usr/bin/make -j4 prefix=/usr etcdir=/etc PYTHON_VERS=python3 -C /srv/storage/autobuild/run/instance-1/output-1/build/trace-cmd-trace-cmd-v2.9.1 make[1]: Entering directory '/srv/storage/autobuild/run/instance-1/output-1/build/trace-cmd-trace-cmd-v2.9.1' UPDATE trace_python_dir UPDATE traceevent_plugin_dir UPDATE tracecmd_plugin_dir COMPILE FPIC tracefs-utils.o COMPILE FPIC tracefs-instance.o COMPILE FPIC trace-hash.o COMPILE FPIC trace-hooks.o COMPILE FPIC tracefs-events.o In file included from trace-hooks.c:11: /srv/storage/autobuild/run/instance-1/output-1/build/trace-cmd-trace-cmd-v2.9.1/include/trace-cmd/trace-cmd.h:433:2: error: unknown type name 'pthread_mutex_t' pthread_mutex_t lock; ^~~~~~~~~~~~~~~ /srv/storage/autobuild/run/instance-1/output-1/build/trace-cmd-trace-cmd-v2.9.1/include/trace-cmd/trace-cmd.h:434:2: error: unknown type name 'pthread_cond_t' pthread_cond_t cond; ^~~~~~~~~~~~~~ tracefs-events.c: In function 'tracefs_iterate_raw_events': tracefs-events.c:135:12: error: 'PATH_MAX' undeclared (first use in this function); did you mean 'RAND_MAX'? char file[PATH_MAX]; ^~~~~~~~ RAND_MAX tracefs-events.c:135:12: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [Makefile:47: /srv/storage/autobuild/run/instance-1/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/trace-cmd/trace-hooks.o] Error 1 make[1]: *** [Makefile:322: /srv/storage/autobuild/run/instance-1/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/trace-cmd/libtracecmd.a] Error 2 make[1]: *** Waiting for unfinished jobs.... make[2]: *** [Makefile:34: /srv/storage/autobuild/run/instance-1/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/tracefs/tracefs-events.o] Error 1 make[1]: *** [Makefile:328: /srv/storage/autobuild/run/instance-1/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/tracefs/libtracefs.a] Error 2 COMPILE PLUGIN OBJ plugin_jbd2.o COMPILE PLUGIN OBJ plugin_hrtimer.o COMPILE PLUGIN OBJ plugin_kmem.o In file included from plugin_kmem.c:9: /srv/storage/autobuild/run/instance-1/output-1/build/trace-cmd-trace-cmd-v2.9.1/include/trace-cmd/trace-cmd.h:433:2: error: unknown type name 'pthread_mutex_t' pthread_mutex_t lock; ^~~~~~~~~~~~~~~ /srv/storage/autobuild/run/instance-1/output-1/build/trace-cmd-trace-cmd-v2.9.1/include/trace-cmd/trace-cmd.h:434:2: error: unknown type name 'pthread_cond_t' pthread_cond_t cond; ^~~~~~~~~~~~~~ make[2]: *** [Makefile:37: /srv/storage/autobuild/run/instance-1/output-1/build/trace-cmd-trace-cmd-v2.9.1/lib/traceevent/plugins/plugin_kmem.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [Makefile:350: plugins_traceevent] Error 2 make[1]: Leaving directory '/srv/storage/autobuild/run/instance-1/output-1/build/trace-cmd-trace-cmd-v2.9.1' make: *** [package/pkg-generic.mk:250: /srv/storage/autobuild/run/instance-1/output-1/build/trace-cmd-trace-cmd-v2.9.1/.stamp_built] Error 2 make: Leaving directory '/srv/storage/autobuild/run/instance-1/buildroot'