summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1842.toml
blob: 16cc52f3a0cbc22d98c4cd36405c11b87fe58ae2 (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
id = 1842
title = "keyutils meson regression in 8.1.0"
state = "closed"
created_at = "2023-08-23T08:09:48.976Z"
closed_at = "2023-09-25T15:34:59.003Z"
labels = ["Build System", "Cryptography", "Stable::to backport", "workflow::Patch available"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/1842"
host-os = "Arch Linux"
host-arch = "x86_64"
qemu-version = "8.1.0"
guest-os = "n/a"
guest-arch = "n/a"
description = """keyutils is no longer found by meson during the build.

commit 0db0fbb5cf8955d4f7a4a82bde32cfd93bd042ea appears to be buggy:
```
$ grep KEYUTILS config-host.h
#undef CONFIG_KEYUTILS
```"""
reproduce = """1. Have keyutils installed
2. Build QEMU 8.1.0
3. Note that keyutils is no longer linked into the build

Thanks"""
additional = "n/a"