All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: "Burton, Ross" <ross.burton@intel.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: [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade
Date: Mon, 2 Feb 2015 09:40:38 -0800	[thread overview]
Message-ID: <EA0C9DE9-9E5F-4B74-8464-138895268F2F@gmail.com> (raw)
In-Reply-To: <CAJTo0LYpKbwOHg-DBMJycy+KNayTCsnhToJR8K-REKZ2jxhnhw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]


> On Feb 2, 2015, at 9:25 AM, Burton, Ross <ross.burton@intel.com> wrote:
> 
> 
> On 2 February 2015 at 10:54, Khem Raj <raj.khem@gmail.com <mailto:raj.khem@gmail.com>> wrote:
> On Mon, Feb 2, 2015 at 2:40 AM, Burton, Ross <ross.burton@intel.com <mailto:ross.burton@intel.com>> wrote:
> > cross-localdef-native:
> >
> > | In file included from glibc/locale/programs/locarchive.c:696:0:
> > | glibc/locale/programs/../../intl/l10nflist.c: In function
> > '_nl_normalize_codeset':
> > | glibc/locale/programs/../../intl/l10nflist.c:306:12: error: missing binary
> > operator before token "("
> > | glibc/locale/programs/../../intl/l10nflist.c:313:9: error:
> > '_nl_C_locobj_ptr' undeclared (first use in this function)
> > | glibc/locale/programs/../../intl/l10nflist.c:313:9: note: each undeclared
> > identifier is reported only once for each function it appears in
> 
> 
> gcc would work with latest tree but I did not run into this error. So
> wait a while until I get to it.
> 
> I can confirm that the current branch builds gcc (and everything else in a minimal image) apart from cross-localdef-native, with a long set of errors for me now:
> 

Thanks guys.
Yeah, you must be using a weirdly compiled gcc on your host which is defaulting to -std  < c99 and hence the problem. I have fix for that issue already locally.
I could reproduce it once I passed -std=c89 in CFLAGS. but there is another issue where a new macro IS_IN(lib) is added in glibc 2.21 and is giving me a bit of heartache
I will update the branch soon when I have fix for it and then send a notification.


[-- Attachment #2: Type: text/html, Size: 2766 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Khem Raj <raj.khem@gmail.com>
To: "Burton, Ross" <ross.burton@intel.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: Mon, 2 Feb 2015 09:40:38 -0800	[thread overview]
Message-ID: <EA0C9DE9-9E5F-4B74-8464-138895268F2F@gmail.com> (raw)
In-Reply-To: <CAJTo0LYpKbwOHg-DBMJycy+KNayTCsnhToJR8K-REKZ2jxhnhw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]


> On Feb 2, 2015, at 9:25 AM, Burton, Ross <ross.burton@intel.com> wrote:
> 
> 
> On 2 February 2015 at 10:54, Khem Raj <raj.khem@gmail.com <mailto:raj.khem@gmail.com>> wrote:
> On Mon, Feb 2, 2015 at 2:40 AM, Burton, Ross <ross.burton@intel.com <mailto:ross.burton@intel.com>> wrote:
> > cross-localdef-native:
> >
> > | In file included from glibc/locale/programs/locarchive.c:696:0:
> > | glibc/locale/programs/../../intl/l10nflist.c: In function
> > '_nl_normalize_codeset':
> > | glibc/locale/programs/../../intl/l10nflist.c:306:12: error: missing binary
> > operator before token "("
> > | glibc/locale/programs/../../intl/l10nflist.c:313:9: error:
> > '_nl_C_locobj_ptr' undeclared (first use in this function)
> > | glibc/locale/programs/../../intl/l10nflist.c:313:9: note: each undeclared
> > identifier is reported only once for each function it appears in
> 
> 
> gcc would work with latest tree but I did not run into this error. So
> wait a while until I get to it.
> 
> I can confirm that the current branch builds gcc (and everything else in a minimal image) apart from cross-localdef-native, with a long set of errors for me now:
> 

Thanks guys.
Yeah, you must be using a weirdly compiled gcc on your host which is defaulting to -std  < c99 and hence the problem. I have fix for that issue already locally.
I could reproduce it once I passed -std=c89 in CFLAGS. but there is another issue where a new macro IS_IN(lib) is added in glibc 2.21 and is giving me a bit of heartache
I will update the branch soon when I have fix for it and then send a notification.


