summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/mistranslation/2770
blob: 2d1d4d6f1a0e1e81d4829a47718dc25bdbb0fe40 (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
mistranslation: 0.995
device: 0.853
network: 0.713
graphic: 0.708
semantic: 0.701
instruction: 0.699
vnc: 0.670
KVM: 0.531
socket: 0.485
boot: 0.356
assembly: 0.131
other: 0.110

Build failure due to missing  keyctl_pkey_encrypt
Description of problem:

Steps to reproduce:
1. git checkout v7.2.0
2. ./configure --target-list=arm-softmmu;make
3. ../backends/cryptodev-lkcf.c: In function ‘cryptodev_lkcf_execute_task’:
../backends/cryptodev-lkcf.c:358:19: error: implicit declaration of function ‘keyctl_pkey_encrypt’; did you mean ‘keyctl_reject’? [-Werror=implicit-function-declaration]
             ret = keyctl_pkey_encrypt(key_id, op_desc,
                   ^~~~~~~~~~~~~~~~~~~
                   keyctl_reject
../backends/cryptodev-lkcf.c:358:19: error: nested extern declaration of ‘keyctl_pkey_encrypt’ [-Werror=nested-externs]
Additional information: