summary refs log tree commit diff stats
path: root/results/scraper/gitlab/issues_text/target_missing/host_missing/accel_missing/2770
blob: 2a082a5659171fdee5ceb7c44d3bda42236f292f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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: