From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TL6Uy-0006gB-1q for qemu-devel@nongnu.org; Mon, 08 Oct 2012 02:07:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TL6Uw-0005xu-S6 for qemu-devel@nongnu.org; Mon, 08 Oct 2012 02:07:27 -0400 Received: from mail-bk0-f45.google.com ([209.85.214.45]:45224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TL6Uw-0005xn-Kb for qemu-devel@nongnu.org; Mon, 08 Oct 2012 02:07:26 -0400 Received: by mail-bk0-f45.google.com with SMTP id jf3so1526809bkc.4 for ; Sun, 07 Oct 2012 23:07:26 -0700 (PDT) Date: Mon, 8 Oct 2012 08:07:22 +0200 From: Stefan Hajnoczi Message-ID: <20121008060722.GC12140@stefanha-thinkpad.redhat.com> References: <20121005235124.9ED2A4049C@buildbot.b1-systems.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121005235124.9ED2A4049C@buildbot.b1-systems.de> Subject: Re: [Qemu-devel] buildbot failure in qemu on default_mingw32 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, agraf@suse.de, lcapitulino@redhat.com On Sat, Oct 06, 2012 at 01:51:24AM +0200, 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/396 > > 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 qemu-sockets.c: In function 'inet_connect_addr': qemu-sockets.c:285: warning: passing argument 4 of 'setsockopt' from incompatible pointer type /usr/i686-pc-mingw32/sys-root/mingw/include/winsock2.h:551: note: expected 'const char *' but argument is of type 'const int *' make: *** [qemu-sockets.o] Error 1 I believe this is fixed by the recent Windows sockets API fixes. Let's wait for the dust to settle and see if the failure persists. Stefan