From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1RvswG-00071h-I1 for mharc-grub-devel@gnu.org; Fri, 10 Feb 2012 11:03:08 -0500 Received: from eggs.gnu.org ([140.186.70.92]:35612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rvsw6-000719-1F for grub-devel@gnu.org; Fri, 10 Feb 2012 11:03:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rvsvu-0007V6-8S for grub-devel@gnu.org; Fri, 10 Feb 2012 11:02:57 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:54288) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rvsvu-0007Ut-3P for grub-devel@gnu.org; Fri, 10 Feb 2012 11:02:46 -0500 Received: by wibhj13 with SMTP id hj13so2694537wib.0 for ; Fri, 10 Feb 2012 08:02:45 -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=HzMZ82vNK7GzLtDzSr7petJNSg57IG+/9Ls9SGquPC4=; b=Y/4vHj8wC0xdhgDVuHlcozIedJiU/ErGB3ab4GWb1OKLdaccTaOr5kLb+ttlXYo9VT qPdwBeAxcB8xtEDCBEXxpszkmVaOOapgPUab8TMfBZsimttuiuUTekBNhcPvkV9IO6bu dlMTY6E1FWXZJlMUmVhmZ32C2Ciw1eyzFdhR8= Received: by 10.180.79.229 with SMTP id m5mr10129211wix.6.1328889765043; Fri, 10 Feb 2012 08:02:45 -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 ex2sm19226993wib.1.2012.02.10.08.02.43 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 10 Feb 2012 08:02:43 -0800 (PST) Message-ID: <4F353FA2.7070504@gmail.com> Date: Fri, 10 Feb 2012 17:02:42 +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> In-Reply-To: <20120210154531.GA27742@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: 209.85.212.169 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 16:03:07 -0000 On 10.02.2012 16:45, Lennart Sorensen wrote: > On Thu, Feb 09, 2012 at 11:59:58PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: >> 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? > Complains about something like 'type punning breaks strict aliasing > on diskfilter.19, diskfilter.20, etc. I saw it from the nv raid file. > I can run it again if the exact message is important. Yes, those are annoying but important since otherwise GCC might misoptimise the code. > Funny, the changelog says it was removed from powerpc about 3 weeks ago > by you: > > 2012-01-18 Vladimir Serbinenko > > * grub-core/kern/powerpc/dl.c (grub_arch_dl_get_tramp_got_size): Remove > set but not used variable. Read again: I've just removed an unused variable. > Actually removing powerpc from here builds successfully and grub is > booting the machine, so it seems to work without it. It results in memory corruption. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko