=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for sox-14.4.2nb8 --- all-recursive --- Making all in lpc10 --- analys.lo --- --- bsynz.lo --- --- chanwr.lo --- --- dcbias.lo --- --- decode.lo --- --- deemp.lo --- --- difmag.lo --- --- dyptrk.lo --- --- bsynz.lo --- CC bsynz.lo --- dcbias.lo --- CC dcbias.lo --- analys.lo --- CC analys.lo --- chanwr.lo --- CC chanwr.lo --- decode.lo --- CC decode.lo --- deemp.lo --- CC deemp.lo --- difmag.lo --- CC difmag.lo --- dyptrk.lo --- CC dyptrk.lo --- encode.lo --- CC encode.lo --- energy.lo --- --- f2clib.lo --- --- energy.lo --- CC energy.lo --- f2clib.lo --- CC f2clib.lo --- ham84.lo --- CC ham84.lo --- hp100.lo --- CC hp100.lo --- invert.lo --- CC invert.lo --- irc2pc.lo --- --- ivfilt.lo --- --- irc2pc.lo --- CC irc2pc.lo --- ivfilt.lo --- CC ivfilt.lo --- lpcdec.lo --- CC lpcdec.lo --- lpcenc.lo --- --- lpcini.lo --- --- lpcenc.lo --- CC lpcenc.lo --- lpcini.lo --- CC lpcini.lo --- lpfilt.lo --- CC lpfilt.lo --- median.lo --- CC median.lo --- mload.lo --- CC mload.lo --- onset.lo --- --- pitsyn.lo --- --- onset.lo --- CC onset.lo --- placea.lo --- --- pitsyn.lo --- CC pitsyn.lo --- placea.lo --- CC placea.lo --- placev.lo --- CC placev.lo --- preemp.lo --- CC preemp.lo --- prepro.lo --- CC prepro.lo --- random.lo --- CC random.lo --- rcchk.lo --- CC rcchk.lo --- synths.lo --- CC synths.lo --- tbdm.lo --- CC tbdm.lo --- voicin.lo --- CC voicin.lo --- vparms.lo --- CC vparms.lo --- liblpc10.la --- CCLD liblpc10.la Making all in libgsm Making all in src --- sox.o --- --- libsox_la-adpcms.lo --- --- libsox_la-aiff.lo --- --- libsox_la-cvsd.lo --- --- libsox_la-g711.lo --- --- libsox_la-g721.lo --- --- libsox_la-g723_24.lo --- --- libsox_la-g723_40.lo --- --- sox.o --- CC sox.o --- libsox_la-adpcms.lo --- CC libsox_la-adpcms.lo --- libsox_la-cvsd.lo --- CC libsox_la-cvsd.lo --- libsox_la-aiff.lo --- CC libsox_la-aiff.lo --- libsox_la-g711.lo --- CC libsox_la-g711.lo --- libsox_la-g721.lo --- CC libsox_la-g721.lo --- libsox_la-g723_24.lo --- CC libsox_la-g723_24.lo --- libsox_la-g723_40.lo --- CC libsox_la-g723_40.lo --- sox.o --- In file included from util.h:32:0, from sox.c:26: sox.c: In function 'try_device': 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) ~~~~^~~~~ sox.c:2550:16: note: in expansion of macro 'lsx_calloc' ft->priv = lsx_calloc(1, handler->priv_size); ^~~~~~~~~~ --- libsox_la-g72x.lo --- CC libsox_la-g72x.lo --- libsox_la-vox.lo --- CC libsox_la-vox.lo --- libsox_la-raw.lo --- CC libsox_la-raw.lo --- libsox_la-formats.lo --- CC libsox_la-formats.lo --- libsox_la-formats_i.lo --- CC libsox_la-formats_i.lo --- libsox_la-formats.lo --- In file included from util.h:32:0, from sox_i.h:27, from formats.c:21: formats.c: In function 'lsx_cat_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) ~~~~^~~~~ formats.c:278:12: note: in expansion of macro 'lsx_calloc' result = lsx_calloc(len? len : 1, sizeof(*result)); ^~~~~~~~~~ formats.c: In function 'open_read': 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) ~~~~^~~~~ formats.c:548:14: note: in expansion of macro 'lsx_calloc' ft->priv = lsx_calloc(1, ft->handler.priv_size); ^~~~~~~~~~ formats.c: In function 'open_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) ~~~~^~~~~ formats.c:915:14: note: in expansion of macro 'lsx_calloc' ft->priv = lsx_calloc(1, ft->handler.priv_size); ^~~~~~~~~~ --- libsox_la-skelform.lo --- CC libsox_la-skelform.lo --- sox.o --- In file included from /usr/include/stdio.h:597:0, from util.h:20, from sox.c:26: sox.c: In function 'update_status': sox.c:1248:19: warning: '%u' directive writing between 1 and 9 bytes into a region of size 7 [-Wformat-overflow=] sprintf(buff, "Hd:%u.%u", h /10, h % 10); ^ sox.c:1248:19: note: directive argument in the range [0, 429496729] sox.c:1248:19: note: directive argument in the range [0, 9] sox.c:1248:5: note: '__builtin___sprintf_chk' output between 7 and 15 bytes into a destination of size 10 sprintf(buff, "Hd:%u.%u", h /10, h % 10); ^ --- libsox_la-xmalloc.lo --- CC libsox_la-xmalloc.lo --- libsox_la-getopt.lo --- CC libsox_la-getopt.lo --- libsox_la-util.lo --- CC libsox_la-util.lo --- libsox_la-libsox.lo --- CC libsox_la-libsox.lo --- libsox_la-util.lo --- util.c: In function 'lsx_sigfigs3': util.c:124:16: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: if (b) return string[n]; /* Can fall through */ ^ util.c:125:5: note: here case 1: c = 2; break; ^~~~ --- libsox_la-libsox_i.lo --- CC libsox_la-libsox_i.lo --- libsox_la-sox-fmt.lo --- CC libsox_la-sox-fmt.lo --- libsox_la-bend.lo --- CC libsox_la-bend.lo --- libsox_la-sox-fmt.lo --- In file included from util.h:32:0, from sox_i.h:27, from sox-fmt.c:18: sox-fmt.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) ~~~~^~~~~ sox-fmt.c:56:18: note: in expansion of macro 'lsx_calloc' char * buf = lsx_calloc(1, (size_t)comments_bytes + 1); /* ensure nul-terminated */ ^~~~~~~~~~ --- libsox_la-biquad.lo --- CC libsox_la-biquad.lo --- libsox_la-biquads.lo --- CC libsox_la-biquads.lo --- libsox_la-chorus.lo --- --- libsox_la-bend.lo --- In file included from util.h:32:0, from sox_i.h:27, from bend.c:35: bend.c: In function 'create': 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) ~~~~^~~~~ bend.c:134:14: note: in expansion of macro 'lsx_calloc' p->bends = lsx_calloc(p->nbends, sizeof(*p->bends)); ^~~~~~~~~~ --- libsox_la-chorus.lo --- CC libsox_la-chorus.lo --- libsox_la-compand.lo --- CC libsox_la-compand.lo --- libsox_la-compandt.lo --- CC libsox_la-compandt.lo --- libsox_la-compand.lo --- In file included from util.h:32:0, from sox_i.h:27, from compand.c:13: compand.c: In function 'getopts': 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) ~~~~^~~~~ compand.c:89:17: note: in expansion of macro 'lsx_calloc' l->channels = lsx_calloc(pairs, sizeof(*l->channels)); ^~~~~~~~~~ compand.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) ~~~~^~~~~ compand.c:162:20: note: in expansion of macro 'lsx_calloc' l->delay_buf = lsx_calloc((size_t)l->delay_buf_size, sizeof(*l->delay_buf)); ^~~~~~~~~~ --- libsox_la-compandt.lo --- In file included from util.h:32:0, from sox_i.h:27, from compandt.c:18: compandt.c: In function 'lsx_compandt_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) ~~~~^~~~~ compandt.c:176:17: note: in expansion of macro 'lsx_calloc' t->segments = lsx_calloc(pairs, sizeof(*t->segments)); ^~~~~~~~~~ --- libsox_la-contrast.lo --- CC libsox_la-contrast.lo --- libsox_la-dcshift.lo --- CC libsox_la-dcshift.lo --- libsox_la-delay.lo --- CC libsox_la-delay.lo --- libsox_la-dft_filter.lo --- CC libsox_la-dft_filter.lo --- libsox_la-dither.lo --- CC libsox_la-dither.lo --- libsox_la-divide.lo --- CC libsox_la-divide.lo --- libsox_la-downsample.lo --- CC libsox_la-downsample.lo --- libsox_la-earwax.lo --- CC libsox_la-earwax.lo --- libsox_la-echo.lo --- CC libsox_la-echo.lo --- libsox_la-delay.lo --- In file included from util.h:32:0, from sox_i.h:27, from delay.c:18: delay.c: In function 'create': 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) ~~~~^~~~~ delay.c:50:13: note: in expansion of macro 'lsx_calloc' p->args = lsx_calloc(p->argc, sizeof(*p->args)); ^~~~~~~~~~ --- libsox_la-dft_filter.lo --- In file included from util.h:32:0, from sox_i.h:27, from dft_filter.c:18: dft_filter.c: In function 'lsx_set_dft_filter': 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) ~~~~^~~~~ dft_filter.c:32:14: note: in expansion of macro 'lsx_calloc' f->coefs = lsx_calloc(f->dft_length, sizeof(*f->coefs)); ^~~~~~~~~~ --- libsox_la-dither.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))) ^~ --- libsox_la-divide.lo --- In file included from util.h:32:0, from sox_i.h:27, from divide.c:23: divide.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) ~~~~^~~~~ divide.c:33:13: note: in expansion of macro 'lsx_calloc' p->last = lsx_calloc(effp->in_signal.channels, sizeof(*p->last)); ^~~~~~~~~~ --- libsox_la-echos.lo --- CC libsox_la-echos.lo --- libsox_la-effects.lo --- CC libsox_la-effects.lo --- libsox_la-effects_i.lo --- CC libsox_la-effects_i.lo --- libsox_la-effects_i_dsp.lo --- CC libsox_la-effects_i_dsp.lo --- libsox_la-effects.lo --- In file included from util.h:32:0, from sox_i.h:27, from effects.c:19: effects.c: In function 'sox_create_effect': 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) ~~~~^~~~~ effects.c:72:16: note: in expansion of macro 'lsx_calloc' effp->priv = lsx_calloc(1, effp->handler.priv_size); ^~~~~~~~~~ effects.c: In function 'sox_add_effect': 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) ~~~~^~~~~ effects.c:195:5: note: in expansion of macro 'lsx_calloc' lsx_calloc(effp->flows, sizeof(chain->effects[chain->length][0])); ^~~~~~~~~~ --- libsox_la-fade.lo --- CC libsox_la-fade.lo --- libsox_la-fft4g.lo --- CC libsox_la-fft4g.lo --- libsox_la-effects_i_dsp.lo --- In file included from util.h:32:0, from sox_i.h:27, from effects_i_dsp.c:25: effects_i_dsp.c: In function 'lsx_fir_to_phase': 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) ~~~~^~~~~ effects_i_dsp.c:427:10: note: in expansion of macro 'lsx_calloc' work = lsx_calloc((size_t)work_len + 2, sizeof(*work)); /* +2: (UN)PACK */ ^~~~~~~~~~ effects_i_dsp.c: In function 'lsx_plot_fir': 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) ~~~~^~~~~ effects_i_dsp.c:515:19: note: in expansion of macro 'lsx_calloc' double * h1 = lsx_calloc(N, sizeof(*h1)); ^~~~~~~~~~ effects_i_dsp.c: At top level: 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 --- libsox_la-fir.lo --- CC libsox_la-fir.lo --- libsox_la-firfit.lo --- CC libsox_la-firfit.lo --- libsox_la-flanger.lo --- CC libsox_la-flanger.lo --- libsox_la-firfit.lo --- In file included from util.h:32:0, from sox_i.h:27, from firfit.c:23: firfit.c: In function 'make_filter': 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) ~~~~^~~~~ firfit.c:62:10: note: in expansion of macro 'lsx_calloc' work = lsx_calloc(work_len + 2, sizeof(*work)); ^~~~~~~~~~ --- libsox_la-gain.lo --- CC libsox_la-gain.lo --- libsox_la-flanger.lo --- In file included from util.h:32:0, from sox_i.h:27, from flanger.c:20: flanger.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) ~~~~^~~~~ flanger.c:143:24: note: in expansion of macro 'lsx_calloc' f->delay_bufs[c] = lsx_calloc(f->delay_buf_length, sizeof(*f->delay_bufs[0])); ^~~~~~~~~~ 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) ~~~~^~~~~ flanger.c:147:12: note: in expansion of macro 'lsx_calloc' f->lfo = lsx_calloc(f->lfo_length, sizeof(*f->lfo)); ^~~~~~~~~~ --- libsox_la-hilbert.lo --- CC libsox_la-hilbert.lo --- libsox_la-input.lo --- CC libsox_la-input.lo --- libsox_la-ladspa.lo --- CC libsox_la-ladspa.lo --- libsox_la-loudness.lo --- --- libsox_la-mcompand.lo --- --- libsox_la-loudness.lo --- CC libsox_la-loudness.lo --- libsox_la-mcompand.lo --- CC libsox_la-mcompand.lo --- libsox_la-noiseprof.lo --- CC libsox_la-noiseprof.lo --- libsox_la-noisered.lo --- CC libsox_la-noisered.lo --- libsox_la-output.lo --- CC libsox_la-output.lo --- libsox_la-mcompand.lo --- In file included from util.h:32:0, from sox_i.h:27, from mcompand.c:45: mcompand_xover.h: In function 'crossover_setup': 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) ~~~~^~~~~ mcompand_xover.h:66:17: note: in expansion of macro 'lsx_calloc' p->previous = lsx_calloc(effp->in_signal.channels, sizeof(*p->previous)); ^~~~~~~~~~ mcompand.c: In function 'getopts': 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) ~~~~^~~~~ mcompand.c:184:14: note: in expansion of macro 'lsx_calloc' c->bands = lsx_calloc(c->nBands, sizeof(comp_band_t)); ^~~~~~~~~~ --- libsox_la-loudness.lo --- In file included from util.h:32:0, from sox_i.h:27, from loudness.c:18: loudness.c: In function 'make_filter': 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) ~~~~^~~~~ loudness.c:78:10: note: in expansion of macro 'lsx_calloc' work = lsx_calloc(work_len, sizeof(*work)); ^~~~~~~~~~ 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) ~~~~^~~~~ loudness.c:79:7: note: in expansion of macro 'lsx_calloc' h = lsx_calloc(n, sizeof(*h)); ^~~~~~~~~~ --- libsox_la-mcompand.lo --- mcompand.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) ~~~~^~~~~ mcompand.c:249:22: note: in expansion of macro 'lsx_calloc' l->delay_buf = lsx_calloc(sizeof(long), c->delay_buf_size); ^~~~~~~~~~ --- libsox_la-noisered.lo --- In file included from util.h:32:0, from sox_i.h:27, from noisered.h:21, from noisered.c:11: noisered.c: In function 'sox_noisered_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) ~~~~^~~~~ noisered.c:94:22: note: in expansion of macro 'lsx_calloc' data->chandata = lsx_calloc(channels, sizeof(*(data->chandata))); ^~~~~~~~~~ --- libsox_la-noiseprof.lo --- In file included from util.h:32:0, from sox_i.h:27, from noisered.h:21, from noiseprof.c:21: noiseprof.c: In function 'sox_noiseprof_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) ~~~~^~~~~ noiseprof.c:83:20: note: in expansion of macro 'lsx_calloc' data->chandata = lsx_calloc(channels, sizeof(*(data->chandata))); ^~~~~~~~~~ --- libsox_la-overdrive.lo --- CC libsox_la-overdrive.lo --- libsox_la-pad.lo --- CC libsox_la-pad.lo --- libsox_la-phaser.lo --- CC libsox_la-phaser.lo --- libsox_la-pad.lo --- In file included from util.h:32:0, from sox_i.h:27, from pad.c:18: pad.c: In function 'create': 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) ~~~~^~~~~ pad.c:78:13: note: in expansion of macro 'lsx_calloc' p->pads = lsx_calloc(p->npads, sizeof(*p->pads)); ^~~~~~~~~~ --- libsox_la-rate.lo --- CC libsox_la-rate.lo --- libsox_la-phaser.lo --- In file included from util.h:32:0, from sox_i.h:27, from phaser.c:44: phaser.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) ~~~~^~~~~ phaser.c:99:18: note: in expansion of macro 'lsx_calloc' p->delay_buf = lsx_calloc(p->delay_buf_len, sizeof(*p->delay_buf)); ^~~~~~~~~~ --- libsox_la-remix.lo --- CC libsox_la-remix.lo exec: /pbulk/work/audio/sox/work/.cwrapper/bin/libtool: not found *** [libsox_la-remix.lo] Error code 127 make[1]: stopped in /pbulk/work/audio/sox/work/sox-14.4.2/src --- libsox_la-rate.lo --- In file included from util.h:32:0, from sox_i.h:27, from rate.c:27: rate.c: In function 'dft_stage_init': 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) ~~~~^~~~~ rate.c:33:20: note: in expansion of macro 'lsx_calloc' #define calloc lsx_calloc ^~~~~~~~~~ rate.c:232:16: note: in expansion of macro 'calloc' f->coefs = calloc(dft_length, sizeof(*f->coefs)); ^~~~~~ rate.c: In function 'rate_init': 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) ~~~~^~~~~ rate.c:33:20: note: in expansion of macro 'lsx_calloc' #define calloc lsx_calloc ^~~~~~~~~~ rate.c:340:15: note: in expansion of macro 'calloc' p->stages = calloc(p->num_stages + 1, sizeof(*p->stages)); ^~~~~~ 1 error make[1]: stopped in /pbulk/work/audio/sox/work/sox-14.4.2/src *** [all-recursive] Error code 1 make: stopped in /pbulk/work/audio/sox/work/sox-14.4.2 1 error make: stopped in /pbulk/work/audio/sox/work/sox-14.4.2 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/audio/sox *** Error code 1 Stop. make: stopped in /usr/pkgsrc/audio/sox