blob: 1ba3d321f3b48cfa00d47486c7ed457c8a2014a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
graphic: 0.837
device: 0.758
ppc: 0.745
semantic: 0.729
files: 0.691
peripherals: 0.679
PID: 0.679
user-level: 0.660
performance: 0.635
permissions: 0.620
socket: 0.616
network: 0.590
architecture: 0.584
x86: 0.583
risc-v: 0.567
debug: 0.537
vnc: 0.516
hypervisor: 0.489
kernel: 0.449
mistranslation: 0.447
VMM: 0.431
register: 0.422
i386: 0.409
arm: 0.392
boot: 0.379
assembly: 0.374
KVM: 0.367
TCG: 0.358
virtual: 0.230
Qemu commit 7efd65423a cannot be built: Couldn't find file "symbols/ar" in include paths
Description of problem:
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: /usr/share/X11/xkb
xkbcommon: ERROR: 3 include paths could not be added:
xkbcommon: ERROR: /home/fred/.config/xkb
xkbcommon: ERROR: /home/fred/.xkb
xkbcommon: ERROR: /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.
Steps to 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
|