From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RumBS-0008LM-Dn for qemu-devel@nongnu.org; Tue, 07 Feb 2012 09:38:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RumBL-0003tb-N5 for qemu-devel@nongnu.org; Tue, 07 Feb 2012 09:38:14 -0500 Received: from e4.ny.us.ibm.com ([32.97.182.144]:44879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RumBL-0003tU-JK for qemu-devel@nongnu.org; Tue, 07 Feb 2012 09:38:07 -0500 Received: from /spool/local by e4.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 7 Feb 2012 09:38:04 -0500 Received: from d01relay01.pok.ibm.com (d01relay01.pok.ibm.com [9.56.227.233]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id B42C138C84BB for ; Tue, 7 Feb 2012 09:33:04 -0500 (EST) Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay01.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q17EX4A6236486 for ; Tue, 7 Feb 2012 09:33:04 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q17EX3g0030858 for ; Tue, 7 Feb 2012 12:33:04 -0200 Message-ID: <4F31361B.7040300@linux.vnet.ibm.com> Date: Tue, 07 Feb 2012 09:32:59 -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> 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 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. -- Regards, Corey