graphic: 0.957 files: 0.951 user-level: 0.931 ppc: 0.910 PID: 0.895 performance: 0.891 architecture: 0.874 device: 0.859 socket: 0.858 debug: 0.831 register: 0.818 permissions: 0.800 network: 0.794 peripherals: 0.790 hypervisor: 0.774 semantic: 0.758 VMM: 0.741 vnc: 0.727 arm: 0.697 assembly: 0.694 kernel: 0.675 mistranslation: 0.628 boot: 0.625 TCG: 0.621 x86: 0.606 KVM: 0.577 i386: 0.571 virtual: 0.537 risc-v: 0.465 Build process is broken in /audio/dbusaudio.c:36: pixman.h cannot be found Description of problem: Hello. I try to build qemu using commit aa1048e33c. But build process stop in /audio/dbusaudio.c with this error log: ``` [979/9916] Generating audio-dbus.modin...d (wrapped by meson to capture output) FAILED: audio-dbus.modinfo /home/fred/qemu-git/src/qemu/build-full/pyvenv/bin/meson --internal exe --capture audio-dbus.modinfo -- /home/fred/qemu-git/src/qemu/build-full/pyvenv/bin/python3 /home/fred/qemu-git/src/qemu/scripts/modinfo-collect.py ../audio/dbusaudio.c --- stderr --- In file included from /home/fred/qemu-git/src/qemu/include/ui/console.h:4, from /home/fred/qemu-git/src/qemu/ui/dbus.h:31, from ../audio/dbusaudio.c:36: /home/fred/qemu-git/src/qemu/include/ui/qemu-pixman.h:12:10: fatal error: pixman.h: No such file or directory 12 | #include | ^~~~~~~~~~ compilation terminated. ``` Of course I have pixman.h which could be find in pixman package: ``` pacman -Ql pixman | grep pixman.h pixman /usr/include/pixman-1/pixman.h ``` Used configuration: ```--prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/qemu --smbd=/usr/bin/smbd --enable-modules --enable-sdl --disable-werror``` The last time I got a buildable qemu was with commit 79dbd910c9, 3 days ago. Steps to reproduce: 1. Grab latest commit 2. Use this configure line: ```--prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/qemu --smbd=/usr/bin/smbd --enable-modules --enable-sdl --disable-werror``` 3. make and wait Additional information: