diff options
Diffstat (limited to 'results/classifier/zero-shot/108/other/1368791')
| -rw-r--r-- | results/classifier/zero-shot/108/other/1368791 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/1368791 b/results/classifier/zero-shot/108/other/1368791 new file mode 100644 index 000000000..93d4b4b8d --- /dev/null +++ b/results/classifier/zero-shot/108/other/1368791 @@ -0,0 +1,30 @@ +device: 0.758 +graphic: 0.754 +vnc: 0.590 +semantic: 0.546 +files: 0.475 +socket: 0.466 +PID: 0.461 +network: 0.411 +performance: 0.312 +boot: 0.310 +other: 0.295 +debug: 0.287 +permissions: 0.101 +KVM: 0.086 + +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> + +Since 10.04 is already end-of-life, I'm closing this bug now. If you still have problems with newer versions of Ubuntu, please open a new bug instead. + |