=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for vid-1.0.1nb14 --- vid --- clang -I/usr/pkg/include/netpbm -O -o vid vid.c -lnetpbm -lm -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib vid.c:52:26: error: variable has incomplete type 'struct usb_ctl_request' struct usb_ctl_request ur; ^ vid.c:52:10: note: forward declaration of 'struct usb_ctl_request' struct usb_ctl_request ur; ^ vid.c:78:16: error: use of undeclared identifier 'USB_DO_REQUEST' if(ioctl(fd, USB_DO_REQUEST, &ur) < 0) { ^ vid.c:87:26: error: variable has incomplete type 'struct usb_ctl_request' struct usb_ctl_request ur; ^ vid.c:87:10: note: forward declaration of 'struct usb_ctl_request' struct usb_ctl_request ur; ^ vid.c:114:16: error: use of undeclared identifier 'USB_DO_REQUEST' if(ioctl(fd, USB_DO_REQUEST, &ur) < 0) { ^ vid.c:238:26: error: variable has incomplete type 'struct usb_device_info' struct usb_device_info udi; /* device info */ ^ vid.c:238:10: note: forward declaration of 'struct usb_device_info' struct usb_device_info udi; /* device info */ ^ vid.c:239:28: error: variable has incomplete type 'struct usb_alt_interface' struct usb_alt_interface alt; /* interface/alternate selection */ ^ vid.c:239:10: note: forward declaration of 'struct usb_alt_interface' struct usb_alt_interface alt; /* interface/alternate selection */ ^ vid.c:317:18: error: use of undeclared identifier 'USB_GET_DEVICEINFO' if(ioctl(fd, USB_GET_DEVICEINFO, &udi) < 0) { ^ vid.c:346:20: error: use of undeclared identifier 'USB_GET_DEVICEINFO' if(ioctl(fd, USB_GET_DEVICEINFO, &udi) < 0 ^ vid.c:544:16: error: use of undeclared identifier 'USB_SET_ALTINTERFACE' if(ioctl(fd, USB_SET_ALTINTERFACE, &alt) < 0) { ^ 9 errors generated. *** [vid] Error code 1 bmake: stopped in /var/pkgsrc/work/graphics/vid/work/vid-1.0.1 1 error bmake: stopped in /var/pkgsrc/work/graphics/vid/work/vid-1.0.1 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/graphics/vid *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/graphics/vid