All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][jethro] cross-localedef-native: add ABI breaking glibc patch
@ 2016-02-05 10:25 Jens Rehsack
  2016-02-05 14:26 ` Burton, Ross
  2016-02-06 15:09 ` Khem Raj
  0 siblings, 2 replies; 6+ messages in thread
From: Jens Rehsack @ 2016-02-05 10:25 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

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


Add patch from commit 96b1b5c127e9e0e637aaf7948cf3330a94a5cd57 to cross-localedef-native
to avoid broken images built with ENABLE_BINARY_LOCALE_GENERATION set to 1:

    $ sh -c "export LANG=de_DE; ls -la"
    sh: loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_COLLATE) / sizeof (_nl_value_type_LC_COLLATE[0]))' failed.
    Aborted

Signed-off-by: Jens Rehsack <sno@netbsd.org>
---
 meta/recipes-core/glibc/cross-localedef-native_2.22.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.22.bb b/meta/recipes-core/glibc/cross-localedef-native_2.22.bb
index 03be9c0..3aefe74 100644
--- a/meta/recipes-core/glibc/cross-localedef-native_2.22.bb
+++ b/meta/recipes-core/glibc/cross-localedef-native_2.22.bb
@@ -20,6 +20,7 @@ GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
 SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
            git://github.com/kraj/localedef;branch=master;name=localedef;destsuffix=git/localedef \
            file://fix_for_centos_5.8.patch \
+	   file://strcoll-Remove-incorrect-STRDIFF-based-optimization-.patch \
            ${EGLIBCPATCHES} \
 "
 EGLIBCPATCHES = "\
--
1.9.1

--
Jens Rehsack - rehsack@gmail.com


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 859 bytes --]

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

* Re: [PATCH][jethro] cross-localedef-native: add ABI breaking glibc patch
  2016-02-05 10:25 [PATCH][jethro] cross-localedef-native: add ABI breaking glibc patch Jens Rehsack
@ 2016-02-05 14:26 ` Burton, Ross
  2016-02-05 21:50   ` Andreas Müller
                     ` (2 more replies)
  2016-02-06 15:09 ` Khem Raj
  1 sibling, 3 replies; 6+ messages in thread
From: Burton, Ross @ 2016-02-05 14:26 UTC (permalink / raw)
  To: Jens Rehsack; +Cc: Patches and discussions about the oe-core layer

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

On 5 February 2016 at 10:25, Jens Rehsack <rehsack@gmail.com> wrote:

> Add patch from commit 96b1b5c127e9e0e637aaf7948cf3330a94a5cd57 to
> cross-localedef-native
> to avoid broken images built with ENABLE_BINARY_LOCALE_GENERATION set to 1:
>

This impacts master too, so I've merged this into ross/mut and endorse it
for Jethro.

I've also a filed a bug against QA so we notice this breaking on the
autobuilder...

Ross

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

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

* Re: [PATCH][jethro] cross-localedef-native: add ABI breaking glibc patch
  2016-02-05 14:26 ` Burton, Ross
@ 2016-02-05 21:50   ` Andreas Müller
  2016-02-06 14:04   ` Jens Rehsack
  2016-02-08 10:18   ` Alexander Kanavin
  2 siblings, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2016-02-05 21:50 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Patches and discussions about the oe-core layer

On Fri, Feb 5, 2016 at 3:26 PM, Burton, Ross <ross.burton@intel.com> wrote:
>
> On 5 February 2016 at 10:25, Jens Rehsack <rehsack@gmail.com> wrote:
>>
>> Add patch from commit 96b1b5c127e9e0e637aaf7948cf3330a94a5cd57 to
>> cross-localedef-native
>> to avoid broken images built with ENABLE_BINARY_LOCALE_GENERATION set to
>> 1:
>
>
> This impacts master too, so I've merged this into ross/mut and endorse it
> for Jethro.
>
> I've also a filed a bug against QA so we notice this breaking on the
> autobuilder...
>
> Ross
>
Meanwhile I've build an image and tested: GTK's i18n is back - thanks
very much Jens!!

Andreas


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

* Re: [PATCH][jethro] cross-localedef-native: add ABI breaking glibc patch
  2016-02-05 14:26 ` Burton, Ross
  2016-02-05 21:50   ` Andreas Müller
@ 2016-02-06 14:04   ` Jens Rehsack
  2016-02-08 10:18   ` Alexander Kanavin
  2 siblings, 0 replies; 6+ messages in thread
