Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 622732 - [qt overlay] dev-qt/qtwebengine-5.9.0 - error: no match for 'operator<<'
Summary: [qt overlay] dev-qt/qtwebengine-5.9.0 - error: no match for 'operator<<'
Status: RESOLVED DUPLICATE of bug 618648
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-26 11:45 UTC by Francesco Turco
Modified: 2017-07-22 19:11 UTC (History)
1 user (show)

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


Attachments
xz-compressed build.log (build.log.xz,211.26 KB, application/x-xz)
2017-06-26 11:45 UTC, Francesco Turco
Details
emerge --info (emerge-info.txt,6.49 KB, text/plain)
2017-06-26 11:46 UTC, Francesco Turco
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Francesco Turco 2017-06-26 11:45:21 UTC
Created attachment 478026 [details]
xz-compressed build.log

I'm trying to build dev-qt/qtwebengine-5.9.0 from the qt overlay with debug informations on my Gentoo Linux system, but unfortunately it fails. The first error message is:

../../3rdparty/chromium/ui/base/l10n/l10n_util.cc:709:64: error: no match for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'base::string16 {aka std::__cxx11::basic_string<char16_t>}')

I'm building qtwebengine with the following environmental variables enabled:

FEATURES="${FEATURES} nostrip"
CFLAGS="${CFLAGS} -ggdb"
CXXFLAGS="${CXXFLAGS} -ggdb"
USE="${USE} debug"

$ emerge -pv =dev-qt/qtwebengine-5.9.0

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   #] dev-qt/qtwebengine-5.9.0:5/5.9::qt  USE="alsa debug* system-ffmpeg system-icu widgets -bindist -geolocation -pax_kernel -pulseaudio {-test}" 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB

Please also see my original upstream bug report: https://bugreports.qt.io/browse/QTBUG-61597
Comment 1 Francesco Turco 2017-06-26 11:46:14 UTC
Created attachment 478028 [details]
emerge --info
Comment 2 josef.95 2017-06-26 12:42:37 UTC
Hm, I can this not reproduce. Build here fine with gcc-7.1.0-r1

Hm, with which dev-libs/icu version build you?
Comment 3 Francesco Turco 2017-06-26 15:57:36 UTC
I have dev-libs/icu-59.1
Comment 4 Arfrever Frehtes Taifersar Arahesis 2017-07-22 19:11:57 UTC

*** This bug has been marked as a duplicate of bug 618648 ***