maintainer-feedback requested: [Bug 296212] emulators/qemu-user-static: os-ioctl-cmds.h:123:7: error: use of undeclared identifier 'SIOCGVH'

[email protected] Mon, 22 Jun 2026 18:01:56 +0000
Newsgroups gmane.os.freebsd.devel.emulation
Message-ID <[email protected]/bugzilla/>
Bugzilla Automation <[email protected]> has asked freebsd-emulation (Nob=
ody)
<[email protected]> for maintainer-feedback:
Bug 296212: emulators/qemu-user-static: os-ioctl-cmds.h:123:7: error: use=
=20=20=20=20=20=20
of undeclared identifier 'SIOCGVH'
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D296212



--- Description ---
On recent CURRENT (FreeBSD 16.0-CURRENT #1 main-n286857-9cd0d6231311: Mon J=
un
22 19:20:33 CEST 2026 amd64) compiling port emulators/qemu-user-static via
traditional make as well as within poudriere fails with the error:

[...]
In file included from
/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-527096e0c8/bsd-use=
r/bs
d-ioctl.c:351:
/usr/ports/emulators/qemu-user-static/work/qemu-bsd-user-527096e0c8/bsd-use=
r/fr
eebsd/os-ioctl-cmds.h:123:7:
error: use
      of undeclared identifier 'SIOCGVH'
  123 | IOCTL(SIOCGVH, IOC_W | IOC_R, MK_PTR(MK_STRUCT(STRUCT_ifreq_ptr)))
[...]