summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/files/1116
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/files/1116
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/files/1116')
-rw-r--r--results/classifier/gemma3:12b/files/111619
1 files changed, 19 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/files/1116 b/results/classifier/gemma3:12b/files/1116
new file mode 100644
index 00000000..5acc502f
--- /dev/null
+++ b/results/classifier/gemma3:12b/files/1116
@@ -0,0 +1,19 @@
+
+qemu/build/qemu-bundle/var/local/run is linked to qemu/qga/run which doesn't exist after building qemu
+Description of problem:
+A file qemu/build/qemu-bundle/var/local/run is generated after building qemu and this file is linked to qemu/qga/run which doesn't exist.
+
+[root@b49691d8db1c local]# ls /home/lxy/qemu/build/qemu-bundle/var/local -hl
+total 0
+lrwxrwxrwx. 1 root root 22 Jul 22 00:06 run -> /home/lxy/qemu/qga/run
+[root@b49691d8db1c local]# ls -hl /home/lxy/qemu/qga/run
+ls: cannot access '/home/lxy/qemu/qga/run': No such file or directory
+Steps to reproduce:
+1. git clone https://gitlab.com/qemu-project/qemu.git
+2. cd qemu/
+3. ./configure --target-list=x86_64-softmmu --enable-kvm
+4. make -j100 && make install
+5. ls ./build/qemu-bundle/var/local -hl
+6. ls -hl ./qga/run
+Additional information:
+![Capture](/uploads/aeb5a2bb75742b337940f1f0cfea647e/Capture.PNG)