summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1709.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1709.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/1709.toml46
1 files changed, 46 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1709.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1709.toml
new file mode 100644
index 00000000..785e83ae
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/1709.toml
@@ -0,0 +1,46 @@
+id = 1709
+title = "Qemu commit 7efd65423a cannot be built: Couldn't find file \"symbols/ar\" in include paths"
+state = "closed"
+created_at = "2023-06-15T06:00:19.045Z"
+closed_at = "2023-06-25T08:25:34.461Z"
+labels = ["workflow::Patch available"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/1709"
+host-os = "n/a"
+host-arch = "n/a"
+qemu-version = "n/a"
+guest-os = "n/a"
+guest-arch = "n/a"
+description = """Hello.
+
+I try to build qemu based on commit 7efd65423a but it breaks in step 9035/10108, complaining about a missing "symbols/ar".
+
+The last time I get a full build was with commit fdd0df5340.
+
+Configure options: `--prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/qemu --smbd=/usr/bin/smbd --enable-modules --enable-sdl --disable-werror`
+
+Here is the error log I got:
+
+```
+Running postconf script '/home/fred/qemu-git/src/qemu/build-full/pyvenv/bin/python3 /home/fred/qemu-git/src/qemu/scripts/symlink-install-tree.py'
+[9035/10108] Generating pc-bios/keymaps/ar with a custom command
+FAILED: pc-bios/keymaps/ar 
+/home/fred/qemu-git/src/qemu/build-full/qemu-keymap -f pc-bios/keymaps/ar -l ar
+xkbcommon: ERROR: Couldn't find file "symbols/ar" in include paths
+xkbcommon: ERROR: 1 include paths searched:
+xkbcommon: ERROR: \t/usr/share/X11/xkb
+xkbcommon: ERROR: 3 include paths could not be added:
+xkbcommon: ERROR: \t/home/fred/.config/xkb
+xkbcommon: ERROR: \t/home/fred/.xkb
+xkbcommon: ERROR: \t/etc/xkb
+xkbcommon: ERROR: Abandoning symbols file "(unnamed)"
+xkbcommon: ERROR: Failed to compile xkb_symbols
+xkbcommon: ERROR: Failed to compile keymap
+[9040/10108] Generating pc-bios/edk2-x...d (wrapped by meson to capture output)
+ninja: build stopped: subcommand failed.
+```
+
+I'll try to do a bisect as soon as possible to see which commit break all."""
+reproduce = """1. Just grab commit 7efd65423a
+2. Apply these configure options: `--prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/qemu --smbd=/usr/bin/smbd --enable-modules --enable-sdl --disable-werror`
+3. launch make and wait"""
+additional = "n/a"