On 2026-08-13 4:56 p.m., Kirill A. Korinsky wrote:
On Wed, 12 Aug 2026 06:07:54 +0200,
Brad Smith <[email protected]> wrote:
Here is an update to QEMU 11.1.0.
https://wiki.qemu.org/ChangeLog/11.1
I also noticed that without bison it fails as:
Program bison found: NO
../qemu-11.1.0/target/hexagon/meson.build:300:8: ERROR: Program 'bison' not
found or not executable
A full log can be found at
/build/pobj/qemu-11.1.0/build-amd64/meson-logs/meson-log.txt
So, I had commited your diff with added devel/bison as build deps.
Thanks!
Looks like this was originally added in 8.0 but only recently made a
hard dependency due
to the system emulation addition for Hexagon. But was missed in the
ChangeLog. Thanks.