summaryrefslogtreecommitdiffstats
path: root/results/classifier/deepseek-2/output/other/1836453
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2/output/other/1836453')
-rw-r--r--results/classifier/deepseek-2/output/other/183645334
1 files changed, 34 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2/output/other/1836453 b/results/classifier/deepseek-2/output/other/1836453
new file mode 100644
index 00000000..06d2014f
--- /dev/null
+++ b/results/classifier/deepseek-2/output/other/1836453
@@ -0,0 +1,34 @@
+
+"qemu-nsis\*.bmp" -> no files found" when building with MXE
+
+Already reported for 4.0:
+https://lists.gnu.org/archive/html/qemu-devel/2019-01/msg07005.html
+
+host: Docker qemu:debian-win32-cross
+
+$ make installer
+(cd /tmp/qemu-nsis; \
+ for i in qemu-system-*.exe; do \
+ arch=${i%.exe}; \
+ arch=${arch#qemu-system-}; \
+ echo Section \"$arch\" Section_$arch; \
+ echo SetOutPath \"\$INSTDIR\"; \
+ echo File \"\${BINDIR}\\$i\"; \
+ echo SectionEnd; \
+ done \
+ ) >/tmp/qemu-nsis/system-emulations.nsh
+makensis -V2 -NOCD \
+ -DCONFIG_DOCUMENTATION="y" \
+ \
+ -DBINDIR="/tmp/qemu-nsis" \
+ \
+ -DSRCDIR="/source/qemu" \
+ -DOUTFILE="qemu-setup-4.0.90.exe" \
+ -DDISPLAYVERSION="4.0.90" \
+ /source/qemu/qemu.nsi
+File: "/tmp/qemu-nsis\*.bmp" -> no files found.
+Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
+ /oname=outfile one_file_only)
+Error in script "/source/qemu/qemu.nsi" on line 122 -- aborting creation process
+Makefile:1077: recipe for target 'qemu-setup-4.0.90.exe' failed
+make: *** [qemu-setup-4.0.90.exe] Error 1 \ No newline at end of file