* [meta-qt5] qtwebengine link errors agains icu
@ 2015-12-28 17:14 Lerner, Dave
2015-12-28 17:37 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Lerner, Dave @ 2015-12-28 17:14 UTC (permalink / raw)
Cc: openembedded-devel@lists.openembedded.org
On branches jethro and jethro-next I get several link errors building qtwebengine like:
...
qtwebengine/5.5.1+gitAUTOINC+qtwebengine_146ebe26dc-r0/git/src/3rdparty/chromium/ui/gfx/render_text.cc:1186: error: undefined reference to 'icu_52::UnicodeString::UnicodeString(unsigned short const*)'
/ord-dlerner-d81/dlerner/poky_19/qtwebengine-qtqtuick-errors-jethro/tmp/work/core2-64-poky-linux/qtwebengine/5.5.1+gitAUTOINC+qtwebengine_146ebe26dc-r0/git/src/3rdparty/chromium/ui/gfx/render_text.cc:1186: error: undefined reference to 'icu_52::StringCharacterIterator::StringCharacterIterator(icu_52::UnicodeString const&)'
...
My local.conf includes
MACHINE ?= "qemux86-64"
PACKAGECONFIG_pn-qtbase_append = " accessibility"
IMAGE_INSTALL_append += " qtbase qtbase-fonts qtbase-plugins qtwebengine"
PREFERRED_PROVIDER_jpeg = "libjpeg-turbo"
PREFERRED_PROVIDER_jpeg-native = "libjpeg-turbo-native"
This bug is referenced upstream in Task-number: QTBUG-49693 and the bug is already fixed in the repo referenced by the meta-qt5 recipe at git://github.com/qtproject/qtwebengine.git commit 1847e158e09e24af704b02c8fb30adbf04d3befa branch 5.5, 17 commits after the current meta-qt5 qtwebengine_git.bb SRCREV_qtwebengine = "ce095e94b6861".
The change below corrects the link issue.
file://0001-chromium-base.gypi-include-atomicops_internals_x86_g.patch \
file://0002-chromium-third_party-boringssl-Demand-for-newer-POSI.patch \
"
-SRCREV_qtwebengine = "ce095e94b686196629244073990530441b9b5f4f"
+SRCREV_qtwebengine = "1847e158e09e24af704b02c8fb30adbf04d3befa"
Regards,
Dave
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [meta-qt5] qtwebengine link errors agains icu
2015-12-28 17:14 [meta-qt5] qtwebengine link errors agains icu Lerner, Dave
@ 2015-12-28 17:37 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2015-12-28 17:37 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2044 bytes --]
On Mon, Dec 28, 2015 at 05:14:48PM +0000, Lerner, Dave wrote:
> On branches jethro and jethro-next I get several link errors building qtwebengine like:
> ...
> qtwebengine/5.5.1+gitAUTOINC+qtwebengine_146ebe26dc-r0/git/src/3rdparty/chromium/ui/gfx/render_text.cc:1186: error: undefined reference to 'icu_52::UnicodeString::UnicodeString(unsigned short const*)'
> /ord-dlerner-d81/dlerner/poky_19/qtwebengine-qtqtuick-errors-jethro/tmp/work/core2-64-poky-linux/qtwebengine/5.5.1+gitAUTOINC+qtwebengine_146ebe26dc-r0/git/src/3rdparty/chromium/ui/gfx/render_text.cc:1186: error: undefined reference to 'icu_52::StringCharacterIterator::StringCharacterIterator(icu_52::UnicodeString const&)'
> ...
>
> My local.conf includes
> MACHINE ?= "qemux86-64"
> PACKAGECONFIG_pn-qtbase_append = " accessibility"
> IMAGE_INSTALL_append += " qtbase qtbase-fonts qtbase-plugins qtwebengine"
> PREFERRED_PROVIDER_jpeg = "libjpeg-turbo"
> PREFERRED_PROVIDER_jpeg-native = "libjpeg-turbo-native"
>
> This bug is referenced upstream in Task-number: QTBUG-49693 and the bug is already fixed in the repo referenced by the meta-qt5 recipe at git://github.com/qtproject/qtwebengine.git commit 1847e158e09e24af704b02c8fb30adbf04d3befa branch 5.5, 17 commits after the current meta-qt5 qtwebengine_git.bb SRCREV_qtwebengine = "ce095e94b6861".
>
> The change below corrects the link issue.
> file://0001-chromium-base.gypi-include-atomicops_internals_x86_g.patch \
> file://0002-chromium-third_party-boringssl-Demand-for-newer-POSI.patch \
> "
> -SRCREV_qtwebengine = "ce095e94b686196629244073990530441b9b5f4f"
> +SRCREV_qtwebengine = "1847e158e09e24af704b02c8fb30adbf04d3befa"
Can you please send proper patch with git send-email?
>
> Regards,
> Dave
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-28 17:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-28 17:14 [meta-qt5] qtwebengine link errors agains icu Lerner, Dave
2015-12-28 17:37 ` Martin Jansa
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.