From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1RvcyQ-0002Mr-MF for mharc-grub-devel@gnu.org; Thu, 09 Feb 2012 18:00:18 -0500 Received: from eggs.gnu.org ([140.186.70.92]:34868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvcyN-0002L2-L7 for grub-devel@gnu.org; Thu, 09 Feb 2012 18:00:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvcyJ-0003DA-4n for grub-devel@gnu.org; Thu, 09 Feb 2012 18:00:15 -0500 Received: from mail-ww0-f41.google.com ([74.125.82.41]:55118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvcyI-00038f-Tn for grub-devel@gnu.org; Thu, 09 Feb 2012 18:00:11 -0500 Received: by wgbdt11 with SMTP id dt11so8287359wgb.0 for ; Thu, 09 Feb 2012 15:00:03 -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:content-transfer-encoding; bh=hUHjmzWfMZxIthaJESgVPqLvvebN3LqFfgmAzK9gRgM=; b=qIHNCPbF9msgdzkS6QuA0n6Mnp6JJrI8/QN6KEcjO2pOE4S/M43f4fdUWqILQ23QF/ Qp+suhNwp3tuJbAW3uU3+8ucCnywOvInyuUY5x5Cpi4CWTW/CaTlyC5JYO05il/zYSsi ozfGPotqc6xPAKv89ndBVGGZjRuqhhGK9t/Ts= Received: by 10.180.79.229 with SMTP id m5mr5662390wix.6.1328828403462; Thu, 09 Feb 2012 15:00:03 -0800 (PST) Received: from debian.x201.phnet (227-101.62-81.cust.bluewin.ch. [81.62.101.227]) by mx.google.com with ESMTPS id ex2sm12105836wib.1.2012.02.09.15.00.00 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 09 Feb 2012 15:00:01 -0800 (PST) Message-ID: <4F344FEE.3060809@gmail.com> Date: Thu, 09 Feb 2012 23:59:58 +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: The development of GNU GRUB Subject: Re: Various build failures in current bzr tree References: <20120209190204.GW27742@caffeine.csclub.uwaterloo.ca> In-Reply-To: <20120209190204.GW27742@caffeine.csclub.uwaterloo.ca> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.41 Cc: Lennart Sorensen 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: Thu, 09 Feb 2012 23:00:16 -0000 On 09.02.2012 20:02, Lennart Sorensen wrote: > I am trying to build a powerpc build using the current bzr tree, and > have hit a few problems so far. > > I am trying to use gcc-4.4, which seems to cause issues with -Werror. > I think that is gcc's fault, and --disable-werror gets around that, > so not a big deal. What is the exact warning? > > I am hitting bug #35452 of course caused by commit r3826, but even after > fixing that, commit r38xx does the same thing to another set of files. How did you fix it? > I also hit that grub_arch_dl_get_tramp_got_size isn't defined. It appears > it was cleaned up for powerpc as being unused recently, but dl.c still > says that powerpc has it (along with ia64). Removing powerpc from: I have checked and it's still there and is still used. Please check that your checkout is correct and if so provide the full log > > #if defined (__ia64__) || defined (__powerpc__) > grub_arch_dl_get_tramp_got_size (e,&tramp,&got); > > seems to fix that. > > Should I file bug reports, or will someone just fix these? > -- Regards Vladimir 'φ-coder/phcoder' Serbinenko