=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for rplay-3.3.2nb9 --- all --- make all in include... make all in lib... --- getopt.o --- --- getopt1.o --- --- hash.o --- --- getopt.o --- clang -c -I/usr/pkg/include -I/usr/include -I. -I../include -I./../include -I./../lib -DHAVE_CONFIG_H -O2 -I/usr/pkg/include -I/usr/include getopt.c --- getopt1.o --- clang -c -I/usr/pkg/include -I/usr/include -I. -I../include -I./../include -I./../lib -DHAVE_CONFIG_H -O2 -I/usr/pkg/include -I/usr/include getopt1.c --- hash.o --- clang -c -I/usr/pkg/include -I/usr/include -I. -I../include -I./../include -I./../lib -DHAVE_CONFIG_H -O2 -I/usr/pkg/include -I/usr/include hash.c --- strdup.o --- --- getopt.o --- getopt.c:414:30: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration] if (optind != argc && !strcmp (argv[optind], "--")) ^ getopt.c:414:30: note: include the header or explicitly provide a declaration for 'strcmp' getopt.c:490:7: warning: implicitly declaring library function 'strncmp' with type 'int (const char *, const char *, unsigned long)' [-Wimplicit-function-declaration] if (!strncmp (p->name, nextchar, nameend - nextchar)) ^ getopt.c:490:7: note: include the header or explicitly provide a declaration for 'strncmp' --- strdup.o --- clang -c -I/usr/pkg/include -I/usr/include -I. -I../include -I./../include -I./../lib -DHAVE_CONFIG_H -O2 -I/usr/pkg/include -I/usr/include strdup.c --- tilde.o --- --- xmalloc.o --- --- tilde.o --- clang -c -I/usr/pkg/include -I/usr/include -I. -I../include -I./../include -I./../lib -DHAVE_CONFIG_H -O2 -I/usr/pkg/include -I/usr/include tilde.c --- getopt.o --- 2 warnings generated. --- xmalloc.o --- clang -c -I/usr/pkg/include -I/usr/include -I. -I../include -I./../include -I./../lib -DHAVE_CONFIG_H -O2 -I/usr/pkg/include -I/usr/include xmalloc.c --- tilde.o --- tilde.c:243:26: warning: implicit declaration of function 'getuid' is invalid in C99 [-Wimplicit-function-declaration] entry = getpwuid (getuid ()); ^ 1 warning generated. --- librp.a --- ar rcv librp.a getopt.o getopt1.o hash.o strdup.o tilde.o xmalloc.o a - getopt.o a - getopt1.o a - hash.o a - strdup.o a - tilde.o a - xmalloc.o ranlib librp.a make all in adpcm... --- g711.o --- --- g721.o --- --- g723_24.o --- --- g711.o --- clang -c -I/usr/pkg/include -I/usr/include -I. -I../include -I. -I./../include -I./../lib -DHAVE_CONFIG_H -O2 -I/usr/pkg/include -I/usr/include g711.c --- g721.o --- clang -c -I/usr/pkg/include -I/usr/include -I. -I../include -I. -I./../include -I./../lib -DHAVE_CONFIG_H -O2 -I/usr/pkg/include -I/usr/include g721.c --- g723_24.o --- clang -c -I/usr/pkg/include -I/usr/include -I. -I../include -I. -I./../include -I./../lib -DHAVE_CONFIG_H -O2 -I/usr/pkg/include -I/usr/include g723_24.c --- g723_40.o --- --- g723_24.o --- g723_24.c:81:8: warning: implicit declaration of function 'alaw2linear' is invalid in C99 [-Wimplicit-function-declaration] sl = alaw2linear(sl) >> 2; ^ g723_24.c:84:8: warning: implicit declaration of function 'ulaw2linear' is invalid in C99 [-Wimplicit-function-declaration] sl = ulaw2linear(sl) >> 2; ^ g723_24.c:93:9: warning: implicit declaration of function 'predictor_zero' is invalid in C99 [-Wimplicit-function-declaration] sezi = predictor_zero(state_ptr); ^ g723_24.c:95:15: warning: implicit declaration of function 'predictor_pole' is invalid in C99 [-Wimplicit-function-declaration] sei = sezi + predictor_pole(state_ptr); ^ g723_24.c:101:6: warning: implicit declaration of function 'step_size' is invalid in C99 [-Wimplicit-function-declaration] y = step_size(state_ptr); /* quantizer step size */ ^ g723_24.c:102:6: warning: implicit declaration of function 'quantize' is invalid in C99 [-Wimplicit-function-declaration] i = quantize(d, y, qtab_723_24, 3); /* i = ADPCM code */ ^ g723_24.c:103:7: warning: implicit declaration of function 'reconstruct' is invalid in C99 [-Wimplicit-function-declaration] dq = reconstruct(i & 4, _dqlntab[i], y); /* quantized diff. */ ^ g723_24.c:109:2: warning: implicit declaration of function 'update' is invalid in C99 [-Wimplicit-function-declaration] update(3, y, _witab[i], _fitab[i], dq, sr, dqsez, state_ptr); ^ g723_24.c:134:9: warning: implicit declaration of function 'predictor_zero' is invalid in C99 [-Wimplicit-function-declaration] sezi = predictor_zero(state_ptr); ^ g723_24.c:136:15: warning: implicit declaration of function 'predictor_pole' is invalid in C99 [-Wimplicit-function-declaration] sei = sezi + predictor_pole(state_ptr); ^ g723_24.c:139:6: warning: implicit declaration of function 'step_size' is invalid in C99 [-Wimplicit-function-declaration] y = step_size(state_ptr); /* adaptive quantizer step size */ ^ g723_24.c:140:7: warning: implicit declaration of function 'reconstruct' is invalid in C99 [-Wimplicit-function-declaration] dq = reconstruct(i & 0x04, _dqlntab[i], y); /* unquantize pred diff */ ^ g723_24.c:146:2: warning: implicit declaration of function 'update' is invalid in C99 [-Wimplicit-function-declaration] update(3, y, _witab[i], _fitab[i], dq, sr, dqsez, state_ptr); ^ g723_24.c:150:11: warning: implicit declaration of function 'tandem_adjust_alaw' is invalid in C99 [-Wimplicit-function-declaration] return (tandem_adjust_alaw(sr, se, y, i, 4, qtab_723_24)); ^ g723_24.c:152:11: warning: implicit declaration of function 'tandem_adjust_ulaw' is invalid in C99 [-Wimplicit-function-declaration] return (tandem_adjust_ulaw(sr, se, y, i, 4, qtab_723_24)); ^ 15 warnings generated. --- g721.o --- g721.c:93:8: warning: implicit declaration of function 'alaw2linear' is invalid in C99 [-Wimplicit-function-declaration] sl = alaw2linear(sl) >> 2; ^ g721.c:96:8: warning: implicit declaration of function 'ulaw2linear' is invalid in C99 [-Wimplicit-function-declaration] sl = ulaw2linear(sl) >> 2; ^ g721.c:105:9: warning: implicit declaration of function 'predictor_zero' is invalid in C99 [-Wimplicit-function-declaration] sezi = predictor_zero(state_ptr); ^ g721.c:107:15: warning: implicit declaration of function 'predictor_pole' is invalid in C99 [-Wimplicit-function-declaration] se = (sezi + predictor_pole(state_ptr)) >> 1; /* estimated signal */ ^ g721.c:112:6: warning: implicit declaration of function 'step_size' is invalid in C99 [-Wimplicit-function-declaration] y = step_size(state_ptr); /* quantizer step size */ ^ g721.c:113:6: warning: implicit declaration of function 'quantize' is invalid in C99 [-Wimplicit-function-declaration] i = quantize(d, y, qtab_721, 7); /* i = ADPCM code */ ^ g721.c:115:7: warning: implicit declaration of function 'reconstruct' is invalid in C99 [-Wimplicit-function-declaration] dq = reconstruct(i & 8, _dqlntab[i], y); /* quantized est diff */ ^ g721.c:121:2: warning: implicit declaration of function 'update' is invalid in C99 [-Wimplicit-function-declaration] update(4, y, _witab[i] << 5, _fitab[i], dq, sr, dqsez, state_ptr); ^ g721.c:148:9: warning: implicit declaration of function 'predictor_zero' is invalid in C99 [-Wimplicit-function-declaration] sezi = predictor_zero(state_ptr); ^ g721.c:150:15: warning: implicit declaration of function 'predictor_pole' is invalid in C99 [-Wimplicit-function-declaration] sei = sezi + predictor_pole(state_ptr); ^ g721.c:153:6: warning: implicit declaration of function 'step_size' is invalid in C99 [-Wimplicit-function-declaration] y = step_size(state_ptr); /* dynamic quantizer step size */ ^ g721.c:155:7: warning: implicit declaration of function 'reconstruct' is invalid in C99 [-Wimplicit-function-declaration] dq = reconstruct(i & 0x08, _dqlntab[i], y); /* quantized diff. */ ^ g721.c:161:2: warning: implicit declaration of function 'update' is invalid in C99 [-Wimplicit-function-declaration] update(4, y, _witab[i] << 5, _fitab[i], dq, sr, dqsez, state_ptr); ^ g721.c:165:11: warning: implicit declaration of function 'tandem_adjust_alaw' is invalid in C99 [-Wimplicit-function-declaration] return (tandem_adjust_alaw(sr, se, y, i, 8, qtab_721)); ^ g721.c:167:11: warning: implicit declaration of function 'tandem_adjust_ulaw' is invalid in C99 [-Wimplicit-function-declaration] return (tandem_adjust_ulaw(sr, se, y, i, 8, qtab_721)); ^ 15 warnings generated. --- g72x.o --- --- decode.o --- --- g723_40.o --- clang -c -I/usr/pkg/include -I/usr/include -I. -I../include -I. -I./../include -I./../lib -DHAVE_CONFIG_H -O2 -I/usr/pkg/include -I/usr/include g723_40.c g723_40.c:100:8: warning: implicit declaration of function 'alaw2linear' is invalid in C99 [-Wimplicit-function-declaration] sl = alaw2linear(sl) >> 2; ^ g723_40.c:103:8: warning: implicit declaration of function 'ulaw2linear' is invalid in C99 [-Wimplicit-function-declaration] sl = ulaw2linear(sl) >> 2; ^ g723_40.c:112:9: warning: implicit declaration of function 'predictor_zero' is invalid in C99 [-Wimplicit-function-declaration] sezi = predictor_zero(state_ptr); ^ g723_40.c:114:15: warning: implicit declaration of function 'predictor_pole' is invalid in C99 [-Wimplicit-function-declaration] sei = sezi + predictor_pole(state_ptr); ^ --- g72x.o --- clang -c -I/usr/pkg/include -I/usr/include -I. -I../include -I. -I./../include -I./../lib -DHAVE_CONFIG_H -O2 -I/usr/pkg/include -I/usr/include g72x.c --- g723_40.o --- g723_40.c:120:6: warning: implicit declaration of function 'step_size' is invalid in C99 [-Wimplicit-function-declaration] y = step_size(state_ptr); /* adaptive quantizer step size */ ^ g723_40.c:121:6: warning: implicit declaration of function 'quantize' is invalid in C99 [-Wimplicit-function-declaration] i = quantize(d, y, qtab_723_40, 15); /* i = ADPCM code */ ^ g723_40.c:123:7: warning: implicit declaration of function 'reconstruct' is invalid in C99 [-Wimplicit-function-declaration] dq = reconstruct(i & 0x10, _dqlntab[i], y); /* quantized diff */ ^ g723_40.c:129:2: warning: implicit declaration of function 'update' is invalid in C99 [-Wimplicit-function-declaration] update(5, y, _witab[i], _fitab[i], dq, sr, dqsez, state_ptr); ^ g723_40.c:154:9: warning: implicit declaration of function 'predictor_zero' is invalid in C99 [-Wimplicit-function-declaration] sezi = predictor_zero(state_ptr); ^ g723_40.c:156:15: warning: implicit declaration of function 'predictor_pole' is invalid in C99 [-Wimplicit-function-declaration] sei = sezi + predictor_pole(state_ptr); ^ g723_40.c:159:6: warning: implicit declaration of function 'step_size' is invalid in C99 [-Wimplicit-function-declaration] y = step_size(state_ptr); /* adaptive quantizer step size */ ^ g723_40.c:160:7: warning: implicit declaration of function 'reconstruct' is invalid in C99 [-Wimplicit-function-declaration] dq = reconstruct(i & 0x10, _dqlntab[i], y); /* estimation diff. */ ^ g723_40.c:166:2: warning: implicit declaration of function 'update' is invalid in C99 [-Wimplicit-function-declaration] update(5, y, _witab[i], _fitab[i], dq, sr, dqsez, state_ptr); ^ g723_40.c:170:11: warning: implicit declaration of function 'tandem_adjust_alaw' is invalid in C99 [-Wimplicit-function-declaration] return (tandem_adjust_alaw(sr, se, y, i, 0x10, qtab_723_40)); ^ g723_40.c:172:11: warning: implicit declaration of function 'tandem_adjust_ulaw' is invalid in C99 [-Wimplicit-function-declaration] return (tandem_adjust_ulaw(sr, se, y, i, 0x10, qtab_723_40)); ^ 15 warnings generated. --- decode.o --- clang -c -I/usr/pkg/include -I/usr/include -I. -I../include -I. -I./../include -I./../lib -DHAVE_CONFIG_H -O2 -I/usr/pkg/include -I/usr/include decode.c --- encode.o --- --- g72x.o --- g72x.c:205:8: warning: implicitly declaring library function 'abs' with type 'int (int)' [-Wimplicit-function-declaration] dqm = abs(d); ^ g72x.c:205:8: note: include the header or explicitly provide a declaration for 'abs' g72x.c:374:4: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ g72x.c:492:7: warning: implicit declaration of function 'linear2alaw' is invalid in C99 [-Wimplicit-function-declaration] sp = linear2alaw((sr >> 1) << 3); /* short to A-law compression */ ^ g72x.c:493:8: warning: implicit declaration of function 'alaw2linear' is invalid in C99 [-Wimplicit-function-declaration] dx = (alaw2linear(sp) >> 2) - se; /* 16-bit prediction error */ ^ g72x.c:541:7: warning: implicit declaration of function 'linear2ulaw' is invalid in C99 [-Wimplicit-function-declaration] --- decode.o --- decode.c:40:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ decode.c:53:2: warning: implicit declaration of function 'g72x_init_state' is invalid in C99 [-Wimplicit-function-declaration] g72x_init_state(&state); ^ decode.c:96:4: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] exit(1); ^ decode.c:96:4: note: include the header or explicitly provide a declaration for 'exit' --- g72x.o --- sp = linear2ulaw(sr << 2); /* short to u-law compression */ ^ g72x.c:542:8: warning: implicit declaration of function 'ulaw2linear' is invalid in C99 [-Wimplicit-function-declaration] dx = (ulaw2linear(sp) >> 2) - se; /* 16-bit prediction error */ ^ --- encode.o --- clang -c -I/usr/pkg/include -I/usr/include -I. -I../include -I. -I./../include -I./../lib -DHAVE_CONFIG_H -O2 -I/usr/pkg/include -I/usr/include encode.c --- decode.o --- 3 warnings generated. --- g72x.o --- 6 warnings generated. --- encode.o --- encode.c:37:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ --- libadpcm.a --- --- encode.o --- encode.c:52:2: warning: implicit declaration of function 'g72x_init_state' is invalid in C99 [-Wimplicit-function-declaration] g72x_init_state(&state); ^ encode.c:101:4: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] exit(1); ^ encode.c:101:4: note: include the header or explicitly provide a declaration for 'exit' 3 warnings generated. --- libadpcm.a --- ar rcv libadpcm.a g711.o g721.o g723_24.o g723_40.o g72x.o a - g711.o a - g721.o a - g723_24.o a - g723_40.o a - g72x.o ranlib libadpcm.a --- decode --- --- encode --- --- decode --- clang -o g72xdecode decode.o -L. -ladpcm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib --- encode --- clang -o g72xencode encode.o -L. -ladpcm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib make all in librplay... --- rplay.lo --- --- rptp.lo --- --- async.lo --- --- rplay.lo --- /var/pkgsrc/work/audio/rplay/work/.cwrapper/bin/libtool --mode=compile clang -I/usr/pkg/include -I/usr/include -I. -I../include -I./../include -DHAVE_CONFIG_H -O2 -I/usr/pkg/include -I/usr/include -c rplay.c --- rptp.lo --- /var/pkgsrc/work/audio/rplay/work/.cwrapper/bin/libtool --mode=compile clang -I/usr/pkg/include -I/usr/include -I. -I../include -I./../include -DHAVE_CONFIG_H -O2 -I/usr/pkg/include -I/usr/include -c rptp.c --- async.lo --- /var/pkgsrc/work/audio/rplay/work/.cwrapper/bin/libtool --mode=compile clang -I/usr/pkg/include -I/usr/include -I. -I../include -I./../include -DHAVE_CONFIG_H -O2 -I/usr/pkg/include -I/usr/include -c async.c --- rplay.lo --- libtool: compile: clang -I/var/pkgsrc/work/audio/rplay/work/.buildlink/include -I. -I../include -I./../include -DHAVE_CONFIG_H -O2 -c rplay.c -fPIC -DPIC -o .libs/rplay.o --- rptp.lo --- libtool: compile: clang -I/var/pkgsrc/work/audio/rplay/work/.buildlink/include -I. -I../include -I./../include -DHAVE_CONFIG_H -O2 -c rptp.c -fPIC -DPIC -o .libs/rptp.o --- async.lo --- libtool: compile: clang -I/var/pkgsrc/work/audio/rplay/work/.buildlink/include -I. -I../include -I./../include -DHAVE_CONFIG_H -O2 -c async.c -fPIC -DPIC -o .libs/async.o async.c:282:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ async.c:579:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if (p = memchr(ptr->current, '\r', ptr->length)) ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ async.c:579:9: note: place parentheses around the assignment to silence this warning if (p = memchr(ptr->current, '\r', ptr->length)) ^ ( ) async.c:579:9: note: use '==' to turn this assignment into an equality comparison if (p = memchr(ptr->current, '\r', ptr->length)) ^ == --- rptp.lo --- libtool: compile: clang -I/var/pkgsrc/work/audio/rplay/work/.buildlink/include -I. -I../include -I./../include -DHAVE_CONFIG_H -O2 -c rptp.c -o rptp.o >/dev/null 2>&1 --- async.lo --- 2 warnings generated. libtool: compile: clang -I/var/pkgsrc/work/audio/rplay/work/.buildlink/include -I. -I../include -I./../include -DHAVE_CONFIG_H -O2 -c async.c -o async.o >/dev/null 2>&1 --- rplay.lo --- libtool: compile: clang -I/var/pkgsrc/work/audio/rplay/work/.buildlink/include -I. -I../include -I./../include -DHAVE_CONFIG_H -O2 -c rplay.c -o rplay.o >/dev/null 2>&1 --- librplay.la --- /var/pkgsrc/work/audio/rplay/work/.cwrapper/bin/libtool --mode=link clang -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -o librplay.la rplay.lo rptp.lo async.lo -rpath /usr/pkg/lib -version-info 0:0 libtool: link: clang -shared -fPIC -DPIC .libs/rplay.o .libs/rptp.o .libs/async.o -L/var/pkgsrc/work/audio/rplay/work/.buildlink/lib -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-soname -Wl,librplay.so.0 -o .libs/librplay.so.0.0.0 libtool: link: (cd ".libs" && rm -f "librplay.so.0" && ln -s "librplay.so.0.0.0" "librplay.so.0") libtool: link: (cd ".libs" && rm -f "librplay.so" && ln -s "librplay.so.0.0.0" "librplay.so") libtool: link: ar cru .libs/librplay.a rplay.o rptp.o async.o libtool: link: ranlib .libs/librplay.a libtool: link: ( cd ".libs" && rm -f "librplay.la" && ln -s "../librplay.la" "librplay.la" ) make all in rplayd... --- audio.o --- --- buffer.o --- --- cache.o --- --- audio.o --- clang -c -I/usr/pkg/include -I/usr/include -I. -I../include -I. -I./../include -I./../lib -I./../adpcm -DHAVE_CONFIG_H -DRPLAY_CONF=\"/usr/pkg/etc/rplay.conf\" -DRPLAY_HOSTS=\"/usr/pkg/etc/rplay.hosts\" -DRPLAY_SERVERS=\"/usr/pkg/etc/rplay.servers\" -DRPLAY_HELPERS=\"/usr/pkg/etc/rplay.helpers\" -DRPLAY_CACHE=\"/tmp/.rplay-cache\" -DRPLAY_LOG=\"/tmp/rplay.log\" -DRPLAYDRC=\"\~/.rplaydrc\" -O2 -I/usr/pkg/include -I/usr/include audio.c --- buffer.o --- clang -c -I/usr/pkg/include -I/usr/include -I. -I../include -I. -I./../include -I./../lib -I./../adpcm -DHAVE_CONFIG_H -DRPLAY_CONF=\"/usr/pkg/etc/rplay.conf\" -DRPLAY_HOSTS=\"/usr/pkg/etc/rplay.hosts\" -DRPLAY_SERVERS=\"/usr/pkg/etc/rplay.servers\" -DRPLAY_HELPERS=\"/usr/pkg/etc/rplay.helpers\" -DRPLAY_CACHE=\"/tmp/.rplay-cache\" -DRPLAY_LOG=\"/tmp/rplay.log\" -DRPLAYDRC=\"\~/.rplaydrc\" -O2 -I/usr/pkg/include -I/usr/include buffer.c --- cache.o --- clang -c -I/usr/pkg/include -I/usr/include -I. -I../include -I. -I./../include -I./../lib -I./../adpcm -DHAVE_CONFIG_H -DRPLAY_CONF=\"/usr/pkg/etc/rplay.conf\" -DRPLAY_HOSTS=\"/usr/pkg/etc/rplay.hosts\" -DRPLAY_SERVERS=\"/usr/pkg/etc/rplay.servers\" -DRPLAY_HELPERS=\"/usr/pkg/etc/rplay.helpers\" -DRPLAY_CACHE=\"/tmp/.rplay-cache\" -DRPLAY_LOG=\"/tmp/rplay.log\" -DRPLAYDRC=\"\~/.rplaydrc\" -O2 -I/usr/pkg/include -I/usr/include cache.c --- cdrom.o --- --- audio.o --- audio.c:38:10: fatal error: 'machine/soundcard.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. *** [audio.o] Error code 1 bmake[1]: stopped in /var/pkgsrc/work/audio/rplay/work/rplay-3.3.2/rplayd --- cdrom.o --- clang -c -I/usr/pkg/include -I/usr/include -I. -I../include -I. -I./../include -I./../lib -I./../adpcm -DHAVE_CONFIG_H -DRPLAY_CONF=\"/usr/pkg/etc/rplay.conf\" -DRPLAY_HOSTS=\"/usr/pkg/etc/rplay.hosts\" -DRPLAY_SERVERS=\"/usr/pkg/etc/rplay.servers\" -DRPLAY_HELPERS=\"/usr/pkg/etc/rplay.helpers\" -DRPLAY_CACHE=\"/tmp/.rplay-cache\" -DRPLAY_LOG=\"/tmp/rplay.log\" -DRPLAYDRC=\"\~/.rplaydrc\" -O2 -I/usr/pkg/include -I/usr/include cdrom.c 1 error bmake[1]: stopped in /var/pkgsrc/work/audio/rplay/work/rplay-3.3.2/rplayd *** [all] Error code 1 bmake: stopped in /var/pkgsrc/work/audio/rplay/work/rplay-3.3.2 1 error bmake: stopped in /var/pkgsrc/work/audio/rplay/work/rplay-3.3.2 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/audio/rplay *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/audio/rplay