summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/device/2138
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/device/2138')
-rw-r--r--results/classifier/gemma3:12b/device/213823
1 files changed, 23 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/device/2138 b/results/classifier/gemma3:12b/device/2138
new file mode 100644
index 000000000..74e41c87f
--- /dev/null
+++ b/results/classifier/gemma3:12b/device/2138
@@ -0,0 +1,23 @@
+
+Build failure on macOS when using --disable-cocoa
+Description of problem:
+Build fails:
+
+```
+../qemu-8.2.1/meson.build:3741:13: ERROR: No host machine compiler for 'audio/coreaudio.m'
+```
+Steps to 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 information:
+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