summaryrefslogtreecommitdiffstats
path: root/results/classifier/108/none/214
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/classifier/108/none/21416
-rw-r--r--results/classifier/108/none/214437
2 files changed, 53 insertions, 0 deletions
diff --git a/results/classifier/108/none/214 b/results/classifier/108/none/214
new file mode 100644
index 00000000..deca8de6
--- /dev/null
+++ b/results/classifier/108/none/214
@@ -0,0 +1,16 @@
+graphic: 0.535
+device: 0.531
+network: 0.501
+semantic: 0.279
+boot: 0.233
+vnc: 0.215
+permissions: 0.193
+performance: 0.190
+files: 0.129
+socket: 0.094
+other: 0.077
+debug: 0.058
+PID: 0.056
+KVM: 0.003
+
+QEMU manpages provoke man(1) "can't break line" warnings
diff --git a/results/classifier/108/none/2144 b/results/classifier/108/none/2144
new file mode 100644
index 00000000..337aa69d
--- /dev/null
+++ b/results/classifier/108/none/2144
@@ -0,0 +1,37 @@
+graphic: 0.120
+device: 0.103
+debug: 0.056
+semantic: 0.038
+PID: 0.014
+vnc: 0.010
+permissions: 0.010
+socket: 0.010
+files: 0.007
+other: 0.007
+boot: 0.006
+network: 0.004
+performance: 0.003
+KVM: 0.001
+
+macOS build fails when using --enable-debug
+Description of problem:
+the build fails because a symbol can't be found:
+
+```
+ld: Undefined symbols:
+ _lasi_82596_init, referenced from:
+ _machine_HP_common_init_tail in hw_hppa_machine.c.o
+```
+Steps to reproduce:
+1. on macOS 14.3 in build folder
+2. ../configure --enable-debug
+3. make -j12
+Additional information:
+the default build with
+
+```
+../configure
+make -j12
+```
+
+succeeds normally.