summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/118/none/1892533
blob: 6888c78acabbf622a262bfdd971d17d980d3c11e (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
semantic: 0.660
device: 0.628
user-level: 0.584
graphic: 0.567
mistranslation: 0.542
architecture: 0.541
network: 0.518
performance: 0.509
PID: 0.473
socket: 0.451
files: 0.441
ppc: 0.431
i386: 0.361
x86: 0.327
hypervisor: 0.326
vnc: 0.323
debug: 0.314
assembly: 0.295
kernel: 0.287
risc-v: 0.248
register: 0.227
KVM: 0.224
boot: 0.224
VMM: 0.203
peripherals: 0.197
permissions: 0.191
arm: 0.187
TCG: 0.155
virtual: 0.155

Meson: Missing config-host.mak

Wanted to give a try to the new build system, but a simple "meson build" gives that error:

meson.build:15:0: ERROR: Failed to load /home/xclaesse/programmation/qemu/build/config-host.mak: [Errno 2] No such file or directory: '/home/xclaesse/programmation/qemu/build/config-host.mak'

configure does not seems to work better:

build$ ../configure 
../configure: 232: shift: can't shift that many


Meson is still hidden, you need to use ../configure.

"can't shift that many" will be fixed shortly (patch already on the list).

btw, I'm surprised README does not mention meson, shouldn't you instruct that it's a build-dep? Maybe suggest pip install command?

QEMU ships with the appropriate version of Meson included (see the "meson" directory), that's why it is not mentioned in the README.

Anyway, does any of your build problems still persist with QEMU v6.0? Or could we close this ticket now?

[Expired for QEMU because there has been no activity for 60 days.]