From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LtblH-0007rP-4M for mharc-grub-devel@gnu.org; Tue, 14 Apr 2009 02:04:47 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LtblE-0007rD-QB for grub-devel@gnu.org; Tue, 14 Apr 2009 02:04:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LtblA-0007pH-2v for grub-devel@gnu.org; Tue, 14 Apr 2009 02:04:44 -0400 Received: from [199.232.76.173] (port=47714 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ltbl9-0007p9-Vn for grub-devel@gnu.org; Tue, 14 Apr 2009 02:04:40 -0400 Received: from smtp102.vzn.mail.re1.yahoo.com ([69.147.103.189]:45078) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Ltbl9-0006Mq-FM for grub-devel@gnu.org; Tue, 14 Apr 2009 02:04:39 -0400 Received: (qmail 22024 invoked from network); 14 Apr 2009 06:04:38 -0000 Received: from unknown (HELO ?192.168.2.5?) (jpsinthemix@68.239.115.78 with plain) by smtp102.vzn.mail.re1.yahoo.com with SMTP; 14 Apr 2009 06:04:38 -0000 X-YMail-OSG: aV6drL4VM1kLg4djUMgU6vlkFKrvDJbnNJeiW4p4K9G_D1bNeFZGz4ZiYvLYt_Y0hjFLukCyKi3A.RnKZ52W7bAqEkJf8AS6LTKQX.flN3oBdZmfbLBetSUq2lcZtPar7l_8VfT0.jmP1g2qsUcAtBjHDJ_e_RBd1iVIHtdSGWAtozqwEc_YUEzeZKj3A__T6I1WSEpWGnPBUUt6fbqeqtpAoHi6PNFuQzZrPLST_89dtAeTssOs8BfJ8WIsflFAnvBt2awo6N3_CjA- X-Yahoo-Newman-Property: ymail-3 Message-ID: <49E4358A.2070006@verizon.net> Date: Tue, 14 Apr 2009 03:04:42 -0400 From: John Stanley User-Agent: Thunderbird 2.0.0.21 (X11/20090302) MIME-Version: 1.0 To: The development of GRUB 2 References: <49E3E185.3040609@verizon.net> <1239674082.14603.6.camel@mj> In-Reply-To: <1239674082.14603.6.camel@mj> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: FreeBSD 6.x (1) Subject: Re: grub-fstest build issue in grub2-r2071 + 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: Tue, 14 Apr 2009 06:04:45 -0000 Hi Again, Thanks, r2104 builds with --enable-grub-fstest now, but a new problem, not present in r2101 has surfaced: the command grub-probe now aborts on my system with xfs filesystems. Therefore, I cannot run grub-install (even with --modules=xfs). With rev's 2101, 2087, 2077, 2071, and 2065 grub-probe ran without error. Here's my hd config: #device mount-point fs type options dump fsck /dev/hda1 swap swap defaults 0 0 /dev/hda2 / xfs defaults 1 1 and here's the output of grub-probe (r2104): # grub-probe -v --target=fs --device /dev/hda2 grub-probe: info: the size of hd0 is 156301488 grub-probe: info: the size of hd0 is 156301488 grub-probe: info: the size of hd0 is 156301488 grub-probe: info: the size of hd0 is 156301488 grub-probe: info: the size of hd0 is 156301488 grub-probe: info: the size of hd0 is 156301488 grub-probe: info: the size of hd0 is 156301488 grub-probe: info: the size of hd1 is 156301488 grub-probe: info: the size of hd1 is 156301488 grub-probe: info: the size of hd1 is 156301488 grub-probe: info: the size of hd1 is 156301488 grub-probe: info: the size of hd0 is 156301488 grub-probe: info: the size of hd0 is 156301488 grub-probe: info: the size of hd0 is 156301488 grub-probe: info: the size of hd0 is 156301488 grub-probe: info: the size of hd0 is 156301488 grub-probe: info: the size of hd0 is 156301488 grub-probe: info: the size of hd0 is 156301488 grub-probe: info: the size of hd1 is 156301488 grub-probe: info: the size of hd1 is 156301488 grub-probe: info: the size of hd1 is 156301488 grub-probe: info: the size of hd1 is 156301488 grub-probe: info: /dev/hda2 starts from 2056320 grub-probe: info: opening the device hd0 grub-probe: info: the size of hd0 is 156301488 Aborted thanks again, John Pavel Roskin wrote: > On Mon, 2009-04-13 at 21:06 -0400, John Stanley wrote: > >> Hi all, >> >> I have built grub2-r2065 and it works nicely for me so far for linux >> boots (love the graphics!!). However, beginning with r2071, I am unable >> to build it with the "--enable-grub-fstest" option due to several >> undefined refs: >> > > It started in r2067. > > >> To handle this (I'm now building r2101), I add normal/datetime to the >> grub-fstest build specs, >> > > Fixed in subversion. Thank you! > >