diff options
Diffstat (limited to 'results/classifier/105/instruction/1892533')
| -rw-r--r-- | results/classifier/105/instruction/1892533 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/results/classifier/105/instruction/1892533 b/results/classifier/105/instruction/1892533 new file mode 100644 index 00000000..57db294d --- /dev/null +++ b/results/classifier/105/instruction/1892533 @@ -0,0 +1,37 @@ +instruction: 0.730 +semantic: 0.660 +device: 0.628 +other: 0.589 +graphic: 0.567 +mistranslation: 0.542 +network: 0.518 +socket: 0.451 +vnc: 0.323 +assembly: 0.295 +KVM: 0.224 +boot: 0.224 + +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.] + |