From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 2E6BCE009B8; Thu, 6 Aug 2015 06:07:34 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (twoerner[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.213.171 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-ig0-f171.google.com (mail-ig0-f171.google.com [209.85.213.171]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C6CF5E00867 for ; Thu, 6 Aug 2015 06:07:31 -0700 (PDT) Received: by igbij6 with SMTP id ij6so10467239igb.1 for ; Thu, 06 Aug 2015 06:07:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=RnrHWt+Ubi4SLpqXS9EFmu0dKq8O1SJDZmunbRUtv9U=; b=u457p8SGZA3oQn1CjftnMBC3I6yNLHaP88zzsB98cta4c/U5GcEdVSUPPC12mQNvVb yyAI8qH2HPXi6SOxDZzdLBUQm7u2rGG94Vf7Z1SZGGcNTHyQunfPNnvmvLaQbdnY94sv NsirSTvsGMDQUMiqfYOZp6EhYiHhN1chhj6APG4NG4u7q4Tcj8lNUdIWcSdYuhFlia/D TG3bDdMocxa7V/CRdlyp8i1saqyVE4oyCI4QrshBjs8PPzSIM5NxlR844UwAGUBaJfYz HtyPChVilX7Nga7YqAVKIcmy2qCEhjQiencEAz4cREpMAflyaCG0YCk7S6cDcxtWnNWC /Pug== X-Received: by 10.50.7.68 with SMTP id h4mr3422090iga.40.1438866451133; Thu, 06 Aug 2015 06:07:31 -0700 (PDT) Received: from [192.168.141.85] (dsl-67-55-28-109.acanac.net. [67.55.28.109]) by smtp.gmail.com with ESMTPSA id n6sm1300602igv.17.2015.08.06.06.07.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Aug 2015 06:07:30 -0700 (PDT) To: Richard Purdie , meta-freescale Mailing List References: <1438033095.821.291.camel@linuxfoundation.org> From: Trevor Woerner Message-ID: <55C35C0F.8060905@gmail.com> Date: Thu, 6 Aug 2015 09:07:27 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <1438033095.821.291.camel@linuxfoundation.org> Subject: Re: Heads up on gcc 5.X issues for meta-fsl-arm and meta-fsl-ppc X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2015 13:07:34 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 07/27/15 17:38, Richard Purdie wrote: > It appears that gcc 5.x is going to cause a few issues for meta-fsl-arm > and meta-fsl-ppc. Many of the remaining issues are specific to these > layers. > > http://errors.yoctoproject.org/Errors/Search/?items=10&query=00957782f4dec7f39b79211e6a2a2bea6f14d2a0&limit=50 > > is a complete list for one of the last builds. The gcc, elfutils, > coreutils and iptables issues are resolved. > > What worries me specifically are: > ... > imx53qsb: > linux-imx I'm taking a look at this.