diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/1842.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
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 00000000..16cc52f3 --- /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" |