All of lore.kernel.org
 help / color / mirror / Atom feed
* I realy think we should upgrade PREFERRED_VERSION_glibc to 2.9 in conf/distro/include/sane-toolchain.inc
@ 2010-01-21 13:32 Guo Hongruan
  2010-01-21 22:10 ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Guo Hongruan @ 2010-01-21 13:32 UTC (permalink / raw)
  To: openembeded-devel

Hi guys,
   I think we should upgrade PREFERRED_VERSION_glibc from 2.6 to 2.9 in  
conf/distro/include/sane-toolchain.inc. The reasons are:

1. Most of distributions have upgraded their preferred glibc to 2.9 long  
time ago.
conf/distro/angstrom-2008.1.conf:PREFERRED_VERSION_glibc 		?= "2.9"
conf/distro/angstrom-2008.1.conf:PREFERRED_VERSION_glibc-initial 	?= "2.9"
conf/distro/jlime-2009.1.conf:PREFERRED_VERSION_glibc-initial = "2.9"
conf/distro/jlime-2009.1.conf:PREFERRED_VERSION_glibc = "2.9"
conf/distro/kaeilos.conf:PREFERRED_VERSION_glibc 		?= "2.9"
conf/distro/kaeilos.conf:PREFERRED_VERSION_glibc-initial 	?= "2.9"

 from the above, you can get to know that most distributions have upgraded  
their preferred glibc to 2.9 from 2008 ago.

Of course, there are still some distributions which uses old glibc. The  
only reason I guess is that we have not updated them for a long time. (for  
 from tinderbox, you can get to know that these distributions have not been  
built for a long time)


2. from tinderbox, you can see that the glibc-2.9 is well-tested, no  
glibc-2.6
http://tinderbox.openembedded.net/packages/?name=glibc&page=1

 from the above link, you can get to know that the glibc-2.9 not  
glibc-2.6.1 has had most testing.

3. the last reason is that I have built some projects with glibc-2.6,  
unless with the old binutils, the glibc-2.6 always failed to build.

So, I think it is the time to upgrade PREFERRED_VERSION_glibc to 2.9 in  
sane-toolchian.inc

-- 
Guo Hongruan, Embedded Linux Consultant
Skype: camelguo
Twitter: camelguo
http://www.gulessoft.com



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: I realy think we should upgrade PREFERRED_VERSION_glibc to 2.9 in conf/distro/include/sane-toolchain.inc
  2010-01-21 13:32 I realy think we should upgrade PREFERRED_VERSION_glibc to 2.9 in conf/distro/include/sane-toolchain.inc Guo Hongruan
@ 2010-01-21 22:10 ` Khem Raj
  2010-01-21 22:24   ` Dallas Foley
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2010-01-21 22:10 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Jan 21, 2010 at 5:32 AM, Guo Hongruan <camelguo@gmail.com> wrote:
> Hi guys,
>  I think we should upgrade PREFERRED_VERSION_glibc from 2.6 to 2.9 in
> conf/distro/include/sane-toolchain.inc. The reasons are:
>
> 1. Most of distributions have upgraded their preferred glibc to 2.9 long
> time ago.
> conf/distro/angstrom-2008.1.conf:PREFERRED_VERSION_glibc                ?=
> "2.9"
> conf/distro/angstrom-2008.1.conf:PREFERRED_VERSION_glibc-initial        ?=
> "2.9"
> conf/distro/jlime-2009.1.conf:PREFERRED_VERSION_glibc-initial = "2.9"
> conf/distro/jlime-2009.1.conf:PREFERRED_VERSION_glibc = "2.9"
> conf/distro/kaeilos.conf:PREFERRED_VERSION_glibc                ?= "2.9"
> conf/distro/kaeilos.conf:PREFERRED_VERSION_glibc-initial        ?= "2.9"
>
> from the above, you can get to know that most distributions have upgraded
> their preferred glibc to 2.9 from 2008 ago.
>
> Of course, there are still some distributions which uses old glibc. The only
> reason I guess is that we have not updated them for a long time. (for from
> tinderbox, you can get to know that these distributions have not been built
> for a long time)
>
>
> 2. from tinderbox, you can see that the glibc-2.9 is well-tested, no
> glibc-2.6
> http://tinderbox.openembedded.net/packages/?name=glibc&page=1
>
> from the above link, you can get to know that the glibc-2.9 not glibc-2.6.1
> has had most testing.
>
> 3. the last reason is that I have built some projects with glibc-2.6, unless
> with the old binutils, the glibc-2.6 always failed to build.
>
> So, I think it is the time to upgrade PREFERRED_VERSION_glibc to 2.9 in
> sane-toolchian.inc

