[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] buildbot failure in qemu on default_mingw32
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] buildbot failure in qemu on default_mingw32 |
Date: |
Mon, 8 Oct 2012 08:07:22 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Sat, Oct 06, 2012 at 01:51:24AM +0200, address@hidden 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