[Bug 236855] www/qt5-webengine: fails to build on aarch64 and armv7 after 5.12 update

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 1 14:09:25 BST 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236855

--- Comment #11 from Raphael Kubo da Costa <rakuco at FreeBSD.org> ---
The fp16 thing on ARM reminds me of something I had to fix at work a while ago
(I had to make the GCC case work though). My fix was
https://github.com/OSSystems/meta-browser/blob/master/recipes-browser/chromium/files/aarch64-skia-build-fix.patch,
and I assume the webengine guys needed a GCC fix as well. It's weird that their
change breaks our clang build because it should also break their clang builds
(unless they're not testing clang+arm64). In any case, it'd be good to file a
bug in Qt's bug tracker about this.

The arm_features.c error could be solved by adjusting
patch-src_3rdparty_chromium_third__party_zlib_arm__features.c and only
including those headers when we're not building on BSD (the patch came from
www/chromium, but I'm not sure if the chromium port enables OS_LINUX in builds
like we do for webengine).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list