summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/manual-review/1872847
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/1872847
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/manual-review/1872847')
-rw-r--r--results/classifier/gemma3:12b/manual-review/187284723
1 files changed, 23 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/manual-review/1872847 b/results/classifier/gemma3:12b/manual-review/1872847
new file mode 100644
index 000000000..0bd8ee0dc
--- /dev/null
+++ b/results/classifier/gemma3:12b/manual-review/1872847
@@ -0,0 +1,23 @@
+
+qemu-alpha linux-user breaks python3.6
+
+Running on Gentoo Linux in a chroot environment:
+# python3 -c 'import selectors; selectors.DefaultSelector()'
+Traceback (most recent call last):
+  File "<string>", line 1, in <module>
+  File "/usr/lib/python3.7/selectors.py", line 349, in __init__
+    self._selector = self._selector_cls()
+OSError: [Errno 22] Invalid argument
+
+However, on real hardware, with the same binaries there is no exception.
+
+This impacts whole python3 based Gentoo ebuild system (package management), and renders linux user mode alpha emulation in chroot environment building useless, more or less.
+
+The used systems:
+# qemu-alpha --version
+qemu-alpha version 4.2.0
+Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers
+# uname -a
+Linux blackbird 5.4.28-gentoo-blackbird-06 #2 SMP Sat Apr 4 13:13:10 CEST 2020 x86_64 AMD Ryzen 5 3600 6-Core Processor AuthenticAMD GNU/Linux
+(chroot)# python3 --version
+Python 3.7.7
\ No newline at end of file