From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:32846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXGZO-0004Ud-23 for qemu-devel@nongnu.org; Wed, 23 May 2012 14:46:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXGZM-0006vO-47 for qemu-devel@nongnu.org; Wed, 23 May 2012 14:46:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXGZL-0006ud-RA for qemu-devel@nongnu.org; Wed, 23 May 2012 14:46:00 -0400 Date: Wed, 23 May 2012 15:46:06 -0300 From: Luiz Capitulino Message-ID: <20120523154606.1ab5dc21@doriath.home> In-Reply-To: <4FBD09BE.8080305@redhat.com> References: <20120522230955.5F24540404@buildbot.b1-systems.de> <4FBC242A.4080107@suse.de> <20120523103954.27b13af7@doriath.home> <20120523113549.346baf42@doriath.home> <20120523125711.783be240@doriath.home> <4FBD09BE.8080305@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] buildbot failure in qemu on default_openbsd_current List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: agraf@suse.de, qemu-devel@nongnu.org, dunrong huang , Michael Roth , qemu@buildbot.b1-systems.de, gollub@b1-systems.de, Andreas =?ISO-8859-1?B?RuRyYmVy?= 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; > > +#endif > > Looks reasonable. But that's not the cause of problem. What's happening is that on F16 environ is declared automatically in . I'll post a different fix right now.