From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MY8DO-0004PI-9R for qemu-devel@nongnu.org; Mon, 03 Aug 2009 20:49:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MY8DJ-0004Kh-MM for qemu-devel@nongnu.org; Mon, 03 Aug 2009 20:49:17 -0400 Received: from [199.232.76.173] (port=41591 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MY8DJ-0004KQ-A0 for qemu-devel@nongnu.org; Mon, 03 Aug 2009 20:49:13 -0400 Received: from qw-out-1920.google.com ([74.125.92.147]:44303) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MY8DI-0001te-S2 for qemu-devel@nongnu.org; Mon, 03 Aug 2009 20:49:12 -0400 Received: by qw-out-1920.google.com with SMTP id 5so1740627qwc.4 for ; Mon, 03 Aug 2009 17:49:12 -0700 (PDT) Message-ID: <4A778585.1010505@codemonkey.ws> Date: Mon, 03 Aug 2009 19:49:09 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] QEMU 0.11.0-rc1 broken on OpenBSD. References: <200908031229.13189.brad@comstyle.com> <4A773959.9080205@codemonkey.ws> <200908031536.49307.brad@comstyle.com> In-Reply-To: <200908031536.49307.brad@comstyle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Brad Cc: qemu-devel@nongnu.org Brad wrote: > On Monday 03 August 2009 15:24:09 Anthony Liguori wrote: > >> Brad wrote: >> >>> Trying to compile QEMU 0.11.0-rc1 on OpenBSD/i386 it is broken at the >>> moment.. >>> >>> gmake[1]: Entering directory >>> `/stuff/ports/emulators/qemu.new/w-qemu-0.11.0-rc1/qemu-0.11.0-rc1/pc-bio >>> s/optionrom' cc -Wall -Wstrict-prototypes -Werror -fomit-frame-pointer >>> -fno-builtin >>> -I/stuff/ports/emulators/qemu.new/w-qemu-0.11.0-rc1/qemu-0.11.0-rc1 >>> -fno-stack-protector -o >>> >> Is cc not gcc? >> > > No. > Too many negatives. Is cc gcc? If not, are you building QEMU with whatever cc is or do we have an error in our Makefiles such that $(CC) isn't getting propagated to the multiboot Makefile? Regards, Anthony Liguori