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."""