From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjoNS-000261-Dc for qemu-devel@nongnu.org; Fri, 22 Nov 2013 05:54:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjoNN-0005K0-3D for qemu-devel@nongnu.org; Fri, 22 Nov 2013 05:54:22 -0500 Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:59685) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjoNM-0005Jw-SY for qemu-devel@nongnu.org; Fri, 22 Nov 2013 05:54:17 -0500 Received: by mail-we0-f173.google.com with SMTP id t61so967536wes.32 for ; Fri, 22 Nov 2013 02:54:15 -0800 (PST) Date: Fri, 22 Nov 2013 11:54:12 +0100 From: Stefan Hajnoczi Message-ID: <20131122105412.GD24388@stefanha-thinkpad.redhat.com> References: <20131121084046.GE27039@stefanha-thinkpad.redhat.com> <528F000C.4040103@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <528F000C.4040103@weilnetz.de> 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 Weil Cc: qemu-devel , Gerd Hoffmann On Fri, Nov 22, 2013 at 07:56:12AM +0100, Stefan Weil wrote: > 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. The mingw build runs on Gerd's buildslave. He would need to install wine on the kraxel_rhel61 buildslave. Stefan