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.06.15.49.36. An extract from the build.sh output follows: | | | int /tmp/build/2024.11.06.15.49.36-i386/src/sys/dev/i2c/i2cvar.h:223:25: note: expected 'i2c_tag_t' {aka 'struct i2c_controller *'} but argument is of type 'int' 223 | int iic_acquire_bus(i2c_tag_t, int); | ^~~~~~~~~ /tmp/build/2024.11.06.15.49.36-i386/src/sys/dev/i2c/ds2482ow.c:697:27: error: passing argument 1 of 'iic_release_bus' makes pointer from integer without a cast [-Werror=int-conversion] 697 | iic_release_bus(sc->sc_tag, 0); | ~~^~~~~~~~ | | | int /tmp/build/2024.11.06.15.49.36-i386/src/sys/dev/i2c/i2cvar.h:224:25: note: expected 'i2c_tag_t' {aka 'struct i2c_controller *'} but argument is of type 'int' The following commits were made between the last successful build and the first failed build: 2024.11.06.15.49.36 riastradh src/sys/dev/i2c/ds2482ow.c 1.2 2024.11.06.15.49.36 riastradh src/sys/dev/i2c/ds2482owvar.h 1.2 Logs can be found at: http://releng.NetBSD.org/b5reports/i386/commits-2024.11.html#2024.11.06.15.49.36