summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1553.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
commit4b927bc37359dec23f67d3427fc982945f24f404 (patch)
tree245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/1553.toml
parentaa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff)
downloademulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz
emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1553.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/1553.toml22
1 files changed, 22 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1553.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1553.toml
new file mode 100644
index 00000000..e621c9c5
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/1553.toml
@@ -0,0 +1,22 @@
+id = 1553
+title = "Build error: implicit declaration of function 'qemu_close_to_socket'"
+state = "closed"
+created_at = "2023-03-22T07:17:26.185Z"
+closed_at = "2023-03-25T16:28:31.256Z"
+labels = ["GUI", "hostos: Windows", "spice", "workflow::Patch available"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/1553"
+host-os = "Windows 10 22H2"
+host-arch = "x86"
+qemu-version = "7.2.91 (v7.2.0-2853-ged425905ee-dirty)"
+guest-os = "Any"
+guest-arch = "ARM"
+description = """When build the latest master code with MSYS2 on Windows 10, GCC reports:
+../ui/spice-core.c: In function 'watch_remove':
+../ui/spice-core.c:152:5: error: implicit declaration of function 'qemu_close_to_socket' [-Werror=implicit-function-declaration]
+  152 |     qemu_close_to_socket(watch->fd);
+      |     ^~~~~~~~~~~~~~~~~~~~
+../ui/spice-core.c:152:5: error: nested extern declaration of 'qemu_close_to_socket' [-Werror=nested-externs]"""
+reproduce = """1. ./configure --enable-sdl --enable-gtk --target-list=arm-softmmu,aarch64-softmmu
+2. cd build
+3. make"""
+additional = "n/a"