Re: [Qemu-devel] Buildbot failure: MinGW

2014-02-19 Thread Peter Maydell
On 19 February 2014 12:18, Thomas Huth wrote: > I recently had a similar problem compiling QEMU on a freshly installed > system, where I only had a normal C compiler, but no C++ installed yet. > > In rules.mak, you can find these lines: > > # If we have a CXX we might have some C++ objects, in wh

Re: [Qemu-devel] Buildbot failure: MinGW

2014-02-19 Thread Thomas Huth
On Wed, 19 Feb 2014 11:53:09 + Peter Maydell wrote: > On 19 February 2014 04:27, Stefan Weil wrote: > > Hi Gerd, hi Stefan, > > > > we now need a C++ compiler on the buildbots. Currently, it's missing for > > MinGW: > > > > /bin/sh: i686-pc-mingw32-g++: command not found > > Don't we succes

Re: [Qemu-devel] Buildbot failure: MinGW

2014-02-19 Thread Peter Maydell
On 19 February 2014 04:27, Stefan Weil wrote: > Hi Gerd, hi Stefan, > > we now need a C++ compiler on the buildbots. Currently, it's missing for > MinGW: > > /bin/sh: i686-pc-mingw32-g++: command not found Don't we successfully fall back to "don't build C++ things" if configure doesn't detect the

Re: [Qemu-devel] Buildbot failure: MinGW

2014-02-19 Thread Gerd Hoffmann
On Mi, 2014-02-19 at 05:27 +0100, Stefan Weil wrote: > Hi Gerd, hi Stefan, > > we now need a C++ compiler on the buildbots. Currently, it's missing for > MinGW: > > /bin/sh: i686-pc-mingw32-g++: command not found Installed. cheers, Gerd

Re: [Qemu-devel] Buildbot failure: MinGW

2014-02-18 Thread Stefan Weil
Hi Gerd, hi Stefan, we now need a C++ compiler on the buildbots. Currently, it's missing for MinGW: /bin/sh: i686-pc-mingw32-g++: command not found Cheers Stefan

Re: [Qemu-devel] Buildbot failure: MinGW

2013-11-24 Thread Gerd Hoffmann
On So, 2013-11-24 at 11:21 +0100, Stefan Weil wrote: > Am 22.11.2013 13:51, schrieb Gerd Hoffmann: > > Hi, > > > >>> 'make check' for MinGW cross builds needs an installation of wine to run > >>> the resulting exe files. > > I don't think it is a good idea to run tests for cross builds by > > def

Re: [Qemu-devel] Buildbot failure: MinGW

2013-11-24 Thread Stefan Weil
Am 22.11.2013 13:51, schrieb Gerd Hoffmann: > Hi, > >>> 'make check' for MinGW cross builds needs an installation of wine to run >>> the resulting exe files. > I don't think it is a good idea to run tests for cross builds by > default. > > cheers, > Gerd Why not? In this case (MinGW), setting

Re: [Qemu-devel] Buildbot failure: MinGW (was: qga/vss-win32/requester.h compile error)

2013-11-22 Thread Gerd Hoffmann
Hi, > > 'make check' for MinGW cross builds needs an installation of wine to run > > the resulting exe files. I don't think it is a good idea to run tests for cross builds by default. cheers, Gerd

Re: [Qemu-devel] Buildbot failure: MinGW (was: qga/vss-win32/requester.h compile error)

2013-11-22 Thread Stefan Hajnoczi
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 failur

Re: [Qemu-devel] Buildbot failure: MinGW (was: qga/vss-win32/requester.h compile error)

2013-11-21 Thread Stefan Weil
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