From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by mail.openembedded.org (Postfix) with ESMTP id 5E99C6D899 for ; Thu, 13 Mar 2014 00:42:43 +0000 (UTC) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id 28C93F811E9; Wed, 12 Mar 2014 18:42:44 -0600 (MDT) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hermes.chez-thomas.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00, T_URIBL_SEM,T_URIBL_SEM_RED autolearn=unavailable version=3.3.2 Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id 49281F811DA; Wed, 12 Mar 2014 18:42:41 -0600 (MDT) Message-ID: <5320FF05.1050007@mlbassoc.com> Date: Wed, 12 Mar 2014 18:42:45 -0600 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <1394599581-26844-1-git-send-email-raj.khem@gmail.com> <5320F473.1010509@mlbassoc.com> In-Reply-To: X-Enigmail-Version: 1.5.2 Subject: Re: [meta-browser][RFT][PATCH] chromium: Upgrade 29 -> 35 X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 00:42:45 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 2014-03-12 18:02, Khem Raj wrote: > On Wed, Mar 12, 2014 at 4:57 PM, Gary Thomas wrote: >> On 2014-03-11 22:46, Khem Raj wrote: >>> Removed already applied patches >>> >>> License year changed thats why there is change in checksum >>> >>> -// Copyright 2014 The Chromium Authors. All rights reserved. >>> +// Copyright (c) 2013 The Chromium Authors. All rights reserved. >>> >>> we see >>> >>> rpm/bin/debugedit: canonicalization unexpectedly shrank by one character >>> >>> so we add PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" >>> >>> Signed-off-by: Khem Raj >>> --- >>> ..._focus_tracker_notify_deprecated_since_ATK_2_9_4.patch | 0 >>> .../{chromium-29.0.1518.2 => chromium}/armv6/include.gypi | 0 >>> .../armv6/oe-defaults.gypi | 0 >>> .../armv7a/include.gypi | 0 >>> .../armv7a/oe-defaults.gypi | 0 >>> .../{chromium-29.0.1518.2 => chromium}/google-chrome | 0 >>> .../google-chrome.desktop | 0 >>> .../{chromium-29.0.1518.2 => chromium}/i586/include.gypi | 0 >>> .../i586/oe-defaults.gypi | 0 >>> .../secitem_array.patch | 0 >>> .../uninitialised-warning.patch | 6 +++--- >>> .../{chromium-29.0.1518.2 => chromium}/unistd-2.patch | 0 >>> .../x86-64/include.gypi | 0 >>> .../x86-64/oe-defaults.gypi | 0 >>> .../{chromium_29.0.1518.2.bb => chromium_35.0.1883.0.bb} | 15 ++++++++------- >>> 15 files changed, 11 insertions(+), 10 deletions(-) >>> rename recipes-browser/chromium/{chromium-29.0.1518.2 => chromium}/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch (100%) >>> rename recipes-browser/chromium/{chromium-29.0.1518.2 => chromium}/armv6/include.gypi (100%) >>> rename recipes-browser/chromium/{chromium-29.0.1518.2 => chromium}/armv6/oe-defaults.gypi (100%) >>> rename recipes-browser/chromium/{chromium-29.0.1518.2 => chromium}/armv7a/include.gypi (100%) >>> rename recipes-browser/chromium/{chromium-29.0.1518.2 => chromium}/armv7a/oe-defaults.gypi (100%) >>> rename recipes-browser/chromium/{chromium-29.0.1518.2 => chromium}/google-chrome (100%) >>> rename recipes-browser/chromium/{chromium-29.0.1518.2 => chromium}/google-chrome.desktop (100%) >>> rename recipes-browser/chromium/{chromium-29.0.1518.2 => chromium}/i586/include.gypi (100%) >>> rename recipes-browser/chromium/{chromium-29.0.1518.2 => chromium}/i586/oe-defaults.gypi (100%) >>> rename recipes-browser/chromium/{chromium-29.0.1518.2 => chromium}/secitem_array.patch (100%) >>> rename recipes-browser/chromium/{chromium-29.0.1518.2 => chromium}/uninitialised-warning.patch (96%) >>> rename recipes-browser/chromium/{chromium-29.0.1518.2 => chromium}/unistd-2.patch (100%) >>> rename recipes-browser/chromium/{chromium-29.0.1518.2 => chromium}/x86-64/include.gypi (100%) >>> rename recipes-browser/chromium/{chromium-29.0.1518.2 => chromium}/x86-64/oe-defaults.gypi (100%) >>> rename recipes-browser/chromium/{chromium_29.0.1518.2.bb => chromium_35.0.1883.0.bb} (84%) >>> >>> diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch b/recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch >>> similarity index 100% >>> rename from recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch >>> rename to recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch >>> diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi b/recipes-browser/chromium/chromium/armv6/include.gypi >>> similarity index 100% >>> rename from recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi >>> rename to recipes-browser/chromium/chromium/armv6/include.gypi >>> diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi b/recipes-browser/chromium/chromium/armv6/oe-defaults.gypi >>> similarity index 100% >>> rename from recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi >>> rename to recipes-browser/chromium/chromium/armv6/oe-defaults.gypi >>> diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi b/recipes-browser/chromium/chromium/armv7a/include.gypi >>> similarity index 100% >>> rename from recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi >>> rename to recipes-browser/chromium/chromium/armv7a/include.gypi >>> diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/oe-defaults.gypi b/recipes-browser/chromium/chromium/armv7a/oe-defaults.gypi >>> similarity index 100% >>> rename from recipes-browser/chromium/chromium-29.0.1518.2/armv7a/oe-defaults.gypi >>> rename to recipes-browser/chromium/chromium/armv7a/oe-defaults.gypi >>> diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/google-chrome b/recipes-browser/chromium/chromium/google-chrome >>> similarity index 100% >>> rename from recipes-browser/chromium/chromium-29.0.1518.2/google-chrome >>> rename to recipes-browser/chromium/chromium/google-chrome >>> diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/google-chrome.desktop b/recipes-browser/chromium/chromium/google-chrome.desktop >>> similarity index 100% >>> rename from recipes-browser/chromium/chromium-29.0.1518.2/google-chrome.desktop >>> rename to recipes-browser/chromium/chromium/google-chrome.desktop >>> diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/i586/include.gypi b/recipes-browser/chromium/chromium/i586/include.gypi >>> similarity index 100% >>> rename from recipes-browser/chromium/chromium-29.0.1518.2/i586/include.gypi >>> rename to recipes-browser/chromium/chromium/i586/include.gypi >>> diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/i586/oe-defaults.gypi b/recipes-browser/chromium/chromium/i586/oe-defaults.gypi >>> similarity index 100% >>> rename from recipes-browser/chromium/chromium-29.0.1518.2/i586/oe-defaults.gypi >>> rename to recipes-browser/chromium/chromium/i586/oe-defaults.gypi >>> diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/secitem_array.patch b/recipes-browser/chromium/chromium/secitem_array.patch >>> similarity index 100% >>> rename from recipes-browser/chromium/chromium-29.0.1518.2/secitem_array.patch >>> rename to recipes-browser/chromium/chromium/secitem_array.patch >>> diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/uninitialised-warning.patch b/recipes-browser/chromium/chromium/uninitialised-warning.patch >>> similarity index 96% >>> rename from recipes-browser/chromium/chromium-29.0.1518.2/uninitialised-warning.patch >>> rename to recipes-browser/chromium/chromium/uninitialised-warning.patch >>> index fac12bb..afdd784 100644 >>> --- a/recipes-browser/chromium/chromium-29.0.1518.2/uninitialised-warning.patch >>> +++ b/recipes-browser/chromium/chromium/uninitialised-warning.patch >>> @@ -30,10 +30,10 @@ Make gcc 4.8 happy. It complains about uninitialized symbols >>> Signed-off-by: Khem Raj >>> >>> Upstream-Status: Unknown >>> -Index: chromium-29.0.1518.2/webkit/glue/webclipboard_impl.cc >>> +Index: chromium-29.0.1518.2/content/renderer/webclipboard_impl.cc >>> =================================================================== >>> ---- chromium-29.0.1518.2.orig/webkit/glue/webclipboard_impl.cc >>> -+++ chromium-29.0.1518.2/webkit/glue/webclipboard_impl.cc >>> +--- chromium-29.0.1518.2.orig/content/renderer/webclipboard_impl.cc >>> ++++ chromium-29.0.1518.2/content/renderer/webclipboard_impl.cc >>> @@ -73,7 +73,7 @@ uint64 WebClipboardImpl::getSequenceNumb >>> } >>> >>> diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/unistd-2.patch b/recipes-browser/chromium/chromium/unistd-2.patch >>> similarity index 100% >>> rename from recipes-browser/chromium/chromium-29.0.1518.2/unistd-2.patch >>> rename to recipes-browser/chromium/chromium/unistd-2.patch >>> diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/x86-64/include.gypi b/recipes-browser/chromium/chromium/x86-64/include.gypi >>> similarity index 100% >>> rename from recipes-browser/chromium/chromium-29.0.1518.2/x86-64/include.gypi >>> rename to recipes-browser/chromium/chromium/x86-64/include.gypi >>> diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/x86-64/oe-defaults.gypi b/recipes-browser/chromium/chromium/x86-64/oe-defaults.gypi >>> similarity index 100% >>> rename from recipes-browser/chromium/chromium-29.0.1518.2/x86-64/oe-defaults.gypi >>> rename to recipes-browser/chromium/chromium/x86-64/oe-defaults.gypi >>> diff --git a/recipes-browser/chromium/chromium_29.0.1518.2.bb b/recipes-browser/chromium/chromium_35.0.1883.0.bb >>> similarity index 84% >>> rename from recipes-browser/chromium/chromium_29.0.1518.2.bb >>> rename to recipes-browser/chromium/chromium_35.0.1883.0.bb >>> index 1c62f1e..6a03d6b 100644 >>> --- a/recipes-browser/chromium/chromium_29.0.1518.2.bb >>> +++ b/recipes-browser/chromium/chromium_35.0.1883.0.bb >>> @@ -1,6 +1,6 @@ >>> DESCRIPTION = "Chromium browser" >>> LICENSE = "BSD" >>> -LIC_FILES_CHKSUM = "file://LICENSE;md5=d2d164565cc10f298390174d9cb6d18d" >>> +LIC_FILES_CHKSUM = "file://LICENSE;md5=537e0b52077bf0a616d0a0c8a79bc9d5" >>> DEPENDS = "xz-native pciutils pulseaudio xextproto cairo nss gtk+ zlib-native libav libxi libgnome-keyring libxss cups ninja-native gconf" >>> SRC_URI = "\ >>> http://gsdview.appspot.com/chromium-browser-official/${P}.tar.xz \ >>> @@ -9,12 +9,9 @@ SRC_URI = "\ >>> file://unistd-2.patch \ >>> file://google-chrome \ >>> file://google-chrome.desktop \ >>> - file://uninitialised-warning.patch \ >>> - file://001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch \ >>> - file://secitem_array.patch;striplevel=2 \ >>> " >>> -SRC_URI[md5sum] = "2480c3fd109ef000575629acb8a906ca" >>> -SRC_URI[sha256sum] = "7f08624f7d9bd120de0043da7ee09985ae6b6990d22d8c1b1f7c66fd4ed681a1" >>> +SRC_URI[md5sum] = "c0659bc3c6b540e106e043fd27f54358" >>> +SRC_URI[sha256sum] = "666d5948c6508072f9f5d6acff82290fa5939e1da1b94b042a1e05daf3357b61" >>> >>> # include.gypi exists only for armv6 and armv7a and there isn't something like COMPATIBLE_ARCH afaik >>> COMPATIBLE_MACHINE = "(-)" >>> @@ -60,8 +57,9 @@ do_install() { >>> >>> install -d ${D}${bindir}/chrome/ >>> install -m 0755 ${S}/out/Release/chrome ${D}${bindir}/chrome/chrome >>> - install -m 0644 ${S}/out/Release/chrome.pak ${D}${bindir}/chrome/ >>> install -m 0644 ${S}/out/Release/resources.pak ${D}${bindir}/chrome/ >>> + install -m 0644 ${S}/out/Release/content_resources.pak ${D}${bindir}/chrome/ >>> + install -m 0644 ${S}/out/Release/keyboard_resources.pak ${D}${bindir}/chrome/ >>> install -m 0644 ${S}/out/Release/chrome_100_percent.pak ${D}${bindir}/chrome/ >>> install -m 0644 ${S}/out/Release/product_logo_48.png ${D}${bindir}/chrome/ >>> install -m 0755 ${S}/out/Release/libffmpegsumo.so ${D}${bindir}/chrome/ >>> @@ -72,3 +70,6 @@ do_install() { >>> >>> FILES_${PN} = "${bindir}/chrome/ ${bindir}/google-chrome ${datadir}/applications" >>> FILES_${PN}-dbg = "${bindir}/chrome/.debug/" >>> + >>> +PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" >>> + >>> >> >> I'm trying to build this on a RAM-challenged machine and it keeps >> blowing up in the linker by running out of memory. My machine has >> only 3GB (plus 5GB swap) and was easily able to build the previous >> version. I've tried both the standard linker and ld-is-gold. >> >> Is there any way around this? >> > > is it a 32bit machine ? Mine has 8G it worked out to be ok for me. Yes, the failing machine is 32bit. 'ulimit -m' shows unlimited, so my 3G of RAM + 5G of swap _should_ be the same. My 64bit + 6GB machine is still building. >> n.b. I'm trying it on a beefier machine to see if that helps, but I'm >> really concerned about passing this on to my customers... -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------