From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjkfB-0001UG-Cf for qemu-devel@nongnu.org; Fri, 22 Nov 2013 01:56:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vjkf5-00051T-IK for qemu-devel@nongnu.org; Fri, 22 Nov 2013 01:56:25 -0500 Received: from v220110690675601.yourvserver.net ([37.221.199.173]:35969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vjkf5-00051K-Bk for qemu-devel@nongnu.org; Fri, 22 Nov 2013 01:56:19 -0500 Message-ID: <528F000C.4040103@weilnetz.de> Date: Fri, 22 Nov 2013 07:56:12 +0100 From: Stefan Weil MIME-Version: 1.0 References: <20131121084046.GE27039@stefanha-thinkpad.redhat.com> In-Reply-To: <20131121084046.GE27039@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Buildbot failure: MinGW (was: qga/vss-win32/requester.h compile error) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel Am 21.11.2013 09:40, schrieb Stefan Hajnoczi: > Excellent, thanks! The latest buildbot has compiled successfully: > http://buildbot.b1-systems.de/qemu/builders/default_mingw32/builds/784 > > It's now hitting a make check failure unrelated to VSS. > > Thanks, > Stefan 'make check' for MinGW cross builds needs an installation of wine to run the resulting exe files. I also had to fix tests/Makefile to exclude some POSIX-only tests and to makesome smaller code fixes. Now I can run 'make check' for MinGW on a Linux host. Patches will follow after QEMU 1.7 - maybe you can prepare the buildbot with wine. Regards, Stefan