I would like to get some help on testing https://reviews.llvm.org/D64034 on FreeBSD ports (you should be able to patch it on base Clang). The change may be a part of the coming C++20, and we want to know its impact on real-world code. The change has been ran on Google's code base, and the result is generally positive.
Created attachment 210160 [details] git patch
New failure logs: http://package18.nyi.freebsd.org/data/headamd64PR242810-default/2019-12-26_08h16m56s/logs/errors/avarice-2.13_3.log http://package18.nyi.freebsd.org/data/headamd64PR242810-default/2019-12-26_08h16m56s/logs/errors/ecwolf-1.3.3_1.log http://package18.nyi.freebsd.org/data/headamd64PR242810-default/2019-12-26_08h16m56s/logs/errors/openorienteering-mapper-0.9.1.log http://package18.nyi.freebsd.org/data/headamd64PR242810-default/2019-12-26_08h16m56s/logs/errors/ja-scim-anthy-1.2.7_6.log http://package18.nyi.freebsd.org/data/headamd64PR242810-default/2019-12-26_08h16m56s/logs/errors/openjfx8-devel-8.u202.b07_4,1.log http://package18.nyi.freebsd.org/data/headamd64PR242810-default/2019-12-26_08h16m56s/logs/errors/node10-10.17.0.log http://package18.nyi.freebsd.org/data/headamd64PR242810-default/2019-12-26_08h16m56s/logs/errors/webkit2-gtk3-2.26.2.log Around 300 ports were skipped due to those new failures
(In reply to Antoine Brodin from comment #2) Thanks. Finished analyzing these ports. Before I digging deeper (by patching a few ports to unblock the skipped ones), I want to ask: 1. How many ports in the ports tree are expected to be built with base clang++? 2. How many ports depends on java/openjfx8-devel, www/webkit2-gtk3, and www/node10?
Created attachment 210477 [details] ports patch Uploaded patch to fix the 7 ports in the ports tree. See if they can unblock the 300 ports that are skipped. Can @ports exp-run the two patches? Thanks.
Exp-run looks fine with the ports patch applied.
With www/webkit2-gtk3 2.28.4 the file patched has been moved to Source/WebCore/style/StyleResolver.cpp; the hunk remains the same. The port builds successfully after making this adjustment.
Moin moin Closing this due to old age. Please re-open if it is still an relevant. mfg Tobias