From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KPsDX-0001Ny-ON for mharc-grub-devel@gnu.org; Mon, 04 Aug 2008 01:02:48 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KPsDV-0001K5-7v for grub-devel@gnu.org; Mon, 04 Aug 2008 01:02:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KPsDU-0001I2-84 for grub-devel@gnu.org; Mon, 04 Aug 2008 01:02:44 -0400 Received: from [199.232.76.173] (port=56008 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KPsDU-0001Hn-1W for grub-devel@gnu.org; Mon, 04 Aug 2008 01:02:44 -0400 Received: from c60.cesmail.net ([216.154.195.49]:27429) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1KPsDT-0001NK-IG for grub-devel@gnu.org; Mon, 04 Aug 2008 01:02:43 -0400 Received: from unknown (HELO relay.cesmail.net) ([192.168.1.81]) by c60.cesmail.net with ESMTP; 04 Aug 2008 01:02:43 -0400 Received: from [192.168.0.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by relay.cesmail.net (Postfix) with ESMTP id 69331618F22 for ; Mon, 4 Aug 2008 01:02:42 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <1217809888.6283.27.camel@fz.local> References: <1217809888.6283.27.camel@fz.local> Content-Type: text/plain Date: Mon, 04 Aug 2008 01:02:41 -0400 Message-Id: <1217826161.10989.29.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: Current SVN is broken on x86_64 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: Mon, 04 Aug 2008 05:02:45 -0000 On Mon, 2008-08-04 at 02:31 +0200, Felix Zielcke wrote: > I just tried to compile the Debian packages with the currently SVN > version and it failed: > > cc -Iloader/i386/efi -I/home/fz/grub/grub2-1.96+20080804/loader/i386/efi -I. -Iinclude -I/home/fz/grub/grub2-1.96+20080804/include -Wall -W -Wall -W -Wshadow -Wpointer-arith -Wmissing-prototypes -Wundef -Wstrict-prototypes -g -Os -m64 -fno-stack-protector -mno-stack-arg-probe -fno-builtin -m64 -MD -c -o _linux_mod-loader_i386_efi_linux.o /home/fz/grub/grub2-1.96+20080804/loader/i386/efi/linux.c > In file included from /home/fz/grub/grub2-1.96+20080804/loader/i386/efi/linux.c:34: > /home/fz/grub/grub2-1.96+20080804/include/grub/pci.h:48:26: error: grub/cpu/pci.h: No such file or directory I confirm it. And the i386-pc platform grew new warnings: kern/main.c: In function 'grub_set_root_dev': kern/main.c:108: warning: implicit declaration of function 'grub_free' loader/i386/pc/multiboot.c: In function 'grub_multiboot_load_elf32': loader/i386/pc/multiboot.c:165: warning: assignment makes integer from pointer without a cast loader/i386/pc/multiboot.c:168: warning: passing argument 1 of 'grub_memmove' makes pointer from integer without a cast loader/i386/pc/multiboot.c:175: warning: initialization makes pointer from integer without a cast loader/i386/pc/multiboot.c:177: warning: format '%p' expects type 'void *', but argument 6 has type 'Elf32_Addr' loader/i386/pc/multiboot.c:177: warning: format '%p' expects type 'void *', but argument 7 has type 'Elf32_Word' loader/i386/pc/multiboot.c:205: warning: format '%p' expects type 'void *', but argument 5 has type 'grub_addr_t' loader/i386/pc/multiboot.c:205: warning: format '%p' expects type 'void *', but argument 6 has type 'grub_size_t' loader/i386/pc/multiboot.c:205: warning: format '%p' expects type 'void *', but argument 7 has type 'grub_uint32_t' loader/i386/pc/multiboot.c:128: warning: unused variable 'physical_entry_addr' -- Regards, Pavel Roskin