diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:00 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:33 +0000 |
| commit | 9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch) | |
| tree | b765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/none/1903712 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/none/1903712')
| -rw-r--r-- | results/classifier/118/none/1903712 | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/results/classifier/118/none/1903712 b/results/classifier/118/none/1903712 new file mode 100644 index 000000000..d0699835b --- /dev/null +++ b/results/classifier/118/none/1903712 @@ -0,0 +1,64 @@ +mistranslation: 0.739 +semantic: 0.708 +user-level: 0.628 +PID: 0.587 +device: 0.574 +graphic: 0.549 +boot: 0.527 +files: 0.455 +performance: 0.449 +architecture: 0.426 +socket: 0.333 +ppc: 0.317 +hypervisor: 0.299 +debug: 0.297 +network: 0.279 +i386: 0.247 +virtual: 0.244 +kernel: 0.230 +peripherals: 0.227 +x86: 0.224 +vnc: 0.222 +permissions: 0.218 +risc-v: 0.200 +assembly: 0.198 +register: 0.198 +arm: 0.164 +TCG: 0.150 +VMM: 0.104 +KVM: 0.072 + +when ../configure, cannot find Ninjia + +On unbuntu18.04, after finishing + +wget https://download.qemu.org/qemu-5.2.0-rc0.tar.xz +tar xvJf qemu-5.2.0-rc0.tar.xz +cd qemu-5.2.0-rc0 + +when I input + +wget https://download.qemu.org/qemu-5.2.0-rc0.tar.xz +tar xvJf qemu-5.2.0-rc0.tar.xz +cd qemu-5.2.0-rc0 + +Return Error: +cannot find Ninjia + +Can you confirm whether you have installed the "ninja-build" package ? It is a new build requirement for QEMU in 5.2.0 + +[Expired for QEMU because there has been no activity for 60 days.] + +1、install re2c。[url:http://re2c.org/index.html] +tar -xvzf re2c-1.0.3.tar.gz + cd re2c-1.0.3/ + autoreconf -i -W all + ./configure + make&&make install +2、git clone git://github.com/ninja-build/ninja.git && cd ninja + ./configure.py --bootstrap + cp ninja /usr/bin/ + +[root@aix7 ~]# ninja --version +1.10.2.git + |