As far as I know, MSYS2 was finally working again after the change to the meson build system, so this should have been fixed. If there are still problems left, please open a new ticket in the new issue tracker at gitlab: https://gitlab.com/qemu-project/qemu/-/issues
** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1892544 Title: meson qemu 5.2 can not built with msys2 Status in QEMU: Fix Released Bug description: pacman -S base-devel mingw-w64-x86_64-toolchain git pacman -S mingw-w64-x86_64-python mingw-w64-x86_64-python-setuptools pacman -S mingw-w64-x86_64-spice-protocol cd /mingw64/bin cp x86_64-w64-mingw32-gcc-ar.exe x86_64-w64-mingw32-ar.exe cp x86_64-w64-mingw32-gcc-ranlib.exe x86_64-w64-mingw32-ranlib.exe cp windres.exe x86_64-w64-mingw32-windres.exe cp nm.exe x86_64-w64-mingw32-nm.exe cp objcopy.exe x86_64-w64-mingw32-objcopy.exe cd ~ cd qemu.org-x64 ../qemu.org/configure \ --python=python3 \ --cross-prefix=x86_64-w64-mingw32- --enable-gtk --enable-sdl \ --enable-capstone=git \ --enable-stack-protector \ --enable-gnutls \ --enable-nettle \ --enable-vnc \ --enable-vnc-sasl \ --enable-vnc-jpeg \ --enable-vnc-png \ --enable-membarrier \ --enable-slirp=git \ --disable-kvm \ --enable-hax \ --enable-whpx \ --disable-spice \ --enable-lzo \ --enable-snappy \ --enable-bzip2 \ --enable-vdi \ --enable-qcow1 \ --enable-tools \ --enable-libusb \ --enable-usb-redir \ --disable-libnfs \ --enable-libssh To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/1892544/+subscriptions