From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0038CE009F0; Fri, 7 Aug 2015 07:36:53 -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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A5C88E003D9 for ; Fri, 7 Aug 2015 07:36:50 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t77EajvS031365; Fri, 7 Aug 2015 15:36:45 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Xc_cB_kC3gL5; Fri, 7 Aug 2015 15:36:45 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t77EaQWU031358 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 7 Aug 2015 15:36:40 +0100 Message-ID: <1438958185.30467.50.camel@linuxfoundation.org> From: Richard Purdie To: Trevor Woerner Date: Fri, 07 Aug 2015 09:36:25 -0500 In-Reply-To: <55C4B55F.6070305@gmail.com> References: <1438033095.821.291.camel@linuxfoundation.org> <55C4B55F.6070305@gmail.com> X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Cc: meta-freescale Mailing List , "Flanagan, Elizabeth" 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: Fri, 07 Aug 2015 14:36:54 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2015-08-07 at 09:40 -0400, Trevor Woerner wrote: > 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 > > I'm looking through all the logs and information on the errors.yp.o site > and I can't seem to figure out what configuration was used for this > build. Specifically, looking through > > https://autobuilder.yoctoproject.org/main/builders/nightly-fsl-arm-lsb/builds/415 > > I see "CreateAutoConf" tasks, but nowhere in those configurations is the > compiler being set to gcc-5.2%. If I clone meta-fsl-arm and poky, switch > both of them to master-next, and perform a simple build, the > cross-compiler being built is gcc-4.9.3. > > Looking through the errors.yp.o website, how do I extract the full > configuration that was used for any given build so that I can duplicate > the build failure? If you lookup the git revision of master-next that was built, you'd find there was a patch included which tweaked the gcc version. The patch included was: http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?h=rpurdie/t222&id=e3a291d8dd3afd142e0723526055c1c1cc44d8c3 Cheers, Richard