[Bug 292686] bhyve fails to build with WITH_BHYVE_SNAPSHOT=yes on arm64

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 24 Jan 2026 07:26:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292686

            Bug ID: 292686
           Summary: bhyve fails to build with WITH_BHYVE_SNAPSHOT=yes on
                    arm64
           Product: Base System
           Version: 16.0-CURRENT
          Hardware: arm
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bhyve
          Assignee: virtualization@FreeBSD.org
          Reporter: novel@FreeBSD.org

With WITH_BHYVE_SNAPSHOT=yes in /etc/src.conf bhyve fails to build on arm64
with the following error:

--- bhyverun.pieo ---
In file included from
/mnt/data/aarch64/freebsd-src/usr.sbin/bhyve/bhyverun.c:94:
/mnt/data/aarch64/freebsd-src/usr.sbin/bhyve/snapshot.h:79:20: error: field has
incomplete type 'enum snapshot_req'
   79 |         enum snapshot_req req;          /* request type */ 
      |                           ^                
/mnt/data/aarch64/freebsd-src/usr.sbin/bhyve/snapshot.h:79:7: note: forward
declaration of 'enum snapshot_req'
   79 |         enum snapshot_req req;          /* request type */ 
      |              ^
--- all_subdir_lib ---
--- atof.3.gz ---
--- all_subdir_usr.sbin ---
1 error generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.