summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1892544
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:24:58 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:27:06 +0000
commit33606b41d35115f887ea688b1a16f2ff85bf2fe4 (patch)
tree406b2c7b19a087ba437c68f3dbf0b589fa1d6150 /results/scraper/launchpad-without-comments/1892544
parentadedf8771bc4de3113041ca21bd4d0d1c0014b6a (diff)
downloadqemu-analysis-33606b41d35115f887ea688b1a16f2ff85bf2fe4.tar.gz
qemu-analysis-33606b41d35115f887ea688b1a16f2ff85bf2fe4.zip
add launchpad bug reports without comments
Diffstat (limited to 'results/scraper/launchpad-without-comments/1892544')
-rw-r--r--results/scraper/launchpad-without-comments/189254443
1 files changed, 43 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1892544 b/results/scraper/launchpad-without-comments/1892544
new file mode 100644
index 000000000..5eecd2f6a
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1892544
@@ -0,0 +1,43 @@
+meson qemu 5.2 can not built with msys2
+
+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
\ No newline at end of file