Dag-Erling Smørgrav <[email protected]> writes:
> Ed Maste <[email protected]> writes:
> > + assert(iov_to_buf(req->vsr_iov_in, req->vsr_niov_in,
> > + (void **)&req->vsr_cmd_rd) == VTSCSI_IN_HEADER_LEN(q->vsq_sc));
> This assertion breaks the gcc build.
It's been a week since this was committed. It still hasn't been fixed
and is causing Jenkins to nag everyone who commits anything to main.
Please attend to it.
As a reminder, you can install an alternate toolchain (e.g. amd64-gcc15)
from ports or packages and run either
make buildworld WITHOUT_TOOLCHAIN=1 CROSS_TOOLCHAIN=amd64-gcc15
to build world with that toolchain, or
make buildenv CROSS_TOOLCHAIN=amd64-gcc15
to get a shell in which `make` will use that toolchain instead of the
default. Simply running `make CROSS_TOOLCHAIN=amd64-gcc15` in
`usr.sbin/bhyve` will not work; you need the full environment.
DES
--
Dag-Erling Smørgrav - [email protected]