Yes I am ok with this. Infact you could even use 2.10.1 now you are at it
and micro already did the change.

>
> --
> Guo Hongruan, Embedded Linux Consultant
> Skype: camelguo
> Twitter: camelguo
> http://www.gulessoft.com
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: I realy think we should upgrade PREFERRED_VERSION_glibc to 2.9 in conf/distro/include/sane-toolchain.inc
  2010-01-21 22:10 ` Khem Raj
@ 2010-01-21 22:24   ` Dallas Foley
  2010-01-21 23:22     ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Dallas Foley @ 2010-01-21 22:24 UTC (permalink / raw)
  To: openembedded-devel

Khem Raj wrote:
> On Thu, Jan 21, 2010 at 5:32 AM, Guo Hongruan <camelguo@gmail.com> wrote:
>> Hi guys,
>>  I think we should upgrade PREFERRED_VERSION_glibc from 2.6 to 2.9 in
>> conf/distro/include/sane-toolchain.inc. The reasons are:

Although I haven't tried a build from scratch in a few weeks or so, I 
have one known problem with glibc 2.9. I wonder if it's just me or not. 
glibc 2.6.1 always works. On my armv4t board gpe-mini-browser2 always 
seg faults. I've tried different gcc and binutils combinations. However, 
glibc 2.9 on armv5te (imx) or armv7a (omap) work fine for me.

>>
>> 1. Most of distributions have upgraded their preferred glibc to 2.9 long
>> time ago.
>> conf/distro/angstrom-2008.1.conf:PREFERRED_VERSION_glibc                ?=
>> "2.9"
>> conf/distro/angstrom-2008.1.conf:PREFERRED_VERSION_glibc-initial        ?=
>> "2.9"
>> conf/distro/jlime-2009.1.conf:PREFERRED_VERSION_glibc-initial = "2.9"
>> conf/distro/jlime-2009.1.conf:PREFERRED_VERSION_glibc = "2.9"
>> conf/distro/kaeilos.conf:PREFERRED_VERSION_glibc                ?= "2.9"
>> conf/distro/kaeilos.conf:PREFERRED_VERSION_glibc-initial        ?= "2.9"
>>
>> from the above, you can get to know that most distributions have upgraded
>> their preferred glibc to 2.9 from 2008 ago.
>>
>> Of course, there are still some distributions which uses old glibc. The only
>> reason I guess is that we have not updated them for a long time. (for from
>> tinderbox, you can get to know that these distributions have not been built
>> for a long time)
>>
>>
>> 2. from tinderbox, you can see that the glibc-2.9 is well-tested, no
>> glibc-2.6
>> http://tinderbox.openembedded.net/packages/?name=glibc&page=1
>>
>> from the above link, you can get to know that the glibc-2.9 not glibc-2.6.1
>> has had most testing.
>>
>> 3. the last reason is that I have built some projects with glibc-2.6, unless
>> with the old binutils, the glibc-2.6 always failed to build.
>>
>> So, I think it is the time to upgrade PREFERRED_VERSION_glibc to 2.9 in
>> sane-toolchian.inc
> 
> Yes I am ok with this. Infact you could even use 2.10.1 now you are at it
> and micro already did the change.
> 
>> --
>> Guo Hongruan, Embedded Linux Consultant
>> Skype: camelguo
>> Twitter: camelguo
>> http://www.gulessoft.com
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: I realy think we should upgrade PREFERRED_VERSION_glibc to 2.9 in conf/distro/include/sane-toolchain.inc
  2010-01-21 22:24   ` Dallas Foley
@ 2010-01-21 23:22     ` Khem Raj
  2010-01-21 23:35       ` Dallas Foley
  2010-01-22 22:02       ` Dallas Foley
  0 siblings, 2 replies; 6+ messages in thread
From: Khem Raj @ 2010-01-21 23:22 UTC (permalink / raw)
  To: openembedded-devel

