From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 7E6E9606E8; Wed, 18 Feb 2015 13:07:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t1ID6x9j027328; Wed, 18 Feb 2015 13:06:59 GMT 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 fO-4zgqsnaWi; Wed, 18 Feb 2015 13:06:59 +0000 (GMT) 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 t1ID6lhe027324 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 18 Feb 2015 13:06:58 GMT Message-ID: <1424264807.11836.1.camel@linuxfoundation.org> From: Richard Purdie To: Khem Raj Date: Wed, 18 Feb 2015 13:06:47 +0000 In-Reply-To: <1424260309.25541.23.camel@linuxfoundation.org> References: <80920FD0-CA08-45D7-9A41-3971FB2D58D7@gmail.com> <1423908404.20217.100.camel@linuxfoundation.org> <1424245575.25541.19.camel@linuxfoundation.org> <1424260309.25541.23.camel@linuxfoundation.org> X-Mailer: Evolution 3.12.7-0ubuntu1 Mime-Version: 1.0 Cc: "yocto@yoctoproject.org" , openembeded-devel , Patches and discussions about the oe-core layer Subject: Re: [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 13:07:02 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2015-02-18 at 11:51 +0000, Richard Purdie wrote: > On Wed, 2015-02-18 at 01:01 -0800, Khem Raj wrote: > > OK thats why I am not seeing it on my qemux86 build. > > > > this leaves us with only one problem - glibc/qemuarm issue > > > > http://errors.yoctoproject.org/Errors/Details/8679/ > > > > I have seen this error with eglibc-2.19 and glibc 2.20 as well on x86 and arm as well in cases when using > > toolchain from sstate and rebuilding glibc with that. I assume this could be unrelated to glibc upgrade > > and may be a latent problem. Could be missing dependency on a native tool or some such. I have been attributing it to gold > > but that just might have been a red herring. > > > > I will see if I can get to reproduce it. > > I tried another build with the three patches from your oe-core contrib > branch applied. Error report out is: > > http://errors.yoctoproject.org/Errors/Search/?items=10&query=b75fed99f2aa86b49844dd0cf06991767f6f26d3 > > i.e. we're still seeing SSE errors in glibc builds. Am I missing some > patches or something? The series needs: TUNE_CCARGS_x86 := "${@oe_filter_out('-mfpmath=sse', '${TUNE_CCARGS}', d)}" +TUNE_CCARGS_x86-64 := "${@oe_filter_out('-mfpmath=sse', '${TUNE_CCARGS}', d)}" since the x86 override doesn't cover x86_64. I'll queue that and run yet another build. We do have another poky-tiny issue too: https://autobuilder.yoctoproject.org/main/builders/poky-tiny/builds/204 Cheers, RIchard From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 7E6E9606E8; Wed, 18 Feb 2015 13:07:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t1ID6x9j027328; Wed, 18 Feb 2015 13:06:59 GMT 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 fO-4zgqsnaWi; Wed, 18 Feb 2015 13:06:59 +0000 (GMT) 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 t1ID6lhe027324 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 18 Feb 2015 13:06:58 GMT Message-ID: <1424264807.11836.1.camel@linuxfoundation.org> From: Richard Purdie To: Khem Raj Date: Wed, 18 Feb 2015 13:06:47 +0000 In-Reply-To: <1424260309.25541.23.camel@linuxfoundation.org> References: <80920FD0-CA08-45D7-9A41-3971FB2D58D7@gmail.com> <1423908404.20217.100.camel@linuxfoundation.org> <1424245575.25541.19.camel@linuxfoundation.org> <1424260309.25541.23.camel@linuxfoundation.org> X-Mailer: Evolution 3.12.7-0ubuntu1 Mime-Version: 1.0 Cc: "yocto@yoctoproject.org" , openembeded-devel , Patches and discussions about the oe-core layer Subject: Re: [yocto] [OE-core] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 13:07:02 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2015-02-18 at 11:51 +0000, Richard Purdie wrote: > On Wed, 2015-02-18 at 01:01 -0800, Khem Raj wrote: > > OK thats why I am not seeing it on my qemux86 build. > > > > this leaves us with only one problem - glibc/qemuarm issue > > > > http://errors.yoctoproject.org/Errors/Details/8679/ > > > > I have seen this error with eglibc-2.19 and glibc 2.20 as well on x86 and arm as well in cases when using > > toolchain from sstate and rebuilding glibc with that. I assume this could be unrelated to glibc upgrade > > and may be a latent problem. Could be missing dependency on a native tool or some such. I have been attributing it to gold > > but that just might have been a red herring. > > > > I will see if I can get to reproduce it. > > I tried another build with the three patches from your oe-core contrib > branch applied. Error report out is: > > http://errors.yoctoproject.org/Errors/Search/?items=10&query=b75fed99f2aa86b49844dd0cf06991767f6f26d3 > > i.e. we're still seeing SSE errors in glibc builds. Am I missing some > patches or something? The series needs: TUNE_CCARGS_x86 := "${@oe_filter_out('-mfpmath=sse', '${TUNE_CCARGS}', d)}" +TUNE_CCARGS_x86-64 := "${@oe_filter_out('-mfpmath=sse', '${TUNE_CCARGS}', d)}" since the x86 override doesn't cover x86_64. I'll queue that and run yet another build. We do have another poky-tiny issue too: https://autobuilder.yoctoproject.org/main/builders/poky-tiny/builds/204 Cheers, RIchard From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 80102E00757; Wed, 18 Feb 2015 05:07:07 -0800 (PST) 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 E19EFE0034E for ; Wed, 18 Feb 2015 05:07:04 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t1ID6x9j027328; Wed, 18 Feb 2015 13:06:59 GMT 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 fO-4zgqsnaWi; Wed, 18 Feb 2015 13:06:59 +0000 (GMT) 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 t1ID6lhe027324 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 18 Feb 2015 13:06:58 GMT Message-ID: <1424264807.11836.1.camel@linuxfoundation.org> From: Richard Purdie To: Khem Raj Date: Wed, 18 Feb 2015 13:06:47 +0000 In-Reply-To: <1424260309.25541.23.camel@linuxfoundation.org> References: <80920FD0-CA08-45D7-9A41-3971FB2D58D7@gmail.com> <1423908404.20217.100.camel@linuxfoundation.org> <1424245575.25541.19.camel@linuxfoundation.org> <1424260309.25541.23.camel@linuxfoundation.org> X-Mailer: Evolution 3.12.7-0ubuntu1 Mime-Version: 1.0 Cc: "yocto@yoctoproject.org" , openembeded-devel , Dan McGregor , Patches and discussions about the oe-core layer Subject: Re: [OE-core] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 13:07:07 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2015-02-18 at 11:51 +0000, Richard Purdie wrote: > On Wed, 2015-02-18 at 01:01 -0800, Khem Raj wrote: > > OK thats why I am not seeing it on my qemux86 build. > > > > this leaves us with only one problem - glibc/qemuarm issue > > > > http://errors.yoctoproject.org/Errors/Details/8679/ > > > > I have seen this error with eglibc-2.19 and glibc 2.20 as well on x86 and arm as well in cases when using > > toolchain from sstate and rebuilding glibc with that. I assume this could be unrelated to glibc upgrade > > and may be a latent problem. Could be missing dependency on a native tool or some such. I have been attributing it to gold > > but that just might have been a red herring. > > > > I will see if I can get to reproduce it. > > I tried another build with the three patches from your oe-core contrib > branch applied. Error report out is: > > http://errors.yoctoproject.org/Errors/Search/?items=10&query=b75fed99f2aa86b49844dd0cf06991767f6f26d3 > > i.e. we're still seeing SSE errors in glibc builds. Am I missing some > patches or something? The series needs: TUNE_CCARGS_x86 := "${@oe_filter_out('-mfpmath=sse', '${TUNE_CCARGS}', d)}" +TUNE_CCARGS_x86-64 := "${@oe_filter_out('-mfpmath=sse', '${TUNE_CCARGS}', d)}" since the x86 override doesn't cover x86_64. I'll queue that and run yet another build. We do have another poky-tiny issue too: https://autobuilder.yoctoproject.org/main/builders/poky-tiny/builds/204 Cheers, RIchard