All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-browser][PATCH] chromium: disable generate_character_data for qemux86
@ 2017-02-22 12:53 Jacobo Aragunde Pérez
  2017-02-23  0:41 ` Otavio Salvador
  0 siblings, 1 reply; 3+ messages in thread
From: Jacobo Aragunde Pérez @ 2017-02-22 12:53 UTC (permalink / raw)
  To: openembedded-devel; +Cc: otavio

Chromium-wayland fails with:
  http://errors.yoctoproject.org/Errors/Build/32356/

Root cause seems to be ICU mixing host and target architectures,
same as in: https://bugreports.qt.io/browse/QTBUG-57705

Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
---
 recipes-browser/chromium/chromium.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-browser/chromium/chromium.inc b/recipes-browser/chromium/chromium.inc
index 0e7250e..0076f3a 100644
--- a/recipes-browser/chromium/chromium.inc
+++ b/recipes-browser/chromium/chromium.inc
@@ -15,6 +15,7 @@ inherit gettext pythonnative
 
 ARMFPABI_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'arm_float_abi=hard', 'arm_float_abi=softfp', d)}"
 GYP_DEFINES += "${ARMFPABI} release_extra_cflags='-Wno-error=unused-local-typedefs' sysroot=''"
+GYP_DEFINES_append_qemux86 = " generate_character_data=0"
 
 do_configure() {
 	cd ${S}
-- 
2.7.4



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

* Re: [meta-browser][PATCH] chromium: disable generate_character_data for qemux86
  2017-02-22 12:53 [meta-browser][PATCH] chromium: disable generate_character_data for qemux86 Jacobo Aragunde Pérez
@ 2017-02-23  0:41 ` Otavio Salvador
  2017-02-23 18:21   ` Jacobo Aragunde Pérez
  0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2017-02-23  0:41 UTC (permalink / raw)
  To: Jacobo Aragunde Pérez; +Cc: OpenEmbedded Devel List, Otavio Salvador

On Wed, Feb 22, 2017 at 9:53 AM, Jacobo Aragunde Pérez
<jaragunde@igalia.com> wrote:
> Chromium-wayland fails with:
>   http://errors.yoctoproject.org/Errors/Build/32356/
>
> Root cause seems to be ICU mixing host and target architectures,
> same as in: https://bugreports.qt.io/browse/QTBUG-57705
>
> Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
> ---
>  recipes-browser/chromium/chromium.inc | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/recipes-browser/chromium/chromium.inc b/recipes-browser/chromium/chromium.inc
> index 0e7250e..0076f3a 100644
> --- a/recipes-browser/chromium/chromium.inc
> +++ b/recipes-browser/chromium/chromium.inc
> @@ -15,6 +15,7 @@ inherit gettext pythonnative
>
>  ARMFPABI_armv7a = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', 'arm_float_abi=hard', 'arm_float_abi=softfp', d)}"
>  GYP_DEFINES += "${ARMFPABI} release_extra_cflags='-Wno-error=unused-local-typedefs' sysroot=''"
> +GYP_DEFINES_append_qemux86 = " generate_character_data=0"

Any x86 will need this.


-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: [meta-browser][PATCH] chromium: disable generate_character_data for qemux86
  2017-02-23  0:41 ` Otavio Salvador
@ 2017-02-23 18:21   ` Jacobo Aragunde Pérez
  0 siblings, 0 replies; 3+ messages in thread
From: Jacobo Aragunde Pérez @ 2017-02-23 18:21 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: OpenEmbedded Devel List

On 23/02/17 01:41, Otavio Salvador wrote:
> On Wed, Feb 22, 2017 at 9:53 AM, Jacobo Aragunde Pérez
> <jaragunde@igalia.com> wrote:
>> Chromium-wayland fails with:
>>   http://errors.yoctoproject.org/Errors/Build/32356/
>>
>> Root cause seems to be ICU mixing host and target architectures,
>> same as in: https://bugreports.qt.io/browse/QTBUG-57705
>> ...
> Any x86 will need this.
> 

You are totally right, I've reproduced build issues in third_party/icu
with qemux86 and intel-core2-32 machines.

I'm sending an amended patch that covers both cases. Thanks for the review.

Best,
-- 
Jacobo Aragunde
Software Engineer at Igalia


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

end of thread, other threads:[~2017-02-23 18:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-22 12:53 [meta-browser][PATCH] chromium: disable generate_character_data for qemux86 Jacobo Aragunde Pérez
2017-02-23  0:41 ` Otavio Salvador
2017-02-23 18:21   ` Jacobo Aragunde Pérez

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.