summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/other/1256
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/other/1256
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/other/1256')
-rw-r--r--results/classifier/deepseek-2-tmp/output/other/125623
1 files changed, 23 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/other/1256 b/results/classifier/deepseek-2-tmp/output/other/1256
new file mode 100644
index 00000000..59e349c4
--- /dev/null
+++ b/results/classifier/deepseek-2-tmp/output/other/1256
@@ -0,0 +1,23 @@
+
+Building installer fails on Windows 10 Msys2
+Description of problem:
+build fails with:
+```
+make[2]: Leaving directory '/c/Users/sxlga/source/repos/qemu/build'
+Traceback (most recent call last):
+  File "C:\Users\sxlga\source\repos\qemu\scripts\nsis.py", line 89, in <module>
+    main()
+  File "C:\Users\sxlga\source\repos\qemu\scripts\nsis.py", line 34, in main
+    with open(
+OSError: [Errno 22] Invalid argument: 'C:/Users/sxlga/AppData/Local/Temp/tmpinyvlwkoC:/msys64/qemu/system-emulations.nsh'
+ninja: build stopped: subcommand failed.
+make[1]: *** [Makefile:165: run-ninja] Error 1
+make[1]: Leaving directory '/c/Users/sxlga/source/repos/qemu/build'
+make: *** [GNUmakefile:11: installer] Error 2
+```
+Steps to reproduce:
+1. ./configure --target-list=arm-softmmu,aarch64-softmmu
+2. make all
+3. make installer
+Additional information:
+following https://wiki.qemu.org/Hosts/W32#Native_builds_with_MSYS2 to set up toolchain