From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tr80o-0002HG-Na for qemu-devel@nongnu.org; Fri, 04 Jan 2013 09:12:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tr80n-0006QH-ML for qemu-devel@nongnu.org; Fri, 04 Jan 2013 09:12:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tr80n-0006QA-EL for qemu-devel@nongnu.org; Fri, 04 Jan 2013 09:12:41 -0500 Message-ID: <50E6E34D.1020102@redhat.com> Date: Fri, 04 Jan 2013 15:12:29 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <20130104132156.A57714552E@buildbot.b1-systems.de> <50E6DB20.5080106@suse.de> In-Reply-To: <50E6DB20.5080106@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] buildbot failure in qemu on default_ppc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: agraf@suse.de, Stefan Hajnoczi , qemu-devel@nongnu.org, lcapitulino@redhat.com, qemu@buildbot.b1-systems.de, gollub@b1-systems.de > 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 > > 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?). Yes, mingw32[1] and openbsd can be built with --disable-werror only as the system headers are f*cked up. What pixman version is that? cheers, Gerd [1] mingw64 is alot better