On Thu, Jun 5, 2025, 6:46 PM Charlie Li <vish...@freebsd.org> wrote:
> John Baldwin wrote: > > On 6/5/25 19:29, Charlie Li wrote: > >> <sys/dev/nvme.h> doesn't appear to be making it in nvme_all.h as the > >> build complains about missing nvme_opcode_sbuf() in nvme_all.c. > > > > Are you getting a link error or a compile error? I built this locally > > several times > > today to test various combinations (kernels with and without either CAM > > or nvme and > > loading nvme.ko in kernels without to make sure it worked). I also > > built GENERIC > > prior to pushing and it built fine. > > > Compile error in buildworld. > In libcam? Warner > Sigh, so from ci.freebsd.org, it appears to be userland that is choking > > (libcam) > > rather than the kernel. I'll fix shortly (mostly it just means removing > > the > > #ifdef _KERNEL). > > > > -- > Charlie Li > ...nope, still don't have an exit line. >