diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues_toml/target_missing/host_missing/accel_missing/1842.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues_toml/target_missing/host_missing/accel_missing/1842.toml')
| -rw-r--r-- | gitlab/issues_toml/target_missing/host_missing/accel_missing/1842.toml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gitlab/issues_toml/target_missing/host_missing/accel_missing/1842.toml b/gitlab/issues_toml/target_missing/host_missing/accel_missing/1842.toml new file mode 100644 index 000000000..16cc52f3a --- /dev/null +++ b/gitlab/issues_toml/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" |