=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for mtx-1.3.12nb1
clang -pipe -Os -DVERSION="\"1.3.12\"" -I. -I.  -c -o mtx.o mtx.c
In file included from mtx.c:40:
./mtxl.h:39:1: error: unknown type name 'DEVICE_TYPE'
DEVICE_TYPE SCSI_OpenDevice(char *DeviceName);
^
./mtxl.h:40:41: error: unknown type name 'DEVICE_TYPE'
void SCSI_CloseDevice(char *DeviceName, DEVICE_TYPE DeviceFD);
                                        ^
./mtxl.h:41:25: error: unknown type name 'DEVICE_TYPE'
int SCSI_ExecuteCommand(DEVICE_TYPE DeviceFD,
                        ^
./mtxl.h:57:24: error: unknown type name 'DEVICE_TYPE'
int ClearUnitAttention(DEVICE_TYPE fd, RequestSense_T *RequestSense);
                       ^
./mtxl.h:59:37: error: unknown type name 'DEVICE_TYPE'
ElementStatus_T *ReadElementStatus(     DEVICE_TYPE MediumChangerFD,
                                        ^
./mtxl.h:64:28: error: unknown type name 'DEVICE_TYPE'
Inquiry_T *RequestInquiry(      DEVICE_TYPE fd,
                                ^
./mtxl.h:67:29: error: unknown type name 'DEVICE_TYPE'
RequestSense_T *MoveMedium(     DEVICE_TYPE MediumChangerFD,
                                ^
./mtxl.h:74:33: error: unknown type name 'DEVICE_TYPE'
RequestSense_T *ExchangeMedium( DEVICE_TYPE MediumChangerFD,
                                ^
./mtxl.h:81:33: error: unknown type name 'DEVICE_TYPE'
RequestSense_T *PositionElement(DEVICE_TYPE MediumChangerFD,
                                ^
./mtxl.h:85:15: error: unknown type name 'DEVICE_TYPE'
int Inventory(DEVICE_TYPE MediumChangerFD);  /* inventory library */
              ^
./mtxl.h:86:16: error: unknown type name 'DEVICE_TYPE'
int LoadUnload(DEVICE_TYPE fd, int bLoad); /* load/unload tape, magazine or disc */
               ^
./mtxl.h:87:15: error: unknown type name 'DEVICE_TYPE'
int StartStop(DEVICE_TYPE fd, int bStart); /* start/stop device */
              ^
./mtxl.h:88:16: error: unknown type name 'DEVICE_TYPE'
int LockUnlock(DEVICE_TYPE fd, int bLock); /* lock/unlock medium in device */
               ^
./mtxl.h:89:23: error: unknown type name 'DEVICE_TYPE'
RequestSense_T *Erase(DEVICE_TYPE fd);        /* send SHORT erase to drive */
                      ^
./mtxl.h:102:26: error: unknown type name 'DEVICE_TYPE'
NSM_Result_T *RecNSMHack(DEVICE_TYPE MediumChangerFD, 
                         ^
./mtxl.h:105:17: error: unknown type name 'DEVICE_TYPE'
int SendNSMHack(DEVICE_TYPE MediumChangerFD, NSM_Param_T *nsm_command, 
                ^
mtx.c:88:8: error: unknown type name 'DEVICE_TYPE'
static DEVICE_TYPE MediumChangerFD = (DEVICE_TYPE) -1;
       ^
mtx.c:88:39: error: use of undeclared identifier 'DEVICE_TYPE'
static DEVICE_TYPE MediumChangerFD = (DEVICE_TYPE) -1;
                                      ^
18 errors generated.
gmake: *** [<builtin>: mtx.o] Error 1
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/sysutils/mtx
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/sysutils/mtx