diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/2138.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2138.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2138.toml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2138.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2138.toml deleted file mode 100644 index e5500d9ee..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/2138.toml +++ /dev/null @@ -1,30 +0,0 @@ -id = 2138 -title = "Build failure on macOS when using --disable-cocoa" -state = "closed" -created_at = "2024-01-31T06:35:34.883Z" -closed_at = "2024-03-12T16:28:31.980Z" -labels = ["Build System", "hostos: macOS", "kind::Bug", "workflow::Patch available"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2138" -host-os = "macOS" -host-arch = "x86_64 (but irrelevant)" -qemu-version = "8.2.1" -guest-os = "n/a" -guest-arch = "n/a" -description = """Build fails: - -``` -../qemu-8.2.1/meson.build:3741:13: ERROR: No host machine compiler for 'audio/coreaudio.m' -```""" -reproduce = """1. On macOS run `./configure --disable-cocoa` - -Result: - -``` -Compiler for language objc skipped: feature cocoa disabled -``` -``` -../meson.build:3741:13: ERROR: No host machine compiler for 'audio/coreaudio.m' -```""" -additional = """It seems your build script contains the assumption that an Objective-C compiler is not needed when the Cocoa UI is disabled, but it still appears to be needed to compile the CoreAudio code regardless of UI. - -This was originally reported to MacPorts here: https://trac.macports.org/ticket/67984""" |