summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/manual-review/1918084
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/manual-review/1918084
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloademulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/manual-review/1918084')
-rw-r--r--results/classifier/gemma3:12b/manual-review/191808425
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/manual-review/1918084 b/results/classifier/gemma3:12b/manual-review/1918084
new file mode 100644
index 00000000..4afe7e6f
--- /dev/null
+++ b/results/classifier/gemma3:12b/manual-review/1918084
@@ -0,0 +1,25 @@
+
+Build fails on macOS 11.2.2
+
+Hi,
+
+I got the latest version from git. I have pre-compiled the dependency libraries. All good. configure creates the necessary files. When I build I got the following error:
+
+[1368/6454] Compiling C object libcapstone.a.p/capstone_arch_AArch64_AArch64InstPrinter.c.o
+ninja: build stopped: subcommand failed.
+make[1]: *** [run-ninja] Error 1
+make: *** [all] Error 2
+
+I've ran make as make -j 8
+
+original config:
+
+PKG_CONFIG_PATH="$SERVERPLUS_DIR/dependencies/glib/lib/pkgconfig:$SERVERPLUS_DIR/dependencies/pixman/lib/pkgconfig:$SERVERPLUS_DIR/dependencies/cyrus-sasl/lib/pkgconfig" ./configure --prefix="$SERVERPLUS_DIR" --enable-hvf --enable-cocoa --enable-vnc-sasl --enable-auth-pam --ninja=/opt/build/build/stage/tools/ninja/ninja --python="$SERVERPLUS_DIR/dependencies/python/bin/python3" --enable-bsd-user
+
+if I build with --target-list=x86_64-softmmu then it will build but I will get only the x86_64 QEMU built. With 5.0 I could build all emulators.
+
+$SERVERPLUS_DIR is my target dir.
+
+Thanks,
+
+Eddy
\ No newline at end of file