From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id D29BDE00A99; Fri, 7 Aug 2015 06:40:56 -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) * -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 * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.213.179 listed in list.dnswl.org] Received: from mail-ig0-f179.google.com (mail-ig0-f179.google.com [209.85.213.179]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4CFFDE00A6C for ; Fri, 7 Aug 2015 06:40:50 -0700 (PDT) Received: by igbij6 with SMTP id ij6so31163525igb.1 for ; Fri, 07 Aug 2015 06:40:50 -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=xtka/4auOyuR1bEz33ii6BIuYwM4xRawG9BTLJ0CRho=; b=WpIshjo9nyNOcPk/ILo+rSViMV3CHQ+Y5K3btcaihLwzMDJfiaIUvyr4OOVi62K84D rnbKALgWWr9var1abvQCkHX8x10lxYpf3k9TyntuLpzfGfPFHScSsIExaWyVC7CW6Gxq EYiOxaIk9k13/XPMH2O06oRIowln9o9luDisPeszFsdp5YOBSvIwxxfcAPuaMZ/ziR5T 3JFQNYwvaPTQZMK/OmwIZrjA8ew+mYBojjfi3ZzI2MfFCXVrV9NqYVVaKmb3Fgnxlk1G JjAa98kmftUvWlXAI6fry4HmK+IEsPqV4a0Z4yqEARFV1BssDgYhsFt3n0AA6bMI1nJU mf/w== X-Received: by 10.50.109.161 with SMTP id ht1mr2551880igb.97.1438954850150; Fri, 07 Aug 2015 06:40:50 -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 k19sm6844972iok.20.2015.08.07.06.40.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Aug 2015 06:40:49 -0700 (PDT) To: Richard Purdie , meta-freescale Mailing List , "Flanagan, Elizabeth" References: <1438033095.821.291.camel@linuxfoundation.org> From: Trevor Woerner Message-ID: <55C4B55F.6070305@gmail.com> Date: Fri, 7 Aug 2015 09:40:47 -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: Fri, 07 Aug 2015 13:40:56 -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 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? Best regards, Trevor