Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 601264 - dev-qt/qtwebengine-5.6.2[system-icu] fails to build - src/3rdparty/chromium/ui/gfx/text_elider.cc:794: error: undefined reference to 'icu_54::UnicodeString::UnicodeString(unsigned short const*)'
Summary: dev-qt/qtwebengine-5.6.2[system-icu] fails to build - src/3rdparty/chromium/u...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 598780
  Show dependency tree
 
Reported: 2016-11-30 08:33 UTC by Michael Palimaka (kensington)
Modified: 2016-12-01 14:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (build.log,297.68 KB, text/x-log)
2016-11-30 08:33 UTC, Michael Palimaka (kensington)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Palimaka (kensington) gentoo-dev 2016-11-30 08:33:49 UTC
Created attachment 454756 [details]
build log

/var/tmp/portage/dev-qt/qtwebengine-5.6.2/work/qtwebengine-opensource-src-5.6.2/src/3rdparty/chromium/ui/gfx/text_elider.cc:794: error: undefined reference to 'icu_54::UnicodeString::UnicodeString(unsigned short const*)'
/var/tmp/portage/dev-qt/qtwebengine-5.6.2/work/qtwebengine-opensource-src-5.6.2/src/3rdparty/chromium/ui/gfx/text_elider.cc:794: error: undefined reference to 'icu_54::StringCharacterIterator::StringCharacterIterator(icu_54::UnicodeString const&)'
/var/tmp/portage/dev-qt/qtwebengine-5.6.2/work/qtwebengine-opensource-src-5.6.2/src/3rdparty/chromium/ui/gfx/text_elider.cc:794: error: undefined reference to 'icu_54::UnicodeString::~UnicodeString()'
/var/tmp/portage/dev-qt/qtwebengine-5.6.2/work/qtwebengine-opensource-src-5.6.2/src/3rdparty/chromium/ui/gfx/text_elider.cc:795: error: undefined reference to 'icu_54::UCharCharacterIterator::setIndex(int)'
/var/tmp/portage/dev-qt/qtwebengine-5.6.2/work/qtwebengine-opensource-src-5.6.2/src/3rdparty/chromium/ui/gfx/text_elider.cc:796: error: undefined reference to 'icu_54::UCharCharacterIterator::hasPrevious()'
/var/tmp/portage/dev-qt/qtwebengine-5.6.2/work/qtwebengine-opensource-src-5.6.2/src/3rdparty/chromium/ui/gfx/text_elider.cc:797: error: undefined reference to 'icu_54::UCharCharacterIterator::previous()'
/var/tmp/portage/dev-qt/qtwebengine-5.6.2/work/qtwebengine-opensource-src-5.6.2/src/3rdparty/chromium/ui/gfx/text_elider.cc:798: error: undefined reference to 'icu_54::UCharCharacterIterator::current() const'
Comment 1 Michael Palimaka (kensington) gentoo-dev 2016-11-30 13:49:32 UTC
I was able to resolve this by removing the bundled icu source:

rm -r src/3rdparty/chromium/third_party/icu/source || die