From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1RvxEp-00053s-3S for mharc-grub-devel@gnu.org; Fri, 10 Feb 2012 15:38:35 -0500 Received: from eggs.gnu.org ([140.186.70.92]:51230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvxEn-00053l-5V for grub-devel@gnu.org; Fri, 10 Feb 2012 15:38:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvxEj-0001Or-WC for grub-devel@gnu.org; Fri, 10 Feb 2012 15:38:33 -0500 Received: from mail-ww0-f41.google.com ([74.125.82.41]:48060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvxEj-0001Og-RF for grub-devel@gnu.org; Fri, 10 Feb 2012 15:38:29 -0500 Received: by wgbdt11 with SMTP id dt11so952911wgb.0 for ; Fri, 10 Feb 2012 12:38:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type; bh=HXJWIxPsQ1Hm5CAXL+QvFaCZV0o7G3VCxawi7YXys+Q=; b=TFUA4wW4i9S/q0HgYftdFuueSfC9nX82vfBnG2OPs7tCLXitUGN6OrJ1b/rrJPShsC DFWQXuwGHsPakjiIWn66SEo6INMjSizvcNmlegrOEgGoNN6SCkboc2sYKqvF1Pirt7SS MnEX8qhj0J8v++PtwwMGTH7/XJgyGD+zzeYa4= Received: by 10.180.24.7 with SMTP id q7mr11529103wif.14.1328906308890; Fri, 10 Feb 2012 12:38:28 -0800 (PST) Received: from debian.x201.phnet (93-93.203-62.cust.bluewin.ch. [62.203.93.93]) by mx.google.com with ESMTPS id s8sm5571069wiz.8.2012.02.10.12.38.26 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 10 Feb 2012 12:38:27 -0800 (PST) Message-ID: <4F358041.5090600@gmail.com> Date: Fri, 10 Feb 2012 21:38:25 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20120104 Icedove/8.0 MIME-Version: 1.0 To: Lennart Sorensen Subject: Re: Various build failures in current bzr tree References: <20120209190204.GW27742@caffeine.csclub.uwaterloo.ca> <4F344FEE.3060809@gmail.com> <20120210154531.GA27742@caffeine.csclub.uwaterloo.ca> <4F353FA2.7070504@gmail.com> <20120210181523.GC27742@caffeine.csclub.uwaterloo.ca> <4F3568D1.5020304@gmail.com> <20120210190852.GH27742@caffeine.csclub.uwaterloo.ca> <20120210191421.GJ27742@caffeine.csclub.uwaterloo.ca> <4F356F2C.1000308@gmail.com> <20120210202507.GK27742@caffeine.csclub.uwaterloo.ca> In-Reply-To: <20120210202507.GK27742@caffeine.csclub.uwaterloo.ca> Content-Type: multipart/mixed; boundary="------------010009000702010805060208" X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.41 Cc: The development of GNU GRUB X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2012 20:38:33 -0000 This is a multi-part message in MIME format. --------------010009000702010805060208 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 10.02.2012 21:25, Lennart Sorensen wrote: > On Fri, Feb 10, 2012 at 08:25:32PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: >> On 10.02.2012 20:14, Lennart Sorensen wrote: >>> On Fri, Feb 10, 2012 at 02:08:52PM -0500, Lennart Sorensen wrote: >>>> On Fri, Feb 10, 2012 at 07:58:25PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: >>>>> On 10.02.2012 19:15, Lennart Sorensen wrote: >>>>>> Where should grub_arch_dl_get_tramp_got_size come from? The linker >>>>>> whines about it. >>>>> It's in grub-core/kern/powerpc/dl.c >>>>> I have no trouble to cross-compile ppc port on my amd64 machine. >>>> I will get the exact error again once I get the new code to stop whining >>>> so much. :) >>>> >>>> Or I can put the defined(__powerpc__) back in the older code and try >>>> that again. >>> OK I did that: >> Oh, it's powerpc-emu. That changes everything. > Well I am using the debian package rules which build both emu and > ieee1275. > > I am not using emu, but I am building it. Building doesn't take long > on a p710 after all. > -- Regards Vladimir 'φ-coder/phcoder' Serbinenko --------------010009000702010805060208 Content-Type: text/x-diff; name="2.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="2.diff" === modified file 'grub-core/kern/emu/full.c' --- grub-core/kern/emu/full.c 2012-02-09 22:15:27 +0000 +++ grub-core/kern/emu/full.c 2012-02-10 20:37:43 +0000 @@ -50,7 +50,7 @@ grub_no_autoload = 1; } -#ifdef __ia64__ +#if defined (__ia64__) || defined (__powerpc__) void grub_arch_dl_get_tramp_got_size (const void *ehdr __attribute__ ((unused)), grub_size_t *tramp, grub_size_t *got) { --------------010009000702010805060208--