diff options
Diffstat (limited to 'results/classifier/zero-shot/108/other/1824616')
| -rw-r--r-- | results/classifier/zero-shot/108/other/1824616 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/1824616 b/results/classifier/zero-shot/108/other/1824616 new file mode 100644 index 000000000..f4f7ade9d --- /dev/null +++ b/results/classifier/zero-shot/108/other/1824616 @@ -0,0 +1,29 @@ +device: 0.767 +graphic: 0.644 +semantic: 0.635 +network: 0.625 +performance: 0.578 +socket: 0.542 +PID: 0.481 +files: 0.469 +permissions: 0.466 +other: 0.447 +vnc: 0.431 +boot: 0.364 +debug: 0.355 +KVM: 0.202 + +Build succeeds despite flex/bison missing + +I just built qemu using a fresh install, and "make" would report success despite messages of "flex: command not found" and "bison: command not found". + +I didn't notice any errors, but I don't know whether that's because there's a workaround in case the tools aren't there, or because I didn't exercize the code paths that would fail. + +s/install/git clone/ + +I think we fixed this at one point in time during the past two years ... can we close this issue now, or could you still reproduce this with the latest version of QEMU? + +The warning was supposedly removed by https://github.com/qemu/qemu/commit/67953a379ea5 / https://lists.gnu.org/archive/html/qemu-devel/2020-05/msg03980.html + +Yes, let's mark this as fixed now. + |