From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQIV0-0004zs-QN for qemu-devel@nongnu.org; Mon, 22 Oct 2012 09:57:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQIUy-0004xU-Rq for qemu-devel@nongnu.org; Mon, 22 Oct 2012 09:56:58 -0400 Received: from e31.co.us.ibm.com ([32.97.110.149]:33440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQIUy-0004xG-LH for qemu-devel@nongnu.org; Mon, 22 Oct 2012 09:56:56 -0400 Received: from /spool/local by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 22 Oct 2012 07:56:54 -0600 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 4CCD11FF004C for ; Mon, 22 Oct 2012 07:55:03 -0600 (MDT) Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q9MDt1HC219186 for ; Mon, 22 Oct 2012 07:55:01 -0600 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q9MDudSW000838 for ; Mon, 22 Oct 2012 07:56:39 -0600 Message-ID: <5085502B.5080501@linux.vnet.ibm.com> Date: Mon, 22 Oct 2012 09:54:51 -0400 From: Corey Bryant MIME-Version: 1.0 References: <20121020010424.E729B41698@buildbot.b1-systems.de> <50853C7D.6020209@redhat.com> In-Reply-To: <50853C7D.6020209@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] buildbot failure in qemu on block_mingw32 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: lcapitulino@redhat.com, gollub@b1-systems.de, qemu@buildbot.b1-systems.de, qemu-devel@nongnu.org, agraf@suse.de On 10/22/2012 08:30 AM, Kevin Wolf wrote: > Am 20.10.2012 03:04, schrieb qemu@buildbot.b1-systems.de: >> The Buildbot has detected a new failure on builder block_mingw32 while building qemu. >> Full details are available at: >> http://buildbot.b1-systems.de/qemu/builders/block_mingw32/builds/359 >> >> Buildbot URL: http://buildbot.b1-systems.de/qemu/ >> >> Buildslave for this Build: kraxel_rhel61 >> >> Build Reason: The Nightly scheduler named 'nightly_block' triggered this build >> Build Source Stamp: [branch block] HEAD >> Blamelist: >> >> BUILD FAILED: failed compile >> >> sincerely, >> -The Buildbot > > This one is for you, Corey: > > CC vl.o > In file included from > /usr/i686-pc-mingw32/sys-root/mingw/include/glib-2.0/glib/gthread.h:36, > from > /usr/i686-pc-mingw32/sys-root/mingw/include/glib-2.0/glib/gasyncqueue.h:34, > from > /usr/i686-pc-mingw32/sys-root/mingw/include/glib-2.0/glib.h:34, > from qemu-common.h:41, > from bitmap.h:15, > from vl.c:31: > /usr/i686-pc-mingw32/sys-root/mingw/include/glib-2.0/glib/gutils.h:290: > warning: redundant redeclaration of 'atexit' > /usr/i686-pc-mingw32/sys-root/mingw/include/stdlib.h:371: note: previous > declaration of 'atexit' was here > vl.c: In function 'parse_add_fd': > vl.c:819: warning: implicit declaration of function 'fcntl' > vl.c:819: warning: nested extern declaration of 'fcntl' > vl.c:819: error: 'F_GETFD' undeclared (first use in this function) > vl.c:819: error: (Each undeclared identifier is reported only once > vl.c:819: error: for each function it appears in.) > vl.c:820: error: 'FD_CLOEXEC' undeclared (first use in this function) > make: *** [vl.o] Error 1 > > Kevin > I just sent a patch for this. See subject: "[PATCH] main: Hide F_GETFD and FD_CLOEXEC use for _WIN32" -- Regards, Corey Bryant