From: Luiz Capitulino <lcapitulino@redhat.com>
To: Eric Blake <eblake@redhat.com>
Cc: agraf@suse.de, qemu-devel@nongnu.org,
"dunrong huang" <riegamaths@gmail.com>,
"Michael Roth" <mdroth@linux.vnet.ibm.com>,
qemu@buildbot.b1-systems.de, gollub@b1-systems.de,
"Andreas Färber" <afaerber@suse.de>
Subject: Re: [Qemu-devel] buildbot failure in qemu on default_openbsd_current
Date: Wed, 23 May 2012 15:46:06 -0300 [thread overview]
Message-ID: <20120523154606.1ab5dc21@doriath.home> (raw)
In-Reply-To: <4FBD09BE.8080305@redhat.com>
On Wed, 23 May 2012 10:01:02 -0600
Eric Blake <eblake@redhat.com> wrote:
> > #include <glib.h>
> > +#include <unistd.h>
> > #include <sys/types.h>
> > #include <sys/ioctl.h>
> > #include "qga/guest-agent-core.h"
> > @@ -20,6 +21,10 @@
> > #include "qemu-queue.h"
> > #include "host-utils.h"
> >
> > +#ifndef _GNU_SOURCE
> > +extern char **environ;
> > +#endif
>
> Looks reasonable.
But that's not the cause of problem. What's happening is that on F16 environ
is declared automatically in <unistd.h>. I'll post a different fix right now.
next prev parent reply other threads:[~2012-05-23 18:46 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-22 23:09 [Qemu-devel] buildbot failure in qemu on default_openbsd_current qemu
2012-05-22 23:41 ` Andreas Färber
2012-05-23 2:35 ` dunrong huang
2012-05-23 13:39 ` Luiz Capitulino
2012-05-23 14:33 ` dunrong huang
2012-05-23 14:35 ` Luiz Capitulino
2012-05-23 15:57 ` Luiz Capitulino
2012-05-23 16:01 ` Eric Blake
2012-05-23 18:46 ` Luiz Capitulino [this message]
2012-05-23 16:06 ` Paolo Bonzini
2012-05-23 16:11 ` Luiz Capitulino
2012-05-23 16:22 ` Michael Roth
-- strict thread matches above, loose matches on Subject: below --
2012-09-15 0:55 qemu
2012-08-15 23:06 qemu
2012-07-28 23:09 qemu
2012-07-19 23:14 qemu
2012-07-17 23:08 qemu
2012-06-09 0:31 qemu
2012-06-10 16:01 ` Paolo Bonzini
2012-06-10 20:36 ` Blue Swirl
2012-03-01 0:08 qemu
2012-02-04 0:07 qemu
2011-10-03 23:12 qemu
2011-09-20 23:05 qemu
2011-08-14 23:11 qemu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120523154606.1ab5dc21@doriath.home \
--to=lcapitulino@redhat.com \
--cc=afaerber@suse.de \
--cc=agraf@suse.de \
--cc=eblake@redhat.com \
--cc=gollub@b1-systems.de \
--cc=mdroth@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu@buildbot.b1-systems.de \
--cc=riegamaths@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).