From: Jens Rehsack @ 2016-02-06 14:04 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Patches and discussions about the oe-core layer

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


> Am 05.02.2016 um 15:26 schrieb Burton, Ross <ross.burton@intel.com>:
> 
> 
> On 5 February 2016 at 10:25, Jens Rehsack <rehsack@gmail.com> wrote:
> Add patch from commit 96b1b5c127e9e0e637aaf7948cf3330a94a5cd57 to cross-localedef-native
> to avoid broken images built with ENABLE_BINARY_LOCALE_GENERATION set to 1:
> 
> This impacts master too, so I've merged this into ross/mut and endorse it for Jethro.

I meant I've seen an upgrade to glibc-2.23 on master. For master I suggest a patch
which forces cross-localedef-native and glibc share the same glibc-sources.

> I've also a filed a bug against QA so we notice this breaking on the autobuilder...

Cool, thanks.

Cheers
--
Jens Rehsack - rehsack@gmail.com


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 859 bytes --]

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

* Re: [PATCH][jethro] cross-localedef-native: add ABI breaking glibc patch
  2016-02-05 10:25 [PATCH][jethro] cross-localedef-native: add ABI breaking glibc patch Jens Rehsack
  2016-02-05 14:26 ` Burton, Ross
@ 2016-02-06 15:09 ` Khem Raj
  1 sibling, 0 replies; 6+ messages in thread
From: Khem Raj @ 2016-02-06 15:09 UTC (permalink / raw)
  To: Jens Rehsack; +Cc: Patches and discussions about the oe-core layer

On Fri, Feb 5, 2016 at 2:25 AM, Jens Rehsack <rehsack@gmail.com> wrote:
>
> Add patch from commit 96b1b5c127e9e0e637aaf7948cf3330a94a5cd57 to cross-localedef-native
> to avoid broken images built with ENABLE_BINARY_LOCALE_GENERATION set to 1:
>

can you send a github pull request to include this patch into
cross-localedef too ?

>     $ sh -c "export LANG=de_DE; ls -la"
>     sh: loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_COLLATE) / sizeof (_nl_value_type_LC_COLLATE[0]))' failed.
>     Aborted
>
> Signed-off-by: Jens Rehsack <sno@netbsd.org>
> ---
>  meta/recipes-core/glibc/cross-localedef-native_2.22.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.22.bb b/meta/recipes-core/glibc/cross-localedef-native_2.22.bb
> index 03be9c0..3aefe74 100644
> --- a/meta/recipes-core/glibc/cross-localedef-native_2.22.bb
> +++ b/meta/recipes-core/glibc/cross-localedef-native_2.22.bb
> @@ -20,6 +20,7 @@ GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"
>  SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
>             git://github.com/kraj/localedef;branch=master;name=localedef;destsuffix=git/localedef \
>             file://fix_for_centos_5.8.patch \
> +          file://strcoll-Remove-incorrect-STRDIFF-based-optimization-.patch \
>             ${EGLIBCPATCHES} \
>  "
>  EGLIBCPATCHES = "\
> --
> 1.9.1
>
> --
> Jens Rehsack - rehsack@gmail.com
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>


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

* Re: [PATCH][jethro] cross-localedef-native: add ABI breaking glibc patch
  2016-02-05 14:26 ` Burton, Ross
  2016-02-05 21:50   ` Andreas Müller
  2016-02-06 14:04   ` Jens Rehsack
@ 2016-02-08 10:18   ` Alexander Kanavin
  2 siblings, 0 replies; 6+ messages in thread
From: Alexander Kanavin @ 2016-02-08 10:18 UTC (permalink / raw)
  To: openembedded-core

On 02/05/2016 04:26 PM, Burton, Ross wrote:

> This impacts master too, so I've merged this into ross/mut and endorse
> it for Jethro.
>
> I've also a filed a bug against QA so we notice this breaking on the
> autobuilder...

Yes please; we have all the needed infrastructure to notice these 
regressions via automated testing before they make their way into master.

Alex



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

end of thread, other threads:[~2016-02-08 10:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-05 10:25 [PATCH][jethro] cross-localedef-native: add ABI breaking glibc patch Jens Rehsack
2016-02-05 14:26 ` Burton, Ross
2016-02-05 21:50   ` Andreas Müller
2016-02-06 14:04   ` Jens Rehsack
2016-02-08 10:18   ` Alexander Kanavin
2016-02-06 15:09 ` Khem Raj

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.