summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/2314.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/2314.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/2314.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/2314.toml24
1 files changed, 24 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2314.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2314.toml
new file mode 100644
index 00000000..badf9b94
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/2314.toml
@@ -0,0 +1,24 @@
+id = 2314
+title = "Building QEMU 9.0.0 fails on MacOS 10.15.7 (error: initializing 'NSEdgeInsets' (aka 'struct NSEdgeInsets') with an expression of incompatible type 'id')"
+state = "closed"
+created_at = "2024-04-26T10:45:45.728Z"
+closed_at = "2024-04-26T11:30:04.783Z"
+labels = []
+url = "https://gitlab.com/qemu-project/qemu/-/issues/2314"
+host-os = "MacOS Catalina (10.15.7)"
+host-arch = "x86_64"
+qemu-version = "9.0.0"
+guest-os = "n/a"
+guest-arch = "n/a"
+description = """QEMU fails to compile using Homebrew on OS X 10.15.7:
+```
+../ui/cocoa.m:542:18: error: initializing 'NSEdgeInsets' (aka 'struct NSEdgeInsets') with an expression of incompatible type 'id'
+    NSEdgeInsets insets = [[[self window] screen] safeAreaInsets];
+                 ^        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+1 error generated.
+```"""
+reproduce = """1. Compile QEMU on OS X 10.15.7 using Homebrew
+2.
+3."""
+additional = """Build log
+[02.make.zip](/uploads/dfb618b86984ed6cf699d94bf9d6c9e1/02.make.zip)"""