[Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-09-14 Thread qemu
The Buildbot has detected a new failure on builder default_openbsd_current while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/default_openbsd_current/builds/374 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: brad_openbsd

[Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-08-15 Thread qemu
The Buildbot has detected a new failure on builder default_openbsd_current while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/default_openbsd_current/builds/344 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: brad_openbsd

[Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-07-28 Thread qemu
The Buildbot has detected a new failure on builder default_openbsd_current while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/default_openbsd_current/builds/332 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: brad_openbsd

[Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-07-19 Thread qemu
The Buildbot has detected a new failure on builder default_openbsd_current while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/default_openbsd_current/builds/323 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: brad_openbsd

[Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-07-17 Thread qemu
The Buildbot has detected a new failure on builder default_openbsd_current while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/default_openbsd_current/builds/321 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: brad_openbsd

[Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-06-25 Thread qemu
The Buildbot has detected a new failure on builder default_openbsd_current while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/default_openbsd_current/builds/298 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: brad_openbsd

Re: [Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-06-10 Thread Blue Swirl
On Sun, Jun 10, 2012 at 4:01 PM, Paolo Bonzini wrote: > Il 09/06/2012 02:31, q...@buildbot.b1-systems.de ha scritto: >> The Buildbot has detected a new failure on builder default_openbsd_current >> while building qemu. >> Full details are available at: >>  http://buildbot.b1-systems.de/qemu/build

Re: [Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-06-10 Thread Paolo Bonzini
Il 09/06/2012 02:31, q...@buildbot.b1-systems.de ha scritto: > The Buildbot has detected a new failure on builder default_openbsd_current > while building qemu. > Full details are available at: > > http://buildbot.b1-systems.de/qemu/builders/default_openbsd_current/builds/288 > > Buildbot URL:

[Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-06-08 Thread qemu
The Buildbot has detected a new failure on builder default_openbsd_current while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/default_openbsd_current/builds/288 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: brad_openbsd

Re: [Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-05-23 Thread Luiz Capitulino
On Wed, 23 May 2012 10:01:02 -0600 Eric Blake wrote: > > #include > > +#include > > #include > > #include > > #include "qga/guest-agent-core.h" > > @@ -20,6 +21,10 @@ > > #include "qemu-queue.h" > > #include "host-utils.h" > > > > +#ifndef _GNU_SOURCE > > +extern char **environ; > > +

Re: [Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-05-23 Thread Michael Roth
On Wed, May 23, 2012 at 12:57:11PM -0300, Luiz Capitulino wrote: > On Wed, 23 May 2012 11:35:49 -0300 > Luiz Capitulino wrote: > > > > Maybe we need a patch to declare environ for openbsd > > > > Yes, I have the patch already but am installing openbsd on a VM to test it. > > I'm getting lots of

Re: [Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-05-23 Thread Luiz Capitulino
On Wed, 23 May 2012 18:06:18 +0200 Paolo Bonzini wrote: > Il 23/05/2012 17:57, Luiz Capitulino ha scritto: > > On Wed, 23 May 2012 11:35:49 -0300 > > Luiz Capitulino wrote: > > > >>> Maybe we need a patch to declare environ for openbsd > >> > >> Yes, I have the patch already but am installing o

Re: [Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-05-23 Thread Paolo Bonzini
Il 23/05/2012 17:57, Luiz Capitulino ha scritto: > On Wed, 23 May 2012 11:35:49 -0300 > Luiz Capitulino wrote: > >>> Maybe we need a patch to declare environ for openbsd >> >> Yes, I have the patch already but am installing openbsd on a VM to test it. > > I'm getting lots of make errors on openb

Re: [Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-05-23 Thread Eric Blake
On 05/23/2012 09:57 AM, Luiz Capitulino wrote: > > Anyone knows what I did wrong? Or, if anybody could test the attached fix... Sorry, I'm not in a position to test the patch, but I can at least review it. > > > 0001-qemu-ga-Fix-missing-environ-declarion.patch > > >>From 4a3f4cff8aa27fe3810

Re: [Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-05-23 Thread Luiz Capitulino
On Wed, 23 May 2012 11:35:49 -0300 Luiz Capitulino wrote: > > Maybe we need a patch to declare environ for openbsd > > Yes, I have the patch already but am installing openbsd on a VM to test it. I'm getting lots of make errors on openbsd 4.9: "Makefile", line 7: Missing dependency operator "/r

Re: [Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-05-23 Thread Luiz Capitulino
On Wed, 23 May 2012 22:33:22 +0800 dunrong huang wrote: > 2012/5/23 Luiz Capitulino > > > On Wed, 23 May 2012 10:35:36 +0800 > > dunrong huang wrote: > > > > > 2012/5/23 Andreas Färber > > > > > > > Am 23.05.2012 01:09, schrieb q...@buildbot.b1-systems.de: > > > > > The Buildbot has detected

Re: [Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-05-23 Thread dunrong huang
2012/5/23 Luiz Capitulino > On Wed, 23 May 2012 10:35:36 +0800 > dunrong huang wrote: > > > 2012/5/23 Andreas Färber > > > > > Am 23.05.2012 01:09, schrieb q...@buildbot.b1-systems.de: > > > > The Buildbot has detected a new failure on builder > > > default_openbsd_current while building qemu.

Re: [Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-05-23 Thread Luiz Capitulino
On Wed, 23 May 2012 10:35:36 +0800 dunrong huang wrote: > 2012/5/23 Andreas Färber > > > Am 23.05.2012 01:09, schrieb q...@buildbot.b1-systems.de: > > > The Buildbot has detected a new failure on builder > > default_openbsd_current while building qemu. > > > Full details are available at: > > >

Re: [Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-05-22 Thread dunrong huang
2012/5/23 Andreas Färber > Am 23.05.2012 01:09, schrieb q...@buildbot.b1-systems.de: > > The Buildbot has detected a new failure on builder > default_openbsd_current while building qemu. > > Full details are available at: > > > http://buildbot.b1-systems.de/qemu/builders/default_openbsd_current/b

Re: [Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-05-22 Thread Andreas Färber
Am 23.05.2012 01:09, schrieb q...@buildbot.b1-systems.de: > The Buildbot has detected a new failure on builder default_openbsd_current > while building qemu. > Full details are available at: > > http://buildbot.b1-systems.de/qemu/builders/default_openbsd_current/builds/271 > > Buildbot URL: htt

[Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-05-22 Thread qemu
The Buildbot has detected a new failure on builder default_openbsd_current while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/default_openbsd_current/builds/271 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: brad_openbsd

[Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-02-29 Thread qemu
The Buildbot has detected a new failure on builder default_openbsd_current while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/default_openbsd_current/builds/190 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: brad_openbsd

[Qemu-devel] buildbot failure in qemu on default_openbsd_current

2012-02-03 Thread qemu
The Buildbot has detected a new failure on builder default_openbsd_current while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/default_openbsd_current/builds/167 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: brad_openbsd

[Qemu-devel] buildbot failure in qemu on default_openbsd_current

2011-10-03 Thread qemu
The Buildbot has detected a new failure on builder default_openbsd_current while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/default_openbsd_current/builds/50 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: brad_openbsd_

[Qemu-devel] buildbot failure in qemu on default_openbsd_current

2011-09-20 Thread qemu
The Buildbot has detected a new failure on builder default_openbsd_current while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/default_openbsd_current/builds/37 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: brad_openbsd_

[Qemu-devel] buildbot failure in qemu on default_openbsd_current

2011-08-14 Thread qemu
The Buildbot has detected a new failure on builder default_openbsd_current while building qemu. Full details are available at: http://buildbot.b1-systems.de/qemu/builders/default_openbsd_current/builds/0 Buildbot URL: http://buildbot.b1-systems.de/qemu/ Buildslave for this Build: brad_openbsd_c