summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/2144.toml
diff options
context:
space:
mode:
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, 0 insertions, 30 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
deleted file mode 100644
index 0cdcf94b0..000000000
--- a/gitlab/issues/target_missing/host_missing/accel_missing/2144.toml
+++ /dev/null
@@ -1,30 +0,0 @@
-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."""