From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rumhu-0004j5-8T for qemu-devel@nongnu.org; Tue, 07 Feb 2012 10:11:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rumhn-0004aL-EQ for qemu-devel@nongnu.org; Tue, 07 Feb 2012 10:11:46 -0500 Received: from e39.co.us.ibm.com ([32.97.110.160]:35579) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rumhn-0004a7-7l for qemu-devel@nongnu.org; Tue, 07 Feb 2012 10:11:39 -0500 Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 7 Feb 2012 08:11:37 -0700 Received: from d03relay05.boulder.ibm.com (d03relay05.boulder.ibm.com [9.17.195.107]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id D31391FF0049 for ; Tue, 7 Feb 2012 08:11:18 -0700 (MST) Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q17FB6iM079204 for ; Tue, 7 Feb 2012 08:11:10 -0700 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q17FB404030770 for ; Tue, 7 Feb 2012 08:11:05 -0700 Message-ID: <4F313EED.9050105@linux.vnet.ibm.com> Date: Tue, 07 Feb 2012 10:10:37 -0500 From: Corey Bryant MIME-Version: 1.0 References: <20120204001158.1A86B3FC6C@buildbot.b1-systems.de> <4F2C712B.6030207@codemonkey.ws> <4F2CEC70.6080206@weilnetz.de> <4F3037BF.7030004@linux.vnet.ibm.com> <4F31361B.7040300@linux.vnet.ibm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; 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: Stefan Hajnoczi Cc: Stefan Weil , Alexander Graf , qemu-devel@nongnu.org On 02/07/2012 09:59 AM, Stefan Hajnoczi wrote: > On Tue, Feb 7, 2012 at 2:32 PM, Corey Bryant wrote: >> >> >> On 02/07/2012 05:28 AM, Stefan Hajnoczi wrote: >>> >>> On Mon, Feb 6, 2012 at 8:27 PM, Corey Bryant >>> wrote: >>>> >>>> >>>> >>>> On 02/04/2012 03:29 AM, Stefan Weil wrote: >>>>> >>>>> >>>>> 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 >>>>> >>>>> >>>> >>>> Who can I talk to about BSD? >>> >>> >>> Are you looking for someone to test BSD or are you volunteering to add >>> a BSD build slave? >>> >>> If you want to add a BSD build slave to the buildbot, please email >>> Daniel Gollub. You can find out more >>> information here: >>> http://wiki.qemu.org/ContinuousIntegration >>> >>> Stefan >>> >> >> Thanks. I'm more concerned with breaking a BSD build. I'm not a BSD guy. >> It looks like BSD doesn't have unique net_init_* functions so I don't think >> they'll get an "undefined reference to `net_init_bridge'" compile error like >> win32. >> >> Someone to test would be great too though! :) I'm not familiar with how >> this typically works. I assume they'll pick it up eventually and try it >> out. > > Gerd Hoffman and Brad Smith have OpenBSD buildslaves which run nightly > builds. These builds cover qemu.git/master but also Kevin's block > tree and a couple more. So in the worst case the build would break > noisily when your patch gets merged into qemu.git/master. > > If your patch travels up through Kevin's block tree or another > subsystem tree, then a buildbot failure notification would be sent to > the mailing list before qemu.git/master is broken :). > > I hope this explains what to expect regarding BSD build breakage. > > Stefan > Thanks for the explanation. Very much appreciated! -- Regards, Corey