summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/socket/1836453
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot/105/socket/1836453')
-rw-r--r--results/classifier/zero-shot/105/socket/183645350
1 files changed, 50 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/105/socket/1836453 b/results/classifier/zero-shot/105/socket/1836453
new file mode 100644
index 000000000..20eff2af9
--- /dev/null
+++ b/results/classifier/zero-shot/105/socket/1836453
@@ -0,0 +1,50 @@
+socket: 0.947
+network: 0.929
+instruction: 0.894
+device: 0.889
+graphic: 0.856
+semantic: 0.839
+vnc: 0.838
+assembly: 0.718
+mistranslation: 0.675
+KVM: 0.650
+boot: 0.622
+other: 0.378
+
+"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
+