diff options
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1842.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1842.toml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1842.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1842.toml new file mode 100644 index 000000000..16cc52f3a --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1842.toml @@ -0,0 +1,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" |