On 04.01.2013, at 14:37, Andreas Färber wrote: > Am 04.01.2013 14:21, schrieb q...@buildbot.b1-systems.de: >> The Buildbot has detected a new failure on builder default_ppc while >> building qemu. >> Full details are available at: >> http://buildbot.b1-systems.de/qemu/builders/default_ppc/builds/517 >> >> Buildbot URL: http://buildbot.b1-systems.de/qemu/ >> >> Buildslave for this Build: qemu-ppc.opensuse.org >> >> Build Reason: The Nightly scheduler named 'nightly_default' triggered this >> build >> Build Source Stamp: [branch master] HEAD >> Blamelist: >> >> BUILD FAILED: failed compile > > CC qemu-timer.o > cc1: warnings being treated as errors > In file included from > /home/build/qemu/default_ppc/build/include/ui/qemu-pixman.h:9, > from > /home/build/qemu/default_ppc/build/include/ui/console.h:4, > from qemu-timer.c:27: > /usr/include/pixman-1/pixman.h:225: error: redundant redeclaration of > 'pixman_transform_from_pixman_f_transform' > /usr/include/pixman-1/pixman.h:221: error: previous declaration of > 'pixman_transform_from_pixman_f_transform' was here > make: *** [qemu-timer.o] Error 1
For reference, here's the offending code: 221 pixman_bool_t pixman_transform_from_pixman_f_transform (struct pixman_transform *t, 222 const struct pixman_f_transform *ft); 223 void pixman_f_transform_from_pixman_transform (struct pixman_f_transform *ft, 224 const struct pixman_transform *t); 225 pixman_bool_t pixman_transform_from_pixman_f_transform (struct pixman_transform *t, 226 const struct pixman_f_transform *ft); Alex > This is the same issue I ran into on SLE11 s390, and the way I got > around it for testing for real warnings was to patch configure > locally... (that list is initialized really early in configure) > > Similar warnings can be encountered on the OpenBSD build slaves, where > the mingw32 builds are being performed (using --disable-werror?). > > Andreas > > -- > SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany > GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg