Date: Mon, 22 Nov 2021 14:30:11 +0000 From: bugzilla-noreply@freebsd.org To: virtualization@FreeBSD.org Subject: [Bug 259983] Bhyve snapshots/amd64/13.0-STABLE 2021-Nov-18 04:26 Message-ID: <bug-259983-27103@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259983 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) !=3D 0) ^ /data/src/src_13.0/usr/src/usr.sbin/bhyve/pci_fbuf.c:231:7: note: did you m= ean '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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259983-27103>