From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXE9u-0006JQ-5n for qemu-devel@nongnu.org; Wed, 23 May 2012 12:11:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXE9s-0003xr-C7 for qemu-devel@nongnu.org; Wed, 23 May 2012 12:11:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60304) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXE9s-0003xK-2y for qemu-devel@nongnu.org; Wed, 23 May 2012 12:11:32 -0400 Date: Wed, 23 May 2012 13:11:41 -0300 From: Luiz Capitulino Message-ID: <20120523131141.42d4fa70@doriath.home> In-Reply-To: <4FBD0AFA.7010607@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> <4FBD0AFA.7010607@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: Paolo Bonzini Cc: qemu-devel@nongnu.org, Michael Roth , dunrong huang , 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 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 openbsd on a VM to test it. > > > > I'm getting lots of make errors on openbsd 4.9: > > > > "Makefile", line 7: Missing dependency operator > > "/root/qemu.a/rules.mak", line 20: Missing dependency operator > > "/root/qemu.a/rules.mak", line 23: Need an operator > > "/root/qemu.a/rules.mak", line 26: Need an operator > > "Makefile", line 15: Need an operator > > "Makefile", line 19: Need an operator > > "Makefile", line 22: Missing dependency operator > > "Makefile", line 24: Need an operator > > Bad modifier: $(SRC_PATH)/hw) > > > > Bad modifier: $(SRC_PATH)/hw) > > > > "Makefile", line 36: Need an operator > > > > Anyone knows what I did wrong? Or, if anybody could test the attached fix... > > Probably you need to install gnumake. Yeah, Andreas helped by irc, but now I get zillions of -Wno-redundant-decls errors: In file included from /root/qemu.a/qemu-common.h:33, from /root/qemu.a/module.c:16: /usr//include/unistd.h:99: warning: redundant redeclaration of 'lseek' /usr//include/sys/types.h:210: warning: previous declaration of 'lseek' was here /usr//include/unistd.h:138: warning: redundant redeclaration of 'ftruncate' /usr//include/sys/types.h:211: warning: previous declaration of 'ftruncate' was here I've removed -Wno-redundant-decls and I finally get the environ build error, but I wonder why build bot doesn't get it.