summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/1899728
blob: e662342788368cb6efeb3a1b6f61fa2f776b1a6e (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
device: 0.762
semantic: 0.740
graphic: 0.706
PID: 0.663
performance: 0.662
other: 0.633
permissions: 0.627
network: 0.600
vnc: 0.573
debug: 0.481
socket: 0.465
files: 0.445
boot: 0.433
KVM: 0.393

Qemu-5.1.0 build from source man entry not found

Hello together,

i build qemu-5.1.0 from source on centos 8 withe the following command:

../configure --prefix=/usr --target-list=x86_64-softmmu,x86_64-linux-user

make -j4

make install

The build and the installation finished successfully. But when i try the command

man qemu-system-x86_64

i got the message "No manual entry found". What i do wrong ?

Best regards
Damian

You probably don't have the necessary dependencies to build the manual pages. Since 5.0 we have required Sphinx to be installed to build the docs (see https://wiki.qemu.org/ChangeLog/5.0#Build_Dependencies).

Pass --enable-docs to configure if you want to force the docs to be built (and then configure will stop with an error if Sphinx or another required tool is missing); otherwise configure will default to "build docs if possible, skip if required tools are missing".


There is only one shared man-page for all qemu-system-xxx binaries ... have you tried to simply run "man qemu" ?

Hello together,

build with enable-docs and install the required packages now it works with man qemu. 

Many thanks for you help

Problem resolved :-)

Best regards
Damian