[Bug 259983] Bhyve snapshots/amd64/13.0-STABLE 2021-Nov-18 04:26
Date: Mon, 22 Nov 2021 14:30:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259983 Bug ID: 259983 Summary: Bhyve snapshots/amd64/13.0-STABLE 2021-Nov-18 04:26 Product: Base System Version: 13.0-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: bhyve Assignee: virtualization@FreeBSD.org Reporter: didier.castellacci@yahoo.fr I may have encountered a difficulty with the make command here is the message: usr/src/usr.sbin/bhyve/pci_fbuf.c:231:7: error: implicit declaration of function 'vm_munmap_memseg' is invalid in C99 [-Werror,-Wimplicit-function-declaration] if (vm_munmap_memseg(ctx, sc->fbaddr, FB_SIZE) != 0) ^ /data/src/src_13.0/usr/src/usr.sbin/bhyve/pci_fbuf.c:231:7: note: did you mean 'vm_mmap_memseg'? /usr/include/vmmapi.h:111:5: note: 'vm_mmap_memseg' declared here int vm_mmap_memseg(struct vmctx *ctx, vm_paddr_t gpa, int segid, ^ 1 error generated. *** Error code 1 Stop. make: stopped in /data/src/src_13.0/usr/src/usr.sbin/bhyve I ran the make command in the bhyve directory of the file: src.txz 184260736 2021-Nov-18 04:26 Do you have any idea to get around the problem ? Thank You Didier -- You are receiving this mail because: You are the assignee for the bug.