summary refs log tree commit diff stats
path: root/results/classifier/118/performance/2682
blob: 20f6e771e5aa7d96006387071ba84e8d7d740aa7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
performance: 0.942
device: 0.891
hypervisor: 0.862
ppc: 0.857
graphic: 0.850
peripherals: 0.846
kernel: 0.830
socket: 0.830
architecture: 0.822
files: 0.810
arm: 0.803
network: 0.803
VMM: 0.798
risc-v: 0.792
KVM: 0.789
PID: 0.749
boot: 0.736
vnc: 0.708
semantic: 0.707
permissions: 0.687
assembly: 0.681
debug: 0.664
TCG: 0.637
x86: 0.620
register: 0.615
i386: 0.553
user-level: 0.524
virtual: 0.340
mistranslation: 0.299

QEMU throws errors at the beginning of building
Description of problem:
QEMU throws errors at the beginning of building:
```
ninja: no work to do.
/tmp/qemu-8.1.5/build/pyvenv/bin/meson introspect --targets --tests --benchmarks | /tmp/qemu-8.1.5/build/pyvenv/bin/python3 -B scripts/mtest2make.py > Makefile.mtest
pc-bios/optionrom: -fcf-protection=none detected
pc-bios/optionrom: -fno-pie detected
pc-bios/optionrom: -no-pie detected
pc-bios/optionrom: -fno-stack-protector detected
pc-bios/optionrom: -Wno-array-bounds detected
pc-bios/optionrom: Assembling multiboot.o
pc-bios/optionrom: Assembling linuxboot.o
pc-bios/optionrom: Assembling multiboot_dma.o
pc-bios/optionrom: Compiling linuxboot_dma.o
pc-bios/optionrom: Assembling pvh.o
pc-bios/optionrom: Assembling kvmvapic.o
pc-bios/optionrom: Compiling pvh_main.o
pc-bios/optionrom: Linking multiboot.img
pc-bios/optionrom: Linking linuxboot.img
pc-bios/optionrom: Linking kvmvapic.img
pc-bios/optionrom: Extracting raw object multiboot.raw
/bin/sh: 1: -O: not found
make[1]: *** [Makefile:53: multiboot.raw] Error 127
make[1]: *** Waiting for unfinished jobs....
pc-bios/optionrom: Linking multiboot_dma.img
pc-bios/optionrom: Extracting raw object linuxboot.raw
/bin/sh: 1: -O: not found
make[1]: *** [Makefile:53: linuxboot.raw] Error 127
make: *** [Makefile:190: pc-bios/optionrom/all] Error 2
make: *** Waiting for unfinished jobs....
[1/10003] Generating trace/trace-hw_i2c.h with a custom command

...
```
Then proceeds the building. Whether it is failing at the end is not reliabily reproducible as it do fail one time and builds successfully at the next time. However, i don't know if these errors will cause runtime problems in the case of a successful build.
Steps to reproduce:
1. `../configure --enable-strip --audio-drv-list=alsa --enable-tools --enable-modules`
2. `make -j16`
Additional information:
Configuration log is available here: http://oscomp.hu/depot/qemu-8.1.5-configure.log