[Bug 236855] www/qt5-webengine: fails to build on aarch64 and armv7 after 5.12 update
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236855 mikael.uran...@gmail.com changed: What|Removed |Added CC||mikael.uran...@gmail.com --- Comment #7 from mikael.uran...@gmail.com --- Created attachment 203288 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203288&action=edit patch qemu-user hangs on my system, can you test the attached patch on aarch64 and revert https://github.com/qt/qtwebengine-chromium/commit/b2de8e8046dc1c558465f74b4afe11d57cbc6cf3 ? -- You are receiving this mail because: You are the assignee for the bug.
[Bug 236855] www/qt5-webengine: fails to build on aarch64 and armv7 after 5.12 update
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236855 --- Comment #8 from Jan Beich --- Created attachment 203289 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203289&action=edit patch2 > revert > https://github.com/qt/qtwebengine-chromium/commit/b2de8e8046dc1c558465f74b4afe11d57cbc6cf3 Doesn't revert cleanly. __ARM_FP16_FORMAT_IEEE shenanigans remind me of bug 231293. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 236855] www/qt5-webengine: fails to build on aarch64 and armv7 after 5.12 update
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236855 Jan Beich changed: What|Removed |Added Attachment #203289|0 |1 is obsolete|| --- Comment #9 from Jan Beich --- Comment on attachment 203289 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203289 patch2 Indeed. The old version also builds with Clang. -- You are receiving this mail because: You are the assignee for the bug.
FreeBSD ports you maintain which are out of date
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/k...@freebsd.org.html Port| Current version | New version +-+ x11/sddm| 0.17.0 | v0.18.1 +-+ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks.
[Bug 236855] www/qt5-webengine: fails to build on aarch64 and armv7 after 5.12 update
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236855 --- Comment #10 from Jan Beich --- Comment on attachment 203288 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203288 patch (In reply to mikael.urankar from comment #7) > can you test the attached patch on aarch64 and revert ...? 11.2/12.0/13.0 aarch64 fails in the same place: ../../../../qtwebengine-everywhere-src-5.12.1/src/3rdparty/chromium/third_party/zlib/arm_features.c:16:10: fatal error: 'asm/hwcap.h' file not found #include ^ 1 error generated. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 236855] www/qt5-webengine: fails to build on aarch64 and armv7 after 5.12 update
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236855 --- Comment #11 from Raphael Kubo da Costa --- 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.
[Bug 236915] www/qt5-webengine: Website permissions don't work
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236915 --- Comment #5 from Raphael Kubo da Costa --- I don't think there's a workaround at the moment, we just need someone with enough time and interest to make WebRTC work in WebEngine on FreeBSD. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 236855] www/qt5-webengine: fails to build on aarch64 and armv7 after 5.12 update
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236855 --- Comment #12 from mikael.uran...@gmail.com --- Created attachment 203292 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203292&action=edit patch and with this patch for arm_features.c? Not tested on my side, it takes ages to build on my jetson. -- You are receiving this mail because: You are the assignee for the bug.
[Bug 236855] www/qt5-webengine: fails to build on aarch64 and armv7 after 5.12 update
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236855 mikael.uran...@gmail.com changed: What|Removed |Added Attachment #203292|0 |1 is obsolete|| --- Comment #13 from mikael.uran...@gmail.com --- Created attachment 203301 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203301&action=edit patch this one compiles -- You are receiving this mail because: You are the assignee for the bug.
[Bug 236855] www/qt5-webengine: fails to build on aarch64 and armv7 after 5.12 update
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236855 --- Comment #14 from Jan Beich --- Comment on attachment 203301 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=203301 patch Builds fine now. https://people.freebsd.org/~jbeich/logs/112aarch64/qt5-webengine-5.12.1_1.log https://people.freebsd.org/~jbeich/logs/120aarch64/qt5-webengine-5.12.1_1.log https://people.freebsd.org/~jbeich/logs/head-aarch64/qt5-webengine-5.12.1_1.log -- You are receiving this mail because: You are the assignee for the bug.
[Bug 236534] [exp-run] Upgrade cmake to 3.14.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236534 --- Comment #4 from Antoine Brodin --- New failures on 11.2 amd64: http://package22.nyi.freebsd.org/data/112amd64-default-P235507PR236534/2019-03-31_18h53m16s/logs/errors/latte-1.2.1_1.log http://package22.nyi.freebsd.org/data/112amd64-default-P235507PR236534/2019-03-31_18h53m16s/logs/errors/seqan-apps-2.4.0_5.log http://package22.nyi.freebsd.org/data/112amd64-default-P235507PR236534/2019-03-31_18h53m16s/logs/errors/libgeodecomp-0.4.0_15.log http://package22.nyi.freebsd.org/data/112amd64-default-P235507PR236534/2019-03-31_18h53m16s/logs/errors/erkale-g20190318.log -- You are receiving this mail because: You are on the CC list for the bug.