[Bug 286547] www/chromium: 135.0.7049.114 poudriere build fails in stable/14

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 04 May 2025 15:27:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286547

Florian Walpen <dev@submerge.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dev@submerge.ch

--- Comment #2 from Florian Walpen <dev@submerge.ch> ---
I get the same build errors, I suppose the relevant error message is this:

gen/third_party/blink/renderer/core/css/css_property_names.cc:194:7: error:
fallthrough annotation does not directly precede switch label
  194 |       [[fallthrough]];
      |       ^
gen/third_party/blink/renderer/core/css/css_property_names.cc:218:7: error:
fallthrough annotation does not directly precede switch label
  218 |       [[fallthrough]];
      |       ^
gen/third_party/blink/renderer/core/css/css_property_names.cc:170:7: error:
fallthrough annotation does not directly precede switch label
  170 |       [[fallthrough]];
      |       ^


If I'm not mistaken there has been a similar issue with qt5-webengine and
qt6-webengine, caused by a gperf update. They seem to have a fix there, I don't
have time to investigate now. But you could temporarily revert the gperf update
for a quick test.

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