[-- Attachment #2: Type: text/html, Size: 2766 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Khem Raj <raj.khem@gmail.com>
To: "Burton, Ross" <ross.burton@intel.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: Mon, 2 Feb 2015 09:40:38 -0800	[thread overview]
Message-ID: <EA0C9DE9-9E5F-4B74-8464-138895268F2F@gmail.com> (raw)
In-Reply-To: <CAJTo0LYpKbwOHg-DBMJycy+KNayTCsnhToJR8K-REKZ2jxhnhw@mail.gmail.com>


> On Feb 2, 2015, at 9:25 AM, Burton, Ross <ross.burton@intel.com> wrote:
> 
> 
> On 2 February 2015 at 10:54, Khem Raj <raj.khem@gmail.com <mailto:raj.khem@gmail.com>> wrote:
> On Mon, Feb 2, 2015 at 2:40 AM, Burton, Ross <ross.burton@intel.com <mailto:ross.burton@intel.com>> wrote:
> > cross-localdef-native:
> >
> > | In file included from glibc/locale/programs/locarchive.c:696:0:
> > | glibc/locale/programs/../../intl/l10nflist.c: In function
> > '_nl_normalize_codeset':
> > | glibc/locale/programs/../../intl/l10nflist.c:306:12: error: missing binary
> > operator before token "("
> > | glibc/locale/programs/../../intl/l10nflist.c:313:9: error:
> > '_nl_C_locobj_ptr' undeclared (first use in this function)
> > | glibc/locale/programs/../../intl/l10nflist.c:313:9: note: each undeclared
> > identifier is reported only once for each function it appears in
> 
> 
> gcc would work with latest tree but I did not run into this error. So
> wait a while until I get to it.
> 
> I can confirm that the current branch builds gcc (and everything else in a minimal image) apart from cross-localdef-native, with a long set of errors for me now:
> 

Thanks guys.
Yeah, you must be using a weirdly compiled gcc on your host which is defaulting to -std  < c99 and hence the problem. I have fix for that issue already locally.
I could reproduce it once I passed -std=c89 in CFLAGS. but there is another issue where a new macro IS_IN(lib) is added in glibc 2.21 and is giving me a bit of heartache
I will update the branch soon when I have fix for it and then send a notification.



  reply	other threads:[~2015-02-02 17:40 UTC|newest]

Thread overview: 109+ 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 ` Burton, Ross
2015-02-02 10:40   ` [yocto] " Burton, Ross
2015-02-02 10:40   ` Burton, Ross
2015-02-02 10:53   ` Khem Raj
2015-02-02 10:53     ` [yocto] " Khem Raj
2015-02-02 10:54   ` Khem Raj
2015-02-02 10:54     ` [yocto] " Khem Raj
2015-02-02 17:25     ` Burton, Ross
2015-02-02 17:25       ` [yocto] " Burton, Ross
2015-02-02 17:25       ` Burton, Ross
2015-02-02 17:40       ` Khem Raj [this message]
2015-02-02 17:40         ` Khem Raj
2015-02-02 17:40         ` Khem Raj
2015-02-02 17:50         ` Burton, Ross
2015-02-02 17:50           ` [yocto] " Burton, Ross
2015-02-02 17:50           ` Burton, Ross
2015-02-02 18:33           ` Khem Raj
2015-02-02 18:33             ` [yocto] " Khem Raj
2015-02-02 18:33             ` Khem Raj
2015-02-02 21:45             ` Burton, Ross
2015-02-02 21:45               ` [yocto] " Burton, Ross
2015-02-02 21:45               ` Burton, Ross
2015-02-03  5:03               ` Khem Raj
2015-02-03  5:03                 ` [yocto] " Khem Raj
2015-02-03 11:55                 ` Burton, Ross
2015-02-03 11:55                   ` [yocto] " Burton, Ross
2015-02-03 11:55                   ` Burton, Ross
2015-02-03 14:43                 ` Dan McGregor
2015-02-03 14:43                   ` [OE-core] " Dan McGregor
2015-02-12  7:35                   ` [OE-core] " Khem Raj
2015-02-12  7:35                     ` [OE-core] [yocto] " Khem Raj
2015-02-12  7:35                     ` Khem Raj
2015-02-14  7:53                     ` [OE-core] " Burton, Ross
2015-02-14  7:53                       ` [OE-core] [yocto] " Burton, Ross
2015-02-14  7:53                       ` Burton, Ross
2015-02-14 10:06                     ` [OE-core] " Richard Purdie
2015-02-14 10:06                       ` [OE-core] [yocto] " Richard Purdie
2015-02-14 10:06                       ` Richard Purdie
2015-02-14 13:08                       ` [OE-core] " Burton, Ross
2015-02-14 13:08                         ` [OE-core] [yocto] " Burton, Ross
2015-02-14 13:08                         ` Burton, Ross
2015-02-14 15:15                         ` Dan McGregor
2015-02-14 15:15                           ` [OE-core] " Dan McGregor
2015-02-15 21:59                       ` [OE-core] " Richard Purdie
2015-02-15 21:59                         ` [OE-core] [yocto] " Richard Purdie
2015-02-15 21:59                         ` Richard Purdie
2015-02-17 17:50                         ` [OE-core] " Martin Jansa
2015-02-17 17:50                           ` [OE-core] [yocto] " Martin Jansa
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                       ` [OE-core] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade Khem Raj
2015-02-18  7:15                         ` [OE-core] [yocto] " Khem Raj
2015-02-18  7:15                         ` Khem Raj
2015-02-18  7:46                         ` [OE-core] " Richard Purdie
2015-02-18  7:46                           ` [OE-core] [yocto] " Richard Purdie
2015-02-18  7:46                           ` Richard Purdie
2015-02-18  9:01                           ` [OE-core] " Khem Raj
2015-02-18  9:01                             ` [OE-core] [yocto] " Khem Raj
2015-02-18  9:01                             ` Khem Raj
2015-02-18 11:51                             ` [OE-core] " Richard Purdie
2015-02-18 11:51                               ` [OE-core] [yocto] " Richard Purdie
2015-02-18 11:51                               ` Richard Purdie
2015-02-18 13:06                               ` [OE-core] " Richard Purdie
2015-02-18 13:06                                 ` [yocto] " Richard Purdie
2015-02-18 13:06                                 ` [yocto] " Richard Purdie
2015-02-18 18:38                                 ` [OE-core] " Khem Raj
2015-02-18 18:38                                   ` [yocto] " Khem Raj
2015-02-18 18:38                                   ` [yocto] " Khem Raj
2015-02-18 21:41                                   ` [OE-core] " Richard Purdie
2015-02-18 21:41                                     ` [yocto] " Richard Purdie
2015-02-18 21:41                                     ` [yocto] " Richard Purdie
2015-02-19  0:23                                     ` [OE-core] " Khem Raj
2015-02-19  0:23                                       ` [yocto] " Khem Raj
2015-02-19  0:23                                       ` [yocto] " Khem Raj
2015-02-19  0:28                                       ` [OE-core] " Khem Raj
2015-02-19  0:28                                         ` [yocto] " Khem Raj
2015-02-19  0:28                                         ` [yocto] " Khem Raj
2015-02-19  0:31                                         ` [OE-core] " Khem Raj
2015-02-19  0:31                                           ` [yocto] " Khem Raj
2015-02-19  0:31                                           ` [yocto] " Khem Raj
2015-02-19  3:36                                           ` [OE-core] " Khem Raj
2015-02-19  3:36                                             ` [yocto] " Khem Raj
2015-02-19  3:36                                             ` [yocto] " Khem Raj
2015-02-02 16:41 ` akuster
2015-02-02 17:26   ` Burton, Ross
2015-02-02 17:26     ` [yocto] " Burton, Ross
2015-02-02 17:26     ` Burton, Ross
2015-02-02 17:43     ` Khem Raj
2015-02-02 17:43       ` [yocto] " Khem Raj
2015-02-02 17:43       ` Khem Raj
2015-02-20 18:03 ` Richard Purdie
2015-02-20 18:03   ` [yocto] " Richard Purdie
2015-02-21  0:27   ` [OE-core] " Peter Urbanec
2015-02-21  0:27     ` [OE-core] [yocto] " Peter Urbanec
2015-02-21  0:27     ` Peter Urbanec
2015-02-24  6:34     ` [OE-core] " Khem Raj
2015-02-24  6:34       ` [OE-core] [yocto] " Khem Raj
2015-02-24  6:34       ` Khem Raj
2015-02-21  9:22   ` [OE-core] " Richard Purdie
2015-02-21  9:22     ` [OE-core] [yocto] " Richard Purdie
2015-02-21  9:22     ` Richard Purdie
2015-02-24  6:59     ` [OE-core] " Khem Raj
2015-02-24  6:59       ` [OE-core] [yocto] " Khem Raj
2015-02-24  6:59       ` Khem Raj
2015-02-24 21:58       ` [OE-core] " Khem Raj
2015-02-24 21:58         ` [OE-core] [yocto] " 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=EA0C9DE9-9E5F-4B74-8464-138895268F2F@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=Openembedded-devel@lists.openembedded.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.