From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rtb09-0007bs-KN for qemu-devel@nongnu.org; Sat, 04 Feb 2012 03:29:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rtb07-000106-EU for qemu-devel@nongnu.org; Sat, 04 Feb 2012 03:29:41 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:50241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rtb07-0000zm-8V for qemu-devel@nongnu.org; Sat, 04 Feb 2012 03:29:39 -0500 Message-ID: <4F2CEC70.6080206@weilnetz.de> Date: Sat, 04 Feb 2012 09:29:36 +0100 From: Stefan Weil MIME-Version: 1.0 References: <20120204001158.1A86B3FC6C@buildbot.b1-systems.de> <4F2C712B.6030207@codemonkey.ws> In-Reply-To: <4F2C712B.6030207@codemonkey.ws> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] buildbot failure in qemu on default_mingw32 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Corey Bryant , Alexander Graf , qemu-devel@nongnu.org Am 04.02.2012 00:43, schrieb Anthony Liguori: > On 02/03/2012 06:11 PM, qemu@buildbot.b1-systems.de wrote: >> The Buildbot has detected a new failure on builder default_mingw32 >> while building qemu. >> Full details are available at: >> http://buildbot.b1-systems.de/qemu/builders/default_mingw32/builds/167 >> >> Buildbot URL: http://buildbot.b1-systems.de/qemu/ >> >> Buildslave for this Build: kraxel_rhel61 >> >> Build Reason: The Nightly scheduler named 'nightly_default' triggered >> this build >> Build Source Stamp: [branch master] HEAD >> Blamelist: >> >> BUILD FAILED: failed compile > > Hi Corey, > > This came in through your net bridge helper series. Can you send a > patch for this? Stefan Weil may be able to help you figure out what's > needed here for win32. > > Regards, > > Anthony Liguori Hi, removing the bridge code for hosts which don't support it (quote from Corey's commit: "this is very Linux centric") seems currently the best solution. I just sent a patch which does this for w32 hosts. Maybe BSD also should be added. Regards, Stefan Weil