Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 636144 - dev-qt/qtwebengine-5.9.2 gpu_control_list.cc is missing #include <algorithm>
Summary: dev-qt/qtwebengine-5.9.2 gpu_control_list.cc is missing #include <algorithm>
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:
 
Reported: 2017-11-01 12:07 UTC by MarisN
Modified: 2017-12-07 12:08 UTC (History)
0 users

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


Attachments
Patch from QTBUG-63675 (0001-Add-missing-include-algorithm.patch,709 bytes, patch)
2017-11-01 12:07 UTC, MarisN
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description MarisN 2017-11-01 12:07:17 UTC
Created attachment 501544 [details, diff]
Patch from QTBUG-63675

Compilation of dev-qt/qtwebengine-5.9.2 fails with error: no matching function for call to ‘find(std::vector<std::__cxx11::basic_string<char> >::const_iterator, std::vector<std::__cxx11::basic_string<char> >::const_iterator, const value_type&)’

The cause is a missing #include <algorithm> in 3rdparty/chromium/gpu/config/gpu_control_list.cc

Upstream bug report with a working patch:
https://bugreports.qt.io/browse/QTBUG-63675
Comment 1 Michael Palimaka (kensington) gentoo-dev 2017-12-07 12:08:11 UTC
This is listed as fixed in 5.9.3 which is in the tree now