From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThbJJ-0000hd-No for qemu-devel@nongnu.org; Sun, 09 Dec 2012 02:28:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ThbJI-0008PF-FE for qemu-devel@nongnu.org; Sun, 09 Dec 2012 02:28:25 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:48060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ThbJI-0008PB-89 for qemu-devel@nongnu.org; Sun, 09 Dec 2012 02:28:24 -0500 Message-ID: <50C43D95.4000207@weilnetz.de> Date: Sun, 09 Dec 2012 08:28:21 +0100 From: Stefan Weil MIME-Version: 1.0 References: <20121208220340.E0D46450CB@buildbot.b1-systems.de> In-Reply-To: <20121208220340.E0D46450CB@buildbot.b1-systems.de> Content-Type: text/plain; charset=UTF-8; format=flowed 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: qemu@buildbot.b1-systems.de Cc: qemu-devel@nongnu.org, gollub@b1-systems.de, Gerd Hoffmann , agraf@suse.de, lcapitulino@redhat.com Am 08.12.2012 23:03, schrieb qemu@buildbot.b1-systems.de: > The Buildbot has detected a new failure on builder default_x86_64_debian_6_0 while building qemu. > Full details are available at: > http://buildbot.b1-systems.de/qemu/builders/default_x86_64_debian_6_0/builds/474 > > Buildbot URL: http://buildbot.b1-systems.de/qemu/ > > Buildslave for this Build: yuzuki > > Build Reason: The Nightly scheduler named 'nightly_default' triggered this build > Build Source Stamp: [branch master] HEAD > Blamelist: > > BUILD FAILED: failed configure > > sincerely, > -The Buildbot 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? Stefan