From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThjxF-0007k6-Cv for qemu-devel@nongnu.org; Sun, 09 Dec 2012 11:42:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ThjxE-0003qD-EJ for qemu-devel@nongnu.org; Sun, 09 Dec 2012 11:42:13 -0500 Received: from mail-ia0-f172.google.com ([209.85.210.172]:65185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThjxE-0003q9-9f for qemu-devel@nongnu.org; Sun, 09 Dec 2012 11:42:12 -0500 Received: by mail-ia0-f172.google.com with SMTP id z13so3426534iaz.17 for ; Sun, 09 Dec 2012 08:42:10 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <50C43D95.4000207@weilnetz.de> References: <20121208220340.E0D46450CB@buildbot.b1-systems.de> <50C43D95.4000207@weilnetz.de> Date: Sun, 9 Dec 2012 16:42:09 +0000 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 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, agraf@suse.de, lcapitulino@redhat.com, qemu@buildbot.b1-systems.de, Gerd Hoffmann , gollub@b1-systems.de On 9 December 2012 07:28, Stefan Weil wrote: > 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? I don't think we should be depending on bleeding-edge pixman ideally (even if we can get away with it because of our local copy). Part of the argument for adding the pixman dep in the first place was "all linux distros will have this"... -- PMM