=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> 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 amp-0.7.6nb1 --- dump.o --- --- formats.o --- --- getbits.o --- --- huffman.o --- --- formats.o --- gcc -c -O3 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_NetBSD -DARCH_amd64 formats.c --- dump.o --- gcc -c -O3 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_NetBSD -DARCH_amd64 dump.c --- getbits.o --- gcc -c -O3 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_NetBSD -DARCH_amd64 getbits.c --- huffman.o --- gcc -c -O3 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_NetBSD -DARCH_amd64 huffman.c --- formats.o --- formats.c: In function 'wav_end': formats.c:63:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ formats.c:63:2: warning: incompatible implicit declaration of built-in function 'exit' formats.c:63:2: note: include '' or provide a declaration of 'exit' --- getbits.o --- getbits.c: In function 'fillbfr': getbits.c:58:3: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy (buffer,&buffer[BUFFER_SIZE], overflow); ^~~~~~ getbits.c:58:3: warning: incompatible implicit declaration of built-in function 'memcpy' getbits.c:58:3: note: include '' or provide a declaration of 'memcpy' getbits.c:62:18: warning: incompatible implicit declaration of built-in function 'memcpy' if (append==0) memcpy(&buffer[BUFFER_SIZE],buffer,4); ^~~~~~ getbits.c:62:18: note: include '' or provide a declaration of 'memcpy' getbits.c: In function 'gethdr': getbits.c:153:2: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy(header,&tmp,sizeof(tmp)); ^~~~~~ getbits.c:153:2: note: include '' or provide a declaration of 'memcpy' --- huffman.o --- huffman.c: In function 'huffman_decode': huffman.c:68:4: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit (-1); ^~~~ huffman.c:68:4: warning: incompatible implicit declaration of built-in function 'exit' huffman.c:68:4: note: include '' or provide a declaration of 'exit' --- layer3.o --- gcc -c -O3 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_NetBSD -DARCH_amd64 layer3.c --- getdata.o --- gcc -c -O3 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_NetBSD -DARCH_amd64 getdata.c --- layer3.o --- layer3.c: In function 'layer3_frame': layer3.c:118:28: warning: implicit declaration of function 'requantize_downmix'; did you mean 'requantize_mono'? [-Wimplicit-function-declaration] if (A_DOWNMIX && nch==2) requantize_downmix(gr,&info,header); ^~~~~~~~~~~~~~~~~~ requantize_mono --- misc2.o --- --- transform.o --- --- misc2.o --- gcc -c -O3 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_NetBSD -DARCH_amd64 misc2.c --- transform.o --- gcc -c -O3 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_NetBSD -DARCH_amd64 transform.c --- misc2.o --- misc2.c: In function 'requantize_mono': misc2.c:96:38: warning: iteration 18 invokes undefined behavior [-Waggressive-loop-optimizations] xr[ch][0][l]=fras2(is[ch][l],a); ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ misc2.c:95:24: note: within this loop while (l<36) { ^ --- audio.o --- gcc -c -O3 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_NetBSD -DARCH_amd64 audio.c --- args.o --- gcc -c -O3 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_NetBSD -DARCH_amd64 args.c --- audio.o --- audio.c: In function 'decodeMPEG': audio.c:108:2: warning: implicit declaration of function 'show_header' [-Wimplicit-function-declaration] show_header(&header); ^~~~~~~~~~~ audio.c: In function 'main': audio.c:217:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ audio.c:217:2: warning: incompatible implicit declaration of built-in function 'exit' audio.c:217:2: note: include '' or provide a declaration of 'exit' audio.c:219:3: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ audio.c:219:3: note: include '' or provide a declaration of 'exit' audio.c: In function 'initialise_decoder': audio.c:228:2: warning: implicit declaration of function 'calculate_t43' [-Wimplicit-function-declaration] calculate_t43(); ^~~~~~~~~~~~~ --- buffer.o --- gcc -c -O3 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_NetBSD -DARCH_amd64 buffer.c --- audioIO.o --- gcc -c -O3 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_NetBSD -DARCH_amd64 audioIO.c --- buffer.o --- buffer.c: In function 'initBuffer': buffer.c:101:2: warning: implicit declaration of function 'mlock'; did you mean 'clock'? [-Wimplicit-function-declaration] mlock(buffer->bufferPtr,AUDIO_BUFFER_SIZE); ^~~~~ clock buffer.c: In function 'freeBuffer': buffer.c:112:3: warning: implicit declaration of function 'munlock'; did you mean 'unlockpt'? [-Wimplicit-function-declaration] munlock(buffer->bufferPtr,AUDIO_BUFFER_SIZE); ^~~~~~~ unlockpt --- position.o --- gcc -c -O3 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_NetBSD -DARCH_amd64 position.c --- layer2.o --- gcc -c -O3 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_NetBSD -DARCH_amd64 layer2.c --- position.o --- position.c: In function 'ffwd': position.c:25:2: warning: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] memcpy(&tmp,header,sizeof(tmp)); ^~~~~~ position.c:25:2: warning: incompatible implicit declaration of built-in function 'memcpy' position.c:25:2: note: include '' or provide a declaration of 'memcpy' position.c: In function 'rew': position.c:69:2: warning: incompatible implicit declaration of built-in function 'memcpy' memcpy(&tmp,header,sizeof(tmp)); ^~~~~~ position.c:69:2: note: include '' or provide a declaration of 'memcpy' --- rtbuf.o --- gcc -c -O3 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_NetBSD -DARCH_amd64 rtbuf.c --- guicontrol.o --- gcc -c -O3 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_NetBSD -DARCH_amd64 guicontrol.c --- util.o --- gcc -c -O3 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_NetBSD -DARCH_amd64 util.c --- guicontrol.o --- guicontrol.c: In function 'gui_control': guicontrol.c:323:4: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(0); ^~~~ guicontrol.c:323:4: warning: incompatible implicit declaration of built-in function 'exit' guicontrol.c:323:4: note: include '' or provide a declaration of 'exit' guicontrol.c:341:3: warning: implicit declaration of function 'decodeMPEG_2'; did you mean 'decodeMPEG'? [-Wimplicit-function-declaration] decodeMPEG_2(GUI_FD_TO_PLAY); ^~~~~~~~~~~~ decodeMPEG --- util.o --- util.c: In function 'die': util.c:27:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(-1); ^~~~ util.c:27:2: warning: incompatible implicit declaration of built-in function 'exit' util.c:27:2: note: include '' or provide a declaration of 'exit' --- getopt.o --- gcc -c -O3 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_NetBSD -DARCH_amd64 getopt.c getopt.c: In function '_getopt_internal': getopt.c:527:30: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (optind != argc && !strcmp (argv[optind], "--")) ^~~~~~ getopt.c:603:7: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] if (!strncmp (p->name, nextchar, nameend - nextchar)) ^~~~~~~ getopt.c:606:21: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] == (unsigned int) strlen (p->name)) ^~~~~~ getopt.c:606:21: warning: incompatible implicit declaration of built-in function 'strlen' getopt.c:606:21: note: include '' or provide a declaration of 'strlen' getopt.c:630:16: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:630:16: note: include '' or provide a declaration of 'strlen' getopt.c:660:17: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:660:17: note: include '' or provide a declaration of 'strlen' getopt.c:676:17: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:676:17: note: include '' or provide a declaration of 'strlen' getopt.c:681:16: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:681:16: note: include '' or provide a declaration of 'strlen' getopt.c:792:51: warning: incompatible implicit declaration of built-in function 'strlen' if ((unsigned int) (nameend - nextchar) == strlen (p->name)) ^~~~~~ getopt.c:792:51: note: include '' or provide a declaration of 'strlen' getopt.c:815:18: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:815:18: note: include '' or provide a declaration of 'strlen' getopt.c:835:19: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:835:19: note: include '' or provide a declaration of 'strlen' getopt.c:849:19: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:849:19: note: include '' or provide a declaration of 'strlen' getopt.c:853:18: warning: incompatible implicit declaration of built-in function 'strlen' nextchar += strlen (nextchar); ^~~~~~ getopt.c:853:18: note: include '' or provide a declaration of 'strlen' --- getopt1.o --- gcc -c -O3 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_NetBSD -DARCH_amd64 getopt1.c --- amp --- gcc -o amp dump.o formats.o getbits.o huffman.o layer3.o getdata.o misc2.o transform.o audio.o args.o buffer.o audioIO.o position.o layer2.o rtbuf.o guicontrol.o util.o getopt.o getopt1.o -lm