This is an automatically generated notice of a NetBSD-current/i386
build failure.
The failure occurred on babylon4.netbsd.org, a NetBSD/amd64 host,
using sources from CVS date 2024.11.09.11.09.40.
An extract from the build.sh output follows:
822 | rlen = sizeof(*did) +
did->designator_length - 1;
| ^
/tmp/build/2024.11.09.11.09.40-i386/src/sbin/scsictl/scsictl.c:822:50:
error: invalid use of undefined type 'struct scsipi_inquiry_evpd_device_id'
822 | rlen = sizeof(*did) +
did->designator_length - 1;
| ^~
/tmp/build/2024.11.09.11.09.40-i386/src/sbin/scsictl/scsictl.c:826:48:
error: passing argument 2 of 'print_designator' from incompatible pointer type
[-Werror=incompatible-pointer-types]
826 | print_designator("\t", did);
| ^~~
| |
| struct
scsipi_inquiry_evpd_device_id *
/tmp/build/2024.11.09.11.09.40-i386/src/sbin/scsictl/scsictl.c:644:73:
note: expected 'struct scsipi_inquiry_evpd_device_id *' but argument is of type
'struct scsipi_inquiry_evpd_device_id *'
The following commits were made between the last successful build and
the first failed build:
2024.11.09.11.09.40 mlelstv src/sbin/scsictl/scsictl.8 1.33
2024.11.09.11.09.40 mlelstv src/sbin/scsictl/scsictl.c 1.41
Logs can be found at:
http://releng.NetBSD.org/b5reports/i386/commits-2024.11.html#2024.11.09.11.09.40