On (21/01/10 14:24), Dallas Foley wrote:
> Khem Raj wrote:
> >On Thu, Jan 21, 2010 at 5:32 AM, Guo Hongruan <camelguo@gmail.com> wrote:
> >>Hi guys,
> >> I think we should upgrade PREFERRED_VERSION_glibc from 2.6 to 2.9 in
> >>conf/distro/include/sane-toolchain.inc. The reasons are:
> 
> Although I haven't tried a build from scratch in a few weeks or so,
> I have one known problem with glibc 2.9. I wonder if it's just me or
> not. glibc 2.6.1 always works. On my armv4t board gpe-mini-browser2
> always seg faults. I've tried different gcc and binutils
> combinations. However, glibc 2.9 on armv5te (imx) or armv7a (omap)
> work fine for me.

You could try to backport armv4t-interworking.patch from eglibc/files
that should help you will getting 2.9 up on armv4t. This patch is
applied to 2.10.1 may be moving to 2.10.1 would be better than 2.9
IMO

-Khem



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: I realy think we should upgrade PREFERRED_VERSION_glibc to 2.9 in conf/distro/include/sane-toolchain.inc
  2010-01-21 23:22     ` Khem Raj
@ 2010-01-21 23:35       ` Dallas Foley
  2010-01-22 22:02       ` Dallas Foley
  1 sibling, 0 replies; 6+ messages in thread
From: Dallas Foley @ 2010-01-21 23:35 UTC (permalink / raw)
  To: openembedded-devel

Khem Raj wrote:
> On (21/01/10 14:24), Dallas Foley wrote:
>> Khem Raj wrote:
>>> On Thu, Jan 21, 2010 at 5:32 AM, Guo Hongruan <camelguo@gmail.com> wrote:
>>>> Hi guys,
>>>> I think we should upgrade PREFERRED_VERSION_glibc from 2.6 to 2.9 in
>>>> conf/distro/include/sane-toolchain.inc. The reasons are:
>> Although I haven't tried a build from scratch in a few weeks or so,
>> I have one known problem with glibc 2.9. I wonder if it's just me or
>> not. glibc 2.6.1 always works. On my armv4t board gpe-mini-browser2
>> always seg faults. I've tried different gcc and binutils
>> combinations. However, glibc 2.9 on armv5te (imx) or armv7a (omap)
>> work fine for me.
> 
> You could try to backport armv4t-interworking.patch from eglibc/files
> that should help you will getting 2.9 up on armv4t. This patch is
> applied to 2.10.1 may be moving to 2.10.1 would be better than 2.9
> IMO

Ok thanks.
If my line wrapping was wrong in the previous post, then sorry about that.

> 
> -Khem
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: I realy think we should upgrade PREFERRED_VERSION_glibc to 2.9 in conf/distro/include/sane-toolchain.inc
  2010-01-21 23:22     ` Khem Raj
  2010-01-21 23:35       ` Dallas Foley
@ 2010-01-22 22:02       ` Dallas Foley
  1 sibling, 0 replies; 6+ messages in thread
From: Dallas Foley @ 2010-01-22 22:02 UTC (permalink / raw)
  To: openembedded-devel

Khem Raj wrote:
> On (21/01/10 14:24), Dallas Foley wrote:
>> Khem Raj wrote:
>>> On Thu, Jan 21, 2010 at 5:32 AM, Guo Hongruan <camelguo@gmail.com> wrote:
>>>> Hi guys,
>>>> I think we should upgrade PREFERRED_VERSION_glibc from 2.6 to 2.9 in
>>>> conf/distro/include/sane-toolchain.inc. The reasons are:
>> Although I haven't tried a build from scratch in a few weeks or so,
>> I have one known problem with glibc 2.9. I wonder if it's just me or
>> not. glibc 2.6.1 always works. On my armv4t board gpe-mini-browser2
>> always seg faults. I've tried different gcc and binutils
>> combinations. However, glibc 2.9 on armv5te (imx) or armv7a (omap)
>> work fine for me.
> 
> You could try to backport armv4t-interworking.patch from eglibc/files
> that should help you will getting 2.9 up on armv4t. This patch is
> applied to 2.10.1 may be moving to 2.10.1 would be better than 2.9
> IMO
> 
> -Khem

Confirmed. gpe-mini-browser2 works with glibc 2.10.1




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-01-22 22:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-21 13:32 I realy think we should upgrade PREFERRED_VERSION_glibc to 2.9 in conf/distro/include/sane-toolchain.inc Guo Hongruan
2010-01-21 22:10 ` Khem Raj
2010-01-21 22:24   ` Dallas Foley
2010-01-21 23:22     ` Khem Raj
2010-01-21 23:35       ` Dallas Foley
2010-01-22 22:02       ` Dallas Foley

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.