From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtHUi-0006a6-7h for qemu-devel@nongnu.org; Thu, 10 Jan 2013 07:44:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtHUg-0005sS-HT for qemu-devel@nongnu.org; Thu, 10 Jan 2013 07:44:28 -0500 Received: from mail-wi0-f177.google.com ([209.85.212.177]:60528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtHUg-0005sF-AZ for qemu-devel@nongnu.org; Thu, 10 Jan 2013 07:44:26 -0500 Received: by mail-wi0-f177.google.com with SMTP id hm2so277373wib.10 for ; Thu, 10 Jan 2013 04:44:25 -0800 (PST) Date: Thu, 10 Jan 2013 13:44:22 +0100 From: Stefan Hajnoczi Message-ID: <20130110124422.GF30946@stefanha-thinkpad.redhat.com> References: <20130108000619.9EA7245754@buildbot.b1-systems.de> <20130109085357.GE30476@stefanha-thinkpad.redhat.com> <495746080bc52c7893ee32b86f105d4f.squirrel@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <495746080bc52c7893ee32b86f105d4f.squirrel@weilnetz.de> Subject: Re: [Qemu-devel] buildbot failure in qemu on block_mingw32 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Stefan Weil , qemu-devel@nongnu.org, Gerd Hoffmann On Wed, Jan 09, 2013 at 06:16:01PM +0100, Stefan Weil wrote: > > On Tue, Jan 08, 2013 at 01:06:19AM +0100, qemu@buildbot.b1-systems.de > > wrote: > >> 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/439 > >> > >> Buildbot URL: http://buildbot.b1-systems.de/qemu/ > >> > >> Buildslave for this Build: kraxel_rhel61 > > > > Here is the error: > > > > /usr/i686-pc-mingw32/sys-root/mingw/include/stdlib.h:371: note: previous > > declaration of 'atexit' was here > > /home/buildbot/slave-public/block_mingw32/build/savevm.c: In function > > 'do_savevm': > > /home/buildbot/slave-public/block_mingw32/build/savevm.c:2097: error: > > storage size of 'tb' isn't known > > /home/buildbot/slave-public/block_mingw32/build/savevm.c:2133: warning: > > implicit declaration of function '_ftime' > > /home/buildbot/slave-public/block_mingw32/build/savevm.c:2133: warning: > > nested extern declaration of '_ftime' > > /home/buildbot/slave-public/block_mingw32/build/savevm.c:2097: warning: > > unused variable 'tb' > > > > Stefan > > > I don't get this error in line 2097 with my native and cross builds, > nor do I get the warnings. Which version of MinGW is used on the buildbot? > > Anyway, it will be fixed with the pending patch > http://patchwork.ozlabs.org/patch/210240/ I've added Gerd on CC if he has time to check the buildbot. But since this will be fixed anyway it probably doesn't matter. Stefan