Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688218 - dev-qt/qtwebengine-5.12.3 fails to build with clang: missing ../../3rdparty/chromium/chrome/android/profiles/afdo.prof
Summary: dev-qt/qtwebengine-5.12.3 fails to build with clang: missing ../../3rdparty/c...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL: https://bugreports.qt.io/browse/QTBUG...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-17 12:31 UTC by LdBeth
Modified: 2019-11-06 23:59 UTC (History)
1 user (show)

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


Attachments
emerge --info =dev-qt/qtwebengine-5.12.3::gentoo (emerge--info.txt,6.75 KB, text/plain)
2019-06-17 12:31 UTC, LdBeth
Details
build log (build.log,36.03 KB, application/octet-stream)
2019-06-17 12:34 UTC, LdBeth
Details
qtwebengine-5.12.3-missing-afdo.patch (qtwebengine-5.12.3-missing-afdo.patch,530 bytes, patch)
2019-11-06 23:59 UTC, Mark Wright
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description LdBeth 2019-06-17 12:31:32 UTC
Created attachment 579966 [details]
emerge --info =dev-qt/qtwebengine-5.12.3::gentoo

Find similar to https://bugreports.qt.io/browse/QTBUG-75265

That bug report states the file `../../3rdparty/chromium/chrome/android/profiles/afdo.prof'
isn't included in the qtwebengine tarball
Comment 1 LdBeth 2019-06-17 12:34:41 UTC
Created attachment 579968 [details]
build log
Comment 2 LdBeth 2019-06-17 12:35:56 UTC
emerge -qpv =dev-qt/qtwebengine-5.12.3::gentoo
[ebuild     U ] dev-qt/qtwebengine-5.12.3 [5.11.3] USE="alsa pulseaudio system-ffmpeg system-icu widgets -bindist -debug -designer -geolocation -jumbo-build* -pax_kernel -test"
Comment 3 LdBeth 2019-06-21 05:33:54 UTC
This error is throwed either clang or gcc is used to build this package. However after applied https://bugreports.qt.io/secure/attachment/84314/84314_qtwebengine-QTBUG-75265-v5.12.3.patch building with gcc still complains about compiler options but compile with clang works fine for me.
Comment 4 Mark Wright gentoo-dev 2019-11-06 23:59:32 UTC
Created attachment 595200 [details, diff]
qtwebengine-5.12.3-missing-afdo.patch

Patch (by me) tested to compile with dev-qt/qtwebengine-5.12.3, dev-qt/qtwebengine-5.12.4, dev-qt/qtwebengine-5.12.5 and dev-qt/qtwebengine-5.13.2 with sys-devel/clang (currently using sys-devel/clang-9.0.0).