summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/2144.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/2144.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/2144.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/2144.toml30
1 files changed, 30 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2144.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2144.toml
new file mode 100644
index 00000000..0cdcf94b
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/2144.toml
@@ -0,0 +1,30 @@
+id = 2144
+title = "macOS build fails when using --enable-debug"
+state = "closed"
+created_at = "2024-02-01T08:17:26.383Z"
+closed_at = "2024-02-02T18:56:08.586Z"
+labels = ["Networking", "workflow::Patch available"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/2144"
+host-os = "macOS Sonoma 14.3"
+host-arch = "x86_64"
+qemu-version = "master last commit bd2e12310b18b51aefbf834e6d54989fd175976f"
+guest-os = "n/a"
+guest-arch = "n/a"
+description = """the build fails because a symbol can't be found:
+
+```
+ld: Undefined symbols:
+  _lasi_82596_init, referenced from:
+      _machine_HP_common_init_tail in hw_hppa_machine.c.o
+```"""
+reproduce = """1. on macOS 14.3 in build folder
+2. ../configure --enable-debug
+3. make -j12"""
+additional = """the default build with
+
+```
+../configure
+make -j12
+```
+
+succeeds normally."""