summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/118/kernel/1568589
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/zero-shot/118/kernel/1568589')
-rw-r--r--results/classifier/zero-shot/118/kernel/156858981
1 files changed, 81 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/118/kernel/1568589 b/results/classifier/zero-shot/118/kernel/1568589
new file mode 100644
index 000000000..91552c05a
--- /dev/null
+++ b/results/classifier/zero-shot/118/kernel/1568589
@@ -0,0 +1,81 @@
+i386: 0.993
+x86: 0.962
+architecture: 0.957
+kernel: 0.945
+device: 0.917
+graphic: 0.909
+semantic: 0.851
+user-level: 0.846
+files: 0.827
+PID: 0.813
+mistranslation: 0.714
+debug: 0.711
+register: 0.710
+permissions: 0.681
+socket: 0.663
+network: 0.646
+performance: 0.633
+ppc: 0.633
+peripherals: 0.631
+hypervisor: 0.596
+vnc: 0.585
+TCG: 0.568
+arm: 0.551
+risc-v: 0.547
+boot: 0.526
+VMM: 0.493
+virtual: 0.491
+assembly: 0.360
+KVM: 0.093
+
+Compile for os x host failed
+
+Hello QEMU,
+
+I try compile qemu from git pulled by me today and have a troubles:
+
+ GEN   trace/generated-helpers.c
+  CC    aarch64-softmmu/trace/generated-helpers.o
+  LINK  aarch64-softmmu/qemu-system-aarch64
+Undefined symbols for architecture x86_64:
+  "_event_notifier_init_fd", referenced from:
+      _process_msg in ivshmem.o
+ld: symbol(s) not found for architecture x86_64
+clang: error: linker command failed with exit code 1 (use -v to see invocation)
+make[1]: *** [qemu-system-aarch64] Error 1
+make: *** [subdir-aarch64-softmmu] Error 2
+
+Host: 
+# uname -a
+Darwin MacBook-Pro 15.4.0 Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64 x86_64
+
+# ./configure
+Configure: http://pastebin.com/L9ytLFDE
+
+# make -v
+GNU Make 3.81
+Copyright (C) 2006  Free Software Foundation, Inc.
+This is free software; see the source for copying conditions.
+There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
+PARTICULAR PURPOSE.
+
+This program built for i386-apple-darwin11.3.0
+
+Also for i386
+
+  LINK  i386-softmmu/qemu-system-i386
+Undefined symbols for architecture x86_64:
+  "_event_notifier_init_fd", referenced from:
+      _process_msg in ivshmem.o
+ld: symbol(s) not found for architecture x86_64
+clang: error: linker command failed with exit code 1 (use -v to see invocation)
+make[1]: *** [qemu-system-i386] Error 1
+make: *** [subdir-i386-softmmu] Error 2
+
+fix: http://patchwork.ozlabs.org/patch/603499/
+
+According to the discussion for the patch that you've mentioned, the problem should go away after a "make distclean". Can you still reproduce it after doing a fresh build?
+
+Closing this bug since the submitter never responded to Thomas' query in comment #4 in 2016, and we believe it to have been a transient issue fixed by 'make distclean'.
+
+