summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/667791
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot/108/other/667791')
-rw-r--r--results/classifier/zero-shot/108/other/66779159
1 files changed, 59 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/667791 b/results/classifier/zero-shot/108/other/667791
new file mode 100644
index 000000000..97e268bdc
--- /dev/null
+++ b/results/classifier/zero-shot/108/other/667791
@@ -0,0 +1,59 @@
+device: 0.868
+vnc: 0.862
+permissions: 0.816
+network: 0.801
+socket: 0.764
+performance: 0.762
+files: 0.728
+boot: 0.704
+semantic: 0.703
+other: 0.693
+KVM: 0.668
+PID: 0.638
+graphic: 0.594
+debug: 0.445
+
+Cygwin build fails due to ui/vnc-etc-tight.c
+
+Configure:
+./configure \
+--prefix="./install/bin/" \
+--interp-prefix="./install/bin-%M/" \
+--cc="gcc -mno-cygwin" \
+--host-cc="gcc" \
+--disable-sdl \
+--enable-system \
+--disable-user \
+--disable-linux-user \
+--disable-darwin-user \
+--disable-bsd-user \
+--disable-xen \
+--disable-brlapi \
+--disable-vnc-tls \
+--disable-vnc-sasl \
+--disable-vnc-jpeg \
+--disable-vnc-png \
+--disable-vnc-thread \
+--disable-curses \
+--disable-curl \
+--disable-bluez \
+--disable-kvm \
+--disable-nptl \
+--disable-vde \
+--disable-vhost-net
+
+Versions of software
+Cygwin 1.7
+GNU Make 3.81
+GCC 3.4.4 (/usr/lib/gcc/i686-pc-cygwin/3.4.4/libgcc.a)
+QEMU 0.13.0
+
+Result:
+Function tight_detect_smooth_image24(...) uses "uint" type, that appears to be not defined in this scope. Prepending this function with
+typedef unsigned int uint;
+fixes build.
+
+Seems like this problem has been fixed here:
+http://git.qemu.org/?p=qemu.git;a=commitdiff;h=249cdb420a3b68cf6
+... so we can close this bug ticket now.
+