From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KPnzB-00036J-PF for mharc-grub-devel@gnu.org; Sun, 03 Aug 2008 20:31:41 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KPnz5-000352-U4 for grub-devel@gnu.org; Sun, 03 Aug 2008 20:31:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KPnz4-00034q-H5 for grub-devel@gnu.org; Sun, 03 Aug 2008 20:31:35 -0400 Received: from [199.232.76.173] (port=38349 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KPnz4-00034n-B6 for grub-devel@gnu.org; Sun, 03 Aug 2008 20:31:34 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:64915) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KPnz3-0001Vc-Os for grub-devel@gnu.org; Sun, 03 Aug 2008 20:31:34 -0400 Received: from [85.180.20.76] (e180020076.adsl.alicedsl.de [85.180.20.76]) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis) id 0MKxQS-1KPnys38qz-000207; Mon, 04 Aug 2008 02:31:22 +0200 From: Felix Zielcke To: The development of GRUB 2 Content-Type: text/plain Date: Mon, 04 Aug 2008 02:31:28 +0200 Message-Id: <1217809888.6283.27.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX18qVBWx15NJyTamKG6s5mK53AhEN6BvhVcdDFd UYKvHAIeNMnuGdNeRiUAfdT12YFUGQPDf4ytCc17lf6Rd+Ng8s IZ0Z1HFA//seGUkhTbhrVySMwdp+dZX X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) Subject: 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 00:31:36 -0000 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 /home/fz/grub/grub2-1.96+20080804/loader/i386/efi/linux.c: In function 'grub_find_video_card': /home/fz/grub/grub2-1.96+20080804/loader/i386/efi/linux.c:471: warning: implicit declaration of function 'grub_pci_read' make[1]: *** [_linux_mod-loader_i386_efi_linux.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory `/home/fz/grub/grub2-1.96+20080804/build/grub-efi' make: *** [build/grub-efi] Error 2 dpkg-buildpackage: failure: debian/rules build gave error exit status 2 debuild: fatal error at line 1319: dpkg-buildpackage -rfakeroot -D -us -uc -j3 failed