summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/vmm/1368791
blob: 1f001a6cbf79dd8c01b5d3051e225c04591776bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
qemu build fails on Ubuntu 10.04 LTS since recent pixman changes

Since commit 0dfa7e30126364c434a48cb37a1a41119e536c2a, the qemu git mainline no longer builds on Ubuntu 10.04 LTS.  The build fails with:

  CC    ui/input.o
ui/qemu-pixman.c: In function 'qemu_pixelformat_from_pixman':
ui/qemu-pixman.c:42: error: 'PIXMAN_TYPE_RGBA' undeclared (first use in this function)
ui/qemu-pixman.c:42: error: (Each undeclared identifier is reported only once
ui/qemu-pixman.c:42: error: for each function it appears in.)
make: *** [ui/qemu-pixman.o] Error 1

Andreas Gustafsson, <email address hidden>