Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 720126 - dev-qt/qtwebengine-5.14.2 with dev-libs/icu-67.1: no member named 'getAllFieldPositions' in 'icu::number::FormattedNumber'
Summary: dev-qt/qtwebengine-5.14.2 with dev-libs/icu-67.1: no member named 'getAllFiel...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-30 13:41 UTC by 12101111
Modified: 2020-04-30 17:50 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 12101111 2020-04-30 13:41:14 UTC
dev-qt/qtwebengine-5.14.2 fails to build with dev-libs/icu-67.1 when system-icu use flag is set:
./../../../../qtwebengine-everywhere-src-5.14.2/src/3rdparty/chromium/v8/src/objects/js-number-format.cc:1282:15: error: no member named 'getAllFieldPositions' in 'icu::number::FormattedNumber'
    formatted.getAllFieldPositions(*fp_iter, status);
    ~~~~~~~~~ ^

Basically same as https://bugs.gentoo.org/720100

Reproducible: Always
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2020-04-30 14:05:15 UTC
I wonder how you could miss the following fix which was added at the same time icu-67 has been added to the tree:

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2fe6a6c80b5cc6674fbc0afcc4075fe24e158c0
Comment 2 Andreas Sturmlechner gentoo-dev 2020-04-30 14:46:33 UTC
Missing build.log.
Comment 3 12101111 2020-04-30 14:52:49 UTC
Oh, I don't notice that. 
I'm using a local copy of this ebuild to fix build problem on musl libc system.
Sorry for the inconvenience.
Comment 4 Andreas Sturmlechner gentoo-dev 2020-04-30 17:50:30 UTC
Please don't open bugs without disclosing the origin of your packages.