summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/boot/1629483
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/boot/1629483
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/boot/1629483')
-rw-r--r--results/classifier/gemma3:12b/boot/162948330
1 files changed, 30 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/boot/1629483 b/results/classifier/gemma3:12b/boot/1629483
new file mode 100644
index 00000000..ea7a07e9
--- /dev/null
+++ b/results/classifier/gemma3:12b/boot/1629483
@@ -0,0 +1,30 @@
+
+Build fails on optionrom
+
+Git pseudo-bisected (focused on optionrom commits) it to this commit.
+
+commit cdbd727c20ad7aac7797dc8c95e485e1a4c6901b
+Author: Richard Henderson <email address hidden>
+Date:   Thu Jul 7 21:49:36 2016 -0700
+
+    build: Use $(AS) for optionrom explicitly
+
+
+Build output (non-verbose):
+
+  AS    optionrom/linuxboot.o
+cpp: fatal error: '-c' is not a valid option to the preprocessor
+compilation terminated.
+cpp: fatal error: '-c' is not a valid option to the preprocessor
+compilation terminated.
+  CC    optionrom/linuxboot_dma.o
+  CC    /home/bkamath/dev/workspace/block-2/mothra/output/sp0/targetqga/main.o
+  AS    optionrom/kvmvapic.o
+cpp: fatal error: '-c' is not a valid option to the preprocessor
+compilation terminated.
+
+Steps to reproduce:
+Using buildroot and overriding qemu version to 2.7.0
+Fedora 24, cpp (GCC) 6.2.1 20160916 (Red Hat 6.2.1-2)
+
+I tried first just building without the -c option but it hangs indefinitely. Reverting the above listed commit fixes the problem on my platform. I didn't dive much further into this, because this seems like a regression.
\ No newline at end of file