=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for xawtv-3.95nb28
  CC	  console/record.o
  CC	  console/showriff.o
  CC	  console/dump-mixers.o
console/dump-mixers.c:22:18: error: use of undeclared identifier 'SOUND_DEVICE_LABELS'
char *labels[] = SOUND_DEVICE_LABELS;
                 ^
console/dump-mixers.c:23:18: error: use of undeclared identifier 'SOUND_DEVICE_NAMES'
char *names[]  = SOUND_DEVICE_NAMES;
                 ^
console/dump-mixers.c:43:25: warning: call to undeclared function 'MIXER_READ'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    if (-1 == ioctl(mix,MIXER_READ(SOUND_MIXER_DEVMASK),&devmask) ||
                        ^
console/dump-mixers.c:43:36: error: use of undeclared identifier 'SOUND_MIXER_DEVMASK'
    if (-1 == ioctl(mix,MIXER_READ(SOUND_MIXER_DEVMASK),&devmask) ||
                                   ^
console/dump-mixers.c:44:29: error: use of undeclared identifier 'SOUND_MIXER_STEREODEVS'
        -1 == ioctl(mix,MIXER_READ(SOUND_MIXER_STEREODEVS),&stereomask) ||
                                   ^
console/dump-mixers.c:45:29: error: use of undeclared identifier 'SOUND_MIXER_RECMASK'
        -1 == ioctl(mix,MIXER_READ(SOUND_MIXER_RECMASK),&recmask) ||
                                   ^
console/dump-mixers.c:46:29: error: use of undeclared identifier 'SOUND_MIXER_RECSRC'
        -1 == ioctl(mix,MIXER_READ(SOUND_MIXER_RECSRC),&recsrc)) {
                                   ^
console/showriff.c:486:41: warning: expression does not compute the number of elements in this array; element type is 'struct VAL', not 'char *' [-Wsizeof-array-div]
            dump_vals(f,sizeof(names_strf_auds)/sizeof(char*),names_strf_auds);
                               ~~~~~~~~~~~~~~~ ^
console/showriff.c:182:12: note: array 'names_strf_auds' declared here
struct VAL names_strf_auds[] = {
           ^
console/showriff.c:486:41: note: place parentheses around the 'sizeof(char *)' expression to silence this warning
            dump_vals(f,sizeof(names_strf_auds)/sizeof(char*),names_strf_auds);
                                               ^
console/dump-mixers.c:51:21: error: use of undeclared identifier 'SOUND_MIXER_NRDEVICES'
    for (i = 0; i < SOUND_MIXER_NRDEVICES; i++) {
                    ^
console/showriff.c:495:41: warning: expression does not compute the number of elements in this array; element type is 'struct VAL', not 'char *' [-Wsizeof-array-div]
            dump_vals(f,sizeof(names_strf_auds)/sizeof(char*),names_strf_auds);
                               ~~~~~~~~~~~~~~~ ^
console/showriff.c:182:12: note: array 'names_strf_auds' declared here
struct VAL names_strf_auds[] = {
           ^
console/showriff.c:495:41: note: place parentheses around the 'sizeof(char *)' expression to silence this warning
            dump_vals(f,sizeof(names_strf_auds)/sizeof(char*),names_strf_auds);
                                               ^
console/record.c:64:31: error: use of undeclared identifier 'SNDCTL_DSP_SETFRAGMENT'
    if (-1 == ioctl(sound_fd, SNDCTL_DSP_SETFRAGMENT, &frag))
                              ^
console/record.c:68:12: error: use of undeclared identifier 'AFMT_S16_LE'
    afmt = AFMT_S16_LE;
           ^
1 warning and 7 errors generated.
console/record.c:69:31: error: use of undeclared identifier 'SNDCTL_DSP_SETFMT'
    if (-1 == ioctl(sound_fd, SNDCTL_DSP_SETFMT, &afmt)) {
                              ^
console/record.c:73:17: error: use of undeclared identifier 'AFMT_S16_LE'
    if (afmt != AFMT_S16_LE) {
                ^
console/record.c:80:31: error: use of undeclared identifier 'SNDCTL_DSP_CHANNELS'
    if (-1 == ioctl(sound_fd, SNDCTL_DSP_CHANNELS, &channels)) {
                              ^
gmake: *** [mk/Compile.mk:55: console/dump-mixers.o] Error 1
console/record.cgmake: *** Waiting for unfinished jobs....
:91:31: error: use of undeclared identifier 'SNDCTL_DSP_SPEED'
    if (-1 == ioctl(sound_fd, SNDCTL_DSP_SPEED, &srate)) {
                              ^
console/record.c:104:31: error: use of undeclared identifier 'SNDCTL_DSP_GETBLKSIZE'
    if (-1 == ioctl(sound_fd, SNDCTL_DSP_GETBLKSIZE,  &sound_blksize)) {
                              ^
console/record.c:120:16: error: use of undeclared identifier 'PCM_ENABLE_INPUT'
    trigger = ~PCM_ENABLE_INPUT;
               ^
console/record.c:121:20: error: use of undeclared identifier 'SNDCTL_DSP_SETTRIGGER'
    ioctl(sound_fd,SNDCTL_DSP_SETTRIGGER,&trigger);
                   ^
console/record.c:122:15: error: use of undeclared identifier 'PCM_ENABLE_INPUT'
    trigger = PCM_ENABLE_INPUT;
              ^
console/record.c:123:20: error: use of undeclared identifier 'SNDCTL_DSP_SETTRIGGER'
    ioctl(sound_fd,SNDCTL_DSP_SETTRIGGER,&trigger);
                   ^
console/record.c:185:13: error: use of undeclared identifier 'SOUND_MIXER_NRDEVICES'
char *names[SOUND_MIXER_NRDEVICES] = SOUND_DEVICE_NAMES;
            ^
console/record.c:185:38: error: use of undeclared identifier 'SOUND_DEVICE_NAMES'
char *names[SOUND_MIXER_NRDEVICES] = SOUND_DEVICE_NAMES;
                                     ^
console/record.c:186:20: error: use of undeclared identifier 'SOUND_MIXER_NRDEVICES'
char *config_names[SOUND_MIXER_NRDEVICES][4];
                   ^
console/record.c:202:25: warning: call to undeclared function 'MIXER_READ'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    if (-1 == ioctl(mix,MIXER_READ(SOUND_MIXER_DEVMASK),&devmask)) {
                        ^
console/record.c:202:36: error: use of undeclared identifier 'SOUND_MIXER_DEVMASK'
    if (-1 == ioctl(mix,MIXER_READ(SOUND_MIXER_DEVMASK),&devmask)) {
                                   ^
console/record.c:206:21: error: use of undeclared identifier 'SOUND_MIXER_NRDEVICES'
    for (i = 0; i < SOUND_MIXER_NRDEVICES; i++) {
                    ^
console/record.c:218:18: error: use of undeclared identifier 'SOUND_MIXER_NRDEVICES'
        for (i = 0; i < SOUND_MIXER_NRDEVICES; i++)
                        ^
console/record.c:247:25: warning: call to undeclared function 'MIXER_WRITE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    if (-1 == ioctl(mix,MIXER_WRITE(dev),&volume)) {
                        ^
2 warnings and 17 errors generated.
gmake: *** [mk/Compile.mk:55: console/record.o] Error 1
2 warnings generated.
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/multimedia/xawtv
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/multimedia/xawtv