From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXE58-0003ay-Dr for qemu-devel@nongnu.org; Wed, 23 May 2012 12:06:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXE52-0001Js-Vb for qemu-devel@nongnu.org; Wed, 23 May 2012 12:06:37 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:60478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXE52-0001Iz-Mk for qemu-devel@nongnu.org; Wed, 23 May 2012 12:06:32 -0400 Received: by dadv2 with SMTP id v2so11898908dad.4 for ; Wed, 23 May 2012 09:06:30 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FBD0AFA.7010607@redhat.com> Date: Wed, 23 May 2012 18:06:18 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20120522230955.5F24540404@buildbot.b1-systems.de> <4FBC242A.4080107@suse.de> <20120523103954.27b13af7@doriath.home> <20120523113549.346baf42@doriath.home> <20120523125711.783be240@doriath.home> In-Reply-To: <20120523125711.783be240@doriath.home> Content-Type: text/plain; charset=ISO-8859-1 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: Luiz Capitulino Cc: qemu-devel@nongnu.org, Michael Roth , dunrong huang , agraf@suse.de, qemu@buildbot.b1-systems.de, gollub@b1-systems.de, Eric Blake , =?ISO-8859-1?Q?Andreas_F=E4rber?= 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. Paolo