summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/files/1709
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:34:26 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:35:44 +0000
commit25f8033d556aa17afaea4a5196ea7a69fe248320 (patch)
tree0f056db167683be54ea1e5e72d29d6069af55e7d /results/classifier/deepseek-2-tmp/output/files/1709
parent8e6da29e4ee5fc14bc1cc816a24f21271f14090d (diff)
downloademulator-bug-study-25f8033d556aa17afaea4a5196ea7a69fe248320.tar.gz
emulator-bug-study-25f8033d556aa17afaea4a5196ea7a69fe248320.zip
add new temporary deepseek-r1:14b results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/files/1709')
-rw-r--r--results/classifier/deepseek-2-tmp/output/files/170937
1 files changed, 37 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/files/1709 b/results/classifier/deepseek-2-tmp/output/files/1709
new file mode 100644
index 00000000..cad0f853
--- /dev/null
+++ b/results/classifier/deepseek-2-tmp/output/files/1709
@@ -0,0 +1,37 @@
+
+Qemu commit 7efd65423a cannot be built: Couldn't find file "symbols/ar" in include paths
+Description of problem:
+Hello.
+
+I try to build qemu based on commit 7efd65423a but it breaks in step 9035/10108, complaining about a missing "symbols/ar".
+
+The last time I get a full build was with commit fdd0df5340.
+
+Configure options: `--prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/qemu --smbd=/usr/bin/smbd --enable-modules --enable-sdl --disable-werror`
+
+Here is the error log I got:
+
+```
+Running postconf script '/home/fred/qemu-git/src/qemu/build-full/pyvenv/bin/python3 /home/fred/qemu-git/src/qemu/scripts/symlink-install-tree.py'
+[9035/10108] Generating pc-bios/keymaps/ar with a custom command
+FAILED: pc-bios/keymaps/ar 
+/home/fred/qemu-git/src/qemu/build-full/qemu-keymap -f pc-bios/keymaps/ar -l ar
+xkbcommon: ERROR: Couldn't find file "symbols/ar" in include paths
+xkbcommon: ERROR: 1 include paths searched:
+xkbcommon: ERROR: 	/usr/share/X11/xkb
+xkbcommon: ERROR: 3 include paths could not be added:
+xkbcommon: ERROR: 	/home/fred/.config/xkb
+xkbcommon: ERROR: 	/home/fred/.xkb
+xkbcommon: ERROR: 	/etc/xkb
+xkbcommon: ERROR: Abandoning symbols file "(unnamed)"
+xkbcommon: ERROR: Failed to compile xkb_symbols
+xkbcommon: ERROR: Failed to compile keymap
+[9040/10108] Generating pc-bios/edk2-x...d (wrapped by meson to capture output)
+ninja: build stopped: subcommand failed.
+```
+
+I'll try to do a bisect as soon as possible to see which commit break all.
+Steps to reproduce:
+1. Just grab commit 7efd65423a
+2. Apply these configure options: `--prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/qemu --smbd=/usr/bin/smbd --enable-modules --enable-sdl --disable-werror`
+3. launch make and wait