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 E66446E614; Wed, 18 Feb 2015 21:41:24 +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 t1ILfNWd027606; Wed, 18 Feb 2015 21:41:23 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 haKAJtwAHKiz; Wed, 18 Feb 2015 21:41:22 +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 t1ILf8ii027591 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 18 Feb 2015 21:41:19 GMT Message-ID: <1424295668.11836.19.camel@linuxfoundation.org> From: Richard Purdie To: Khem Raj Date: Wed, 18 Feb 2015 21:41:08 +0000 In-Reply-To: <3F6EFBD4-AC35-4CE0-B52C-0ABDA0D17838@gmail.com> 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> <1424264807.11836.1.camel@linuxfoundation.org> <3F6EFBD4-AC35-4CE0-B52C-0ABDA0D17838@gmail.com> 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 21:41:28 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Wed, 2015-02-18 at 10:38 -0800, Khem Raj wrote: > > On Feb 18, 2015, at 5:06 AM, Richard Purdie wrote: > > On Wed, 2015-02-18 at 11:51 +0000, Richard Purdie wrote: > >> On Wed, 2015-02-18 at 01:01 -0800, Khem Raj wrote: > > 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)}” > > > > hmmm I assumed x86 was common across 32bit and 64bit x86 but seems not so I replaced the old patch instead of appending it Thanks, I'll update the patch for the next round. > > > 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 > > > > OK. I am creating a local config to use tiny config for libc and weed out remaining build issues for tiny config Cool, thanks. The next build is in progress and looking greener than the last. Next up it appears we still have multilib issues: https://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/201 There is a possibility this "from sstate" build may have run into a problem with sstate but something looks to be wrong with glibc in some regard. Cheers, Richard