diff options
Diffstat (limited to '')
| -rw-r--r-- | results/classifier/gemma3:12b/other/1256 | 23 | ||||
| -rw-r--r-- | results/classifier/gemma3:12b/other/1256432 | 4 |
2 files changed, 27 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/other/1256 b/results/classifier/gemma3:12b/other/1256 new file mode 100644 index 000000000..59e349c42 --- /dev/null +++ b/results/classifier/gemma3:12b/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 diff --git a/results/classifier/gemma3:12b/other/1256432 b/results/classifier/gemma3:12b/other/1256432 new file mode 100644 index 000000000..ffb1c9794 --- /dev/null +++ b/results/classifier/gemma3:12b/other/1256432 @@ -0,0 +1,4 @@ + +qemu mingw 32bit windows crash + +is it a known bug that in windows that even if you do ./configure --disable-coroutine-pool it still builds the coroutine stuff so when you try and run the build after its compiled it crashses? you have to actually edit config-host.mak and change the c flags around. \ No newline at end of file |