From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThxUg-0004Rd-Uv for qemu-devel@nongnu.org; Mon, 10 Dec 2012 02:09:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ThxUf-0007mp-O6 for qemu-devel@nongnu.org; Mon, 10 Dec 2012 02:09:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThxUf-0007mU-Gm for qemu-devel@nongnu.org; Mon, 10 Dec 2012 02:09:37 -0500 Message-ID: <50C58AA9.7060303@redhat.com> Date: Mon, 10 Dec 2012 08:09:29 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <20121208220340.E0D46450CB@buildbot.b1-systems.de> <50C43D95.4000207@weilnetz.de> In-Reply-To: <50C43D95.4000207@weilnetz.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] buildbot failure in qemu on default_x86_64_debian_6_0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org, gollub@b1-systems.de, qemu@buildbot.b1-systems.de, agraf@suse.de, lcapitulino@redhat.com Hi, > Most (or even all?) buildbots show the same problem which I have > with my local Debian squeeze distribution:pixman is older than > 0.18.4 (Debian uses 0.16.4-1), so builds which worked recently > now fail because they require the internal pixman which configure > does not find. > > Maybe I missed the discussion, but do we really need 0.18.4, or > should we allow older versions of pixman which are still part of > current Linux distributions? If 0.16.4 works fine we can lower the bar to that one. 0.12.0 is known to *not* work. I picked 0.18.4 because (a) it is known good and (b) is the minimum version required by spice so it looked like a good pick to me. cheers, Gerd