From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58248) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXBnH-0004n5-WD for qemu-devel@nongnu.org; Wed, 23 May 2012 09:40:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXBn9-0003Gz-7D for qemu-devel@nongnu.org; Wed, 23 May 2012 09:40:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXBn8-0003Ge-VF for qemu-devel@nongnu.org; Wed, 23 May 2012 09:39:55 -0400 Date: Wed, 23 May 2012 10:39:54 -0300 From: Luiz Capitulino Message-ID: <20120523103954.27b13af7@doriath.home> In-Reply-To: References: <20120522230955.5F24540404@buildbot.b1-systems.de> <4FBC242A.4080107@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: dunrong huang Cc: Michael Roth , qemu-devel@nongnu.org, agraf@suse.de, qemu@buildbot.b1-systems.de, gollub@b1-systems.de, Eric Blake , Andreas =?ISO-8859-1?B?RuRyYmVy?= On Wed, 23 May 2012 10:35:36 +0800 dunrong huang wrote: > 2012/5/23 Andreas F=E4rber >=20 > > Am 23.05.2012 01:09, schrieb qemu@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/bui= lds/271 > > > > > > Buildbot URL: http://buildbot.b1-systems.de/qemu/ > > > > > > Buildslave for this Build: brad_openbsd_current > > > > > > Build Reason: The Nightly scheduler named 'nightly_default' triggered > > this build > > > Build Source Stamp: [branch master] HEAD > > > Blamelist: > > > > > > BUILD FAILED: failed compile > > > > qga/commands-posix.c: In function 'qmp_guest_shutdown': > > qga/commands-posix.c:65: error: 'environ' undeclared (first use in this > > function) > > > It seems like "extern char **environ;" is missing when building on openbsd Heh, I thought this wouldn't happen. It has been discussed here: http://lists.gnu.org/archive/html/qemu-devel/2012-05/msg01905.html I'll provide a patch.