summary refs log tree commit diff stats
path: root/results/classifier/118/files/1836453
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/118/files/1836453')
-rw-r--r--results/classifier/118/files/183645367
1 files changed, 67 insertions, 0 deletions
diff --git a/results/classifier/118/files/1836453 b/results/classifier/118/files/1836453
new file mode 100644
index 000000000..41fb0c2a0
--- /dev/null
+++ b/results/classifier/118/files/1836453
@@ -0,0 +1,67 @@
+files: 0.973
+socket: 0.947
+architecture: 0.938
+network: 0.929
+device: 0.889
+user-level: 0.876
+PID: 0.875
+graphic: 0.856
+kernel: 0.855
+debug: 0.844
+permissions: 0.841
+semantic: 0.839
+hypervisor: 0.838
+vnc: 0.838
+ppc: 0.825
+VMM: 0.818
+performance: 0.811
+arm: 0.811
+peripherals: 0.809
+TCG: 0.721
+assembly: 0.718
+x86: 0.686
+mistranslation: 0.675
+register: 0.670
+KVM: 0.650
+boot: 0.622
+i386: 0.587
+risc-v: 0.584
+virtual: 0.556
+
+"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
+
+Fix has been included here:
+https://git.qemu.org/?p=qemu.git;a=commitdiff;h=b3ce38dcf93a1203
+