blob: 0cdcf94b0c9c96d6cd83c0cd268a18b64b9e7cf1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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."""
|