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/target_missing/host_missing/accel_missing/2799.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/target_missing/host_missing/accel_missing/2799.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2799.toml | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2799.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2799.toml deleted file mode 100644 index 6bf9a40b4..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/2799.toml +++ /dev/null @@ -1,49 +0,0 @@ -id = 2799 -title = "compile failure for linux-user when host libc defines \"struct sched_attr\" in its sched.h" -state = "closed" -created_at = "2025-01-31T17:10:39.601Z" -closed_at = "2025-02-20T16:23:20.314Z" -labels = ["kind::Bug", "linux-user", "workflow::Patch available"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2799" -host-os = "Archlinux" -host-arch = "x86_64" -qemu-version = "n/a" -guest-os = "n/a" -guest-arch = "n/a" -description = """When I tried to build commit 871af84d the build process stopped in [3306/9698] Compiling C object libqemu...-linux-user.a.p/linux-user_syscall.c.o - -Here is the error log: - -``` -../linux-user/syscall.c:364:8: error: redefinition of 'struct sched_attr' - 364 | struct sched_attr { - | ^~~~~~~~~~ -In file included from /usr/include/bits/sched.h:63, - from /usr/include/sched.h:43, - from /usr/include/pthread.h:22, - from /usr/include/glib-2.0/glib/deprecated/gthread.h:126, - from /usr/include/glib-2.0/glib.h:115, - from /home/fred/qemu-git/src/qemu/include/glib-compat.h:32, - from /home/fred/qemu-git/src/qemu/include/qemu/osdep.h:161, - from ../linux-user/syscall.c:20: -/usr/include/linux/sched/types.h:98:8: note: originally defined here - 98 | struct sched_attr { - | ^~~~~~~~~~ -```""" -reproduce = """1. Grab commit 871af84d -2. Use this configure command line: - -``` ---prefix=/usr \\ - --sysconfdir=/etc \\ - --localstatedir=/var \\ - --libexecdir=/usr/lib/qemu \\ - --smbd=/usr/bin/smbd \\ - --enable-modules \\ - --enable-sdl \\ - --disable-werror \\ - "${@:2}" -``` - -3. Launch ninja and wait.""" -additional = """""" |