summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/kernel/1793183
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/kernel/1793183
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/kernel/1793183')
-rw-r--r--results/classifier/gemma3:12b/kernel/179318324
1 files changed, 24 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/kernel/1793183 b/results/classifier/gemma3:12b/kernel/1793183
new file mode 100644
index 000000000..7316e75f8
--- /dev/null
+++ b/results/classifier/gemma3:12b/kernel/1793183
@@ -0,0 +1,24 @@
+
+apt source --compile qemu-system-x86 fails on last ubuntu 18.04.1
+
+Error log:
+
+/tmp/qemu-2.10+dfsg/util/memfd.c:40:12: error: static declaration of ‘memfd_create’ follows non-static declaration
+ static int memfd_create(const char *name, unsigned int flags)
+            ^~~~~~~~~~~~
+In file included from /usr/include/x86_64-linux-gnu/bits/mman-linux.h:115:0,
+                 from /usr/include/x86_64-linux-gnu/bits/mman.h:45,
+                 from /usr/include/x86_64-linux-gnu/sys/mman.h:41,
+                 from /tmp/qemu-2.10+dfsg/include/sysemu/os-posix.h:29,
+                 from /tmp/qemu-2.10+dfsg/include/qemu/osdep.h:104,
+                 from /tmp/qemu-2.10+dfsg/util/memfd.c:28:
+/usr/include/x86_64-linux-gnu/bits/mman-shared.h:46:5: note: previous declaration of ‘memfd_create’ was here
+ int memfd_create (const char *__name, unsigned int __flags) __THROW;
+     ^~~~~~~~~~~~
+/tmp/qemu-2.10+dfsg/rules.mak:66: recipe for target 'util/memfd.o' failed
+make[1]: *** [util/memfd.o] Error 1
+make[1]: *** Waiting for unfinished jobs....
+make[1]: Leaving directory '/tmp/qemu-2.10+dfsg/qemu-build'
+debian/rules:121: recipe for target 'build-stamp' failed
+make: *** [build-stamp] Error 2
+dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
\ No newline at end of file