From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JL2oe-0001Wt-3F for mharc-grub-devel@gnu.org; Fri, 01 Feb 2008 15:48:52 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JL2ob-0001WO-UL for grub-devel@gnu.org; Fri, 01 Feb 2008 15:48:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JL2ob-0001WC-Gl for grub-devel@gnu.org; Fri, 01 Feb 2008 15:48:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JL2ob-0001W5-4e for grub-devel@gnu.org; Fri, 01 Feb 2008 15:48:49 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JL2oa-0006ar-PI for grub-devel@gnu.org; Fri, 01 Feb 2008 15:48:49 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JL2oW-00048D-Bx for grub-devel@gnu.org; Fri, 01 Feb 2008 20:48:44 +0000 Received: from adsl-69-234-192-38.dsl.irvnca.pacbell.net ([69.234.192.38]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Feb 2008 20:48:44 +0000 Received: from wa1ter by adsl-69-234-192-38.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 01 Feb 2008 20:48:44 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: walt Date: Fri, 01 Feb 2008 12:49:11 -0800 Organization: none Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-192-38.dsl.irvnca.pacbell.net User-Agent: Thunderbird 3.0a1pre (X11/2008020106) Sender: news X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Subject: Compiling grub2 on OpenBSD X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2008 20:48:50 -0000 I got grub2 compiled on NetBSD, so now on to OpenBSD: In file included from ../util/i386/pc/grub-mkimage.c:29: ../include/grub/misc.h:43: warning: conflicting types for built-in function `memcpy' In file included from ../util/i386/pc/grub-mkimage.c:33: /usr/include/string.h:60: error: conflicting types for `memcpy' ../include/grub/misc.h:43: error: previous declaration of `memcpy' And here is the offending definition from /usr/include/string.h: void *memcpy(void *, const void *, size_t) __attribute__ ((__bounded__(__buffer__,1,3))) __attribute__ ((__bounded__(__buffer__,2,3))); This is only the first of many such weird things I expect to show up. (OpenBSD has blazed its own trail to another planet over the years :o)