Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Khem Raj <raj.khem@gmail.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>,
	openembeded-devel <Openembedded-devel@lists.openembedded.org>,
	Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade
Date: Wed, 18 Feb 2015 13:06:47 +0000	[thread overview]
Message-ID: <1424264807.11836.1.camel@linuxfoundation.org> (raw)
In-Reply-To: <1424260309.25541.23.camel@linuxfoundation.org>

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



  reply	other threads:[~2015-02-18 13:07 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-02 10:02 [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade Khem Raj
2015-02-02 10:40 ` [yocto] " Burton, Ross
2015-02-02 10:53   ` Khem Raj
2015-02-02 10:54   ` Khem Raj
2015-02-02 17:25     ` Burton, Ross
2015-02-02 17:40       ` Khem Raj
2015-02-02 17:50         ` Burton, Ross
2015-02-02 18:33           ` Khem Raj
2015-02-02 21:45             ` Burton, Ross
2015-02-03  5:03               ` Khem Raj
2015-02-03 11:55                 ` Burton, Ross
2015-02-03 14:43                 ` Dan McGregor
2015-02-12  7:35                   ` Khem Raj
2015-02-14  7:53                     ` Burton, Ross
2015-02-14 10:06                     ` Richard Purdie
2015-02-14 13:08                       ` Burton, Ross
2015-02-14 15:15                         ` Dan McGregor
2015-02-15 21:59                       ` Richard Purdie
2015-02-17 17:50                         ` Martin Jansa
2015-02-17 19:02                           ` [PATCH 1/2] valgrind: add glibc-2.21 to glibc.patch Martin Jansa
2015-02-17 19:02                             ` [PATCH 2/2] license.bbclass: fix unexpected operator for LICENSE values with space Martin Jansa
2015-02-18  7:15                       ` [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade Khem Raj
2015-02-18  7:46                         ` Richard Purdie
2015-02-18  9:01                           ` Khem Raj
2015-02-18 11:51                             ` Richard Purdie
2015-02-18 13:06                               ` Richard Purdie [this message]
2015-02-18 18:38                                 ` Khem Raj
2015-02-18 21:41                                   ` Richard Purdie
2015-02-19  0:23                                     ` Khem Raj
2015-02-19  0:28                                       ` Khem Raj
2015-02-19  0:31                                         ` Khem Raj
2015-02-19  3:36                                           ` Khem Raj
     [not found] ` <54CFA8A5.7090504@mvista.com>
2015-02-02 17:26   ` Burton, Ross
2015-02-02 17:43     ` Khem Raj
2015-02-20 18:03 ` Richard Purdie
2015-02-21  0:27   ` Peter Urbanec
2015-02-24  6:34     ` Khem Raj
2015-02-21  9:22   ` Richard Purdie
2015-02-24  6:59     ` Khem Raj
2015-02-24 21:58       ` Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1424264807.11836.1.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=Openembedded-devel@lists.openembedded.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox