From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1N1DBB-0000mZ-FX for mharc-grub-devel@gnu.org; Fri, 23 Oct 2009 01:59:13 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N1DB8-0000lO-BF for grub-devel@gnu.org; Fri, 23 Oct 2009 01:59:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N1DB3-0000jg-BU for grub-devel@gnu.org; Fri, 23 Oct 2009 01:59:09 -0400 Received: from [199.232.76.173] (port=58332 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N1DB3-0000jc-2G for grub-devel@gnu.org; Fri, 23 Oct 2009 01:59:05 -0400 Received: from mail-vw0-f183.google.com ([209.85.212.183]:60809) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N1DB2-0005Q1-2I for grub-devel@gnu.org; Fri, 23 Oct 2009 01:59:04 -0400 Received: by vws13 with SMTP id 13so179915vws.14 for ; Thu, 22 Oct 2009 22:59:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=ZF1FZc0zNDmdr7xM7oGI/srdTOb2hTJ+34LKtKfCo8g=; b=jdsLQflx2ZM4nJ4ZwVtm1Bb6/YxrGooaUV/N33PXKXXy1a2DOIakFyLz6cgR+dww7N WIb5IxjKYkIn6YfTEF1rBxoMO1Gz9mgYPwHMvAKmUb8U/Ehg6MaSMqxqgzR8Lgc3s3Ap 0l5q17hRCOYOAr6CNEiEDKpuQGH6cQiX/edos= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=kzzq+Uj+bfbX/fPErWqQA7RjWd8aWIHtNgdVFjH+ITw1veG8k/Wi8KMo4ZUagC1qCl 9lJJEPMrHfhKxUEOZW51U2Q9a2RmFUDUzPxkjLpk+li3qvGY4ORZG7u48T1K9A2vNHPA WvhQZ3gS9EomZ/CpgfIZLfP2P6xt3FDjW4Zz0= MIME-Version: 1.0 Received: by 10.220.125.87 with SMTP id x23mr5490598vcr.115.1256277541697; Thu, 22 Oct 2009 22:59:01 -0700 (PDT) In-Reply-To: References: Date: Fri, 23 Oct 2009 16:59:01 +1100 Message-ID: <48f46e890910222259t1c8508b3h413d69020a373f32@mail.gmail.com> From: Peter Cros To: The development of GRUB 2 Content-Type: multipart/alternative; boundary=001636c5bcaa9cba13047693e8a3 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: [GITGRUB] New menu interface (implementation) 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, 23 Oct 2009 05:59:10 -0000 --001636c5bcaa9cba13047693e8a3 Content-Type: text/plain; charset=ISO-8859-1 I don't know what is the testing status for pc machines, but I have grub-install problem for platform pc on Apple with the current menu source. commit eb03e2575b2c0b1b4fd83f33a741f6fef3b93339 Author: Bean Date: Wed Oct 21 01:11:27 2009 +0800 Compiling for grub-pc test of menu on Apple, --wth-platform=pc, I get this stopper in grub-install (after successful make && make install). OS is ubuntu904 on imac81. pxw@im:~/src/grub/buildpc$ sudo ./grub-install --no-floppy --force /dev/sda ./grub-install: 312: realpath: not found ( I got the same back from start of the menu tests with git branch master, the change to realpath problem, then I went to efi tests, no problems). I had no problem --with-platform=pc from the new Bazaar mirror bzr branch http://bzr.savannah.gnu.org/r/grub/ which compiles installs and boots grub-pc with no errors . pxw@im:~/src/bzr/trunk$ bzr log -l 1 ------------------------------------------------------------ revno: 1768 committer: fzielcke timestamp: Wed 2009-10-21 12:22:05 +0000 message: 2009-10-21 Felix Zielcke ------------------- -- Cros (pxw) --001636c5bcaa9cba13047693e8a3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I don't know what is the testing status for pc machines, but I have gru= b-install problem for platform pc on Apple with the current menu source.
commit eb03e2575b2c0b1b4fd83f33a741f6fef3b93339
Author: Bean <bean123ch@gmail.com>
Date:=A0=A0 Wed Oct 21 01:11:27 2009 +0800

Compiling for grub-pc tes= t of menu on Apple, --wth-platform=3Dpc, I get this stopper in grub-install= (after successful make && make install). OS is ubuntu904 on imac81= .


pxw@im:~/src/grub/buildpc$ sudo ./grub-install --no-floppy --force = /dev/sda
./grub-install: 312: realpath: not found


( I got the= same back from start of the menu tests with git branch master, the change = to realpath problem, then I went to efi tests, no problems).

I had no problem --with-platform=3Dpc from the new Bazaar mirror
bz= r branch http://bzr.savanna= h.gnu.org/r/grub/
=A0which=A0 compiles installs and boots grub-pc w= ith no errors .

pxw@im:~/src/bzr/trunk$ bzr log -l 1
-------------------------------= -----------------------------
revno: 1768
committer: fzielcke
time= stamp: Wed 2009-10-21 12:22:05 +0000
message:
=A0 2009-10-21=A0 Felix= Zielcke=A0 <fzielcke@z-51.de>= ;

-------------------


--
Cros (pxw)


--001636c5bcaa9cba13047693e8a3--