From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1N0J7N-0001Zh-KN for mharc-grub-devel@gnu.org; Tue, 20 Oct 2009 14:07:33 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0J7L-0001Uy-71 for grub-devel@gnu.org; Tue, 20 Oct 2009 14:07:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0J7G-0001Kv-8o for grub-devel@gnu.org; Tue, 20 Oct 2009 14:07:30 -0400 Received: from [199.232.76.173] (port=32929 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0J7F-0001Ka-Vq for grub-devel@gnu.org; Tue, 20 Oct 2009 14:07:26 -0400 Received: from hel.is.scarlet.be ([193.74.71.26]:52431) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N0J7F-00046I-Cb for grub-devel@gnu.org; Tue, 20 Oct 2009 14:07:25 -0400 Received: from [213.49.126.102] (ip-213-49-126-102.dsl.scarlet.be [213.49.126.102]) (authenticated bits=0) by hel.is.scarlet.be (8.14.2/8.14.2) with ESMTP id n9KI7Krr020432; Tue, 20 Oct 2009 20:07:21 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=scarlet.be; s=scarlet; t=1256062041; bh=U4z5h3hK5nKVm3KXIRciKIiU6lg3mxxMyKO6BLdhzOk=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=uDamoJItE4sxpu1nJbhGirsxB8ATCipRnnMN1pbLPZUaplRtPoh47NlmY7fXurGiv w7sAUBZ8hBc6Gl/PTJmPISjpgLf6o1LrJ+vnToDM2DrZtsv9CMwoGLeCOG2EN3cmtO 0hNQr1Fi4rTAtfxeVmsVuhkEXOg+YwlJ1gEC/Qu0= Message-ID: <4ADDFC57.4080706@scarlet.be> Date: Tue, 20 Oct 2009 18:07:19 +0000 From: rubisher User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: The development of GRUB 2 References: <1255337746.3204.23.camel@fz.local> <1255339990.3204.25.camel@fz.local> In-Reply-To: <1255339990.3204.25.camel@fz.local> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-DCC-scarlet.be-Metrics: hel 20001; Body=2 Fuz1=2 Fuz2=2 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: powerpc/sparc problems 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, 20 Oct 2009 18:07:31 -0000 Felix Zielcke wrote: > Am Montag, den 12.10.2009, 10:55 +0200 schrieb Felix Zielcke: > >> And also anyone who has access to a powerpc machine (and experience)? > > Oh and I forgot to mention, that the powerpc version doestn't even build > now with 1.97~beta4: > > _restgpr_31_x in boot is not defined > > Full build log is here: > https://buildd.debian.org/fetch.cgi?&pkg=grub2&ver=1.97~beta4-1&arch=powerpc&stamp=1254771207&file=log > > Hello Felix, I now reach to install grub for my debian unstable installation on my ibm p5 lpar (the unstable 1.97~beta3-1) but unfortunately failed to boot because failed to find a symbol (sorry I forget to take note of it). I so jump to svn (release 2641 and today 2642); no luck always this same error: _restgpr_31_x in boot is not defined I so re-try to build the deb pkg 1.97~beta3-1; too bad again this same error??? Could it be so a gcc issue (debian build of 1.97~beta3-1 was with gcc-4.4 4.4.1-3; here I rebuild with gcc-4.4 4.4.1-6 and even most recent 4.4.2-1?) I so try to come back to gcc 4.3 and this time it build fine (not yet tested if this one boot, sorry). Any idea? Tia, j. ps: I also tried to test bean123 git branch (grab this Oct 19) but this failed to build early to compile normal/main.c (gcc didn't find some references to some grub_... struct and fnct)